Commit Graph

7342 Commits

Author SHA1 Message Date
Alexander Taylor 417ca16365 doc: Added doc for color property setting in init 2014-12-24 15:06:15 +00:00
Alexander Taylor 5eb0aa6c28 Added property name setters in Color __init__ 2014-12-24 14:51:36 +00:00
Alexander Taylor 61944c4c78 doc: Fixed defaultvalue name in docstrings 2014-12-23 15:31:58 +00:00
dessant dc3d1ba899 Merge pull request #2763 from inclement/size_hint_doc
doc: corrected and improved size_hint doc
2014-12-22 19:44:50 +02:00
Alexander Taylor d9fa743eb4 doc: Corrected and improved size_hint doc 2014-12-20 21:00:16 +00:00
Akshay Arora 91d61d4367 Merge pull request #2760 from kivy/styleguide_fixes
Style Guide/Pep8 fixes
2014-12-20 11:56:22 +05:30
Akshay Arora c6efc8f73c Update clipboard_pygame.py 2014-12-20 01:22:52 +05:30
akshayaurora 2504a3599c Style Guide Fixes:Pep8 2014-12-20 01:14:40 +05:30
akshayaurora 94cb2adf68 fix clipboard_pygame.py to encode only for py2 2014-12-19 19:55:35 +05:30
Akshay Arora 56572b59ef Update vertex_instructions_line.pxi 2014-12-19 18:42:52 +05:30
Mathieu Virbel 07de812981 Merge pull request #2754 from derekstavis/patch-4
Fixes typo in system font directory path on iOS
2014-12-18 17:40:08 +01:00
Derek Willian Stavis 966d1dc61a Fixes wrong system font directory path on iOS 2014-12-18 10:36:40 -02:00
Mathieu Virbel e74dfb76be Merge pull request #2751 from helenst/kv-property-doc-fix
Doc fix to clarify kv property behaviour (fixes #2374)
2014-12-18 11:38:59 +01:00
Helen ST 6608942a9b Doc fix to clarify kv property behaviour (fixes #2374) 2014-12-16 17:59:50 +00:00
Zen-CODE 152836f2be doc: moved addition note to the corresponding property 2014-12-15 23:54:26 +02:00
Mathieu Virbel 1dbaa7a792 Merge pull request #2746 from merriam/master
Convert print statements to print function
2014-12-15 09:40:00 +01:00
Mathieu Virbel 4ce149dc0f Merge pull request #2673 from kivy/system_fonts
System fonts
2014-12-15 09:39:43 +01:00
Mathieu Virbel a6afff2e91 Merge pull request #2743 from kivy/clipboard_os_specific
Clipboard os specific
2014-12-15 09:39:17 +01:00
Akshay Arora 283063dd71 Merge pull request #2704 from olymk2/fix/video-example-on-android
change video example so it works when tried on an android phone
2014-12-14 15:43:26 +05:30
Akshay Arora 782e956833 Merge pull request #2739 from kived/anim-sequence-repeat
unbind on_anim1_complete in Sequence
2014-12-14 15:13:17 +05:30
akshayaurora 273bc29e59 core:clipboard_pygame is able to paste unicode text 2014-12-14 03:30:01 +05:30
akshayaurora a41c75d45e make sure platform specific clipboard implementations are preferred 2014-12-14 02:48:04 +05:30
Charles Merriam 40e930bfcc Convert print statements to print function
Use print_function from __futures__ and covert print statements to
function calls for later use in Python 3.  Also, clean up minor
verbiage.
2014-12-13 12:15:00 -08:00
akshayaurora 605601636f clipboard_winctype fixes for windows 2014-12-14 01:04:23 +05:30
gabriel pettier faefe5629c fixes for clipboard_dbusklipper 2014-12-14 01:01:39 +05:30
akshayaurora 6ebd51e292 core:clipboard. Minor optimisation. 2014-12-14 01:01:39 +05:30
akshayaurora 347dbab2a2 core:clipboard add missing files for windows and kde target 2014-12-14 01:01:39 +05:30
akshayaurora d7d060552f core:Introduce native clipboard for most target OS 2014-12-14 01:01:39 +05:30
Mathieu Virbel 6a4d6ebf98 Merge pull request #2742 from merriam/master
Create app_suite demo
2014-12-13 11:11:37 +01:00
Charles Merriam 029796c42e Add prebuilt widget example
Add another example to the app_suite.py, showing how to use builder
during initialization to create the widget, then adding it from a
build() function.
2014-12-13 01:55:09 -08:00
Charles Merriam 427d1bc30f Create app_suite demo
Create another example to demonstrate ways of starting an application.
Other demos covered some of these, though not the kivy language from a
string.  Each demonstration prints the source code of the executed
window onto stdout to interleave with debugging output.
2014-12-12 13:55:00 -08:00
Mathieu Virbel 0255dd0155 gstplayer: fix deadlock when changing the volume on linux / pulseaudio. Closes #2454 2014-12-11 17:22:56 +01:00
Akshay Arora 64503faf63 Update main.py 2014-12-11 11:46:12 +05:30
Ryan Pessa 3a054d7968 unbind on_anim1_complete in Sequence 2014-12-10 17:29:41 -06:00
Akshay Arora 92fa748eaf Merge pull request #2737 from terrex/master
fix example in docstring for kivy.cache module
2014-12-10 23:26:11 +05:30
gabriel pettier 37c02f3053 remove wrongful note, do_default_tab still defaults to True 2014-12-10 18:45:37 +01:00
Guillermo Gutiérrez fc493868da fix example in docstring for Cache 2014-12-10 17:39:38 +01:00
Guillermo Gutiérrez 93575fc984 fix example in docstring for kivy.cache module 2014-12-10 17:17:32 +01:00
akshayaurora da3e747eb7 fix #2732 use list() copy 2014-12-09 14:54:40 +05:30
Mathieu Virbel d918ca7323 tests: add the possibility to run tests without internet (use NONETWORK=1 make test) 2014-12-09 06:36:35 +01:00
Mathieu Virbel bf86863263 dictadapter: fix unit tests related to it. ref #1972 2014-12-09 06:36:02 +01:00
Mathieu Virbel 933bc0b97b doc: syntax 2014-12-08 11:20:19 +01:00
Mathieu Virbel 7f5158545b texture: fix invalid color conversion for texture when introduced icolorfmt (need double check with SMAA).
+ fixes for BRGA -> RGBA conversion (the implemented conversion was about ARGB -> RGBA).
+ fixes crash when Py_Decref the returned buffer. I do remember an issue with it before, but in this case, the buffer returned was having no reference at all = segfault.

Closes #2627
2014-12-07 23:34:56 +01:00
Akshay Arora ea00046282 closes #2726 2014-12-06 01:35:48 +05:30
Mathieu Virbel af46d8a27e Merge branch 'master' of ssh://github.com/kivy/kivy 2014-12-05 18:39:48 +01:00
Mathieu Virbel 58fbb294c2 libtess2: fix unused variable warning when NDEBUG is activated 2014-12-05 18:37:58 +01:00
Mathieu Virbel cfb2137330 Merge pull request #2639 from kived/factory-unicode-typename
fix unicode and Builder in Python 2
2014-12-05 18:28:09 +01:00
Mathieu Virbel 39ef2399cd Merge pull request #2724 from kived/bind-callable
assert that event callbacks are actually callable
2014-12-05 18:25:07 +01:00
Mathieu Virbel 2cab4a141b Merge branch 'master' of ssh://github.com/kivy/kivy 2014-12-05 18:23:59 +01:00
Mathieu Virbel 8ad8a325ee widgets: add new ScatterPlaneLayout, based on #2682 but on a ScatterLayout as a base 2014-12-05 18:15:52 +01:00