tshirtman
738f4e8a17
small fixes in guide2/lang
2012-12-29 18:55:05 +01:00
tshirtman
8e230904f9
clarify a little the metrics paragraph in guide2/widgets
2012-12-29 18:48:31 +01:00
tshirtman
6b8953cb99
add png version of Kivy_App_Life_Cycle
2012-12-29 18:12:07 +01:00
tshirtman
b8a734803c
formatting fix in guide2/widgets
2012-12-29 17:53:12 +01:00
tshirtman
51dddc58df
add reference to metrics module in guide2 and to screen module
2012-12-29 17:52:25 +01:00
qua-non
a6e8a246fc
Doc: fix file name
2012-12-29 03:45:41 +05:30
qua-non
0935f158c2
DOC: guide2 minor edits to kivy basics and kvlang sections
2012-12-29 03:18:27 +05:30
tshirtman
f6b48dca99
Merge branch 'master' of github.com:kivy/kivy
2012-12-28 14:05:26 +01:00
tshirtman
4b731e0b2f
add a section about event binding in kv on guide2
2012-12-28 14:05:02 +01:00
Mathieu Virbel
fff03e23fd
Merge pull request #871 from kivy/textinput_wrap
...
uix:textinput wrap_fix
2012-12-28 03:23:58 -08:00
Mathieu Virbel
05d78eee8b
Merge pull request #877 from dernhelm7/normalize-line-endings
...
Adds recommended line normalization
2012-12-28 03:23:12 -08:00
Gabriel Pettier
2a57124143
Merge pull request #880 from jeroendoggen/docs_guide_firstwidget_linenumbers
...
fixed line numbers in : docs/guide/firstwidget.html (6_button.py)
2012-12-27 15:36:29 -08:00
Jeroen Doggen
36f303868c
fixed line numbers in : docs/guide/firstwidget.html (6_button.py)
2012-12-27 23:39:02 +01:00
Gabriel Pettier
7cf8c4952e
Merge pull request #878 from luuvish/master
...
DropDown._reposition() mis-calculating the width of widget.
2012-12-26 13:08:03 -08:00
Injo Luuvish Hwang
564235bb18
Update kivy/uix/dropdown.py
...
to_window() coordinate mis-conversion
x, y axis parameter must be set to argument [0], [1] order.
2012-12-27 05:21:25 +09:00
tshirtman
cf569f3fa0
fix guide2 build
2012-12-26 10:21:49 +01:00
Mathieu Virbel
3e807b7014
change the ios instruction to install cython via pip
2012-12-23 14:10:15 +01:00
Gabriel
fbe5b599e2
fix typos in guide2/basic
2012-12-23 11:29:57 +01:00
qua-non
d9649ec1d6
Merge branch 'master' of http://github.com/kivy/kivy
2012-12-23 04:42:50 +05:30
qua-non
a1d082e835
Guide2: add explanation section to the minimal application
2012-12-23 04:41:41 +05:30
Gabriel
8e49c74f22
add "run the application" info to guide2/kivy basics
2012-12-22 23:59:15 +01:00
Gabriel
4c09938fa9
add ~ before references to guide2
2012-12-22 22:24:03 +01:00
Gabriel
d395d3288c
some addition to Widget page on guide 2, about pos/size
2012-12-22 17:50:02 +01:00
Eowyn
56e845753a
Adds recommended line normalization
...
If you have line normalization set for the repo, developers won't have
to worry about their settings.
https://help.github.com/articles/dealing-with-line-endings
2012-12-21 13:53:24 -05:00
qua-non
e43564e763
Doc: update the link to the VM
2012-12-21 05:54:00 +05:30
qua-non
992f1e1fd4
uix:textinput wrap_fix
2012-12-19 01:35:06 +05:30
Gabriel Pettier
95cab1651a
fix errors in guide2/events, thanks oars!
2012-12-18 18:06:12 +01:00
Mathieu Virbel
14a4a74e77
Merge pull request #863 from geojeff/uix-listview
...
Uix listview improvements for use with kv language declarations of ListView
2012-12-18 08:04:58 -08:00
Mathieu Virbel
17ef016806
Merge pull request #868 from luuvish/master
...
value_pos of slider fix by padding
2012-12-18 08:04:02 -08:00
Mathieu Virbel
cc03ea7f57
Merge pull request #869 from oars/contribution_docs
...
Fixed path for docs and resulting html when building docs
2012-12-18 08:01:17 -08:00
Oscar Ramirez
0fa3694494
Fixed path for docs and resulting html when building docs
...
Seems docs/README was located in the sources directory at one point.
Similarly, the build directory is now located inside the docs folder.
Some trailing whitespaces were also removed.
2012-12-18 08:54:50 -07:00
Injo Luuvish Hwang
a0851a8336
Update kivy/uix/slider.py
...
mis-positioning when slider sets value_pos.
value_pos is fixed by padding size.
2012-12-18 23:04:24 +09:00
tshirtman
bd0cecba59
fixes in the event page in guide2
2012-12-18 09:42:55 +01:00
qua-non
dc64c36e42
Doc:Splitter: fix spellings
2012-12-18 02:45:05 +05:30
Mathieu Virbel
82c86325e2
faq: extend the pygame parachute crash for devs
2012-12-17 13:32:19 +01:00
geojeff
4654b6d3a6
Added comment about a possible way to filter staged files for style checking.
2012-12-16 11:16:01 -06:00
geojeff
254497d07b
Changed arguments checking in ListView to account for possible use of kv in the definition of a ListView. Added several new examples and tests, and new entries in ListView docs. Also deleted ObserverView, which is not used anywhere. The pre-commit hook was not allowing this commit, because a file was deleted and the style check failed to find it. So, modified the pre-commit hook to use a different method to find staged files.
2012-12-16 10:52:41 -06:00
Mathieu Virbel
e9c5b01231
setup: avoid cython for android/ios build, and ensure build_ext is imported
2012-12-16 16:05:25 +01:00
Mathieu Virbel
050016cc96
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-12-16 13:47:46 +01:00
Mathieu Virbel
781ad0add2
ios: avoid cython check for ios platform, we are using it externally anyway.
2012-12-16 13:47:32 +01:00
qua-non
cc67584906
Example:KivyCatalog make call to change_kv on ctrl+s use absolute path
...
instead of relaive. Make error handeling consistent
2012-12-15 09:11:20 +05:30
Mathieu Virbel
9f77e54dc7
Merge pull request #828 from kived/master
...
Fix descriptor error from getattr in EventDispatcher
2012-12-13 15:55:40 -08:00
Ryan Pessa
cbba1852ea
Merge branch 'master' of github.com:kived/kivy
2012-12-13 17:10:25 -06:00
Ryan Pessa
b6b3610f74
Merge remote-tracking branch 'upstream/master'
2012-12-13 17:10:14 -06:00
Ryan Pessa
ed575264e1
add default None to getattr call to prevent errors on some descriptors
2012-12-13 17:09:37 -06:00
Ryan Pessa
9f1c93a421
Revert "wrap try/except around getattr to prevent errors on some descriptors"
...
This reverts commit 330f15b8cb
.
2012-12-13 17:07:58 -06:00
Tyler Conrad
37dd282316
Revert "Modified to allow transparent widget proxies."
...
This reverts commit f9ae5655a0
.
2012-12-13 16:21:53 -06:00
Mathieu Virbel
b8cf12ce3e
scrollview: revert one change from the betterscroll merge: the "touch.dx + touch.dy == 0" condition is breaking the ability to do a vertical gesture if the scrollview is horizontal only (or the inverse).
2012-12-13 17:20:07 +01:00
Mathieu Virbel
d94386a01e
bump to 1.5.2-dev
2012-12-13 13:40:32 +01:00
Mathieu Virbel
e0b0dea0f7
bump to 1.5.1
2012-12-13 13:40:11 +01:00