Commit Graph

80 Commits

Author SHA1 Message Date
Qua-non 33576a90f2 implement switch_to for default tabs 2012-04-09 11:11:35 +05:30
Mathieu Virbel 7d25ce42df tabbedpanel: move the switch logic to TabbedPanel, and use it in the TabbedHeader 2012-04-07 00:15:52 +02:00
Mathieu Virbel a12932a620 remove old images concerning tabbedpanel, and fix example 2012-04-07 00:02:12 +02:00
Mathieu Virbel c1b983abac tabbedpanel: update style to match new one, switch to atlas for image, simpler renaming, and fix a partial unbind issue 2012-04-06 23:52:34 +02:00
Mathieu Virbel cde8a6c8d8 Merge branch 'tabbed_panes' of https://github.com/akshayaurora/kivy into akshayaurora-tabbed_panes 2012-04-06 19:19:04 +02:00
Mathieu Virbel 3322e440c3 bump 1.1.2 to 1.2.0 for release, and upgrade all the versionadded 2012-04-02 11:03:08 +02:00
Qua-non b6244fb249 unicode encode and decode before putting it in clipboard 2012-03-22 01:46:36 +05:30
Qua-non 4d28b4dbcc allow pygame clipboard on linux 2012-03-21 16:51:05 +05:30
Qua-non 1233f263d9 replace image-missing with close.png 2012-03-20 16:29:15 +05:30
Qua-non 5e7a864633 bring inline with suggestions on pull request 2012-03-20 00:39:11 +05:30
Qua-non 23e8e4ab49 provide a link to the simple example instead of having it inline 2012-03-19 20:21:29 +05:30
Qua-non e280dd940f remove _ from class names and saner-consistant class names 2012-03-19 19:30:25 +05:30
Qua-non 694d699238 use toggle button instead of checkbutton 2012-03-19 19:03:38 +05:30
Qua-non 85fcba1245 change pannel to panel 2012-03-19 18:38:47 +05:30
Qua-non 139cfba45e Merge https://github.com/kivy/kivy into tabbed_panes 2012-03-19 17:34:58 +05:30
Qua-non 414a31aad9 add background_color and foreground_color properties to TextInput 2012-03-07 03:17:26 +05:30
Qua-non 909c0f8b17 make do with existing images where possible 2012-03-01 20:36:46 +05:30
Qua-non a015056652 add warning about default pannel 2012-03-01 20:12:37 +05:30
Qua-non fca0b5b451 fix closable tabs: move close tab btn with the tabs 2012-03-01 15:33:20 +05:30
Qua-non 4d9c2d46ec improve image_tabs and closable tabs 2012-02-28 16:16:34 +05:30
Qua-non b3b44444a6 Enhance example and change graphics 2012-02-26 02:24:59 +05:30
Qua-non 55e8aa081e Merge https://github.com/kivy/kivy into tabbed_panes 2012-02-25 18:31:05 +05:30
Mathieu Virbel 4b56de0de9 videoplayer: implement fullscreen boolean. The video can be switch to fullscreen with a double tap. Closes #331
+ behavior can be deactivated by setting allow_fullscreen to False.
+ rst video player use default fullscreen now.
+ update example to use this new widget
2012-02-21 17:14:50 +01:00
Mathieu Virbel 4719946be8 rst: support for .. video:: directive 2012-02-21 12:42:39 +01:00
Mathieu Virbel 0e4c300d63 videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
qua-non 2c61829c1e Update examples/widgets/unicode_textinput.py 2012-02-19 20:57:29 +05:30
qua-non 70b78af962 Update examples/widgets/unicode_textinput.py 2012-02-19 18:02:53 +05:30
qua-non 5cb15eb929 Update examples/widgets/unicode_textinput.py 2012-02-19 17:51:21 +05:30
Qua-non 122f5f1dc3 initial commit for unicode example 2012-02-19 17:47:14 +05:30
Mathieu Virbel 949868cf1e uix/rst: introduce new RstDocument widget + example 2012-02-10 19:24:47 +01:00
Qua-non f8a0fbfd2f try and improve graphics 2012-02-04 16:50:22 +05:30
Qua-non 4798d22b0d show default tab as selected on start and allow selection of tab/s only if
not already selected.
2012-01-31 17:51:26 +05:30
Qua-non 91b0ca6b58 im 2012-01-30 15:42:02 +05:30
Qua-non 0e9d3f5c2b improve example 2012-01-28 20:22:44 +05:30
Qua-non 77977b8930 fix example 2012-01-28 15:50:44 +05:30
Qua-non 33d77a98a5 fix calculation of position on parent/window re-size 2012-01-28 15:33:36 +05:30
Qua-non 02d97718f0 Merge https://github.com/kivy/kivy into tabbed_panes 2012-01-28 13:13:57 +05:30
Qua-non 58ef4b5d2b improve example 2012-01-27 19:18:09 +05:30
Qua-non 084b894ee7 add tab transition animation in the example 2012-01-25 04:12:31 +05:30
Qua-non 7329c9b08f shift .kv to style.kv, some minor fixes 2012-01-25 02:38:36 +05:30
Qua-non 9d2b63afa6 fix positoning and complete documentation 2012-01-25 01:57:07 +05:30
Qua-non f43227b5a2 add better graphics 2012-01-24 19:10:03 +05:30
Qua-non 4261d683f9 initial commit for tabbed_pannels 2012-01-24 16:37:31 +05:30
Mathieu Virbel 6286d2f387 example/scatter: add size to show that when we are scaling the scatter, size is unchanged 2012-01-23 11:28:36 +01:00
Mathieu Virbel 7a82e9be27 sequenced image example fixed to use atlas for animatedbutton 2012-01-22 13:27:08 +01:00
Mathieu Virbel 7c1e029973 add bubblebutton, and put default graphics in it. 2012-01-12 00:47:46 +01:00
Mathieu Virbel 1c7861ed18 bubble: update graphics from svg themes + some internals fixes on content handling. 2012-01-09 01:17:52 +01:00
Qua-non 8181b56bb8 commit with make hook 2012-01-04 06:44:44 +05:30
Qua-non edf0093b02 changes as discussed on the pull request 2012-01-04 06:27:00 +05:30
Qua-non 7ef4e1687e minor changes 2012-01-03 14:06:09 +05:30