tshirtman
6ef348dcf7
small english fixes
2012-01-26 01:50:15 +01:00
Mathieu Virbel
c68104c57d
scatter: enhance doc to explain how its working
2012-01-25 21:36:53 +01:00
Mathieu Virbel
34a3345872
doc: rework widget page
2012-01-25 19:06:10 +01:00
Mathieu Virbel
1848b268b7
textinput: fix active/inactive default style (bad renaming when introduced atlas)
2012-01-25 18:40:48 +01:00
Mathieu Virbel
c5c922b99f
doc: inverse module/jump link, and ensure that module without api are rendering well too.
2012-01-25 18:25:06 +01:00
Mathieu Virbel
18f8b1e921
doc: add modulename in all the api page using js, better to understand which module we are actually checking.
2012-01-25 18:15:36 +01:00
Mathieu Virbel
096427133d
doc: fix cython extension for beeing correctly documented, using latest cython 0.15.1
2012-01-25 17:54:13 +01:00
Mathieu Virbel
e71829fbe3
doc: fix highlight color
2012-01-25 13:33:55 +01:00
Mathieu Virbel
6c561401c8
doc: update logo
2012-01-25 13:29:57 +01:00
Mathieu Virbel
6a675b576b
doc: update layout to be more usable and better integration with kivy website
2012-01-25 13:26:47 +01:00
Mathieu Virbel
3b63176d90
layout: fix issue when layout are not relayout themself after an add to parent.
2012-01-25 02:53:55 +01:00
Mathieu Virbel
7fea0de319
fbo: fix documentation
2012-01-24 12:38:04 +01:00
Mathieu Virbel
29d45d2913
update pdf logo
2012-01-23 16:03:26 +01:00
Mathieu Virbel
e1fc02a409
doc pass to reduce the number of warning
2012-01-23 15:39:43 +01:00
Mathieu Virbel
5c4de54f26
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-01-23 11:28:44 +01:00
Mathieu Virbel
6286d2f387
example/scatter: add size to show that when we are scaling the scatter, size is unchanged
2012-01-23 11:28:36 +01:00
Mathieu Virbel
9629f70462
Merge pull request #382 from emanuele/patch-3
...
docs: typo
2012-01-23 02:17:59 -08:00
Emanuele Olivetti
cf97c87c20
docs: typo
2012-01-23 11:15:52 +01:00
Mathieu Virbel
47d959c7c2
Merge pull request #381 from emanuele/patch-2
...
doc: fixed references to line numbers of 6_button.py
2012-01-23 02:07:14 -08:00
Emanuele Olivetti
715b8024a2
doc: fixed references to line numbers of 6_button.py
2012-01-23 11:04:27 +01:00
qua-non
85ae2e9a33
Merge pull request #379 from alexleighton/master
...
Fix grammar and phrasing in documentation.
2012-01-23 00:41:00 -08:00
Mathieu Virbel
353178625e
config: dont add tuio by default, and dont copy windows icon to user directory. closes #377
2012-01-22 23:24:24 +01:00
Mathieu Virbel
abd60d936c
config: remove default tuio listening
2012-01-22 22:57:10 +01:00
Mathieu Virbel
a1922b6252
add atlas files in setup/manifest
2012-01-22 21:00:58 +01:00
Mathieu Virbel
bf15f19ecb
lang: mimic the old order of assignemnt (assign in the traversing order, not the inverse)
2012-01-22 18:57:18 +01:00
Alex Leighton
dfb32b89a5
Merge remote-tracking branch 'upstream/master'
2012-01-22 08:53:29 -08:00
Alex Leighton
6588651d59
Fixed phrasing according to feedback.
2012-01-22 08:50:04 -08:00
Mathieu Virbel
b7bc342470
kvlang: add BuilderException, and raise it when an eval() have failed. closes #355
2012-01-22 16:35:34 +01:00
Mathieu Virbel
7a82e9be27
sequenced image example fixed to use atlas for animatedbutton
2012-01-22 13:27:08 +01:00
Mathieu Virbel
7466a67ad3
atlas: improve documentation and remove debug
2012-01-22 13:22:53 +01:00
Mathieu Virbel
2bb76c4212
atlas: introducing Atlas. new class that handle loading of atlas image, that contain lot of others images. The definition goes on a <basename>.atlas file (json), and 1 or more images are associated (<basename>-IDX.png).
...
core/image: changes to recognize atlas:// url type, and precache all the textures in the atlas. and precache the atlas too (atlas cache is never removed, while kv.texture cache is under timeout/limit)
2012-01-22 13:22:53 +01:00
Mathieu Virbel
db66de49dc
setup: activate by default the embedsignature for pyx files, otherwise, the documentation doesnt show any argument in methods/functions etc.
2012-01-22 12:50:16 +01:00
Alex Leighton
16b3db3f0d
Fix grammar and phrasing of "Introduction to the Kivy Language" guide.
2012-01-21 22:29:47 -08:00
Alex Leighton
e6cc8ae6a9
Rephrase paragraph in "Input Management" guide.
2012-01-21 22:29:18 -08:00
Mathieu Virbel
c05458af99
window: and handle also the case without multisample activated.
2012-01-20 23:49:59 +01:00
Mathieu Virbel
ba3d349666
window: capture error on pygame.display.set_mode too.
2012-01-20 23:49:02 +01:00
Mathieu Virbel
343d71b495
core: introduce CoreCriticalException. When this one is fired while trying to use a core lib, then the exception is raised to the user.
...
This is actually used for window provider, while trying to create the window.
+ if an import error is detected, just warn the user about a missing module.
2012-01-20 23:41:29 +01:00
Mathieu Virbel
4afd39798d
lang: fix the version check, implement it as a directive. not mandatory anymore at the start file.
2012-01-20 15:20:01 +01:00
Mathieu Virbel
b1b171e181
lang: remove unicode BOM for utf8 if exist, and raise exception for UTF16/32 for the moment. closes #364
2012-01-20 15:16:30 +01:00
Mathieu Virbel
5fd6413e05
fix coverage (why it never been showed before O_o)
2012-01-20 13:18:46 +01:00
Mathieu Virbel
9482095b23
kvlang: accurate debug
2012-01-20 13:06:32 +01:00
Mathieu Virbel
cbda001537
kvlang: implement root widget, add doc and rename some methods/class for consistency.
2012-01-20 12:00:33 +01:00
Mathieu Virbel
50e87d45a5
kvlang: add unit test
2012-01-19 20:02:47 +01:00
Mathieu Virbel
4d801c5bf3
kvlang: remove debug
2012-01-19 20:02:47 +01:00
Mathieu Virbel
b8cbc3a1a0
kvlang: fix some others bugs
2012-01-19 20:02:47 +01:00
Mathieu Virbel
e2e45c8a5a
kvlang: fixes handlers binding, remove some debug
2012-01-19 20:02:47 +01:00
Mathieu Virbel
ac15625ad0
kvlang: more temporary debug
2012-01-19 20:02:47 +01:00
Mathieu Virbel
356e124d94
kvlang: finish template implementation, unit test are working now.
2012-01-19 20:02:47 +01:00
Mathieu Virbel
16bd02cfda
kivy.lang: first pass for rewriting the parsing/instance of kivy rules from scratch
...
The very first step of parsing is unchanged, however, the output is now giving ParserRule and ParserRuleProperty.
The result of parsing are merged into a Builder.rules, and matchers are created from the names of a ParserRule.
Still wip, template support are missing.
2012-01-19 20:02:47 +01:00
Mathieu Virbel
1788700d2c
pip+virtualenv installation fix. closes #367
...
For unknown reasons (probably a mix between pip, setuptools and distutils invocation), our extension source are automatically replaced from pyx to c, and then, Cython is not doing its work.
So after invocation of the Extension.__init__, force again the source field.
2012-01-19 16:24:44 +01:00