tshirtman
fad78dc6d2
add .travis.yml
2012-10-18 17:48:41 +02:00
Gabriel Pettier
ade20cc7d3
Merge pull request #748 from brunogola/master
...
Typo in interactive.py documentation
2012-10-18 08:33:08 -07:00
Bruno Gola
21338d9e9d
fixes typo in kivy/interactive.py documentation
2012-10-18 07:40:02 -03:00
Dusty Phillips
d9bf952eba
Make the text area a fixed width to give more room to demo results
2012-10-17 21:58:11 -06:00
Dusty Phillips
967ba58962
One issue fixed
2012-10-17 21:53:42 -06:00
Dusty Phillips
d2538382cd
Fix bugs in scatter demo
2012-10-17 21:50:23 -06:00
Dusty Phillips
4715beff36
Switch to a screen manager for better use of screen real estate
2012-10-17 21:48:34 -06:00
Dusty Phillips
4a4adfeaac
Update the more or less pathetic help screen.
2012-10-17 19:32:12 -06:00
Dusty Phillips
a10a513133
Add a keybinding to the Kivy textarea to render when ctrl-S is pressed.
2012-10-17 19:26:10 -06:00
Dusty Phillips
c093c82400
class decorators are so much sexier than meta classes
2012-10-17 19:13:34 -06:00
Dusty Phillips
cdb11c4aa9
Add a new showcase example that allows interactive editing of Kivy language code to see how it affects the widgets.
2012-10-16 16:42:40 -06:00
Gabriel Pettier
305bf9e839
Merge pull request #744 from bibile/patch-1
...
Update kivy/lang.py
2012-10-16 07:24:25 -07:00
bibile
88f2052903
Update kivy/lang.py
...
typo in the doc
2012-10-16 17:08:30 +03:00
Mathieu Virbel
8e2345a3ce
fix pdf generation
2012-10-16 11:19:01 +02:00
Mathieu Virbel
205446630a
doc: fix pyinstaller instructions for Windows
2012-10-15 19:36:28 +02:00
Mathieu Virbel
96b5db74fc
Merge pull request #715 from edthedev/design_guide_larger_filenames
...
Design guide larger filenames
2012-10-15 07:57:47 -07:00
Mathieu Virbel
9cdeb38ace
Merge pull request #733 from kivy/fix_731
...
fix #731 BoundedNumericProperty can have float bounds
2012-10-15 07:52:43 -07:00
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
tshirtman
15cf504c8f
fix #731 BoundedNumericProperty can have float bounds
2012-10-11 13:58:20 +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