Commit Graph

2565 Commits

Author SHA1 Message Date
tshirtman e15f5a31b3 forgot to deleto popup-background 2012-09-05 21:12:26 +02:00
tshirtman 82af10cf95 fix modalview, ref to background had been obliterated
by make theming, change popup to use the same image as modalview
and rename popup-background to modalview-background
2012-09-05 20:25:58 +02:00
Mathieu Virbel 47d1fe9b5e fix carousel doc (again..) 2012-09-03 17:02:57 +02:00
Mathieu Virbel b783cf9e84 add carousel doc (again..) 2012-09-03 16:49:34 +02:00
Mathieu Virbel 746c85e4d0 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-09-03 13:24:35 +02:00
Mathieu Virbel 7b6992a9ab add carousel in the factory registers 2012-09-03 13:24:28 +02:00
Qua-non fb2b4e166d UIX: TextInput fix typo and command for undo for bkspc closes #664 2012-09-03 15:56:44 +05:30
Mathieu Virbel b4be8d0cac bump to 1.4.1-dev 2012-09-02 14:00:18 +02:00
Mathieu Virbel 8479fdbda0 bump to 1.4.0 2012-09-02 13:59:51 +02:00
Mathieu Virbel 6a45d09fd0 typo 2012-09-02 13:50:42 +02:00
Mathieu Virbel 1d60799254 step pr: pep8 + add it to the demo 2012-09-02 13:08:19 +02:00
Mathieu Virbel 677e55ed89 Merge branch 'master' of https://github.com/legikaloz/kivy into legikaloz-master 2012-09-02 13:03:35 +02:00
Mathieu Virbel cb3f1f5aa4 scrollview: fix initial mousewheel scrolling. closes #645 2012-09-02 12:53:30 +02:00
Qua-non 41e994e263 Merge branch 'master' of https://github.com/kivy/kivy 2012-08-31 17:12:16 +05:30
Qua-non 33c48fd87b DOC: mention issues with adreno 200/205 based devices on Android 2.3.x
in FAQ
2012-08-31 17:08:16 +05:30
Mathieu Virbel b71a628d66 Merge pull request #653 from kivy/fix-issue-649
Alternative Unicode Label Fix
2012-08-31 03:47:24 -07:00
Mathieu Virbel df4dc66881 Merge pull request #658 from waldobronchart/master
Fixed bug with adding a Camera widget in .kv file
2012-08-31 03:47:05 -07:00
Edwin Marshall (aspidites) 55bc83f68a - instruct user to install nose from pip, not nosetest, fixes #655 2012-08-30 22:11:24 -04:00
Waldo Bronchart 57808f4357 Fixed bug with Camera widget in .kv file
The resolution property is not initialized before _on_index() is called.
So the app crashes because [-1, -1] is not a supported resolution.

...
Camera:
    resolution: (640, 480)
    index: 0
