Commit Graph

151 Commits

Author SHA1 Message Date
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
Gabriel Pettier 5497370493 work on bezier curve
optimised bezier algorithm (no more nested lists, use less ram)
fixed last point problem (curves wasn't goint up to it)
added loop option to bezier curve
updated example widget
2011-08-27 12:39:45 +02:00
Gabriel Pettier 1ace31dfdf fixed bezier curves to use any number of points, updated example 2011-08-26 15:20:07 +02:00
Mathieu Virbel 5af7aee576 Merge pull request #237 from tshirtman/bezier
Bezier
2011-08-26 01:27:19 -07:00
Gabriel Pettier 743bc180ed fixes for pull request
corrected cython header comment
flattened point list
2011-08-26 01:38:32 +02:00
Gabriel Pettier 5f407edf16 added bezier example in examples/canvas 2011-08-25 20:02:47 +02:00
Mathieu Virbel e6ed34ce2c Merge branch 'master' of github.com:tito/kivy 2011-08-07 12:35:13 +02:00
Mathieu Virbel e4d0cb98a1 add example of a fbofloatlayout widget to demonstrate a way of optimization 2011-08-07 12:35:05 +02:00
Mathieu Virbel c3120c897d video: fix play/eos properties that make possible to replay the video after eos + enhance app_video.kv for looping until stop is hitted. Closes #206 2011-08-04 08:21:21 +02: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 601f158052 loader: fix image loading, was crashing due to recent change in Image class. 2011-07-05 10:59:10 +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 785d624dbf graphics: implement mipmap support. This will not work yet on hardware with opengl < 3.0 (except opengl ES 2). Closes #27.
+ core/uix label/image: implement mipmap option to Image and Label
+ add examples in widgets/image_mipmap.py and widgets/label_mipmap.py
2011-06-21 19:42:02 +02:00
Mathieu Virbel 4378afca9c doc: add some comments for examples 2011-06-19 19:42:40 +02:00
Mathieu Virbel 97cebc622f scrollview: fix gridlayout + button creation 2011-06-17 10:49:19 +02:00
Mathieu Virbel c77c129a65 kinect: add another visualization to the kinect viewer, that demonstrate the power of shaders :) 2011-06-15 16:56:41 +02:00
Mathieu Virbel b72e7826ab kinectviewer: use that example for a simple settings ui, and works like a charm. 2011-06-09 01:35:18 +02:00
Mathieu Virbel 9ca6e317ec popup: include popup in the showcase 2011-06-06 16:40:03 +02:00
Mathieu Virbel e6239470b1 example: add the quickstart main.py in the examples directory 2011-06-06 16:39:49 +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 1e3f928dd8 core/text: implement valign. Now, since we never care of that parameter before, you might have glitch that you didn't have before. Before was a bug, now it's working properly. Closes #157
An example about different usage of text_size + valign / halign have been pushed in examples/widgets/textalign.py
2011-05-28 00:04:31 +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 91db207124 doc: move firstwidget examples in examples/guide 2011-04-22 12:17:43 +02:00
Mathieu Virbel 7a0974dab5 doc: add "designing with kv" in user guide 2011-04-22 12:15:47 +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 e49c3298b5 App: add kv_directory parameter to load kv from a different directory than the current App class file. Closes #62
(Credits to SparrowG for the initial patch)
2011-04-19 11:46:27 +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