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 |
gabriel.pettier
|
22d1f62aa6
|
add contribution guide
|
2012-07-21 16:26:41 +02:00 |
Qua-non
|
33ba4a3e22
|
UIX:Widget clean WidgetException remove ''.join
|
2012-07-21 16:00:15 +05:30 |
Mathieu Virbel
|
85929c680f
|
Merge pull request #577 from aspidites/window_size_fix
- now possible to set a window's size at runtime (respects rotation)
|
2012-07-21 03:15:00 -07:00 |
Qua-non
|
265d9858db
|
UIX:add_widget: raise Exception instead of just a warning on multiple
parents
|
2012-07-21 14:17:58 +05:30 |
Qua-non
|
9561b0088f
|
UIX:Markup allow valign, ensuring RstDoc isn't affected.
Should fix #576
|
2012-07-21 02:42:12 +05:30 |
tshirtman
|
e13ff57698
|
fix broken link for python-for-android
|
2012-07-20 16:37:00 +03:00 |
gabriel.pettier
|
b67ad45e40
|
merge callable_filechooser_filters
|
2012-07-20 01:30:34 +02:00 |
gabriel.pettier
|
b9f6396eef
|
Merge branch 'master' of github.com:kivy/kivy
|
2012-07-19 22:55:27 +02:00 |
gabriel.pettier
|
60ba121e30
|
closes #579
|
2012-07-19 22:54:44 +02:00 |
Mathieu Virbel
|
5eaf030992
|
gl: try to fix reloading texture cache when atlas is used. Actually, no need to reload atlas objects, only the associated texture, and it's already done so... Just restore the texture cache "in case of". Refs #578
|
2012-07-19 02:40:33 +02:00 |
Mathieu Virbel
|
ee866c1dcb
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-07-18 17:52:58 +02:00 |
Mathieu Virbel
|
85f6b62fba
|
doc: fix versionchanged syntax, message wasnt showed anymore
|
2012-07-18 17:52:17 +02:00 |
Mathieu Virbel
|
66a87983b7
|
doc: add little doc for spelling core provider
|
2012-07-18 17:40:42 +02:00 |
Mathieu Virbel
|
0a2e38dcc7
|
doc: fix clipboard doc, and remove personal comments
|
2012-07-18 17:40:27 +02:00 |
Mathieu Virbel
|
4208be2f66
|
doc: fix event/parameters/fieldlist css
|
2012-07-18 17:40:13 +02:00 |
Mathieu Virbel
|
6cdd17deb1
|
Merge pull request #574 from revolunet/transitionrename
screenmanager renames
|
2012-07-18 04:26:01 -07:00 |
Edwin Marshall (aspidites)
|
153ffacf7c
|
- now possible to set a window's size at runtime (respects rotation)
|
2012-07-17 10:52:38 -07:00 |
Julien Bouquillon
|
286d0172fc
|
screenmanager use screen.transition_progress instead of value|alpha for consistency
|
2012-07-17 09:23:23 +02:00 |
Mathieu Virbel
|
1cc2fefa77
|
doc: rewrite getting started / events, based on the quanon text
|
2012-07-16 17:22:19 +02:00 |
Mathieu Virbel
|
d4941e4cf1
|
doc: better link styling.
|
2012-07-16 17:21:56 +02:00 |
Mathieu Virbel
|
e541ff3640
|
doc: sort submodules by summary, not by name. This is needed to have a consistent menu.
|
2012-07-16 17:21:45 +02:00 |
Qua-non
|
e49a29f1e9
|
UIX: Widget: Warn and skip addition if widget already has parent.
Along with fixes in TabbedPanel and Bubble for issues due to this
warning.
|
2012-07-16 02:00:50 +05:30 |
Thomas Hansen
|
422dc30dc2
|
screenmanager: change shader for fade transition to find bug in issue #570
|
2012-07-15 12:10:45 -05:00 |
gabriel.pettier
|
8868897c19
|
add missing RelativeLayout in layout doc
|
2012-07-15 00:41:01 +02:00 |
gabriel.pettier
|
5589392c6e
|
fix grammar errors in doc
|
2012-07-15 00:38:15 +02:00 |
gabriel.pettier
|
da5ce9e4ce
|
start of a layout section in quide
|
2012-07-15 00:28:01 +02:00 |
gabriel.pettier
|
938c8b21bf
|
Merge remote-tracking branch 'aspidites/app_icon_fix'
|
2012-07-14 23:48:43 +02:00 |
Edwin Marshall (aspidites)
|
7718f62e18
|
- re-added success case
|
2012-07-14 14:42:11 -07:00 |