Mathieu Virbel
7455cf71c4
gstplayer: add an audio provider based on gstplayer
2013-12-21 20:26:46 +01:00
Mathieu Virbel
f79812215a
gstplayer: add a fakesink to video-sink, if we use the player as audio player, just to prevent gstreamer for opening an external video window if the file contain video. (it can happen, yes.)
2013-12-21 20:26:46 +01:00
Mathieu Virbel
b57be4004f
gstplayer: fix race-condition that result in a deadlock when leaving python and gstreamer still running.
2013-12-21 20:26:46 +01:00
Mathieu Virbel
d01552e1c2
gstplayer: add pull-preroll after seeking, in order to get the seeked buffer
2013-12-21 20:26:45 +01:00
Mathieu Virbel
8c63929453
gstplayer: implement a Video provider based on gstplayer
2013-12-21 20:26:45 +01:00
Mathieu Virbel
a81d916c92
gstplayer: implement duration, position, and seek + correctly register an atexit callback to clean all the remaining worker.
2013-12-21 20:26:45 +01:00
Mathieu Virbel
b5e11fd025
gstplayer: first part of a native gstreamer player (not working, but the work base in done.). It also include pkgconfig() in setup.py that could be used to detect the availability of libs (SDL2 for example)
2013-12-21 20:26:45 +01:00
qua-non
a3970c0102
uix:ScrollView fix bar pos calculation
2013-12-19 15:59:24 +05:30
qua-non
b250dde7bd
uix:ScrollView minor fixes for #1649
2013-12-19 15:48:09 +05:30
qua-non
296eb6b41c
Merge pull request #1649 from LogicalDash/master
...
ScrollView scrollbars may be on the left or the top
2013-12-19 02:14:12 -08:00
qua-non
61b7e9322f
Merge pull request #1708 from Zen-CODE/context_adds
...
doc: add observer callbacks to context.py
2013-12-18 23:19:38 -08:00
qua-non
6f1a1d32e1
Update lang.rst
2013-12-18 23:37:18 +05:30
qua-non
c8b9de46f2
sanitize ids example.
2013-12-17 20:48:25 +05:30
Mathieu Virbel
4bceec4acf
Merge pull request #1711 from kivy/screenshot
...
core:Window improve screenshot method, closes #1455
2013-12-16 14:44:40 -08:00
qua-non
7d05402168
uix:CodeInput. Use mono-space font by default
2013-12-16 23:42:58 +05:30
qua-non
b3ebba28a3
uix:TextInput fix selection offset. From the right end this time.
2013-12-16 18:17:55 +05:30
qua-non
492b2f76af
uix:TextInput fix selection offset closes #1717
2013-12-16 17:25:04 +05:30
qua-non
88758d141f
Merge pull request #1714 from kivy/showcase
...
examples:Showcase, make sure it works without any issues on android
2013-12-15 23:38:52 -08:00
qua-non
b4959b8fdd
examples:Showcase fix higherchy navigation.
2013-12-16 03:30:52 +05:30
qua-non
c0e8d0ff15
examples:Showcase, make sure it works without any issues on android
2013-12-16 03:01:38 +05:30
Mathieu Virbel
ec7685e132
Merge branch 'master' of ssh://github.com/kivy/kivy
2013-12-15 12:17:06 +01:00
qua-non
61ff0febd4
core:Window improve screenshot method, closes #1455
2013-12-15 06:09:30 +05:30
qua-non
28e726520b
uix:CodeInput minor fixes for rendering
2013-12-15 05:04:00 +05:30
qua-non
c213f5da1e
Merge branch 'master' of http://github.com/kivy/kivy
2013-12-15 03:38:55 +05:30
Zen-CODE
890668ff08
doc: revisions to graphics/fbo.py
2013-12-14 23:54:41 +02:00
Mathieu Virbel
a6ac2d024a
event: fix create_property documentation
2013-12-14 22:45:22 +01:00
Zen-CODE
6269fd1347
doc: add observer callbacks to context,py
2013-12-14 23:30:37 +02:00
Mathieu Virbel
33bdf2a591
Merge branch 'fix-1519'
2013-12-14 20:40:25 +01:00
Mathieu Virbel
84521bfc80
lang/properties: add documentation about default properties values / type specialization. closes #1519
2013-12-14 20:40:12 +01:00
Mathieu Virbel
20685537c3
event: add DictProperty, and add documentation of the changes
2013-12-14 20:33:14 +01:00
Mathieu Virbel
6de7f1dcd0
Merge pull request #1692 from kivy/fix-1689
...
Separate PyGST / Gi Gstreamer
2013-12-14 11:29:12 -08:00
Mathieu Virbel
a813d7bb9a
gi: fix typo
2013-12-14 20:28:58 +01:00
Mathieu Virbel
5ac4d93183
gi/doc: add entry in the FAQ about gstreamer/gi, and reference it in video/audio/camera core provider.
2013-12-14 20:23:00 +01:00
qua-non
6f0c948bdf
Merge pull request #1705 from matham/wiki_docs
...
Link setting up other win envs. to wiki pages.
2013-12-14 10:41:24 -08:00
Matthew Einhorn
8928a929b5
Link setting up other win envs. to wiki pages.
2013-12-14 13:37:14 -05:00
Mathieu Virbel
bd2bdd6912
event/properties: when a static value has been detected for a unexisting property, instead of creating ObjectProperty, check either if we can use a String/Numeric/List property
2013-12-14 18:54:25 +01:00
Mathieu Virbel
b56d5de517
property: remove the _a assignation, mostly useless in that case. closes #1534
2013-12-14 18:17:07 +01:00
Mathieu Virbel
8f9b6f4a82
vector: fix rdiv + reactivate vector/rdiv tests. closes #1545
2013-12-14 18:12:40 +01:00
Mathieu Virbel
2b66dea627
interactive: fix examples and add a note about how the examples can be runned. refs #1608
2013-12-14 17:52:05 +01:00
Mathieu Virbel
45e51eb482
modules: add late configuration if module has been added manually before the window creation. closes #1668
2013-12-14 17:35:48 +01:00
Mathieu Virbel
f07630c0de
core/gi: dont use Gi bindings for older gstreamer (< 1.0)
2013-12-14 17:19:43 +01:00
Mathieu Virbel
a5856e20c1
Merge pull request #1695 from edoz78/master
...
Fixed active state for radio button
2013-12-14 05:13:37 -08:00
Mathieu Virbel
4cf2ffd167
Merge pull request #1702 from kivy/cut_copy_paste
...
uix:TextInput introduce `cut`, `copy` and `paste` fiunctions.
2013-12-14 05:11:46 -08:00
Mathieu Virbel
91b57a2a7a
Merge pull request #1704 from kumoshk/patch-1
...
Update android.rst
2013-12-14 05:10:58 -08:00
kumoshk
919aba305b
Update android.rst
...
I tested the memory game from the contests on my Kindle Fire 2, and it worked well. So did my test chat server. I haven't done extensive testing, however, but it seems functional for practical purposes.
2013-12-13 18:55:28 -07:00
qua-non
20fb242041
remove redundant return
2013-12-14 01:02:30 +05:30
qua-non
83749198e1
uix:TextInput introduce `cut`, `copy` and `paste` fiunctions.
...
core:Clipboard_android simplify backend to simplify usage.
2013-12-14 00:54:05 +05:30
hansent
fdd0ff3b5d
use correct transition in screen_manager.switch_to if user passes option like it's described in the docs
2013-12-13 10:49:18 -06:00
Zen-CODE
9a941dca2c
doc: revisions to graphics/context_instructions.pyx
2013-12-12 16:55:48 +02:00
Zen-CODE
35cd06fcba
doc: revisions to graphics/context.py
2013-12-12 16:30:00 +02:00