Commit Graph

2565 Commits

Author SHA1 Message Date
Thomas Hansen d0cdce6cc0 uix.screenmanager.ScreenManager:
* this fixes issue #634
   * remove exception when new screen with same name as existing is added
   * instead warn when switching to a screen by name, and there are multiple
   * adds `screen_names` property, to get list of all screen names
2012-08-09 13:52:46 -05:00
Mathieu Virbel dac07bb5ad Merge pull request #632 from dekoza/master
Cosmetic changes to docs
2012-08-09 06:52:12 -07:00
Mathieu Virbel 5d6b2166fb Merge pull request #633 from kivy/attribute_keep_data
Core: Image: skip keep_data check for images created from texture
2012-08-09 06:48:23 -07:00
Qua-non 735299d28c Pep8 Fixes: as per suggestions by tshirtman and aspidites 2012-08-09 18:18:11 +05:30
Qua-non 82ee2b49d4 Core: Image: skip keep_data check for images created from texture
should fix #631 and #629
2012-08-09 17:23:03 +05:30
Dominik Kozaczko d1eefab851 more corrections to docs 2012-08-09 13:50:05 +02:00
Mathieu Virbel 5e69db5a25 Merge pull request #630 from kivy/text_markup
Core: markup and text allow for blanks lines when using \n for empty
2012-08-09 04:31:58 -07:00
Dominik Kozaczko e68d68d1ac README links to correct API doc location 2012-08-09 13:20:14 +02:00
Dominik Kozaczko d178f02c5b small corrections to docs 2012-08-09 13:07:07 +02:00
Mathieu Virbel 2c2f8a6813 Merge pull request #623 from kivy/refactor-kivy.input.recorder
Recorder Module Refactor
2012-08-09 03:40:23 -07:00
Mathieu Virbel 63db7bfc8c Merge pull request #620 from revolunet/imagefix
fix url loader bug with querysrtings #547
2012-08-09 03:38:32 -07:00
qua-non a7e838ee45 Merge pull request #628 from revolunet/docfix
Docfixes by revolunet
2012-08-08 20:12:26 -07:00
Qua-non 3faa7231bb Core: markup and text allow for blanks lines when using \n for empty
lines
should fix issue #619
2012-08-09 05:08:00 +05:30
Julien Bouquillon d94ef8a60c some more doc fixes 2012-08-09 01:10:17 +02:00
Julien Bouquillon 60927a5aca typos and pep8. fix some of #175 2012-08-09 00:50:18 +02:00
Julien Bouquillon 3d60b4436e add events docs + PEP8 fixes 2012-08-09 00:27:23 +02:00
Julien Bouquillon c75f92ecfc add info about compiling docs 2012-08-09 00:20:10 +02:00
Julien Bouquillon 56e1a1b526 add filechooser events doc, fix #99 2012-08-09 00:12:36 +02:00
Legikaloz 104be990a8 Merge branch 'master' of https://github.com/legikaloz/kivy 2012-08-08 23:38:49 +02:00
Legikaloz 7b4e02235f Merge remote-tracking branch 'upstream/master' 2012-08-08 23:23:54 +02:00
legikaloz f712354df7 mistyped relation @111 2012-08-09 00:13:30 +03:00
legikaloz 5ed599e630 Step property type and check changed 2012-08-08 23:59:52 +03:00
Thomas Hansen f0460d3919 add carousel widget 2012-08-08 14:42:46 -05:00
Edwin Marshall (aspidites) 189d89e89f - crept in from another branch 2012-08-08 12:31:34 -05:00
Edwin Marshall (aspidites) 5f5bf9080c - changed comprehension to for loop 2012-08-08 12:22:51 -05:00
Edwin Marshall (aspidites) 24589baf3c - refactored recorder module 2012-08-08 11:16:24 -05:00
Julien Bouquillon df3beb9e3c fix url loader bug with querysrtings #547 2012-08-08 01:13:10 +02:00
Mathieu Virbel 93b6622d21 add missing files from tools/ in setup.py 2012-08-08 00:00:11 +02:00
Mathieu Virbel 80b014fffa spinner: fix doc/build 2012-08-07 23:42:58 +02:00
Mathieu Virbel 238c33c827 Merge pull request #614 from kivy/screen_addwidg
UIX:ScreenManager: ensure screen is orphaned before before adding it to
2012-08-07 09:08:04 -07:00
Mathieu Virbel edf4bc0747 spinner: put back the is_open property into spinner, fix the usage of the property, and reduce the select code. 2012-08-07 17:50:54 +02:00
Mathieu Virbel 355f49c30e Merge pull request #613 from esbullington/spinner_mod
Modified spinner to close on (re-)click
2012-08-07 08:42:47 -07:00
tshirtman eed6dc3357 Merge branch 'master' of github.com:kivy/kivy 2012-08-07 12:43:00 +02:00
tshirtman c2082e95b3 add back showcase textinput size change, forgotten at merge 2012-08-07 12:42:51 +02:00
Mathieu Virbel bfebfad1ed Merge branch 'master' of ssh://github.com/kivy/kivy 2012-08-07 12:15:54 +02:00
tshirtman 53c16201ea Merge branch 'master' of github.com:kivy/kivy
Conflicts:
	examples/demo/showcase/showcase.kv
2012-08-07 11:54:36 +02:00
tshirtman 20bf42f885 fix a lot of tab characters in examples… 2012-08-07 11:45:53 +02:00
tshirtman 9719aaed80 replace tab with spaces in example kv. 2012-08-07 11:38:27 +02:00
Mathieu Virbel 435443c61d scrollview: avoid all the touch outside the view. Because the drawing is outside the view is removed, it make no sense to dispatch touch. We was actually having an issue cause of that with the filebrowser: touching outside the view on a possible element was catched and used by the filebrowser. 2012-08-07 08:03:10 +02:00
Mathieu Virbel ed4218047c text: force shorten to return unicode string 2012-08-07 07:50:46 +02:00
Mathieu Virbel 37c2a39928 textinput: clear cache and force refresh on gl context reloading. closes #494 2012-08-07 07:48:52 +02:00
Qua-non 06f6f598a2 UIX:ScreenManager: ensure screen is orphaned before before adding it to
screenmanager
2012-08-07 02:58:39 +05:30
Eric S. Bullington bcd4f5c9ca Merge branch 'master' of https://github.com/kivy/kivy into spinner_mod 2012-08-06 12:34:33 -04:00
Eric S. Bullington 4d28733b91 Changed is_down Boolean property to is_open 2012-08-06 12:30:12 -04:00
Mathieu Virbel 00749fa9a3 fix little doc typo 2012-08-06 17:15:02 +02:00
Mathieu Virbel 4ca24551d6 Merge branch 'videoplayer_improvements' of https://github.com/aspidites/kivy into aspidites-videoplayer_improvements 2012-08-06 17:04:17 +02:00
Eric S. Bullington 845f31b416 Modified spinner to close on (re-)click 2012-08-06 10:52:16 -04:00
Mathieu Virbel ff69bb179b screenmanager: fix fade transition 2012-08-06 16:37:18 +02:00
Mathieu Virbel 5d59a668d4 Merge pull request #606 from kivy/atlas_texture_region
Atlas: pass CoreImage instead of just TextureRegion
2012-08-06 07:05:07 -07:00
Mathieu Virbel 40aa5e49ff Merge pull request #611 from kivy/markup_fix
Markup fix
2012-08-06 07:04:52 -07:00