Mathieu Virbel
e57040d230
Merge branch 'master' of github.com:tito/kivy
2011-01-30 15:01:27 +01:00
Mathieu Virbel
619ea74b9e
window: revert color to black (issue already open for beeing able to change it)
2011-01-30 15:00:37 +01:00
Christopher Denter
15eee8a72b
Merge branch 'master' of github.com:tito/kivy
2011-01-30 15:00:37 +01:00
Christopher Denter
ed44a4e274
clearcolor black again. ooops
2011-01-30 15:00:24 +01:00
Christopher Denter
aab3322cdf
docs: contact us: sections instead of definition lists. quickstart: fix enumeration
2011-01-30 14:59:58 +01:00
Mathieu Virbel
adc44cc66d
Makefile: remove build_factory for build/mesabuild
...
+ add clean pyc/pyo in kivy package
2011-01-30 14:59:02 +01:00
Mathieu Virbel
cd40bc28f5
shader: fixes for correctly check if the shader have been successfully compiled or not (thanks hansent)
2011-01-30 14:23:13 +01:00
Christopher Denter
f57ea18be2
Add missing file
2011-01-30 13:57:58 +01:00
Christopher Denter
b16206d2f5
fix quickstart code example
2011-01-30 13:57:36 +01:00
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