Commit Graph

5540 Commits

Author SHA1 Message Date
Zen-CODE 4281343325 doc: revisions to uix/filechooser.py 2014-01-28 09:22:11 +02:00
Mathieu Virbel 99b5f779bb Merge pull request #1777 from b3ni/master
Update base.py
2014-01-27 09:16:53 -08:00
Mathieu Virbel 702ea884cb Merge pull request #1819 from kivy/webdebugger-values
display instant value of each boxe in webdebugger
2014-01-27 09:15:51 -08:00
Mathieu Virbel 9b1e44a5e5 Merge pull request #1820 from matham/camera
Various doc improvements
2014-01-27 09:15:38 -08:00
Mathieu Virbel 3a87d7e4b0 Merge pull request #1818 from matham/filechooser-unicode-win
Fix filchooser issues
2014-01-27 09:10:19 -08:00
Mathieu Virbel 6c48df4bba windows: fix for windows / python3.3 2014-01-27 18:09:31 +01:00
Matthew Einhorn 23a3936f41 Clearify label text/texture size. 2014-01-27 04:47:57 -05:00
Matthew Einhorn 6feab40f8c add docs about coordinate systems and relative type layouts. 2014-01-27 04:28:49 -05:00
Matthew Einhorn c9bbd28673 Mention ask_update needs to be called after blit. 2014-01-27 01:53:25 -05:00
Matthew Einhorn c36eceebc9 document valid kv expressions and statements. 2014-01-27 01:35:22 -05:00
Matthew Einhorn e5e1312d32 Document properties of properties. 2014-01-27 00:30:09 -05:00
Matthew Einhorn 254d474516 Document difference between graphics list properties and kivy list properties. 2014-01-26 23:51:10 -05:00
Matthew Einhorn af5ab702c6 Remove dynamic class to not confuse beginner. 2014-01-26 22:48:36 -05:00
Matthew Einhorn ff520ae0b3 Document id.__self__. 2014-01-26 22:39:16 -05:00
Matthew Einhorn 0fc84d4cef Complete pyinstaller hooks. 2014-01-26 21:10:23 -05:00
Matthew Einhorn 03ab8b0aad update values for environment variables KIVY_xxx. 2014-01-26 20:48:04 -05:00
tshirtman fab916ca41 display instant value of each boxe in webdebugger 2014-01-27 00:31:30 +01:00
Matthew Einhorn 16803ec0a1 Merge branch 'master' of https://github.com/kivy/kivy into filechooser-unicode-win 2014-01-26 18:16:20 -05:00
Matthew Einhorn b9290ac13a more docs 2014-01-26 18:15:34 -05:00
Matthew Einhorn 3aa7c57ebb Make path default to unicode, as was specified in the doc. 2014-01-26 18:06:38 -05:00
Matthew Einhorn d5099a7387 Use GetFileAttributesExW instead of GetFileAttributesExW which handles both unicode and bytes, instead of current which could only read bytes. 2014-01-26 17:53:55 -05:00
Matthew Einhorn 8fef3cccb0 Remove force_unicode and allow either unicode or bytes to be passed in to path and used directly. 2014-01-26 17:52:25 -05:00
Richard Larkin a4e087f307 Merge pull request #1816 from k4rtik/patch-3
Thanks ;-)
2014-01-26 09:42:48 -08:00
Richard Larkin 032114ab2f Merge pull request #1814 from k4rtik/patch-1
Again, thanks. Detail is important ;-) +1
2014-01-26 09:40:13 -08:00
Richard Larkin 5da8262368 Merge pull request #1815 from k4rtik/patch-2
Thanks ;-)
2014-01-26 09:37:26 -08:00
tshirtman 6a0d3d9d18 recorder module: make f6 unbind replay if it's already playing 2014-01-26 12:20:18 +01:00
Kartik Singhal 1e87a9803c Correct description comment, add a line break 2014-01-26 14:41:03 +05:30
Kartik Singhal d5b8763d94 Fix a minor typo 2014-01-26 14:37:59 +05:30
Kartik Singhal ae0b81396d Correct description comment 2014-01-26 13:09:24 +05:30
qua-non b742592c7f examples:showcase add the missing popup.kv 2014-01-26 02:19:45 +05:30
qua-non c24d02d1ae examples:Showcase add popup section 2014-01-25 23:22:37 +05:30
qua-non 4c324594c0 fix color example 2014-01-25 04:40:38 +05:30
Mathieu Virbel 7fcf4c9fb3 pyinstaller: update kivy hooks 2014-01-24 19:57:40 +01:00
Mathieu Virbel 6b15e5b857 catalog: rework the bar a little bit 2014-01-24 18:16:13 +01:00
Mathieu Virbel 378c1b140b catalog: fix weak ref issue. closes #1753 2014-01-24 18:15:59 +01:00
qua-non c48bae4a6c uix:Splitter don't adjust splitter on min_size and max_size changes 2014-01-24 16:45:47 +05:30
Mathieu Virbel a07937e67d Merge pull request #1812 from kivy/1810
uix:splitter fix 1810
2014-01-24 02:49:34 -08:00
qua-non 19c98e852f uix:PageLayout update versionadded 2014-01-24 11:38:39 +05:30
qua-non b9bd6386cc Merge pull request #1238 from kivy/pagelayout
Create PageLayout layout
2014-01-23 22:03:35 -08:00
qua-non 17618f4c1d Merge pull request #1809 from tohin/core_image_resource_find
Fix CoreImage to use resource_find when loading files
2014-01-23 21:40:34 -08:00
qua-non 8ba1786faf uix:splitter fix 1810 2014-01-24 10:14:00 +05:30
tohin c1f0509772 Fix CoreImage to use resource_find when loading files 2014-01-23 23:04:59 +04:00
Zen-CODE 05dda72fd3 doc: added explanation for Windows portable vs. dev installs 2014-01-22 19:39:44 +02:00
Zen-CODE b74521be45 doc: revisions to doc/sources/guide/packaging-windows.rst 2014-01-22 11:27:31 +02:00
Zen-CODE 2df872a1b4 doc: revisions to uix/videoplayer.py 2014-01-21 22:55:33 +02:00
qua-non a822731067 Merge pull request #1801 from matham/pyinstaller
Fix adds docs for using pyinstaller on windows
2014-01-21 03:37:11 -08:00
qua-non 419a57dcd3 Merge pull request #1800 from kivy/recorder_play_loop
add F6 key to recorder, to play last record in a loop.
2014-01-21 03:35:35 -08:00
Matthew Einhorn e4122388b1 Add docs for packaging with pyinstaller on windows. 2014-01-20 19:37:22 -05:00
tshirtman f3d7f21501 add F6 key to recorder, to play last record in a loop. 2014-01-21 00:16:42 +01:00
Matthew Einhorn 0c305fac71 Include gstreamer in pyinstaller 2014-01-20 15:59:08 -05:00