Commit Graph

10322 Commits

Author SHA1 Message Date
dessant 3ec2be1405 doc: modifying PATH is not needed anymore on Windows, .pth files are not created either 2017-01-05 04:58:00 +02:00
Peter Badida 3decc2fe99 Add is_shortened to Label (#4858)
Add is_shortened to Label
2017-01-04 19:48:09 -05:00
dessant 03e52a08e5 add keyweeusr to the core dev list 2017-01-04 23:41:27 +02:00
dessant edc8d7518b Merge pull request #4883 from KeyWeeUsr/fix_attribution
Fix attribution in examples/widgets/lists
2017-01-04 20:49:41 +02:00
dessant 09a58caa28 Merge pull request #4885 from KeyWeeUsr/fix_clip
Fix clipboard example
2017-01-04 20:48:18 +02:00
dessant af62f20386 Merge pull request #4888 from kivy/providers
add versionchanged tags for camera, audio, and video providers, also remove providers from config
2017-01-04 20:43:49 +02:00
dessant ff2a89e777 Merge pull request #4887 from kivy/remove_gi
remove gi audio and video providers
2017-01-04 20:41:12 +02:00
dessant 4ad6852d2d remove gi audio and video providers 2017-01-04 20:38:44 +02:00
dessant 8a9be4ff63 add versionchanged tags for camera, audio, and video providers, also remove providers from config 2017-01-04 20:17:42 +02:00
Peter Badida 3ff8c97ff4 Merge pull request #4886 from KeyWeeUsr/zip_fix
Include missing zip files
2017-01-04 18:57:17 +01:00
Peter Badida 9bbfba1f78 Include missing zip files
closes #4882
2017-01-04 18:56:33 +01:00
Peter Badida a42b60e8fb Fix clipboard example 2017-01-04 18:51:18 +01:00
Peter Badida 3191a2729f Merge pull request #4884 from bhaveshAn/correction
setting minimum_height to height in clipboard.py
2017-01-04 15:57:52 +01:00
bhaveshAn e3a9030c30 setting minimum_height to height in clipboard.py 2017-01-04 20:05:42 +05:30
Peter Badida e3ca03e388 Fix attribution in examples/widgets/lists 2017-01-04 15:19:27 +01:00
Akshay Arora d362cbd2d7 Merge pull request #4874 from kivy/include_in_get_includes
Include in get includes
2017-01-04 17:04:54 +05:30
dessant c22521df8b Merge pull request #4879 from FeralBytes/remove_deprecated_video
Remove deprecated video providers
2017-01-04 06:13:46 +02:00
FeralBytes 03257f1596 Remove deprecated video_pygst.py 2017-01-03 23:01:01 -05:00
FeralBytes 1a7de806d1 Remove deprecated video_pyglet.py 2017-01-03 23:00:28 -05:00
FeralBytes 5b841dfe1b Remove deprecated pygst and pyglet video providers 2017-01-03 22:59:40 -05:00
dessant 80206e3d0f Merge pull request #4878 from FeralBytes/remove_depreciated_audio
Remove deprecated audio provider pygst.
2017-01-04 05:53:25 +02:00
FeralBytes 1a05ff1288 Remove depreciated audio_pygst.py. 2017-01-03 22:44:08 -05:00
dessant 3d47c390a7 Merge pull request #4877 from FeralBytes/remove_depreciated_camera
Remove depreciated camera providers.
2017-01-04 05:42:49 +02:00
FeralBytes e81171b12b Remove depreciated pygst audio provider. 2017-01-03 22:42:26 -05:00
FeralBytes a28a601375 Remove camera_videocapture.py depreciated. 2017-01-03 22:33:28 -05:00
FeralBytes c60bdd8d3c Remove camera_pygst.py depreciated. 2017-01-03 22:32:33 -05:00
FeralBytes ebdc74b399 Remove VideoCapture Provider
Addresses: https://github.com/kivy/kivy/issues/4224#issuecomment-270285772
2017-01-03 22:30:58 -05:00
dessant 617cd91a43 Merge pull request #4876 from FeralBytes/master
Remove pygst as a provider for Camera.
2017-01-04 05:07:19 +02:00
FeralBytes 61fd64d988 Remove pygst as a provider for Camera.
Prevents a crash on import of pygst which is no longer an official Kivy dependency.
2017-01-03 20:35:28 -05:00
Peter Badida 4d5510d8d7 Add joystick docs (#4865)
* Add joystick docs

* Add xbox layout to input

* grammar fixes
2017-01-03 22:25:55 +02:00
Peter Badida 3a2a86ce71 Add joystick example (#4862)
* Add joystick example

* pep8 fix
2017-01-03 21:42:17 +02:00
dessant 8a044c95e9 Merge pull request #4844 from saqib1707/non-functional-bubble
Fix#3961: BubbleButton of textinput becoming functional (not changing always_release)
2017-01-03 21:38:53 +02:00
dessant 0263b76057 exit loop when grabbed widget is found 2017-01-03 21:38:03 +02:00
FeralBytes 2a8f554008 Added note to seek that sound must be playing. (#4875)
* Added note to seek that sound must be playing.

Update documentation to reflect that most sound providers require the sound to be playing in order to seek.
Closes kivy/kivy/issues/4852

* pep8 fix
2017-01-03 21:17:26 +02:00
dessant 4b27b4f3f3 gstreamer is now hosted on pypi, remove --extra-index-url 2017-01-03 21:00:44 +02:00
kovak 49cc8cb7c8 include include dir in get_includes return 2017-01-02 16:46:26 -08:00
kovak 9b8955379f Merge branch 'master' of https://github.com/kivy/kivy 2017-01-02 16:45:54 -08:00
matham 082c454441 Merge pull request #4873 from kivy/include_configpxi
path changes for config.pxi
2017-01-02 19:24:44 -05:00
kovak 7917ad1ffb Merge branch 'include_configpxi' of https://github.com/kivy/kivy 2017-01-02 16:19:02 -08:00
Peter Badida 9021a352f5 Purge pep8 errors in multistroke 2017-01-03 00:00:09 +01:00
Peter Badida 37085bd2cb Merge pull request #4803 from llfkj/fix-multistroke
Fix a silly multistroke crash
2017-01-02 23:49:10 +01:00
dessant 1efb92b919 doc: change the order of installation methods on osx and recommend homebrew, closes #4823 2017-01-02 22:01:25 +02:00
dessant 379975558e update AsyncImage example url, closes #4871 2017-01-02 21:00:06 +02:00
Yash Jain 63eefb7ea5 picture saving added to camera example (#4842)
* camera click_pic added

* date formate corrected

* function name changed

* func name changed

* pep8 fixes

* pep8 fix
2016-12-31 02:35:15 +02:00
Peter Badida 5b5129a921 Fix typo in kvlang guide 2016-12-30 00:05:28 +01:00
Peter Badida baea730512 Merge pull request #4855 from KeyWeeUsr/fix_msvcdocs
Update Windows installation docs
2016-12-29 22:41:57 +01:00
Peter Badida f8ca4e9d37 Update Windows installation docs 2016-12-29 22:36:24 +01:00
dessant a8af81c438 Merge pull request #4853 from FeralBytes/add_mp4_to_audio_gstplayer
Add 'mp4' to audio_gstplayer.py
2016-12-29 21:50:50 +02:00
FeralBytes 0396e9137d Add 'mp4' to audio_gstplayer.py
Since programs such as LMMS create '.mp4' files that are purely audio even though they should be 'm4a' I have added support for 'mp4' files it will work so long as they are audio only.
2016-12-29 10:52:11 -05:00
saqib1707 0b140bfe2a Textinput Bubble touch transformed making bubble functional 2016-12-28 12:32:18 +05:30