Commit Graph

421 Commits

Author SHA1 Message Date
Christopher Denter 8dc4e9fba2 Docs:
- Add users mailing list
	- Reorder: Put FAQ at a later point
	- Reorder: Put architectural overview into programming guide
2011-01-30 13:54:32 +01:00
Christopher Denter f72b806597 Link install guide and contribution guide for developers 2011-01-30 13:43:20 +01:00
Christopher Denter 1ab473c6b4 Add PYTHONPATH note to contribution guide. need to adjust install guide still 2011-01-30 13:23:58 +01:00
Christopher Denter 0ddd8254cb docs: add 'contact us' document 2011-01-29 22:22:31 +01:00
Christopher Denter f5c5b90fe6 docs: small contribution additions 2011-01-29 22:04:35 +01:00
Christopher Denter e11ec12227 Docs: Fix links, add gsoc 2011 faq entry, use sections instead of definition lists 2011-01-29 21:17:05 +01:00
Christopher Denter c4c731b9e8 Docs: add 'how to contribute' document. Also reorganize index to not be a gigantic page 2011-01-29 20:23:40 +01:00
Christopher Denter 3b42986765 first try to adjust doc theme to new brownish logo 2011-01-29 19:02:16 +01:00
Christopher Denter f901ef4764 Merge branch 'master' of github.com:tito/kivy 2011-01-29 17:43:06 +01:00
Mathieu Virbel bc66418064 little canvas stress:
1. show that the compiler is not working very well on different branch
2. if we activate monitor module, every second, the screen look weird
3. deletion is soooooooo long !
2011-01-29 17:13:05 +01:00
Christopher Denter e33095c842 Improve App class docs. Also fix example (label -> text) 2011-01-29 15:48:59 +01:00
Christopher Denter 3c308c9e9c rename: is_build -> built (short for 'was built' or 'has been built', but just 'is build' doesn't make sense) 2011-01-29 15:29:00 +01:00
Mathieu Virbel 4788f4a12c Activate cython embedsignature for shader and vbo 2011-01-29 12:05:14 +01:00
Mathieu Virbel d39f9223d4 Fbo bind/release documentation 2011-01-29 12:04:59 +01:00
Mathieu Virbel 9cef4a2f11 remove scatter debug 2011-01-29 12:04:40 +01:00
Mathieu Virbel a082db6bb0 transformation: speed up matrix class 2011-01-29 12:03:46 +01:00
Mathieu Virbel 22dc249a19 various documentation generation fixes 2011-01-29 01:34:40 +01:00
Mathieu Virbel b6bebf5840 Enhance doc for Widget, Properties and UIX 2011-01-29 01:12:08 +01:00
Mathieu Virbel ff5ad3e3fb Scatter: add maximum scale in documentation (2^66, thanks tshirtman) 2011-01-28 23:07:22 +01:00
Mathieu Virbel 1c2497908a Scatter documentation 2011-01-28 23:05:25 +01:00
Mathieu Virbel e8f2dbfa48 Video documentation and fixes 2011-01-28 18:39:26 +01:00
Mathieu Virbel 1336cc885a Camera: uniform camera usage with video usage, remove play/stop methods and add play boolean property. 2011-01-28 18:39:12 +01:00
Mathieu Virbel 191a9930e5 camera: use Image as our parent class, not Widget. The texture handling and graphical representation are already done in Image (norm_size etc...) 2011-01-28 18:21:28 +01:00
Mathieu Virbel 7a41b126f5 Video/gstreamer: fix crash introduce from pep8 fixes 2011-01-28 18:15:48 +01:00
Mathieu Virbel 35595e4eea Camera documentation
+ add start/stop methods
+ add resolution property
2011-01-28 17:34:43 +01:00
Mathieu Virbel 60fc6ffd39 Widget: fixes conflict with cls property and cls argument in __new__ 2011-01-28 17:08:58 +01:00
Mathieu Virbel e0fde4a3eb Boxlayout fixes for spacing, padding and doc
+ add unittest
2011-01-28 17:08:17 +01:00
Mathieu Virbel d1b6a26da1 Merge branch 'master' of github.com:tito/kivy 2011-01-28 02:03:38 +01:00
Mathieu Virbel 3a9df23e34 update slider style 2011-01-28 02:03:01 +01:00
Mathieu Virbel 4fcc4b3bb2 add little showcase example 2011-01-28 02:02:37 +01:00
Christopher Denter dc876e073a Merge branch 'master' of github.com:tito/kivy 2011-01-27 23:41:44 +01:00
Christopher Denter 4493fcfa9e explain building blocks in architecture overview. needs review 2011-01-27 23:41:27 +01:00
Mathieu Virbel 8fbf5b09dc Add BoxLayout documentation
+ seperate Layout and BoxLayout.
+ prepare documentation for Grid, Anchor and Screen.
2011-01-27 23:16:17 +01:00
Mathieu Virbel 7d5a2829a0 Slider: add example of normalized value / 2011-01-27 22:30:03 +01:00
Mathieu Virbel aad4975df0 Label: use module doc + fix for notice->note 2011-01-27 22:28:46 +01:00
Mathieu Virbel f0941b5a1f Image documentation (reordering, and use module doc, not class doc.) 2011-01-27 22:28:31 +01:00
Mathieu Virbel d001e445d2 Button and ToggleButton documentation 2011-01-27 22:28:10 +01:00
Mathieu Virbel 3afa16e82a Slider widget fixes
- add documentation
- add orientation property (horizontal/vertical)
- add padding (used for internal cursor)
- better usage of properties
- unit tests
2011-01-27 18:09:56 +01:00
Mathieu Virbel 30c8d58002 Merge branch 'pepfixes' of https://github.com/tshirtman/kivy into tshirtman-pepfixes 2011-01-27 16:58:58 +01:00
Mathieu Virbel a4284459c1 Merge branch 'master' of github.com:tito/kivy 2011-01-27 16:42:58 +01:00
Mathieu Virbel 406f393ada add interactive mode by default for unittest
+ add make batchtest, used for buildbot
2011-01-27 16:42:48 +01:00
Christopher Denter d2466054ee fix stylereport 2011-01-27 16:27:36 +01:00
tshirtman b08821e406 fixe warnings from pep8kivy.py in kivy/ directory 2011-01-27 16:22:16 +01:00
Mathieu Virbel 12d4b1319d Image widget fixes.
- add documentation
- make the image draw always inside the widget box, with respect of image ratio
- unit test
2011-01-27 15:55:13 +01:00
Mathieu Virbel cf16eb1658 pep8hook: Stash and unstash to check only those parts of the files that are actually going to end up in the commit. (thx dennda) 2011-01-27 15:44:52 +01:00
Mathieu Virbel 0fc7a819f6 add missing doc for Texture.texture_update 2011-01-27 13:08:11 +01:00
Mathieu Virbel dabecf9a4d pep8 2011-01-27 12:28:09 +01:00
Mathieu Virbel 063cff82e7 Label documentation 2011-01-27 12:28:01 +01:00
Mathieu Virbel d67da174ec Button class inherit now from Label, not from Widget
remove the style to create Label. Was nice for testing, but not nice for end-user.
2011-01-27 12:27:07 +01:00
Mathieu Virbel 110a84bfe9 unittext: fix html generation when we don't have any reference image 2011-01-27 12:26:27 +01:00