Commit Graph

10337 Commits

Author SHA1 Message Date
dessant 281ff677d4 Merge pull request #4923 from inclement/androidjoystick
Prevented attempted import of AndroidJoystick with SDL2
2017-01-16 12:58:06 +02:00
dessant 14625c7d1a Merge pull request #4919 from inclement/sdl2_accelerometer_as_joystick
Disabled SDL2's accelerometer-as-joystick behaviour
2017-01-16 12:54:38 +02:00
dessant abe2445f5a Merge pull request #4920 from KeyWeeUsr/fix_videolicensing
Replace old video with CC0 licensed video
2017-01-16 12:24:26 +02:00
Peter Badida b9e9804a5a Replace old video with CC0 licensed video
https://videos.pexels.com/videos/time-lapse-video-of-tall-buildings-894
2017-01-15 22:10:18 +01:00
Alexander Taylor 5825230e05 Prevented attempted import of AndroidJoystick with SDL2 2017-01-15 00:01:40 +00:00
Alexander Taylor 7d8deec701 Disabled SDL2's accelerometer-as-joystick behaviour
On platforms with an accelerometer, this resulted in a constant stream
of joystick events. Even if these are desired, users would normally
use Kivy's other methods of accessing the joystick, and these events
probably just slow things down.
2017-01-14 21:43:31 +00:00
matham daf6407e88 Merge pull request #4913 from phunsukwangdu/returnfix
Return statement added
2017-01-13 16:39:48 -05:00
phunsukwangdu c7741c50d4 return statement added 2017-01-13 12:41:00 +05:30
fruitbat 67b9bebd30 doc: fixed type in guide/lang.rst 2017-01-10 20:22:25 +02:00
Peter Badida 9fb9c8f5f8 Merge pull request #4906 from kivy/KeyWeeUsr-patch-1
Fix broken DejaVuSans license page
2017-01-10 11:06:40 +01:00
Peter Badida 79a3209f05 Fix broken DejaVuSans license page 2017-01-10 11:05:03 +01:00
Matthew Einhorn 736ea3a169 Decalre variables when fps is zero. 2017-01-09 22:03:56 -05:00
Susmit 88b974aef6 Focus fix #4816 (#4897)
Add get_focus_next/previous.
2017-01-09 04:54:01 -05:00
Saqib Azim bc008fd8d2 Fix ActionView window maximize/minimize bug (#4891)
* On maximize/minimize actionview, widgets are retained and updated.Solves #4867

* Commented code removed

* Non-required changes after review

* minor changes to clear_all function
2017-01-06 16:00:35 +01:00
Peter Badida 44723e2d7e Fix pep8 error in markup 2017-01-06 00:16:04 +01:00
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