dessant
cd27022949
remove python shebangs
2015-10-05 14:40:04 +03:00
dessant
3d3a6d0872
move kivy.require before other imports and convert tabs to space-tabs in kv example
2015-05-15 10:23:30 +03:00
picibucor
4a7e6ddc2a
using dot notation
...
id-s referred by dot notation
2015-05-11 07:59:14 +02:00
Mihály Mirk
6917d94813
dirs relocated &renamed
2015-03-30 11:50:04 +02:00
Charles Merriam
02c30a4e9f
Fix examples/ PEP8 errors. Mostly white space.
...
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long. Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Oliver Marks
18fea1c8f9
change video example so it works when tried on an android phone
...
fixes #2649
2014-11-26 23:01:27 +00:00
Mathieu Virbel
f2ae15c6ec
py3: fix few more print
2013-05-31 11:12:21 +02:00
Mathieu Virbel
bea9afa389
sync (no tested)
2013-05-30 18:01:39 +02:00
Jonas Groeger
299932afdf
Added missing indentation
2013-03-29 11:31:36 +01:00
Mathieu Virbel
bae94bc3db
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
2013-03-18 17:39:56 -06:00
Qua-non
0e1c793230
examples: minor edits to examples
2012-11-04 02:48:35 +05:30
tshirtman
20bf42f885
fix a lot of tab characters in examples…
2012-08-07 11:45:53 +02:00
Mathieu Virbel
276a5f27ff
graphics: fix stencil usage when nested, and add a new StencilUnUse instruction to remove manually the mask. We need that because it's complex to track & replay the drawing between 2 instructions.
...
Stencil use now INCR and DECR instructions, and with that method, you can nest up to 128 stencil layers (was 8 before.).
2012-04-16 16:20:08 +02: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
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
Christopher Denter
7fe3f35937
fix example app_video.kv
2011-04-15 19:26:27 +02:00
Mathieu Virbel
cf56630b04
example: add builder_template.py example, to show how the user can create widget from template
2011-04-08 16:38:33 +02:00
Mathieu Virbel
b3946143f2
examples: very simple app/kv stencil example
2011-03-24 18:21:59 +01:00
Christopher Denter
6fb0407a29
examples: app_layout.py -> app_layout.kv
2011-02-01 00:33:56 +01:00
Mathieu Virbel
85abba014c
cleanup examples
2011-01-31 22:37:48 +01:00
Mathieu Virbel
1697726fa0
update Camera core class to use EventDispatcher
...
+ add on_load and on_frame event
+ uniform the camera selection to a index, starting from 0
2011-01-12 02:24:31 +01:00
Mathieu Virbel
7005aa3d8d
rename app_scatter to .kv
2010-12-22 20:46:37 +01:00
Mathieu Virbel
feb10af8c7
update scatter application
2010-12-22 20:41:01 +01:00
Mathieu Virbel
f5403e0ad0
readd canvas.after in graphics instruction.
2010-12-22 20:06:25 +01:00
Mathieu Virbel
221664c8da
starting scatter
2010-12-16 22:22:47 +01:00
Mathieu Virbel
5356872d33
Merge branch 'master' of ssh://github.com/tito/kivy
2010-12-06 16:33:04 -05:00
Mathieu Virbel
4dbdd88a9e
each time we are playing with canvas, clear the old canvas.
...
+ add + in front of a classname to prevent the apply() of styles
2010-12-06 03:37:37 -05:00
Thomas Hansen
1d0dba4189
make sure fbo setup status is GL_FRAMEBUFFER_COMPLETE
2010-12-05 17:14:55 -06:00
Mathieu Virbel
d462bc55ce
update kv_video
2010-11-10 17:36:45 +01:00
Thomas Hansen
9db7152b35
Merge branch 'master' of github.com:tito/kivy
2010-11-09 16:24:12 -06:00
Thomas Hansen
f742221c0c
remove some old and auto generated files
2010-11-09 16:23:09 -06:00
Mathieu Virbel
c80d74c554
Merge branch 'master' of ssh://github.com/tito/kivy
2010-11-09 19:29:56 +01:00
Mathieu Virbel
3e0443a2d3
kvrun: press F5 to reload app
2010-11-09 19:29:26 +01:00
Thomas Hansen
8768333a64
fix svg commit. should have done branch...will do next time ;P
2010-11-09 11:05:33 -06:00
Mathieu Virbel
65274b1a8b
add some kv for example
2010-11-07 21:36:17 -05:00
Mathieu Virbel
e838e13e96
clock: implement rfps (real frame displayed on screen)
...
base: display and flip only when needed (might be have some bugs.)
2010-11-07 20:43:49 -05:00
Mathieu Virbel
da7486cafe
kvrun: show FPS every one second
2010-11-07 17:53:43 -05:00
Mathieu Virbel
bb891ef2de
widget: add to_* from pymt + fix slider division by zero
2010-11-07 00:48:58 -04:00
Mathieu Virbel
c5e9fa1c62
uxl: use ordereddict + add local id mapping in lang + do late binding
2010-11-07 00:40:02 -04:00
Mathieu Virbel
d7ebb395d0
fix texture usage + model view usage + add video and image widget
2010-11-06 20:58:04 -04:00
Mathieu Virbel
7def1325f9
rename uxl to kv, Uxl to Builder, uxl.py to lang.py + fix style + fix button
2010-11-06 18:50:23 -04:00