Commit Graph

2776 Commits

Author SHA1 Message Date
Mathieu Virbel 60af270217 osx/pyinstaller: add documentation about how to add gstreamer to osx package. refs #462 2012-09-25 15:50:15 +02:00
Mathieu Virbel 3f63aba589 pyinstaller: correctly set the GST_PLUGIN_PATH when kivy is running, but it will work only if plugins and libs are included. refs #462 2012-09-25 15:42:44 +02:00
Mathieu Virbel a0aaab6924 pyinstaller: update documentation for pyinstaller 2.0 on osx. we should really push the kivy hook in pyinstaller! refs #659 2012-09-24 21:40:57 +02:00
Mathieu Virbel 72c7eb5deb Merge branch 'core-line' 2012-09-24 18:23:07 +02:00
Mathieu Virbel d58ee1fdcb line: add image for line instruction 2012-09-24 18:22:49 +02:00
Mathieu Virbel 8c642388af line: add close property, use it for both legacy or extended mode.
+ don't draw cap if line is closed
+ optimize cos/sin calculation
+ fix crash due to invalid calculation if some round joint are avoided
2012-09-24 15:41:13 +02:00
Qua-non 20bae37c3d UIX: Slider: fix value when min and step > 0 ( #694 ) 2012-09-24 18:53:21 +05:30
Mathieu Virbel 2e736eb192 line: add documentation + python access on cap_precision and joint_precision access. 2012-09-22 16:37:14 +02:00
Mathieu Virbel 9f4a649a3e enhance line example with 2 lines and sin/cos animation 2012-09-22 01:02:19 +02:00
Mathieu Virbel 80b747bf13 line: implement bbox calculation + stencil usage if the current color alpha is not 1.0 2012-09-22 00:48:15 +02:00
Mathieu Virbel 71ac8e263d stencilinstruction: add the possibility to configure the stencil glop code 2012-09-22 00:47:46 +02:00
Mathieu Virbel a217c363bc line: add an example 2012-09-22 00:08:49 +02:00
Mathieu Virbel 2f031f652a line: seperate joint precision, and fix round vertices calculation 2012-09-21 19:31:11 +02:00
Mathieu Virbel 670449afc2 line: add miter joint 2012-09-21 19:12:31 +02:00
Mathieu Virbel 3c32e88742 line: implement round cap (found invalid indices/vertices counting, bugs excepted right now.) 2012-09-21 02:59:42 +02:00
Mathieu Virbel 21501651af line: add round cap 2012-09-21 02:11:26 +02:00
Mathieu Virbel 39c45abaf2 first implementation of extended line, with bevel joint and square cap 2012-09-21 01:24:48 +02:00
Thomas Hansen 617a5a6dbd Merge branch 'lang-app' 2012-09-20 10:46:52 -05:00
Thomas Hansen 694219d6ae Merge branch 'master' of github.com:kivy/kivy 2012-09-20 10:30:23 -05:00
Thomas Hansen 1cb3dea0af dispatch parent property event on widgets vreated by builder 2012-09-20 10:30:01 -05:00
Mathieu Virbel 0b256b418b line: add the line pxi 2012-09-19 19:22:22 +02:00
Mathieu Virbel 2ea2f52308 line: start to add width/cap/joint 2012-09-19 19:22:01 +02:00
Mathieu Virbel 1c17ed3e80 Merge pull request #690 from kivy/textinput_background_img
TextInput: introduce background_normal and background_active properties
2012-09-19 03:02:05 -07:00
Qua-non ae70d9d10e Textinput: add versionadded info for `border` instruction 2012-09-19 15:21:55 +05:30
Qua-non b0b172aeaa TextInput: introduce background_normal and background_active properties
used to reffer to the background images depending on state
2012-09-19 15:10:19 +05:30
Mathieu Virbel 8530458c99 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-09-19 04:45:34 +02:00
Mathieu Virbel 5631a3efb5 window/pygame: fix key translations. closes #680 2012-09-19 04:45:22 +02:00
Mathieu Virbel c360772b08 app: proposal for implementing an "app" keyword in Kv lang.
The app keyword is actually a proxy around the last App instance created
(from App.get_running_instance()). It will be None / unresolved until
the one implementation of the App class is instanciated.

Some renaming of App internals are needed.
2012-09-19 04:36:46 +02:00
Mathieu Virbel 719e320b22 Merge pull request #686 from kivy/core-widget-opacity
graphics/widget: introduce opacity attribute on the canvas and widget.
2012-09-18 16:23:42 -07:00
Mathieu Virbel c69b2ff200 doc fixes 2012-09-19 01:23:19 +02:00
Mathieu Virbel 522c520fe2 graphics/widget: introduce opacity attribute on the canvas and widget.
You can use the opacity attribute to control the opacity of the widget
and its children. The attribute is cumulative, and multiplied to the
current context color. By default, the opacity is 1.0, and doesn't act
at all.
2012-09-19 01:06:08 +02:00
Qua-non a5d8ca9bb4 Github: add CONTRIBUTING.md 2012-09-18 02:06:50 +05:30
qua-non f0a0aebee9 Update kivy/core/audio/audio_gstreamer.py 2012-09-14 05:24:17 +05:30
Mathieu Virbel c691474b49 Merge pull request #679 from kivy/audio_pos
Core Audio: add get_pos() method
2012-09-13 16:18:54 -07:00
Qua-non 19fc129722 Core Audio: add get_pos method 2012-09-14 04:39:21 +05:30
Qua-non 1298441f18 UrlRequest: ensure on_success is called for small chunks too 2012-09-13 03:32:21 +05:30
Mathieu Virbel 97e4555ff0 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-09-12 15:29:29 +02:00
Mathieu Virbel 744358104c wmtouch: fix SetWindowLongW params + fix crash on pointer(). Many thanks to Manfred Knobloch for remotely testing the issue, and give traceback for fixing this issue. closes #675 2012-09-12 15:29:17 +02:00
Mathieu Virbel a1e4feb673 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-09-11 18:30:27 +02:00
Mathieu Virbel 85c921854a try to detect and use Ptr* method only if available. refs #675 2012-09-11 18:15:56 +02:00
Mathieu Virbel 9df112b77e markup: the fix from #619 was wrong, and the text L+1 was shifted to the right. If we have a new line, set the default line-height to a space height (should be the smaller line height possible.) 2012-09-10 12:30:16 +02:00
Mathieu Virbel 86c6f55234 markup: add gl reload observer for markup label, and refactor texture same as core text provider. closes #666 2012-09-10 12:16:51 +02:00
Mathieu Virbel 0123902de9 properties: expose defaultvalue to user, and allow to change it for the next instances 2012-09-10 12:02:24 +02:00
Nik Klever 86bc437fcf compass app example adopted to a tidy new Hardware.java 2012-09-08 21:51:32 +02:00
Nik Klever b403b9d8dd moved compass app from examples/demo to examples/android 2012-09-07 09:16:53 +02:00
Mathieu Virbel 49ef114e51 temporary deactivate test on string/numeric prop 2012-09-07 02:59:56 +02:00
Mathieu Virbel f0f9b05fdd dpi: try to fix unicode/str/bytes issue with old cython version 2012-09-07 02:58:34 +02:00
Mathieu Virbel 642abedbf6 Merge pull request #625 from kivy/core-dpi
Handle DPI in NumericProperty
2012-09-06 17:52:30 -07:00
Mathieu Virbel a2647ada85 finish implementation of DPI.
The current implement live in NumericProperty. We still have a hack cause of Text core provider: we was always multiply the font_size by 1.333 for simulating DPI on standard screen (72->96).
But now, we should'nt do that. If we remove the multiplication, all the px font_size will be reduced.
In order to not break all the apps, we are doing the * 1.333 only for font_size != px, in Label and TextInput.
You can configure the DPI with --dpi=222 or KIVY_DPI=222.
2012-09-07 02:52:00 +02:00
Mathieu Virbel 6fe16f6a5d add reify decorator 2012-09-07 02:48:32 +02:00