kivy/examples/widgets
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
..
lists Pep8 80 cols on examples/widgets/lists/fixtures.py 2014-09-07 09:01:36 +02:00
sequenced_images minor compatibility fixes making sure some widgets and examples are working with py3.3+ and 2.7.x 2013-07-15 19:49:12 +05:30
accordion_1.py first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
actionbar.py actionbar: update example 2013-07-22 18:35:24 +02:00
asyncimage.py asyncimage: fix asyncimage widget with http resources + re-host the image on kivy.org 2013-02-16 18:51:07 +01:00
boxlayout_poshint.py boxlayout: honoring pos_hint, only the one that make sense depending the orientation. closes #698 2012-09-29 13:35:47 +02:00
bubble_test.py uix: Bubble add `show_arrow` property 2013-06-30 21:26:35 +05:30
camera.py avfoundation/camera: add a new Camera provider for OSX, based on avfoundation. Should work on OSX >= 10.7. 2013-12-28 01:59:44 +01:00
carousel_buttons.py uix:carousel introduce `load_slide` method to animate to the provided 2013-10-03 21:51:49 +05:30
codeinput.py first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
codeinputtest.kv :examples:CodeInput: add ability to manipulate files and fonts 2012-10-28 19:32:51 +05:30
colorpicker.py py3 fixes 2013-06-12 06:10:30 +05:30
compound_selection.py Fixes #2140 print statement syntax 2014-05-15 21:10:55 -04:00
customcollide.py first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
effectwidget.py Added overlap and bgcolor control to efw example 2014-06-07 17:35:24 +01:00
effectwidget2.py Simplified second effectwidget example 2014-04-20 14:14:12 +01:00
effectwidget3_advanced.py Fixed AdvancedEffectBase example to use uniforms 2014-04-20 19:22:24 +01:00
fbowidget.py first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
focus_behavior.py Use StopIteration to indicate focus to stop, and None to walk children tree, similar to what it was above. 2014-03-03 09:30:42 -05:00
image_mipmap.py remove all obsolete __android__ uses in __name__ tests 2012-07-29 21:43:01 +02:00
keyboardlistener.py Examples:keyboard_listener.py change `request_keyboard` to be compatible 2014-01-19 01:50:20 +05:30
label_mipmap.py remove all obsolete __android__ uses in __name__ tests 2012-07-29 21:43:01 +02:00
label_text_size.py add example to show text_size and line_height property of label 2012-11-20 14:36:22 -06:00
label_with_markup.py markup: the fix from #619 was wrong, and the text L+1 was shifted to the right. If we have a new line, set the default line-height to a space height (should be the smaller line height possible.) 2012-09-10 12:30:16 +02:00
lang_dynamic_classes.py lang: new dynamic classes, that deprecated templates. 2013-03-28 19:00:55 -05:00
pagelayout.py python 3 syntax in pagelayout.py 2014-03-30 18:59:11 +02:00
popup_with_kv.py examples: using new api for event binding in kwargs 2012-11-07 19:19:27 +01:00
rstexample.py change video example so it works when tried on an android phone 2014-11-26 23:01:27 +00:00
scatter.kv example/scatter: add size to show that when we are scaling the scatter, size is unchanged 2012-01-23 11:28:36 +01:00
scatter.py 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
screenmanager.py Added NoTransition to screenmanager example 2014-01-07 22:27:56 +00:00
scrollview.kv fix a lot of tab characters in examples… 2012-08-07 11:45:53 +02:00
scrollview.py scrollview: better damped parameters, start to reduce the code 2013-05-11 15:04:12 +02:00
settings.py Fixed settings example to fit with recent changes 2013-09-10 23:28:20 +01:00
shorten_text.py label: add Label/CoreText max_lines option to limit the number of lines rendered in a label. closes #1376 2013-10-21 17:44:23 +02:00
softboy.jsa videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
softboy.mpg change video example so it works when tried on an android phone 2014-11-26 23:01:27 +00:00
softboy.png videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
spinner.py first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
splitter.py Added splitter example 2014-03-23 14:14:47 +00:00
tabbed_panel_showcase.py change video example so it works when tried on an android phone 2014-11-26 23:01:27 +00:00
tabbedpanel.py UIX:TabbedPanel reset to previous behaviour for default_tab 2012-10-29 16:49:13 +05:30
textalign.kv Improved textalign example 2013-05-28 17:20:26 +05:30
textalign.py Improved textalign example 2013-05-28 17:20:26 +05:30
textinput.py vkeyboard: enhance textinput tests + release_all_keyboards() method in window. 2011-10-21 18:03:19 +02:00
unicode_textinput.py example:UnicodeTextinput fix font selection 2013-12-12 16:39:05 +05:30
videoplayer.py change video example so it works when tried on an android phone 2014-11-26 23:01:27 +00:00