Commit Graph

7320 Commits

Author SHA1 Message Date
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
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
Mathieu Virbel 38c0b53975 Merge pull request #2653 from kivy/fix_stacklayout_size_hint
Fix stacklayout size hint
2014-12-05 18:09:52 +01:00
Mathieu Virbel f8db0b916d Merge pull request #2718 from kivy/image_loop
uix:Image introduce `anim_loop` property
2014-12-05 18:08:21 +01:00
Mathieu Virbel c4fde0cba4 animation: fix crash when widget is gone. Closes #2458, #2561, #2676 2014-12-05 18:03:34 +01:00
Ryan Pessa 231eab3c82 assert that event callbacks are actually callable 2014-12-04 17:42:24 -06:00
Ryan Pessa a2953ae9cf fix erroneous doc 2014-12-04 11:25:31 -06:00
Mathieu Virbel 73cecfea2e setup.py: don't activate automatically SDL2 until we have a mechanism that can load safely SDL2 libraries without anything related to SDL1. 2014-12-04 16:27:29 +01:00
Mathieu Virbel eee3c2f9c8 gstplayer: fix invalid size passed when we have a row stride (width * 3 not a multiple of 4). Closes #2722 2014-12-04 16:09:42 +01:00
Mathieu Virbel 392f5787c5 core/audio: accept m4a as input format. could be added for android as well. 2014-12-04 15:54:31 +01:00
Mathieu Virbel 2de85b48d5 shadereditor: allow to use another image in command line 2014-12-04 15:53:43 +01:00
Akshay Arora 6dbaf55857 Update image.py 2014-12-04 00:39:25 +05:30
akshayaurora 2dc6501569 uix:TextInput change versionchnaged to 1.9.0 2014-12-03 12:07:19 +05:30
akshayaurora 033d0b1f2d Merge branch 'matham-focus-text4' 2014-12-03 11:56:19 +05:30
akshayaurora 94a71b4a4a uix:FocusBehavior ensure touch is passed to children in all cases 2014-12-03 11:54:58 +05:30
Matthew Einhorn 1d1802cff7 Call super in bubble. 2014-12-03 11:54:58 +05:30
Matthew Einhorn f6018fd301 Rename _processed_touches to ignored_touch and use it in textinput's bubble/selectors. 2014-12-03 11:54:58 +05:30
Matthew Einhorn c4a6e4c683 Describe mutli user focusing. 2014-12-03 11:54:58 +05:30
Matthew Einhorn 6f69f7d1da Move input_type to FocusBehavior from TextInput. 2014-12-03 11:54:58 +05:30
Matthew Einhorn 9acb1903bd Fix focus behavior to return False when focused with touch. 2014-12-03 11:54:58 +05:30