Commit Graph

123 Commits

Author SHA1 Message Date
Terje Skjaeveland 9b3f2bbe80 Use pickle protocol 0 and use lambda for sorted key to avoid unicode problem for str.lower 2014-06-17 21:02:14 +02:00
Terje Skjaeveland 30617fda05 Python3 compatibility for multistroke and demo 2014-06-17 20:48:05 +02:00
Suriyan b3707dab81 Fix missing 'string.lower()' after cleanup 2014-05-21 21:55:07 +07:00
Mathieu Virbel adbe78f43c Merge pull request #2058 from bionoid/multistroke_clean
[WIP] $N-Protractor multistroke recognizer and demo app
2014-05-04 19:21:30 +02:00
Terje Skjaeveland 4ee204c553 pep8 fixes 2014-05-04 11:09:29 +02:00
Terje Skjaeveland 89b5c78fd9 py3 compatible print in docs, move __all__ to top of files 2014-05-04 10:49:51 +02:00
tshirtman b03050e351 fix glitches caused by creating a new line on pressure change 2014-04-13 20:46:34 +02:00
tshirtman c5222253f4 remove unneeded prints 2014-04-13 16:41:39 +02:00
Terje Skjaeveland cbb8de5576 Rename GestureContainer.get_candidate() to .get_vectors()
Avoid confusion with GestureCandidate, this function is used for both
templates and candidates.
2014-04-10 17:23:30 +02:00
tshirtman 94360fb80b make touchtracer use pressure if available 2014-04-09 01:09:05 +02:00
Terje Skjaeveland c38cacae1f pep8 fixes 2014-04-06 14:42:30 +02:00
Terje Skjaeveland 59d89c1320 Cleanup - remove unused imports 2014-04-06 14:11:52 +02:00
Terje Skjaeveland e6b3812e6d Initial import of new multistroke recognizer and demo app 2014-04-06 01:07:42 +02:00
Matthew Einhorn 4adf201310 Fix kivy catalog label padding to be positive. 2014-03-11 16:42:59 -04:00
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
Mathieu Virbel 6b15e5b857 catalog: rework the bar a little bit 2014-01-24 18:16:13 +01:00
Mathieu Virbel 378c1b140b catalog: fix weak ref issue. closes #1753 2014-01-24 18:15:59 +01:00
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 28e726520b uix:CodeInput minor fixes for rendering 2013-12-15 05:04:00 +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
qua-non 2b98c27864 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
Mathieu Virbel d9429aab8d Merge pull request #1318 from kivy/fix-kv-leaks
Fix kv language leaks (and some others)
Conflicts:
	kivy/animation.py
	kivy/factory.py
	kivy/lang.py
	kivy/uix/tabbedpanel.py
	kivy/uix/widget.py
2013-06-28 12:39:53 +02:00
qua-non 62afe5f64d PY2 fixes for TextInput, TextInput now maintains unicode internally.
closes #1271
2013-06-10 04:21:49 +05:30
qua-non 416a180813 unicode fixes for py2(wip) 2013-06-08 14:38:27 +05:30
Mathieu Virbel f2ae15c6ec py3: fix few more print 2013-05-31 11:12:21 +02:00
Mathieu Virbel bea9afa389 sync (no tested) 2013-05-30 18:01:39 +02:00
qua-non 031a87695b kivycatalog: add background to spinner and bubble to distinguish them from the background 2013-05-28 17:45:00 +05:30
qua-non be453c6841 examples: KivyCatalog move textinput to top/left so that it isn't
hidden by keyboards on mobile devices.
2013-05-21 14:56:15 +05:30
qua-non ea63ba7472 Examples:Kivy Catalog: make catalog adjust it's ui according to screen
size
2013-05-21 04:44:28 +05:30
qua-non f1a87579d5 examples:KivyCatalog fix popup and boolean sections 2013-05-20 19:30:16 +05:30
qua-non 8a4d615bbc examples:KivyCatalog delay auto-reloading while cursor movement 2013-05-20 03:29:32 +05:30
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
qua-non d053096e5e uix: TextInput small fixes.
examples: kivycatalog small changes for Label section
2013-04-03 22:30:50 +05:30
Mathieu Virbel fe788691d9 fix kivycatalog 2013-03-31 11:59:37 +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
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