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
Mathieu Virbel
136ecfa292
Merge branch 'master' of github.com:tito/kivy
2011-04-15 19:39:56 +02:00
Mathieu Virbel
1873cc59b3
scatter: fixes center_x/center_y,top/right, now they are correctly inside the client space. Closes #40
2011-04-15 19:39:43 +02:00
Christopher Denter
7fe3f35937
fix example app_video.kv
2011-04-15 19:26:27 +02:00
Mathieu Virbel
f53e501fb0
videocapture: fix videocapture provider + adapt camera puzzle
2011-04-15 17:48:54 +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
Christopher Denter
2641390a45
use softboy.avi instead of bigbuckbunny_trailer.m4v due to a crash in gst with the latter
2011-03-29 22:39:52 +02:00
Mathieu Virbel
ee15a6cfc7
videoplayer: add the possibility to test other video from commandline
2011-03-29 19:41:25 +02:00
Mathieu Virbel
e63a5f047b
examples: add a very short example with scatter + video, and include trailer of big buck bunny. (sorry about that 3mo file, but that's the smallest and open source interesting video i've known ^^)
2011-03-29 18:23:12 +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
181a434c25
Merge branch 'master' of github.com:tito/kivy
2011-03-29 18:06:14 +02:00
Mathieu Virbel
38f8e8b19a
examples: add pictures for pictures example
2011-03-29 18:06:04 +02:00
Mathieu Virbel
9fc0c6e72e
examples: fix stencil_canvas example to work with stencilview
2011-03-29 17:43:00 +02:00
Mathieu Virbel
49ed7dc159
showcase: fix treeview / standard buttons
2011-03-29 17:23:08 +02:00
Mathieu Virbel
de4f4bdf02
scrollview: rework scrollview example to also show some debug about viewport and content
2011-03-24 18:21:59 +01:00
Mathieu Virbel
b3946143f2
examples: very simple app/kv stencil example
2011-03-24 18:21:59 +01:00
Thomas Hansen
72beed8c95
very basic scrollview. still need to add smoothing and make ScrollPlane, whcih is liekScatterPlane but allows scrolling when finger touch moved right away, instead of always let childwidget handle teh event
2011-03-24 18:21:59 +01:00
Thomas Hansen
605cf1ba2d
add StencilCanvas to be able to use stencil masking. Only areas drawn to in stencil_canvas.stencil group will actually be rendered, other fragments will fail teh stencil test
2011-03-24 18:21:59 +01: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
Christopher Denter
3036c1f391
docs: Add My First Widget section to docs
2011-03-17 20:47:51 +01:00
Mathieu Virbel
e12f32955c
example: add a kinect viewer made with kivy
2011-02-24 13:06:45 +01:00
Mathieu Virbel
ea69cdbcef
new pictures examples from hansent
2011-02-23 00:21:35 +01:00
Mathieu Virbel
6f147c95a0
shadertree: fix position scatter and prevent warning in shader
2011-02-22 14:01:57 +01:00
Mathieu Virbel
8994a84dcd
add shadertree example: use a special shader for a part of the widget tree.
...
this way, you can apply specific shader on childs/widgets !
2011-02-22 13:20:19 +01:00
Mathieu Virbel
5aae16515c
examples: add plasma shader example
2011-02-17 19:20:15 +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
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
15274b2578
remove unused slider background, testapp
2011-01-31 22:29:20 +01:00
Mathieu Virbel
571911f3c5
App: automatic loading of corresponding kv file if exist
...
+ rewrite app documentation
+ include example about how to create an app with build or kv
2011-01-31 17:42:41 +01:00
Mathieu Virbel
bc66418064
little canvas stress:
...
1. show that the compiler is not working very well on different branch
2. if we activate monitor module, every second, the screen look weird
3. deletion is soooooooo long !
2011-01-29 17:13:05 +01:00
Mathieu Virbel
4fcc4b3bb2
add little showcase example
2011-01-28 02:02:37 +01:00
Mathieu Virbel
03ca6d8abb
rename Touch to MotionEvent, for Touch, TouchFactory, TouchShape* and all providers.
...
MotionEvent don't have any profile by default.
Renaming MotionEvent property, and add documentation for each of them.
2011-01-17 01:05:26 +01:00
Mathieu Virbel
e8c2f1d83c
touchdebug: correctly initialize the texture size just after update the text
2011-01-15 23:07:41 +01:00
Mathieu Virbel
e9f1f58a90
touchdebug: correctly calculate points position for line, drawing look just perfect !!!
2011-01-15 04:24:52 +01:00
Mathieu Virbel
f610e8eab2
add particle.png for touchdebug
2011-01-15 03:10:38 +01:00
Mathieu Virbel
1f4653d961
touchdebug: use new Point() and remove_group()
2011-01-15 03:02:46 +01:00
Mathieu Virbel
5401297126
add touchdebug app to show everytouch with id, pos and class.
2011-01-14 18:47:22 +01:00