Ryan Pessa
ff9bb377e0
Merge branch 'master' of github.com:kived/kivy
2012-12-10 14:46:21 -06:00
Tyler Conrad
9f948c0467
Revert "Modified to allow transparent widget proxies."
...
This reverts commit d143f2bad6
.
2012-12-10 14:05:49 -06:00
Ryan Pessa
c97562bb41
Merge remote-tracking branch 'upstream/master'
2012-12-10 13:59:10 -06:00
Tyler Conrad
d143f2bad6
Modified to allow transparent widget proxies.
2012-12-10 13:55:11 -06:00
tshirtman
d5a4020ad1
remove unnecessary indentation in pong tutorial
2012-12-10 11:28:22 +01:00
tshirtman
e88f2ecd9a
Revert "revert premature removing of Factory usage in tutorial"
...
This reverts commit 795e301fd8
.
since 1.5 is out, there changes are really not needed anymore
2012-12-10 11:26:48 +01:00
qua-non
6fa2552f51
Merge pull request #718 from kivy/splitter
...
Splitter widget for re-sizing child widget/layout
2012-12-08 16:40:28 -08:00
tshirtman
795e301fd8
revert premature removing of Factory usage in tutorial
2012-12-08 23:55:58 +01:00
tshirtman
3d826160df
update/fixes/spelling on pong tutorial
2012-12-08 18:19:43 +01:00
Mathieu Virbel
5a2dc74927
pyinstaller: update osx instruction due to a recent bug in pyinstaller / osx 10.8
2012-12-04 19:03:24 +01:00
tshirtman
6cbd874b10
small corrections to guide2
2012-11-30 00:32:04 +01:00
tshirtman
e0a87de887
updates to guide2 lang.rst
2012-11-28 23:34:13 +01:00
tshirtman
db0ab2b12b
fix missing blank line in new doc
2012-11-28 16:39:31 +01:00
tshirtman
24b8964ecf
add lang documentation in the new doc.
...
also, orthographic fixes.
2012-11-28 16:24:12 +01:00
tshirtman
75b7581c9f
add list of layouts to widgets.rst (newguide) and some rewording
2012-11-28 12:55:02 +01:00
tshirtman
9c632b1ba9
doc typo
2012-11-28 12:47:57 +01:00
tshirtman
2c1169141a
updates to events and graphics in new programming guide
2012-11-28 12:44:35 +01:00
tshirtman
f8c7339bd0
fix call to :module: instead of :mod: into documentation
2012-11-27 11:51:26 +01:00
tshirtman
ccc5666ee6
add some doc in the guide2
2012-11-27 01:42:13 +01:00
tshirtman
7fe72d759e
update/fixes to guide2 doc
2012-11-26 17:35:21 +01:00
tshirtman
0078438566
some addition to new documentation
2012-11-26 01:11:46 +01:00
tshirtman
0debf84859
explain app creation and events
2012-11-25 02:34:15 +01:00
qua-non
8eadba83c7
UIX: Splitter update doc image and and images for splitter grip
2012-11-20 15:45:26 +05:30
qua-non
6fd44448c1
Merge http://github.com/kivy/kivy into splitter
...
Conflicts:
kivy/data/images/defaulttheme-0.png
kivy/data/images/defaulttheme.atlas
2012-11-20 14:19:48 +05:30
qua-non
e221102658
Doc: make the VM visible in creating apk docs
2012-11-07 15:32:37 +05:30
Mathieu Virbel
0530cdfd7c
screen: add module into the documentation
2012-11-02 18:27:32 +01:00
Mathieu Virbel
c196edd42d
metrics: add documentation
2012-11-02 13:38:39 +01:00
Mathieu Virbel
11f55027a0
ios/packaging: update documentation about launch image
2012-10-28 17:54:38 +01:00
Mathieu Virbel
93cac98237
doc: reference the gettingstarted on the doc start page.
2012-10-25 12:11:23 +02:00
Mathieu Virbel
70891fce3e
firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726
2012-10-25 12:01:43 +02:00
qua-non
bf1bc3be4d
Merge pull request #750 from kivy/codeinput
...
Codeinput
2012-10-23 08:50:40 -07:00
Joe Hillenbrand
78f1a75c14
doc typo
2012-10-22 11:11:46 -07:00
Qua-non
4a8235254e
Doc: add preview image for CodeInput
2012-10-19 04:26:39 +05:30
Qua-non
d9bd348cee
uix: New widget CodeInput, highlited code editor
2012-10-19 04:15:10 +05:30
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
tshirtman
15d733e79a
make python version requirement clearer
2012-10-12 00:10:04 +02:00
Mathieu Virbel
63149ad17e
fix doc generation
2012-10-10 01:04:27 +02:00
Mathieu Virbel
520220f6a3
guide2: first pass to add bases of the programming guide new generation.
2012-10-07 19:31:32 +02:00
EdTheDev
55af4688a3
Fixes incorrect link reported in https://github.com/kivy/kivy/issues/712
2012-10-05 12:10:19 +02:00
EdTheDev
4fb4ceab69
Added section titles that spell out which files the code and layout go in.
...
I got a little lost working through this example because I made an incorrect assumption about the filename needed for controller.kv. The goal to this change is to draw more attention to the filename and keep future users from making the same mistake.
2012-10-02 21:19:42 -05:00
EdTheDev
54dd5f5ada
Fixes incorrect link reported in https://github.com/kivy/kivy/issues/712
2012-10-02 20:52:02 -05: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
tshirtman
fd952fec10
add instructions to install cython from pip for linux distributions
...
closes : #709
2012-10-02 00:44:19 +02:00
Qua-non
71ebe6c6e5
Doc: update images/gif's to reflect latest theme for kivy
2012-10-01 02:30:58 +05:30
Qua-non
f59184a732
uix.Splitter: use images instead of color
2012-09-30 21:25:23 +05:30
Qua-non
7290ae7c76
Doc: update images of widgets to show latest theme in previews
2012-09-30 17:13:48 +05:30
Qua-non
5341f87ee4
Doc: Clarify name of the .kv file to be auto-loaded by default
2012-09-29 01:03:25 +05:30