Commit Graph

10353 Commits

Author SHA1 Message Date
dessant 9e7cf9705e use https for contribution guide links and fix grammar 2017-01-19 10:38:26 +02:00
matham 48dcb73783 Merge pull request #4934 from kivy/gh-template
Github issue template
2017-01-18 18:30:06 -05:00
matham e55e66ddf6 Move version to the start. 2017-01-18 18:29:50 -05:00
dessant 7faa1f9f27 move contributing guide to github folder 2017-01-18 22:48:41 +02:00
dessant 0342e9c452 add github issue template 2017-01-18 22:47:23 +02:00
dessant 8e4b736237 ignore style issues in kivy/deps 2017-01-18 14:06:25 +02:00
dessant 87e27823f9 print error count during style check instead of passing it as exit code 2017-01-18 14:04:24 +02:00
Peter Badida bae5bf23dc Merge pull request #4851 from KeyWeeUsr/sdl2_winpos
Add Window position manipulation
2017-01-17 18:48:30 +01:00
Peter Badida 80f1f82759 Merge pull request #4925 from KeyWeeUsr/fix_gifs
Replace images with CC0
2017-01-17 11:38:57 +01:00
dessant faa71edf73 Merge pull request #4784 from inclement/fix_selector
Made sure Selector gets on_touch_down only once
2017-01-16 13:18:43 +02:00
dessant 3c48452dc9 remove variable indirection 2017-01-16 13:17:28 +02:00
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
Peter Badida 56ffce6d8a Replace images with CC0
sources: https://commons.wikimedia.org/wiki/File:Simple_CV_Joint_animated.gif http://www.iconarchive.com/show/blue-bits-icons-by-icojam/information-icon.html and own creation (cube + animations)
2017-01-15 19:06:25 +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