Commit Graph

181 Commits

Author SHA1 Message Date
Mathieu Virbel 6286d2f387 example/scatter: add size to show that when we are scaling the scatter, size is unchanged 2012-01-23 11:28:36 +01:00
Mathieu Virbel 7a82e9be27 sequenced image example fixed to use atlas for animatedbutton 2012-01-22 13:27:08 +01:00
Mathieu Virbel a20a376e33 Merge branch 'pong-tutorial' of https://github.com/hansent/kivy into hansent-pong-tutorial 2012-01-12 00:50:32 +01:00
Mathieu Virbel 7c1e029973 add bubblebutton, and put default graphics in it. 2012-01-12 00:47:46 +01:00
Thomas Hansen 807bdbbe27 add pong tutorial 2012-01-10 21:53:01 -06:00
Mathieu Virbel 1c7861ed18 bubble: update graphics from svg themes + some internals fixes on content handling. 2012-01-09 01:17:52 +01:00
Qua-non 8181b56bb8 commit with make hook 2012-01-04 06:44:44 +05:30
Qua-non edf0093b02 changes as discussed on the pull request 2012-01-04 06:27:00 +05:30
Qua-non 7ef4e1687e minor changes 2012-01-03 14:06:09 +05:30
Qua-non 4a5ecfac00 change the example to use kv lang 2012-01-02 19:28:45 +05:30
Qua-non c459f74a1a fix passing default arguements 2012-01-02 18:54:48 +05:30
Qua-non 59008f4fba fix defalt value for arrow_pos 2012-01-02 18:22:15 +05:30
Qua-non 097b0c8058 include images and example 2011-12-31 04:42:14 +05:30
Mathieu Virbel d72b5837d9 Merge pull request #329 from akshayaurora/sequenced_images
Sequenced images example wasn't running due to recent addition of kv language checks
2011-12-06 14:49:27 -08:00
Qua-non 10b608e23e Bring the shadertree example in line with new kv
lang restrictions had the same issue
2011-12-07 13:54:21 +05:30
Qua-non 5b0d557684 Fix:Scrollview Example, bring in line with current kv lang restrictions 2011-12-05 22:53:09 +05:30
akshayaurora 97a217e092 Bring in line with recent kv lang restrictions (failed on kv lang check) 2011-12-01 13:48:10 +05:30
akshayaurora 286d4a9781 Merge branch 'sequenced_images' of github.com:akshayaurora/kivy into sequenced_images 2011-12-01 13:03:08 +05:30
Mathieu Virbel dde62fe43e Mesh: fix and document Mesh instruction + add an example. Closes #64 2011-11-25 16:35:33 +01:00
Mathieu Virbel 40b6032779 filechooser: enhance filechooser to include entry_released. we have now a feedback before the item is used, because down is updating selection, up will submit it. + add it in showcase. 2011-11-22 17:10:06 +01:00
akshayaurora 74b425bebc display 'animation speed = 0' instead of 'no image selected'
when two consecutive images have a animation speed of 0
2011-10-31 23:34:24 +05:30
akshayaurora f4f6e50888 stop animation using -1 2011-10-28 15:04:11 +05:30
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 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 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 5a371a5b8d touchtracer: grab the touches to prevent to take some touches from settings. 2011-10-22 01:26:38 +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 0de51af44f vkeyboard: add keyboard listener example + doc 2011-10-21 16:36:22 +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 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 58ba101382 examples: add a tiny widget with custom shape and custom collide_point method. 2011-10-18 21:49:13 +02:00
Mathieu Virbel 5c6a220143 examples: fix example header due to previously invalid size in boxlayout. now its working perfectly. 2011-10-08 16:16:08 +01:00
tshirtman 5da773cfdf cleaning up and documenting gesture example 2011-10-03 12:09:48 +02:00
tshirtman 3e2297ef41 removed unneeded and potentially misleading decorator 2011-10-03 12:00:04 +02:00
tshirtman 665119be78 added gesture example 2011-10-03 11:57:26 +02:00
Mathieu Virbel 415e299570 multitexture: add tiny example showing multitexture capability 2011-09-29 11:55:11 +02:00
Mathieu Virbel 3ca6385f38 update bezier example to use slider instead 2011-09-29 11:13:09 +02:00
Gabriel Pettier 295da2b3a2 provide modified bezier example to test dashed lines, but show problems 2011-09-25 23:52:18 +02:00
Mathieu Virbel b5d0a08f9f Merge pull request #243 from hansent/install-twisted-reactor
Snippet for Twisted + Kivy. Closes #214
2011-09-06 15:09:42 -07:00
Thomas Hansen 1ea00de0a9 fix style issues 2011-09-06 13:55:24 -05:00
Thomas Hansen efe0e4045d support: correclty shut down twisted reactor and all thread in twisted threadpool
examples: add tisted examples in examples/frameworks/twisted
doc: add versionadded tag, include examples from kivy examples
2011-09-06 13:52:49 -05:00
Thomas Hansen 58f554357d fix filepath 2011-09-06 02:13:29 -05:00
Thomas Hansen 2f0472ee65 rewrite gstreamer_video to use playbin2 instead of custom pipeline 2011-09-06 01:32:04 -05:00
Mathieu Virbel 3a60614ae6 accordion: add new accordion widget with one little example. 2011-09-02 18:37:51 +02:00
Gabriel Pettier 24044c6b87 Merge branch 'master' of git://github.com/tito/kivy into bezier
Conflicts:
	kivy/graphics/vertex_instructions.pyx
	resolved, took my changes, since the algorithm was generalised
	in the mean time
2011-08-27 14:42:58 +02:00