qua-non
|
b742592c7f
|
examples:showcase add the missing popup.kv
|
2014-01-26 02:19:45 +05:30 |
qua-non
|
c24d02d1ae
|
examples:Showcase add popup section
|
2014-01-25 23:22:37 +05:30 |
Richard Larkin
|
1a0844beb9
|
Added '+ layouts' to the tabbedpanel for easier discovery, Pep8 fixes
|
2014-01-14 22:47:42 +02:00 |
Mathieu Virbel
|
d4a4dcb648
|
app: fix title change and icon changes from app class. closes #1233
|
2014-01-07 12:03:14 +01:00 |
qua-non
|
b4959b8fdd
|
examples:Showcase fix higherchy navigation.
|
2013-12-16 03:30:52 +05:30 |
qua-non
|
c0e8d0ff15
|
examples:Showcase, make sure it works without any issues on android
|
2013-12-16 03:01:38 +05:30 |
qua-non
|
37388145cc
|
examples:Showcase make TabbedPanel section double as a layouts demo
|
2013-11-12 16:42:26 +05:30 |
vernondcole
|
45bf584e4e
|
double-click friendly demos
|
2013-09-30 14:31:03 +01:00 |
Mathieu Virbel
|
dc19a4e68b
|
screenmanager: add a new ScreenManager.switch_to method to add the screen into children, set transition options, do the switch, and remove the previous screen. It also handle name conflict. closes #573, #1045
|
2013-08-14 10:36:21 +02:00 |
qua-non
|
8a4317cd41
|
uix:TextInput add `minimum_height`, `line_spacing`,
make sure changes in password change the Text display.
|
2013-08-12 14:51:35 +05:30 |
Mathieu Virbel
|
1c5aa58939
|
showcase: new showcase design. few bugs are still here, but mostly working.
|
2013-08-12 10:45:54 +02:00 |
Mathieu Virbel
|
bea9afa389
|
sync (no tested)
|
2013-05-30 18:01:39 +02:00 |
Mathieu Virbel
|
9504f5b8e8
|
colorpicker: simplify the widget
|
2013-05-12 19:19:45 +02:00 |
Mathieu Virbel
|
a87b64b265
|
showcase: fix metricsbase error
|
2013-04-25 19:01:46 +02:00 |
Mathieu Virbel
|
1dd4fb64f6
|
merge master
|
2013-03-27 13:05:53 -05:00 |
Thomas Hansen
|
ce2b87cb93
|
make relativelayout not inherit from scatter, but use just a translation for optimization
old relativelayout is now ScatterLayout
|
2013-03-27 12:47:34 -05:00 |
Mathieu Virbel
|
f48dc2b4b2
|
showcase: add seperator between labels
|
2013-03-22 11:10:17 -05:00 |
Aleksandr Vladimirskiy
|
ec066bf1ae
|
add font sizes to showcase
|
2013-03-19 12:13:58 -07: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
|
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 |
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
|
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
|
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
|
a25356be03
|
stacklayout: fix missing size_hint_y/x calculation when layouting. closes #480
|
2012-06-16 01:35:16 +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
|
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
|
0ae94e2fff
|
treeview: add remove_node() method + example in showcase. Closes #139
|
2011-06-27 17:39:30 +02:00 |
Mathieu Virbel
|
9ca6e317ec
|
popup: include popup in the showcase
|
2011-06-06 16:40:03 +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
|
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 |