Commit Graph

2672 Commits

Author SHA1 Message Date
tshirtman fcccb16aff fix on_ref_press reference 2012-10-04 17:10:42 +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
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
Mathieu Virbel 04c5535631 line: add bezier/bezier_precision properties 2012-10-01 17:00:19 +02:00
Qua-non 038f8ffad7 Merge branch 'doc_images' of https://github.com/kivy/kivy 2012-10-01 02:46:50 +05:30
Qua-non 71ebe6c6e5 Doc: update images/gif's to reflect latest theme for kivy 2012-10-01 02:30:58 +05:30
Mathieu Virbel 4d136ca4ba Merge branch 'master' of ssh://github.com/kivy/kivy 2012-09-30 16:40:14 +02:00
Mathieu Virbel 76a8e2233c line: fix missing ellipse/circle/rectangle argument in Line.__init__ 2012-09-30 16:40:02 +02:00
Qua-non 7290ae7c76 Doc: update images of widgets to show latest theme in previews 2012-09-30 17:13:48 +05:30
Mathieu Virbel 6a0e9fae77 Merge pull request #662 from kivy/faster_text_input
Faster text input insertion and deletion
2012-09-30 04:08:32 -07:00
Mathieu Virbel bca52232ab Merge pull request #661 from kivy/perf_test
Tests: Attemp at a performance test for textinput
2012-09-30 04:07:55 -07:00
Mathieu Virbel a5de32dfd6 bump to 1.4.2-dev 2012-09-30 02:48:46 +02:00
Mathieu Virbel de57a005a5 bump to 1.4.1 2012-09-30 02:48:22 +02:00
Mathieu Virbel 672e85f220 layouts: removed reposition_child, made public by mistake, slowing down a lot the layout process. 2012-09-29 13:42:46 +02:00
Mathieu Virbel 297dad858c boxlayout: ensure that any change of the size/size_hint/pos_hint will update the boxlayout. 2012-09-29 13:37:40 +02:00
Mathieu Virbel cfb118cccf boxlayout: honoring pos_hint, only the one that make sense depending the orientation. closes #698 2012-09-29 13:35:47 +02:00
Mathieu Virbel 2f599d1fcc Merge branch 'master' of ssh://github.com/kivy/kivy 2012-09-29 03:12:56 +02:00
Mathieu Virbel 330757217e events/properties: optimisation pass on mostly __storage access to do a direct C access instead of Python, by declaring correctly an EventDispatcher.
Benchmark is faster: from 8.555312 to 8.188883.
Tested with touchtracer, showcase, make tests and processcraft.
2012-09-29 03:12:36 +02:00
tshirtman b8e336b4ec Merge branch 'master' of github.com:kivy/kivy 2012-09-29 01:47:06 +02:00
tshirtman a685ce933c try to make layout doc clearer about size_hint usage 2012-09-29 01:46:48 +02:00
Qua-non 5341f87ee4 Doc: Clarify name of the .kv file to be auto-loaded by default 2012-09-29 01:03:25 +05:30
Mathieu Virbel b07f637100 urlrequest: rework urlrequest to ensure the object is not GC during the execution
+ fix callbacks not called back in the clock
+ ensure all the queue events are dispatched
+ use WeakMethod
+ add unittest

refs #678
2012-09-27 17:21:42 +02:00
Mathieu Virbel a237bde630 line: fix documentation style 2012-09-26 18:52:56 +02:00
Mathieu Virbel 66b78ec63f line: extend Line() to add new setter: ellipse, circle and rectangle. With this, we can build automatically the points.
Check the examples/canvas/lines_extended.py for a demo.
2012-09-26 18:43:03 +02:00
Mathieu Virbel 70d722ed5a docfixes again 2012-09-25 20:12:12 +02:00
Mathieu Virbel d50062b556 graphics: fix warning from recent line commit 2012-09-25 20:10:31 +02:00
Mathieu Virbel ead073115f doc: fix generation 2012-09-25 20:06:16 +02:00
Mathieu Virbel 64be028233 doc: add main.py reference in ios doc. 2012-09-25 19:53:10 +02:00
Mathieu Virbel a55874c2fd settings: detect int/float numeric by the initial dot in the value. we cannot use another way, because the original config is in text. closes #669 2012-09-25 18:21:32 +02:00
Mathieu Virbel 2ed7e22d3a config: add callbacks for specific section/token. Use it for logger. closes #660 2012-09-25 18:07:58 +02:00
Mathieu Virbel 883540bc6d Merge branch 'master' of ssh://github.com/kivy/kivy 2012-09-25 18:04:51 +02:00
Mathieu Virbel 775561d9b0 carousel: fix remove_widget. closes #676 2012-09-25 17:55:54 +02:00
Mathieu Virbel 467910465a Merge pull request #678 from kivy/urlrequest_fix
UrlRequest: ensure on_success is called for small chunks too
2012-09-25 08:52:07 -07:00
Mathieu Virbel 0d4e5a2671 Merge branch 'slider_minmax' 2012-09-25 16:47:23 +02:00
Mathieu Virbel 50c9ad36a5 remove invalid init. closes #694 2012-09-25 16:47:12 +02:00
Mathieu Virbel 283a0ffadf win/pyinstaller: update pyinstaller packaging for windows platform. refs #462, #659 2012-09-25 16:33:15 +02:00
Mathieu Virbel 9a0f19a2c7 osx/pyinstaller: fix typo in doc. refs #462 2012-09-25 16:26:06 +02:00
Mathieu Virbel 60af270217 osx/pyinstaller: add documentation about how to add gstreamer to osx package. refs #462 2012-09-25 15:50:15 +02:00
Mathieu Virbel 3f63aba589 pyinstaller: correctly set the GST_PLUGIN_PATH when kivy is running, but it will work only if plugins and libs are included. refs #462 2012-09-25 15:42:44 +02:00
Mathieu Virbel a0aaab6924 pyinstaller: update documentation for pyinstaller 2.0 on osx. we should really push the kivy hook in pyinstaller! refs #659 2012-09-24 21:40:57 +02:00
Mathieu Virbel 72c7eb5deb Merge branch 'core-line' 2012-09-24 18:23:07 +02:00