Commit Graph

177 Commits

Author SHA1 Message Date
Aleksandr Vladimirskiy ec066bf1ae add font sizes to showcase 2013-03-19 12:13:58 -07:00
Dusty Phillips 1cf2126ece It looks like the language parser no longer demands strings. 2013-03-18 17:48:33 -06:00
Dusty Phillips 98f96fb567 One line fix replacing file with open.
I wrote the original version of this code. I cannot explain why I used file.
I think I was very sleepy. Yes, that's it, I blame hypnosis.
2013-03-18 17:48:32 -06:00
Dusty Phillips 3995d83ba7 Import errors/pep8 2013-03-18 17:48:32 -06:00
Mathieu Virbel bae94bc3db first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
qua-non 2c74d04b0d uix:TextInput closes #916 CodeInput:fix cursor positioning 2013-01-28 22:21:12 +05:30
qua-non cc67584906 Example:KivyCatalog make call to change_kv on ctrl+s use absolute path
instead of relaive. Make error handeling consistent
2012-12-15 09:11:20 +05:30
Metathink 90afd9f3f4 Kivy Catalog demo now working from a different cwd
Fix the issue #848
2012-12-11 16:34:06 +01:00
qua-non ba033c9365 Examples: KivyCatalog make the kvlang edit box re-sizable and scrollable 2012-12-09 21:24:42 +05:30
qua-non eeffe38d6a Examples: showcase fix typo(Thanks Metathink) 2012-12-07 03:32:08 +05:30
Joakim Gebart bef6196c16 showcase: extend StackLayout example to show more orientations.
Added all combinations of orientations to the StackLayout example.
2012-11-27 12:48:24 +01:00
Mathieu Virbel 7180c1ceb2 modalview: allow to close the modalview by hitting escape, if the auto_dismiss is allowed. closes #776 2012-11-19 16:46:23 +01:00
Gendo Ikari 6ddafdbfa8 examples: using new api for event binding in kwargs 2012-11-07 19:19:27 +01:00
Qua-non 0e1c793230 examples: minor edits to examples 2012-11-04 02:48:35 +05:30
Mathieu Virbel a4dadc188e Merge pull request #779 from kivy/fixes-dpi
DPI-related fixes
2012-11-02 10:00:36 -07:00
tshirtman a4f1ffde7a makes the "this label fits to the content" really fit to the content 2012-11-02 16:49:06 +01:00
Mathieu Virbel 1d41016bd6 base: remove unused imports 2012-11-02 16:35:25 +01:00
Mathieu Virbel 222829ecc5 dpi: wip style 2012-11-02 04:14:56 +01:00
Mathieu Virbel 086023dc0c style: wip conversion to dp/sp 2012-11-01 14:25:51 +01:00
Mathieu Virbel 9d7779d0d2 showcase: fixed dpi 2012-11-01 04:06:27 +01:00
Qua-non 0c3588d0db Examples: minor fixes to kivycatalog 2012-10-24 15:51:45 +05:30
Qua-non 9f2003e438 Examples: kivycatalog allow for dynamic updation of kv and text highlighting
using code_input.
2012-10-24 00:54:59 +05:30
Dusty Phillips d2abb51519 Remove TODO 2012-10-22 21:47:58 -06:00
Dusty Phillips 8a4351c3db Make stack layout more representative 2012-10-22 21:47:32 -06:00
Dusty Phillips 4879498652 Set a default size of 1024x768 on the window.
This may not be an appropriate default size. But it is a default size. ;)
2012-10-18 15:29:42 -06:00
Dusty Phillips 810cd555a9 No need to explicitly register subclasses of Widget in Kivy 1.5 2012-10-18 15:24:11 -06:00
Dusty Phillips d9bf952eba Make the text area a fixed width to give more room to demo results 2012-10-17 21:58:11 -06:00
Dusty Phillips 967ba58962 One issue fixed 2012-10-17 21:53:42 -06:00
Dusty Phillips d2538382cd Fix bugs in scatter demo 2012-10-17 21:50:23 -06:00
Dusty Phillips 4715beff36 Switch to a screen manager for better use of screen real estate 2012-10-17 21:48:34 -06:00
Dusty Phillips 4a4adfeaac Update the more or less pathetic help screen. 2012-10-17 19:32:12 -06:00
Dusty Phillips a10a513133 Add a keybinding to the Kivy textarea to render when ctrl-S is pressed. 2012-10-17 19:26:10 -06:00
Dusty Phillips c093c82400 class decorators are so much sexier than meta classes 2012-10-17 19:13:34 -06:00
Dusty Phillips cdb11c4aa9 Add a new showcase example that allows interactive editing of Kivy language code to see how it affects the widgets. 2012-10-16 16:42:40 -06:00
Qua-non 71ebe6c6e5 Doc: update images/gif's to reflect latest theme for kivy 2012-10-01 02:30:58 +05:30
Mathieu Virbel 1d60799254 step pr: pep8 + add it to the demo 2012-09-02 13:08:19 +02:00
tshirtman c2082e95b3 add back showcase textinput size change, forgotten at merge 2012-08-07 12:42:51 +02:00
tshirtman 20bf42f885 fix a lot of tab characters in examples… 2012-08-07 11:45:53 +02:00
gabriel.pettier 9c68e79665 remove all obsolete __android__ uses in __name__ tests 2012-07-29 21:43:01 +02:00
Mathieu Virbel becf7fda42 Introduce CheckBox widget. If a group is set, it became a "radio button". 2012-06-23 19:28:01 +02:00
Mathieu Virbel 219a1a938a update kivy launcher installation instruction 2012-06-19 17:21:44 +02:00
Mathieu Virbel d1e4b40550 remove debug in touchtracer 2012-06-17 19:32:33 +02:00
Mathieu Virbel a25356be03 stacklayout: fix missing size_hint_y/x calculation when layouting. closes #480 2012-06-16 01:35:16 +02:00
Mathieu Virbel b9cc78ab04 rst: better rendering of definition item list 2012-05-07 19:11:36 +02:00
Mathieu Virbel e6aefadebf textinput: new readonly property. closes #437 2012-04-06 19:07:35 +02:00
Mathieu Virbel 985db5b13b update showcase to have a better summary of simple and complex widgets 2012-04-05 18:25:25 +02:00
Mathieu Virbel 03dd701112 add progress bar example to showcase 2012-04-05 12:21:04 +02:00
Qua-non c80bafd301 add layout examples to showcase 2012-04-03 01:21:27 +05:30
Mathieu Virbel 3866b93e99 demo: activate pause capability for our 3 kivy demo 2012-03-11 02:16:02 +01:00
Mathieu Virbel dc2cded96c text/markup + label: introduction of markup text, that can be used for changing the style of the text.
example: [b]Hello [color=ff00ff]World[/color][/b]
+ implementation of interactive text reference
+ implementation of anchors
+ documentation
2012-02-08 19:25:22 +01:00
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