tshirtman
f197174d51
fix qwerty layout
...
closes #598
2012-07-30 10:10:46 +02:00
gabriel.pettier
abb0e85b07
style fixes
2012-07-30 00:33:48 +02:00
gabriel.pettier
74e9d0b11a
style fixes
2012-07-30 00:29:40 +02:00
gabriel.pettier
ae89d97996
style fixes
2012-07-29 23:42:42 +02:00
gabriel.pettier
be716e10f5
style fixes
2012-07-29 23:40:59 +02:00
gabriel.pettier
20b703e446
style fixes
2012-07-29 22:28:40 +02:00
gabriel.pettier
357e9a2afa
stylefixes
2012-07-29 22:17:02 +02:00
gabriel.pettier
9c68e79665
remove all obsolete __android__ uses in __name__ tests
2012-07-29 21:43:01 +02:00
tshirtman
353afd42f0
Merge pull request #596 from eichin/master
...
app.py documentation fix
2012-07-29 12:18:42 -07:00
Mark Eichin
075f6c37b7
docstring typo
...
"self" is not a class name
2012-07-29 16:04:39 -03:00
Mathieu Virbel
a546c9828c
textinput: prevent the bubble to be showed if the textinput is not on the screen anymore (Check is done twice per seconds).
2012-07-28 18:24:01 +02:00
Mathieu Virbel
ed15451698
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-07-28 12:17:07 +02:00
Mathieu Virbel
97843106b5
screenmanager: ensure the animation is not drawing outside the bounds of the screenmanager (todo: wipe transition doesn't seem to work.)
2012-07-28 12:16:55 +02:00
Mathieu Virbel
325a0f31f9
screenmanager: ensure the position is reset to the position of the screenmanager
2012-07-28 12:16:23 +02:00
Mathieu Virbel
bba0376176
Merge pull request #594 from aspidites/more_doc_updates
...
No Warnings, Again
2012-07-28 00:58:51 -07:00
Edwin Marshall (aspidites)
4ae1b14d11
- trying a more flexible method of suppressing warnings
...
- added reference to clock documentation
2012-07-28 02:46:38 -05:00
Mathieu Virbel
70d756e9dd
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-07-28 08:05:34 +02:00
Mathieu Virbel
45e90bf9b3
dont activate the warning as error on sphinx, we need the gettingstarted generated, even if its not referenced in the toc + optim to not rewrite rst file if the content didnt change, it prevent sphinx to reread the source.
2012-07-28 08:05:05 +02:00
Mathieu Virbel
57fe6b504f
Merge branch 'doc_updates' of https://github.com/aspidites/kivy into aspidites-doc_updates
2012-07-28 07:22:58 +02:00
Mathieu Virbel
ff12cd3f13
Merge pull request #593 from kivy/textinput_undoredo
...
UIX:TextInput: refactor undo_redo and selection_from/to
2012-07-27 22:19:51 -07:00
Mathieu Virbel
890ddc81ad
fix versionadded + add some tests for select_text()
2012-07-28 07:19:22 +02:00
Qua-non
915a94af24
UIX:TextInput: refactor undo_redo and selection_from/to
...
Selection_from/to are now readonly and two new methods
`select_all()` and `select_text(start, end)` have been
provided for selection.
2012-07-28 04:44:40 +05:30
Mathieu Virbel
ba58922163
screenmanager: ensure the screen position is fixed to the screenmanager position.
2012-07-27 12:35:22 +02:00
Mathieu Virbel
fa921c3fa7
fix latest import pull request
2012-07-27 10:53:21 +02:00
Mathieu Virbel
884b0aaa61
Merge pull request #590 from aspidites/import_cleanup
...
Import cleanup
2012-07-27 00:57:40 -07:00
Edwin Marshall (aspidites)
a96d6d1322
- fixed typo
2012-07-25 14:57:43 -05:00
Edwin Marshall (aspidites)
a292a29703
- updated import statements
2012-07-25 14:54:20 -05:00
Edwin Marshall (aspidites)
c7408e0b0d
- `make clean` removes *.so files
...
- added exclude_patterns to sphinx config
- changed doc reference to module reference in inputs.rst
- reformated FloatLayout's documentation a bit
- replaced references of RelativeFloatLayout with RelativeLayout
2012-07-25 14:18:54 -05:00
Edwin Marshall (aspidites)
31e494fc48
- fixed formatting of input factory
2012-07-25 14:18:54 -05:00
Edwin Marshall (aspidites)
e17f65e617
- made logic for testing environ variables more accurate
...
- kivy more robust when checking for build scripts
2012-07-25 14:18:54 -05:00
Edwin Marshall (aspidites)
60c9b0db80
- transformation no longer raising indentation errors
2012-07-25 14:18:54 -05:00
Edwin Marshall (aspidites)
a839690981
- updated readme
2012-07-25 14:18:54 -05:00
Edwin Marshall (aspidites)
7c83a07601
- more documentation formatting corrections
2012-07-25 14:18:54 -05:00
Edwin Marshall (aspidites)
278614d84a
- updated references of ' ::' to '::' where appropriate
...
- made doc/Makefile call autodoc.py
- doc warnings treated as errors
2012-07-25 14:18:54 -05:00
Mathieu Virbel
a9bfc5ec95
fix doc/pep8 for new prop
2012-07-25 00:21:37 +02:00
legikaloz
b71e036f20
New property to keep raw image data. Useful to perform pixel based collision detection on the Image widget
2012-07-24 23:53:27 +03:00
Mathieu Virbel
75445ea20d
Merge pull request #585 from kivy/add__widget
...
UIX: Widget: Raise Exception if widget already has parent.
2012-07-23 17:00:53 -07:00
Mathieu Virbel
c529686e92
Merge pull request #584 from kivy/valign_markup
...
UIX:Markup allow valign, ensuring RstDoc isn't affected.
2012-07-23 17:00:02 -07:00
Mathieu Virbel
2db9bf187f
Merge pull request #583 from revolunet/modalview
...
Modalview
2012-07-23 16:59:28 -07:00
Mathieu Virbel
71f0030e2e
Merge pull request #587 from kivy/android_keyboard
...
Vkeyboard: Request Android keyboard only if vkeyboard isn't enabled.
2012-07-23 16:58:14 -07:00
Qua-non
c0cdbe74ce
Doc: GettingStarted: replace absolute paths with relative
2012-07-24 04:38:53 +05:30
Qua-non
95e9d5a48a
Vkeyboard: Request Android keyboard only if vkeyboard isn't enabled.
2012-07-24 02:25:41 +05:30
gabriel.pettier
a3b082e4d1
fix links to PEP8 and python performance tips
2012-07-22 01:19:55 +02:00
gabriel.pettier
96a86ea05e
merge doc/guide/contribution.rst with doc/contribute.rst
2012-07-22 01:16:30 +02:00
Julien Bouquillon
e4068d3eba
remove useless imports
2012-07-21 22:56:02 +02:00
Julien Bouquillon
25be28646b
fix doc and remove __init__
2012-07-21 22:45:51 +02:00
Julien Bouquillon
d6b8915a1d
fix doc and __all__
2012-07-21 22:45:31 +02:00
Julien Bouquillon
68d18b5f84
add modalview to factory
2012-07-21 22:10:58 +02:00
Julien Bouquillon
40ef39ecdb
add ModalView
2012-07-21 22:10:58 +02:00
gabriel.pettier
ab8ffc3d31
add contribution in the guide.
2012-07-21 16:29:45 +02:00