Qua-non
a6b5683b4c
TabbedPanel: fix first tab selection
2012-10-21 19:22:34 +05:30
Qua-non
c35dca3656
TabbedPanel: ensure first TabbedPanelItem selection
2012-10-21 18:14:20 +05:30
Qua-non
e624412f35
Doc: explain the introduction of `TabbedPanelItem` and `do_default_tab`
2012-10-16 02:46:30 +05:30
Qua-non
5163abcee1
UIX: Introduce TabbedPanelItem for a simplified usage
2012-10-16 00:42:02 +05:30
Qua-non
60b10969dd
UIX:TabbedPanel: ensure unbind to avoid multiple binds for tab
...
width/height
2012-10-14 03:57:46 +05:30
Qua-non
005a62217a
:UIX:TabbedPanel: ensure tab_strip width is updates withtab's width
2012-10-14 03:48:20 +05:30
qua-non
9ca9a902ca
Merge pull request #736 from Titousensei/fix_slider
...
fix for slider bug when min<0, max>0 and step>0
2012-10-12 04:34:41 -07:00
Eric Gaudet
41e4564704
fix for slider bug when min<0, max>0 and step>0
2012-10-11 23:20:16 -07:00
tshirtman
15d733e79a
make python version requirement clearer
2012-10-12 00:10:04 +02:00
Mathieu Virbel
ce106459de
core/image: prevent to flip the source vertically, prefer to flip the texture coordinate.
...
Current implementation: pygame/pil need vertical flip, gif/dds don't need.
2012-10-11 10:15:26 +02:00
Mathieu Virbel
489235b215
env: allow to restrict not to one, but to multiple provider by using comma as seperator.
...
example: KIVY_IMAGE=pygame,gif python main.py
2012-10-11 10:14:13 +02:00
tshirtman
8c29b9fe9e
Merge branch 'master' of github.com:kivy/kivy
2012-10-10 20:28:44 +02:00
tshirtman
b0dd90f5ce
fix "found" -> "find"
2012-10-10 20:28:16 +02:00
Mathieu Virbel
d5e5c67c2f
app: fix window remove_widget()
2012-10-10 02:12:40 +02:00
Mathieu Virbel
1f2665c820
properties: do the same approach with allownone
2012-10-10 01:29:36 +02:00
Mathieu Virbel
d04d3b9507
properties: dont store errorvalue/handler/value_set on the instance storage
2012-10-10 01:20:08 +02:00
Mathieu Virbel
63149ad17e
fix doc generation
2012-10-10 01:04:27 +02:00
Mathieu Virbel
f9eaf6ef4c
typo
2012-10-10 01:04:19 +02:00
Mathieu Virbel
e267815bc8
factory: dont register twice a class with the same name.
2012-10-10 00:45:39 +02:00
Mathieu Virbel
7fe67a3ba0
widget: add widget metaclass to automatically register widget classes into the Factory.
2012-10-10 00:30:25 +02:00
Mathieu Virbel
7c96bfa504
init: don't set configuration from android if we are in the "documentation" mode
...
+ use ANDROID_ARGUMENT availability in environ instead of "import android" for detecting the android platform: sl4a have their own android.py too. Closes #719
2012-10-09 12:50:17 +02:00
tshirtman
ed75b67abb
add tests for errorvalue/errorhandler of Properties and update versionchanged
2012-10-09 00:01:24 +02:00
tshirtman
92d76ddfaf
Merge branch 'master' into HEAD
...
Conflicts:
kivy/properties.pxd
kivy/properties.pyx
2012-10-08 22:30:44 +02:00
tshirtman
0997e094ba
optimisation in accordion's _do_layout thanks to @rubik
2012-10-08 16:31:18 +02:00
tshirtman
12d6453987
correct issues in collapse management with accordion widget
...
closes : #725
2012-10-08 15:36:02 +02:00
Mathieu Virbel
8b279daeb3
Merge pull request #721 from kivy/tests_app
...
add a test suite for App(), only two tests for now
2012-10-08 03:52:17 -07:00
Mathieu Virbel
1ddbd8b71e
app: force deletion of child when app is stopped/leaving
2012-10-08 12:49:42 +02:00
Mathieu Virbel
cbd9ed2f73
base/eventloop: fix issues when trying to stopTouchApp() then runTouchApp().
2012-10-08 12:44:21 +02:00
Mathieu Virbel
ab90934b90
EventLoop: prevent recursion when stop/start is called and if we still have input events in it.
2012-10-08 07:31:49 +02:00
Mathieu Virbel
91fd326176
Merge pull request #722 from Titousensei/master
...
Fix for bug #706
2012-10-07 22:00:38 -07:00
Mathieu Virbel
80bc8931c0
Merge pull request #670 from nklever/android-compass
...
Compass demo
2012-10-07 21:56:05 -07:00
Mathieu Virbel
520220f6a3
guide2: first pass to add bases of the programming guide new generation.
2012-10-07 19:31:32 +02:00
Eric Gaudet
66d0f33364
fix for pos_hint calculation in boxlayout ( #706 )
2012-10-06 18:43:53 -07:00
tshirtman
9ec885f53b
add a test suite for App(), only two tests for now
2012-10-07 01:59:42 +02:00
tshirtman
fe3592161b
minor doc correction (grammar)
2012-10-06 22:21:34 +02:00
tshirtman
84b769afc3
add new tests for animations, fix the existing tests, fix a bug with cancel
2012-10-05 13:08:55 +02:00
tshirtman
b08ea1b7cf
Merge branch 'master' of github.com:kivy/kivy
2012-10-05 12:10:29 +02:00
EdTheDev
55af4688a3
Fixes incorrect link reported in https://github.com/kivy/kivy/issues/712
2012-10-05 12:10:19 +02:00
Qua-non
a9d1f1a0c8
UIX.ScreenManager update transition_state property on screen change
2012-10-05 04:12:37 +05:30
tshirtman
e0b764b61d
Merge branch 'master' of github.com:kivy/kivy
2012-10-04 17:11:01 +02:00
tshirtman
fcccb16aff
fix on_ref_press reference
2012-10-04 17:10:42 +02:00
Gabriel Pettier
68b9666f1b
Merge pull request #711 from edthedev/master
...
Expanded the Documentation section on the Contribution page.
2012-10-02 10:47:51 -07:00
EdTheDev
df5a1ecc02
Expanded the 'Documentation Contributions' section to make it clear where the documentation is stored, and how changes are expected to be handled.
...
Also added a link to ReStructuredText documentation, mentioned the dependency on python-sphinx, and added the command to rebuild the HTML.
2012-10-02 12:34:49 -05:00
EdTheDev
ac2fdca029
Extended a title line of '~' to allow 'make html' to finish.
...
Seems to have been a warning in previous versions, and is not a halting error. (As of library default from Ubuntu 12.04).
2012-10-02 12:33:14 -05:00
Mathieu Virbel
1685c16878
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-10-02 01:52:42 +02:00
Mathieu Virbel
a2356e01d6
graphics: fix cython compilation due to "by" considered as a keyword for cython 0.14. Recents users and ubuntu launchpad failed to compile :(
2012-10-02 01:52:34 +02:00
tshirtman
ea16bd5898
pep8 fixes
2012-10-02 00:47:40 +02:00
tshirtman
fd952fec10
add instructions to install cython from pip for linux distributions
...
closes : #709
2012-10-02 00:44:19 +02:00
Mathieu Virbel
7a278f31a1
line: add bezier in __init__
2012-10-01 17:02:57 +02:00
Mathieu Virbel
03634b735e
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-10-01 17:01:37 +02:00