Commit Graph

829 Commits

Author SHA1 Message Date
Peter Badida ab27df31f7 Explain delay for Touchtracer 2016-10-05 00:31:41 +02:00
Matthew Einhorn 1f504da269 Allow all chars that are not e.g. arrow, and fix holding down key. 2016-09-09 23:57:58 -04:00
Piotr Kasprzyk c7cc3c6724 Fix remaining misspellings 2016-09-07 11:23:44 +02:00
Peter Badida 58c58b3c96 Fix dropdown in showcase 2016-09-04 11:30:12 +02:00
Peter Badida 11d3d69065 Merge pull request #4513 from KeyWeeUsr/dropfile_example
Add an example for multiple Window.on_dropfile
2016-09-02 23:24:28 +02:00
Peter Badida 915b4fec2d Add an example for multiple Window.on_dropfile 2016-09-02 23:20:27 +02:00
matham db1d1ea870 Merge pull request #4573 from KeyWeeUsr/clip_example
Add clipboard example
2016-09-02 17:13:02 -04:00
Piotr Kasprzyk 7398112595 Some misspellings (#4578)
* Fix Motorola misspelling

* Fix Performance misspelling

* Fix Returns misspelling

* Fix Russian misspelling

* Add colon

* Fix tessellation misspelling

* Fix additional misspelling

* Fix alignment misspelling

* Fix always misspelling

* Fix ambiguous misspelling

* Fix appropriate misspelling

* Fix argument misspelling

* Fix automatically misspelling

* Fix because misspelling

* Fix separate misspelling

* Fix being misspelling

* Fix beginning misspelling

* Fix bounding misspelling

* Fix buildozer misspelling

* Fix capabilities misspelling

* Fix capital misspelling

* Fix clears misspelling

* Fix collapsed misspelling

* Fix misspellings in a block of comments

* Fix comparison misspelling

* Fix compatibility misspelling

* Fix conjunction misspelling

* Fix constraints misspelling

* Fix containing misspelling

* Fix correctly misspelling

* Fix default misspelling

* Fix degrees misspelling

* Fix dependencies misspelling

* Fix deprecated misspelling

* Fix dictionary misspelling

* Fix disappear misspelling

* Fix documentation misspelling

* Fix dynamically misspelling
2016-09-02 19:41:38 +02:00
Peter Badida e75412a567 Add clipboard example
...and fix ugly import in docs
2016-08-30 23:07:14 +02:00
Gabriel Pettier 18b0332d67 Merge pull request #4372 from Cheaterman/master
Added pitch shifting to audio_sdl2
2016-08-22 00:49:41 +02:00
Zen-CODE edde0a1921 Show hint about double tap in example. closes #4489
And varios pep 8 fixes
2016-08-17 22:21:16 +02:00
The Cheaterman 8a52ff96ec Updated pitch example with more octaves 2016-07-12 13:11:05 +02:00
The Cheaterman 333ee9c5b4 Added example file for pitch shifting 2016-07-12 13:11:05 +02:00
dessant 8d5451f041 Merge pull request #4362 from KeyWeeUsr/notes_example
Fix notes example
2016-06-30 01:21:55 +03:00
Peter Badida f47571cf55 Quick notes fix 2016-06-26 10:45:05 +02:00
Matthew Einhorn 9f6c69421a Fix leftover for schedule. 2016-06-21 23:36:42 -04:00
Matthew Einhorn 4f24ad57a1 replace all unschedule with event canceling. 2016-06-21 21:23:15 -04:00
dessant 07742e8a35 add recycleview example 2016-06-12 18:24:56 +03:00
Peter Badida 7db25ff187 Fix notes example 2016-06-04 10:28:18 +02:00
Sepehr Hamzehlouy 2c67a7b93f #3253 2016-05-29 15:27:40 +04:30
Richard Larkin 86ad5465c8 Merge pull request #4294 from KeyWeeUsr/docs_texcoords_typo
Fix typos and links
2016-05-26 23:22:41 +02:00
Rolf Schroeder 1f83527def Fix typo 2016-05-23 12:45:41 +02:00
Peter Badida 77f8882ae4 Fix typos and links 2016-05-21 11:45:03 +02:00
Ryan Pessa f6504216fb fix takepicture requirements, use android.mActivity instead of autoclass 2016-05-06 12:10:37 -05:00
Akshay Arora f0c1bf3a1c Update main.py 2016-04-21 19:36:12 +05:30
akshayaurora 551b7ce803 TextInput: hint_text decode text by default 2016-04-21 19:06:36 +05:30
Akshay Arora 3e30daf882 Merge pull request #4109 from weihuang0908/master
keyboard patch
2016-03-25 19:47:47 +05:30
andong777 9b809bbffe fix for shader editor example crash when editing on python 2 2016-03-20 18:37:26 +08:00
weihuang 0e8194467f keyboard patch 2016-03-20 16:32:32 +08:00
Xingan Wang f8a1143041 Merge branch 'master' of https://github.com/kivy/kivy into fix_colorpicker 2016-03-18 10:05:59 +08:00
Xingan Wang 338ba1857f fix clear issue 2016-03-18 10:05:12 +08:00
Xingan Wang eee7a3da6f fix display img name 2016-03-18 09:50:13 +08:00
dessant 6f660002ff remove unused imports in examples 2016-03-15 12:17:09 +02:00
saurabhiiit 34d15ffeea kivy/examples/canvas/tesselate.py: Unused import 2016-03-15 14:53:34 +05:30
saurabhiiit 736d38f04a kivy/examples/canvas/rounded_rectangle.py: Unused import 2016-03-12 15:37:00 +05:30
Zen-CODE 0d78a814dc Fixed TypeError in examples/widgets/list/list_reset_data.py 2016-02-06 15:35:18 +02:00
dessant 02d63ce8de Merge pull request #3866 from udiboy1209/master
Allow Line.points definition to be a mix of lists/tuples
2016-02-01 16:47:47 +02:00
dessant 0ce56847b8 rename EmacsBehavior/CodeInput active_key_bindings to key_bindings 2016-01-06 21:27:25 +02:00
Meet Udeshi f222f04963 Merge branch 'master' of http://github.com/kivy/kivy 2016-01-06 01:30:08 +05:30
Meet Udeshi 0be548fed7 Fallback to simpler algorithm for chaining using itertools
Ignores the case when self._points is a mix of list/tuple/float
Only works in cases where self._points is a list of iterables
2016-01-06 01:27:38 +05:30
el-ethan ab1080db02 Move EmacsBehavior out of CodeInput 2016-01-04 21:00:11 -06:00
el-ethan 4f784ddd2c Add EmacsBehavior to CodeInput and add example 2016-01-04 20:57:08 -06:00
eefvx e804e85e79 fix keyboard example 2015-12-31 00:35:44 +00:00
Meet Udeshi 171fd32d0a Make PEP 8 friendly 2015-12-25 13:13:01 +05:30
Meet Udeshi 1baeeebb99 Allow Line.points definition to be a mix of lists/tuples
Fix for issue #3481
Line.points can be defined as list of lists, tuples and
coordinates (float values)
setter method modified to check each element of the argument
list and append it to self._points accordingly
Line example file /examples/canvas/line.py updated with the new
possible way of defining points
2015-12-23 23:23:25 +05:30
Zen-CODE 05bf18d17f examples: fixed unicode error in examples/keyboard.main.py 2015-12-04 23:48:49 +02:00
dessant 8e762ec54a Rioboto -> Roboto 2015-12-04 01:47:06 +02:00
akshayaurora dba00cac54 core:Label Remove redundant test for file and pep8 fix 2015-12-04 04:39:53 +05:30
akshayaurora 1360355990 Core:LabelBase: recurse all dirs. closes #3270 2015-12-04 03:42:37 +05:30
dessant aa63c68d65 declare password before text, fixes #2337 2015-11-12 21:21:53 +02:00