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
Mathieu Virbel
853f933923
example: add accordion showcase + fix kv
2011-10-24 11:34:30 +02:00
Mathieu Virbel
5d09fe013a
touchtracer: remove debug
2011-10-24 01:30:58 +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
5c6a220143
examples: fix example header due to previously invalid size in boxlayout. now its working perfectly.
2011-10-08 16:16:08 +01:00
Mathieu Virbel
138f59bf48
demo: fix touchtracer step to 5
2011-07-15 11:30:10 +02:00
Mathieu Virbel
600f5901f6
graphics: prevent crash when too much point are pushed on the VBO. Closes #190
2011-07-14 00:15:50 +02:00
Mathieu Virbel
0ae94e2fff
treeview: add remove_node() method + example in showcase. Closes #139
2011-06-27 17:39:30 +02:00
Mathieu Virbel
4378afca9c
doc: add some comments for examples
2011-06-19 19:42:40 +02:00
Mathieu Virbel
9ca6e317ec
popup: include popup in the showcase
2011-06-06 16:40:03 +02:00
Mathieu Virbel
0b5856c29e
examples: add tiny shader editor (wip)
2011-06-05 01:29:06 +02:00
Mathieu Virbel
7899f2d4a0
switch: introduce switch widget + add documentation + include it in the showcase
2011-06-04 01:42:01 +02:00
Mathieu Virbel
7df79442a3
touchtracer: fixes for text flickering (since we was using floatlayout, size/size_hint was going into conflict).
...
+ pep8 fixes
2011-04-27 18:51:44 +02:00
Mathieu Virbel
90e2a3aba2
showcase: ensure that keyboard is released when we are changing of widget
2011-04-22 00:55:41 +02:00
Mathieu Virbel
19d7ad7521
showcase: add scatter examples
2011-04-22 00:52:55 +02:00
Mathieu Virbel
65afdffaf0
demo: update demo to have a common title bar including kivy version + name of the demo.
...
+ Include also a background default for all kivy demo directly in the toolkit.
+ Rework pictures to use kv.
+ Move showcase into his own directory too.
2011-04-21 19:22:17 +02:00
Mathieu Virbel
68a364d5d9
app/window: add methods to set the window title and icon. Closes #106
2011-04-15 20:00:16 +02:00
Mathieu Virbel
f53e501fb0
videocapture: fix videocapture provider + adapt camera puzzle
2011-04-15 17:48:54 +02:00
Mathieu Virbel
5eaaf98a43
pictures: rename the pictures.py to main.py (android compat) + allow to launch the app from another directory
2011-03-29 18:08:07 +02:00
Mathieu Virbel
38f8e8b19a
examples: add pictures for pictures example
2011-03-29 18:06:04 +02:00
Mathieu Virbel
49ed7dc159
showcase: fix treeview / standard buttons
2011-03-29 17:23:08 +02:00
Mathieu Virbel
da9c4fdb98
showcase: update showcase to use treeview (much better!)
2011-03-21 17:05:36 +01:00
Mathieu Virbel
06c556d133
showcase: update showcase to use the treeview
2011-03-21 17:05:36 +01:00
Mathieu Virbel
ea69cdbcef
new pictures examples from hansent
2011-02-23 00:21:35 +01:00
Mathieu Virbel
3f39fecb6d
examples: move touchtracer into his own directory, and change to be able to run on android
2011-02-06 19:56:44 +01:00
Mathieu Virbel
0f5f408f2b
vertex_instructions: add add_point() method, and use it in touchtracer.
...
This method append new vertices and indices into the current vertex batch,
instead of recalculate and reupload the whole list.
+ use it in touchtracer. No more lag with Point() now :)
2011-02-06 18:00:18 +01:00
Mathieu Virbel
85abba014c
cleanup examples
2011-01-31 22:37:48 +01:00