Commit Graph

260 Commits

Author SHA1 Message Date
Mathieu Virbel 9b21638be3 fixes app build with kv usage/root widget + others typo 2012-06-18 02:48:44 +02:00
Mathieu Virbel d1e4b40550 remove debug in touchtracer 2012-06-17 19:32:33 +02:00
Mathieu Virbel fec2f6c07f update ClearBuffers / ClearColor documentation and implementation. 2012-06-16 18:59:10 +02:00
Mathieu Virbel 46162a06e4 audio: rework audio class to use resource_find for filename, deprecate filename->source, status->state by using Properties. Closes #450
+ rework documentation
2012-06-16 17:41:07 +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
Qua-non a7df2b8865 :TabbedPanel: Fix tab_width, was calculated wrong in certain situations.
Plus minor doc fixes
2012-06-10 03:03:17 +05:30
Mathieu Virbel 53b8db5273 Merge branch 'uix-tabbedpanel' of ssh://github.com/kivy/kivy
Conflicts:
	kivy/uix/tabbedpanel.py
2012-06-09 18:00:43 +02:00
Mathieu Virbel 56017fd8cd tiny fixes 2012-06-09 17:47:03 +02:00
Qua-non 1bacb4355c Tabbed Panel: Fix example: call super when overriding switch_to 2012-06-08 22:10:05 +05:30
Qua-non 2865883f22 Tabbed Panel: example: show tab positions for each panel,
widget: remove only the autogenerated tab while changing the default_tab
2012-06-08 17:39:33 +05:30
Qua-non 3e2bf4c465 Tabbed Panel: Add ability to add a closable tab in example 2012-06-08 14:20:03 +05:30
Mathieu Virbel 81b2869f3b Merge branch 'master' into uix-tabbedpanel 2012-06-06 18:42:52 +02:00
Edwin Marshall (aspidites) 5066e4f55e - added sane defaults to some properties 2012-05-20 14:20:26 -07:00
Mathieu Virbel b9cc78ab04 rst: better rendering of definition item list 2012-05-07 19:11:36 +02:00
Mathieu Virbel 276a5f27ff graphics: fix stencil usage when nested, and add a new StencilUnUse instruction to remove manually the mask. We need that because it's complex to track & replay the drawing between 2 instructions.
Stencil use now INCR and DECR instructions, and with that method, you can nest up to 128 stencil layers (was 8 before.).
2012-04-16 16:20:08 +02:00
Punjab d1be6b1cac Minor Gurmukhi text edit. Replaced translation of first word. 2012-04-12 17:00:51 -05:00
Punjab 5e438306c7 Added Gurmukhi text for testing support. 2012-04-12 16:54:41 -05:00
Qua-non b4f1ee6832 add info text 2012-04-09 22:06:47 +05:30
Qua-non 435cdf91fe improve example 2012-04-09 22:02:46 +05:30
Qua-non 610ac74619 allow for variable tab_width and rename advanced example 2012-04-09 21:07:36 +05:30
Qua-non 289113a843 simplify tabbed_pannel_advanced example 2012-04-09 15:54:24 +05:30
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 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 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 12227725ac Merge https://github.com/kivy/kivy into clipboard 2012-03-24 05:37:40 +05:30
Mathieu Virbel 488c24965b doc/gettingstarted: fix links on installation + add os icon
+ pushed tutorial section
2012-03-23 02:22:05 +01: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
Mathieu Virbel 71a5d04fe1 pep8 fixes 2012-03-19 11:07:14 +01:00
Ryan Northey 292f99048f Improved class names 2012-03-18 16:09:19 +00:00
Ryan Northey d98c46eb65 Added example of a twistd app 2012-03-18 16:04:15 +00:00
Mathieu Virbel 3866b93e99 demo: activate pause capability for our 3 kivy demo 2012-03-11 02:16:02 +01:00
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