Commit Graph

2304 Commits

Author SHA1 Message Date
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
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
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
Edwin Marshall (aspidites) 884bd67636 - if icon can't be found, default kivy icon is used 2012-07-14 14:31:25 -07:00
Mathieu Virbel acf91375c9 screenmanager: fixes some condition when transition is completed. 2012-07-14 22:43:29 +02:00
Mathieu Virbel 35c452eec1 Merge pull request #567 from aspidites/icon_fix
Propogated icon property to window
2012-07-14 13:18:26 -07:00
Mathieu Virbel 50a3ff63a5 doc: add instruction to update kivy to latest master using window portable package 2012-07-14 15:54:52 +02:00
Mathieu Virbel 28f59ada13 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-07-14 14:10:22 +02:00
Mathieu Virbel 8b04a8d64f doc: add python/kivy properties comparaison, and how to observe them. Better referencement in getting started. 2012-07-14 14:10:14 +02:00
Mathieu Virbel 77d2b01258 gettingstarted: fixed installation / intro text / format 2012-07-14 14:09:34 +02:00
Mathieu Virbel 9c17e3c970 doc: temporary prevent the menu scrolling. 2012-07-14 14:09:11 +02:00
Mathieu Virbel 5c1e22f427 doc: add icon for warning/note admonition 2012-07-14 12:30:26 +02:00
Qua-non 9e9a6b05a7 Doc: add screenmanager.py to examples list + pep8 fixes 2012-07-14 15:31:01 +05:30
gabriel.pettier be2bb5d447 add missing doc for on_pause and on_resume events in App docstring 2012-07-13 23:43:13 +02:00
Mathieu Virbel 04b405669f Merge branch 'uix-screenmanager' 2012-07-13 02:10:16 +02:00
Mathieu Virbel ba0e4732ac screenmanager: more documentation, extend example with new Wipe/Fade transitions. add factory registers. 2012-07-13 02:10:05 +02:00
Edwin Marshall (aspidites) 81cb87d821 - second try at fixing custom window icons 2012-07-11 18:40:36 -07:00
tshirtman aea1453b69 Fix downloads → download anchor, thanks killerswan ! 2012-07-09 23:49:33 +03:00
Mathieu Virbel 03a1978f3e popup: fixed popup usage when content is defined from kv + add example. closes #562 2012-07-09 20:11:30 +02:00
Thomas Hansen 87a8e06a9c floatlayout:
remove relative floatlayout, since its now relativelayout

relativelayout:
	add a bit of documetnation and warngin about children going into content
2012-07-08 23:06:04 +02:00
Thomas Hansen 089c088f8a Merge branch 'uix-screenmanager' of github.com:kivy/kivy into uix-screenmanager
Conflicts:
	kivy/uix/screenmanager.py
2012-07-08 22:59:26 +02:00
Thomas Hansen 6e3ed3d844 screenmanager:
move RelativeFloatLayout to floatlayout.py
	add ShaderTransition with simple example shader for fade/wipe effects
2012-07-08 22:21:34 +02:00
Thomas Hansen 9f0ee782f2 gl_instructions: fix ClearBuffers in __all__ (was 'ColorBuffers') 2012-07-08 22:20:06 +02:00
Mathieu Virbel de923fabff add a simple example for demonstrating screenmanager 2012-07-08 21:56:34 +02:00
Mathieu Virbel 6a58114e59 screenmanager: renamed top do up. (up/down.) + don't make the screens list and current screen object private.
+ add previous()/next() methods to get the previous/next screen name from the screen list.
2012-07-08 21:56:15 +02:00
Mathieu Virbel a7543e6189 screenmanager: add documentation for ScreenManager, SwapTransition, SlideTransition 2012-07-08 21:34:31 +02:00
Mathieu Virbel 4ccbb87749 Rename Transition to TransitionBase, and add doc for Screen, TransitionBase 2012-07-08 19:32:14 +02:00
Mathieu Virbel 4b73a20ce7 animation: add s/step attribute, used to control the clock delay. Set to 0 is you want smooth animation (each frame.) 2012-07-08 19:31:47 +02:00
Mathieu Virbel 0112875a6b screenmanager: externalize and rename to relative layout 2012-07-08 18:42:58 +02:00
Thomas Hansen a2a6e901c9 Merge branch 'uix-screenmanager' of github.com:kivy/kivy into uix-screenmanager 2012-07-08 18:28:45 +02:00
Thomas Hansen 0509fb2352 ShaderTransition 2012-07-08 18:28:37 +02:00
Mathieu Virbel bc83e777a7 screenmanager: better swap transition 2012-07-08 14:51:56 +02:00
Mathieu Virbel cb6a382bc7 screenmanager: add screen 2012-07-08 14:33:15 +02:00