Commit Graph

1576 Commits

Author SHA1 Message Date
Mathieu Virbel 219474c515 uix: ensure that event are registered before calling the super() 2011-10-28 10:29:22 +02:00
Mathieu Virbel 422d4cdd1d lang: fix multiline properties by making a clean recursive precompiling process + add tests. Closes #293 2011-10-28 10:28:02 +02:00
Mathieu Virbel af9bf45f18 stacklayout: fix invalid positioning when spacing is activated (thanks bionoid). Closes #287 2011-10-27 23:37:00 +02:00
akshayaurora e611689bf5 prevent devision by zero situations 2011-10-28 00:05:02 +05:30
akshayaurora ed95e0024b sequenced_images
a) Rename folder to sequenced_images
b) Fix scatter size to image size
c) Add ability to change animation speed through slider
2011-10-27 18:11:18 +05:30
Mathieu Virbel 779fb96f01 bump to 1.0.9-dev 2011-10-24 11:52:14 +02:00
Mathieu Virbel 13d72f3897 bump to 1.0.8 2011-10-24 11:51:56 +02:00
Mathieu Virbel dab6ea37ab pep8: remove trailing space 2011-10-24 11:51:51 +02:00
Mathieu Virbel 31b2ad21b1 textalign: fix grid size 2011-10-24 11:42:34 +02:00
Mathieu Virbel 853f933923 example: add accordion showcase + fix kv 2011-10-24 11:34:30 +02:00
Mathieu Virbel b805a0f915 examples: fix stencil example 2011-10-24 10:28:41 +02:00
Mathieu Virbel f3adddf3ef vkeyboard: partially fixes for azerty layout. Closes #283 2011-10-24 10:14:05 +02:00
Mathieu Virbel 1f952629aa doc: add isntructions about how to remove kivy. Closes #242 2011-10-24 09:59:35 +02:00
Mathieu Virbel 800d47b33c modules: accept pyo and pyc extensions for kivy modules, not just only py. Closes #240 2011-10-24 09:51:35 +02:00
Mathieu Virbel 6896505229 audio: add support for android using android_mixer module. Closes #220 2011-10-24 09:33:56 +02:00
Mathieu Virbel 5d09fe013a touchtracer: remove debug 2011-10-24 01:30:58 +02:00
Mathieu Virbel 19d511ce12 example: add a little 8bit drums example to show audio object. Issue #220 2011-10-24 01:30:42 +02:00
Mathieu Virbel 2c7d2ec07e image: fix cache for sequenced images, zip and gif. Closes #284 2011-10-24 00:52:09 +02:00
Mathieu Virbel fd95ed9ac7 lang: fix precompilation that shouldnt be done for template on_ handler. 2011-10-23 16:50:58 +02:00
Mathieu Virbel fcabb70b6e vkeyboard/window: dont create vkeyboard on android/ios platform by default, cause they have their own system vkeyboard. 2011-10-23 11:33:40 +02:00
Mathieu Virbel a4305af925 lang: big improvement with a better management of values. If value have no variables, it will be eval() from the start. Otherwise, the value will be compile for a further eval()/exec().
Performance of loading /usr/X11/share/man/man3/ decrease from 1069ms to 643ms = 1.6x faster.
2011-10-23 11:28:47 +02:00
Mathieu Virbel 2766f5570e filechoose: change how icon template are managed to increase performance 2011-10-23 11:23:53 +02:00
Mathieu Virbel 7c48d5a3a2 scrollview: add support for mouse scroll wheel. working perfectly under macosx lion! 2011-10-22 13:47:36 +02:00
Mathieu Virbel 86b0856bd4 mouse: extend mouse input to add button profile. Now scrolldown/scrollup button are available in touch.button 2011-10-22 13:46:07 +02:00
Mathieu Virbel 9c6e0dde5c Merge branch 'master' of ssh://github.com/tito/kivy 2011-10-22 11:53:47 +02:00
Mathieu Virbel 5a371a5b8d touchtracer: grab the touches to prevent to take some touches from settings. 2011-10-22 01:26:38 +02:00
Mathieu Virbel 317c71ebdd settings: fix scrolling issue, and make it faster using scatter. Closes #282 2011-10-22 01:26:17 +02:00
Mathieu Virbel 5a6ca7b6f9 layouts: with removal of minimum size, layouts was invalid cause of set size of (1, 1). Removed. 2011-10-22 01:25:56 +02:00
Mathieu Virbel 8504447bc1 vkeyboard: enhance documentation + fixes doc compilation 2011-10-21 21:12:14 +02:00
Mathieu Virbel 45b8bcc200 settings: add keyboards settings 2011-10-21 18:14:19 +02:00
Mathieu Virbel ab1f473b66 add keyboards layouts json data for setup.py 2011-10-21 18:05:51 +02:00
Mathieu Virbel 1c71cb5c51 Merge branch 'master' of github.com:tito/kivy into vkeyboard 2011-10-21 18:03:55 +02:00
Mathieu Virbel 09e36f8ee4 vkeyboard: enhance textinput tests + release_all_keyboards() method in window. 2011-10-21 18:03:19 +02:00
Mathieu Virbel daa8f33f48 vkeyboard: more doc + add Window.set_vkeyboard_class to be able to give your own vkeyboard class to use. 2011-10-21 17:34:32 +02:00
Mathieu Virbel 95946603a5 doc: fix filechooser 2011-10-21 16:48:44 +02:00
Mathieu Virbel 0de51af44f vkeyboard: add keyboard listener example + doc 2011-10-21 16:36:22 +02:00
Mathieu Virbel 4360b7f507 vkeyboard: big changes to standardize input from system keyboard or virtual keyboard. map to a single keycode (int, str), text and modifiers event. 2011-10-21 16:21:58 +02:00
Mathieu Virbel f9061740f7 Merge branch 'master' of ssh://github.com/tito/kivy 2011-10-21 02:18:58 +02:00
Mathieu Virbel ead6444024 vkeyboard: finally fix free mode, position/rotation is now correctly set near the target. start documentation. 2011-10-21 01:33:26 +02:00
Mathieu Virbel 4b0351b2a0 vkeyboard: add simple example of textinput to test with vkeyboard 2011-10-20 22:59:25 +02:00
Mathieu Virbel dfb8eacc9c vkeyboard: implement dock and free mode + correctly instanciate vkeyboard according to config file 2011-10-20 18:45:04 +02:00
Mathieu Virbel 3e5d4e9b98 add missing versionadded in core image. #270 2011-10-20 17:40:57 +02:00
Mathieu Virbel c921b398c7 image: fix image object when texture have been removed from cache. Closes #270 (need more testing to ensure it will cover all the cases) 2011-10-20 17:38:59 +02:00
Mathieu Virbel 39f2b23dd0 vkeyboard: wip to make the creation of vkeyboard controlled by the window according to config 2011-10-20 15:00:46 +02:00
Mathieu Virbel 684d547302 Merge branch 'master' of github.com:tito/kivy into vkeyboard 2011-10-20 11:25:55 +02:00
Mathieu Virbel 2f46989822 layout: due to recent changes, grid layout are not automatically resize itself, to prevent infinite relayout. add minimum_size, and use it in the scrollview example. Closes #277 2011-10-19 15:01:06 +02:00
Mathieu Virbel 4b3c3fb315 layout: add documentation for do_layout() method 2011-10-18 21:49:23 +02:00
Mathieu Virbel 58ba101382 examples: add a tiny widget with custom shape and custom collide_point method. 2011-10-18 21:49:13 +02:00
Mathieu Virbel a7acddd484 video/gstreamer: allow to load streaming uri + fixes to make it working in gstreamer provider 2011-10-18 12:45:33 +02:00
Mathieu Virbel 9875d7141a widget: avoid {} syntax, not working on 2.6. 2011-10-18 09:00:57 +02:00