Commit Graph

3464 Commits

Author SHA1 Message Date
Mathieu Virbel 63c043b418 Merge branch 'master' of ssh://github.com/kivy/kivy 2013-02-19 18:47:26 +01:00
Mathieu Virbel 6062f34d0f tuio: add an usage example within the App 2013-02-19 18:46:41 +01:00
tshirtman 143f3193a3 fix error in doc (thanks gizpo) 2013-02-19 12:42:34 +01:00
Mathieu Virbel a6c47292fd Merge branch 'master' of ssh://github.com/kivy/kivy 2013-02-18 02:48:26 +01:00
Mathieu Virbel d326391f64 progressbar: fix value < 0 or higher than max. closes #941 2013-02-18 02:47:22 +01:00
Mathieu Virbel 1a11e35955 context: fix reloading of images from the network. Currently, the reloading happen on the Texture itself by using the Loader.image, but we lost the reloading gif. I guess we should handle the reloading in the AsyncImage maybe. closes #895 2013-02-16 20:00:51 +01:00
Mathieu Virbel 8562c5de1a asyncimage: fix asyncimage widget with http resources + re-host the image on kivy.org 2013-02-16 18:51:07 +01:00
Mathieu Virbel bffd04f556 Merge pull request #956 from kivy/gridlayout
uix:GridLayout honour width/height for the col/row only if all the
2013-02-16 09:45:38 -08:00
qua-non 33f1be4468 doc: extend size/pos_hint explanation in widget.rst in guide2 2013-02-16 17:16:09 +05:30
Mathieu Virbel a4d391cd3f Merge branch 'master' of ssh://github.com/kivy/kivy 2013-02-16 05:11:09 +01:00
Mathieu Virbel e6c6773f0a textinput: ensure others dependent values from self._lines are updated before assigning a new self._lines. Otherwise, the text property is triggered, and bad magic will happen. closes #950 2013-02-16 04:59:33 +01:00
Mathieu Virbel 8d2d098eca Merge pull request #963 from geojeff/treeview_docs
Fixed example code for populating a tree view, replacing it with code fo...
2013-02-15 19:30:46 -08:00
geojeff d5c8306de7 Removed inmports and main view bits, to reduce to minimum example. 2013-02-15 15:09:19 -06:00
geojeff 3f354ce5e4 Changed the example app to fit preferred approach in new programming guides. 2013-02-15 12:51:41 -06:00
geojeff cc9dbc9423 Fixed example code for populating a tree view, replacing it with code for a minimal working example. 2013-02-15 11:35:42 -06:00
Mathieu Virbel bab5bd5038 asyncimage: fix nocache for the AsyncImage and Image + add parameters for controling the maximum image upload in GPU per frames. closes #962 2013-02-15 17:07:59 +01:00
Mathieu Virbel 506f37f2fb screenmanager: use black color for clearing the Fbo instead of green color. closes #961 2013-02-15 14:02:47 +01:00
Mathieu Virbel 77d4146dbd Merge branch 'master' of ssh://github.com/kivy/kivy 2013-02-15 05:23:31 +01:00
Mathieu Virbel 7b01ec5601 loader: fix the number of workers to 2 by default. add a property for customization (works only if the implementation use it, means only the LoaderPygame right now.).
+ fix loading priority (lifo -> fifo)
2013-02-15 05:23:18 +01:00
Mathieu Virbel b96f9b93a9 Merge pull request #959 from geojeff/list_adapter_data_reset
List adapter data reset
2013-02-14 18:40:05 -08:00
Mathieu Virbel 4f67bbb964 add missing versionadded 2013-02-15 03:38:51 +01:00
Mathieu Virbel 3e7de7f36a Merge branch 'expose_on_load' of git://github.com/Rio/kivy into Rio-expose_on_load 2013-02-15 03:38:03 +01:00
Mathieu Virbel e35c2563ae Merge branch 'master' of ssh://github.com/kivy/kivy 2013-02-15 03:36:24 +01:00
Mathieu Virbel bfa82ffe44 asyncimage: fix asynchronous loading + fix typo on nocache (really? that has never been tested at all... :( -> opening issue.) 2013-02-15 03:36:10 +01:00
tshirtman 21ecc4b207 add test if callback is a callable in Clock.schedule_* 2013-02-14 12:11:16 +01:00
Rio Kierkels ba12dd84bf forgot to set the loaded flag 2013-02-13 11:07:26 +01:00
Rio Kierkels f51b418ef0 Exposed on_load from the underlying CoreVideo object. 2013-02-13 10:59:23 +01:00
geojeff d71a83cc06 Added a list example that illustrates adding and changing data on a timer. 2013-02-12 16:29:16 -06:00
geojeff c1fbe7064b Fixed docs. 2013-02-12 13:49:08 -06:00
geojeff 4476b33260 Added KIVY_USE_DEFAULTCONFIG = 1 so that Kivy tests are not affected by local configuration. 2013-02-12 13:31:10 -06:00
geojeff bf720a6757 Added data=ListProperty([]) to ListAdapter so that updates will fire when data changes (previously data was only set in Adapter as data = ObjectAdapter()). Added tests for resetting data or data elements. 2013-02-12 13:30:00 -06:00
Mathieu Virbel 513aca050e ios: fix recent issue with Xcode, our SDKROOT variable is now conflicting with clang 2013-02-11 21:25:20 +01:00
qua-non c1f818f528 uix:GridLayout honour width/height for the col/row only if all the
widgets are setting size_hint_x/y to None. closes #954
2013-02-12 01:25:49 +05:30
Mathieu Virbel 1a7015d956 shader: fix reloading vertex attribute, was b0rk due to a recent optimization in the shader. closes #948 2013-02-11 20:45:12 +01:00
Mathieu Virbel a30ba7b88f osx: fix image reloading when window is resized 2013-02-11 20:38:33 +01:00
Mathieu Virbel 683cf4620b Merge pull request #953 from smishlayev/patch-1
Update kivy/modules/__init__.py
2013-02-11 05:25:07 -08:00
smishlayev cd84e984b7 Update kivy/modules/__init__.py
handle ImportError: try to import just by module name (in case it is user module, not kivy.modules.* one)
2013-02-11 15:15:40 +02:00
Gabriel Pettier aad04cec86 Merge pull request #951 from r1chardj0n3s/master
Fix an import and some minor grammar
2013-02-11 03:35:44 -08:00
Richard Jones 9d414bdede fix Image import so pil.pth isn't needed (ie. works with PIL and Pillow) 2013-02-11 15:45:07 +11:00
Thomas-Karl Pietrowski 2f2222ec87 Update doc/sources/installation/installation-linux.rst
fixing https://groups.google.com/forum/?fromgroups=#!msg/kivy-dev/BM-YXEeK3Ag/wJrhFWGIj2wJ
2013-02-09 13:09:10 +01:00
tshirtman cc45327f4b make doubletap postproc more sensitive to the kind of touch
fix #901
2013-02-05 22:51:12 +01:00
tshirtman 424acb1a1a line circle/ellipse instructions, no need for +2 segments 2013-02-05 21:43:28 +01:00
qua-non 424d6e0af1 uix:TextInput update style.kv to represent the changes for
TextInputCutCopyPaste
2013-02-06 01:20:00 +05:30
tshirtman 4bdd69087d fix #913 bad circle/ellipse for line instruction 2013-02-05 18:50:57 +01:00
qua-non 9d09059b9c uix:TextInput a) Proper handeling of on_focus for readonly TextInput
closes #940
b) Show `Paste` Bubble on long touch
c) Show only `Copy` Bubble if TextInput is readonly
2013-02-05 22:12:27 +05:30
Mathieu Virbel 9e27ecb21b Merge pull request #943 from RioKuro/master
Added on_load dispatch to gstreamer video class
2013-02-05 08:30:09 -08:00
Rio Kierkels 2ffa7c7fa5 added a dispatch for on_load if a texture didn't exist yet. 2013-02-05 17:12:29 +01:00
tshirtman 1ed33bd389 fix #937 correct pos_hint use in boxlayout (use box position as origin) 2013-02-05 16:22:28 +01:00
Mathieu Virbel d4f1eac01e scrollview: avoid scrolling if it is explicitly disabled. closes #921 2013-02-04 13:56:57 +01:00
Mathieu Virbel a487f2da46 fix versionadded 2013-02-04 13:44:08 +01:00