2012-08-30 23:50:12 +02:00
Edwin Marshall (aspidites) 28c543f0e9 - return text if already unicode 2012-08-28 11:17:50 -04:00
Edwin Marshall (aspidites) dc70c6d359 - fixes issue #649, simpler alternative to pull request # 651 2012-08-28 01:31:23 -04:00
Thomas Hansen c3a0f48828 fix issue #648:
uix.screenmanager: dont propagate touch event sduriong transition
2012-08-23 12:02:49 -05:00
Thomas Hansen 8429c70677 fix issue #647
uix.screenmanager: add remove_widget function to remove screens added with add_widget
2012-08-23 11:56:28 -05:00
Thomas Hansen 678567051b Merge pull request #626 from hansent/uix-carousel
fix Issue #607: add carousel widget
2012-08-19 07:52:10 -07:00
Gabriel Pettier f6d7bbc7a9 Merge pull request #644 from geojeff/properties_docs
Properties docs
2012-08-18 09:44:19 -07:00
Jeff Pittman e955474cb5 Fixed docs for bind argument in AliasProperty -- property name strings are required, because they are used with gettatr in the code. 2012-08-18 11:29:03 -05:00
Jeff Pittman 7c83d030c0 Pep8 fixes. 2012-08-18 11:26:43 -05:00
Jeff Pittman 872bc4c80e Made grammar and punctuation fixes. 2012-08-18 11:23:37 -05:00
Mathieu Virbel daeb1885cc include getting started only for html output (avoid it for pdf.) 2012-08-17 12:53:39 +02:00
Mathieu Virbel f76213090c Merge pull request #642 from kivy/smb
Smb support for Loader using PySMB
2012-08-16 18:42:31 -07:00
Qua-non fd9b0d446f Doc: getting started fix links in the packaging section. 2012-08-17 05:49:14 +05:30
Qua-non 8a6a200b33 Loader: remove unneeded `self._smb_initialized` variable 2012-08-17 02:34:32 +05:30
Mathieu Virbel 65c9515a37 activate gettingstarted in documentation + fix navigation from the menu. 2012-08-16 18:23:52 +02:00
Mathieu Virbel 081ecf500b doc fixes to remove the hidden toctree 2012-08-16 16:54:52 +02:00
Qua-non 3f1aa3f0fb Doc: Loader add note: about SMBHandler 2012-08-16 20:19:50 +05:30
Thomas Hansen f556163af9 Merge branch 'master' into uix-carousel 2012-08-14 14:40:26 -05:00
Thomas Hansen 89876fb95b uix.carousel:
* remove orientation property in favor of direction property,
   which can be (right, left, top, or bottom).
2012-08-14 14:10:49 -05:00
Qua-non 75781d485b Loader, Async: add support for `smb://` protocol 2012-08-13 20:21:10 +05:30
Thomas Hansen 7629e4174e uix.carousel:
* fix pep8 formatting and other minor code edits
2012-08-12 02:29:09 -05:00
Thomas Hansen 5bee74d38a animation:
* add missing documentation for new cancel_property and cancel_all methods
2012-08-12 02:27:54 -05:00
Mathieu Virbel 5d50999c67 update pep8 contrib, and fix all the last warning from "make style". 2012-08-11 16:20:16 +02:00
Mathieu Virbel 8aeab85c2d motionevent: cache the pos attribute, surely the most used within kivy.
Collision test perfs with @property: [0.24933314323425293, 0.24625396728515625, 0.2477419376373291]
Collision test perfs with cached pos: [0.12134003639221191, 0.10923004150390625, 0.10919404029846191]
2012-08-11 12:34:25 +02:00
Thomas Hansen 6c91e86ef0 uix.carousel:
* use properties for everything
    * correct handling of multiple / simultaneous/ quick successive touches
    * formatting to comply with style guide
2012-08-10 12:21:52 -05:00
Thomas Hansen c54be9ae8d animation.py: add cancel_property and cancel_all methods. works just like stop, but will cancel, instead of stop (so no on_complete event fired) 2012-08-10 12:01:59 -05:00
Mathieu Virbel 42418aaba3 properties: add "cache" parameters to AliasProperty, when activated, the __get__ will be called only if one of the dependency is updated. 2012-08-10 18:46:14 +02:00
Mathieu Virbel bdc4c13119 screenmanager: raise exception if start() is called twice. closes #618 2012-08-10 12:10:41 +02:00
Mathieu Virbel b3999f3a11 app: fix invalid configuration filename >_< 2012-08-10 11:31:14 +02:00
Mathieu Virbel e02fd0dba5 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-08-10 11:18:06 +02:00
Mathieu Virbel f747e0d6cb mouse: fix ghost touch that can appear on window (due to a race condition between mousemotion / mouserelease). closes #621 2012-08-10 11:17:54 +02:00
Mathieu Virbel 35b83b0bfc Merge pull request #636 from hansent/screenmanager_names
uix.screenmanager.ScreenManager:
2012-08-10 01:19:03 -07:00