Commit Graph

20 Commits

Author SHA1 Message Date
Saqib Azim 5913d861f4 Fix for pep8 errors (#4815)
* Fix pep8 errors

* Fix pep8 errors

* Fixing pep8 errors

* fixing pep8 errors

* E731 pep8 fixes resolved for some files

* fix for E741 and E305 for some files

* pep8 fixes
2016-12-17 09:50:52 +02:00
Meet Udeshi 3b7c17840c PEP8 fixes for examples/audio/pitch.py 2016-12-14 11:54:18 +05:30
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
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 799da559bc tabs to spaces in example kv files 2015-10-24 20:41:19 +03:00
Meet Udeshi 6eabf44396 Add styling properties for AudioButton in audio.kv
Set height to 1/3rd height of parent and width=height
Align text to vertical center, fix font size, enable wrapping
2015-10-14 21:56:34 +05:30
Meet Udeshi 55faf1f8ab Fix no sound buttons bug on android #3690
Create a buildozer.spec file for proper android builds
Add ,wav to source.include_exts to package the wav files in apk
Specify an application name package name
2015-10-14 21:55:25 +05:30
Charles Merriam 02c30a4e9f Fix examples/ PEP8 errors. Mostly white space.
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long.   Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Charles Merriam 2b3807722f Updated examples/audio/main.py docstring 2015-01-31 17:53:13 -08:00
Mathieu Virbel 8e2cc17a26 fix audio example 2014-09-22 11:06:01 +02:00
akshayaurora 11210a1737 Merge branch 'master' of http://github.com/kivy/kivy into sdl2-support
Conflicts:
	.gitignore
	doc/sources/faq.rst
	doc/sources/guide/android.rst
	examples/audio/audio.kv
	examples/audio/main.py
	kivy/_event.pyx
	kivy/adapters/__init__.py
	kivy/adapters/adapter.py
	kivy/config.py
	kivy/core/clipboard/__init__.py
	kivy/core/image/img_imageio.pyx
	kivy/core/image/img_pil.py
	kivy/core/video/video_ffpyplayer.py
	kivy/core/video/video_gi.py
	kivy/core/video/video_gstplayer.py
	kivy/core/video/video_pygst.py
	kivy/core/window/__init__.py
	kivy/event.py
	kivy/graphics/common.pxi
	kivy/graphics/texture.pyx
	kivy/graphics/vertex_instructions.pyx
	kivy/graphics/vertex_instructions_line.pxi
	kivy/input/providers/androidjoystick.py
	kivy/input/providers/mouse.py
	kivy/lib/gstplayer/_gstplayer.pyx
	kivy/network/urlrequest.py
	kivy/properties.pyx
	kivy/tools/packaging/win32/kivy-2.7.bat
	kivy/tools/packaging/win32/kivy-3.3.bat
	kivy/tools/packaging/win32/kivy.bat
	kivy/uix/behaviors.py
	kivy/uix/checkbox.py
	kivy/uix/codeinput.py
	kivy/uix/dropdown.py
	kivy/uix/listview.py
	kivy/uix/screenmanager.py
	kivy/uix/scrollview.py
	kivy/uix/textinput.py
	kivy/uix/vkeyboard.py
	kivy/uix/widget.py
	kivy/utils.py
	setup.py
2014-09-21 20:38:29 +05:30
Ryan Pessa 01c0cd035a fix mixed spaces/tabs 2014-08-30 16:33:28 -05:00
Mathieu Virbel 079e1d5ea6 example: add slider volume for audio examples. Refs #1869 2014-08-23 17:06:37 +02:00
akshayaurora 0657843e91 Bring sdl2 in line with current master and other fixes to make things usable. Sponsored by ScramSoft. 2014-08-23 17:15:04 +05:30
Mathieu Virbel 23f5c0500a gstplayer: update audio example to test deallocation of gstplayer, as well as loop. 2013-12-21 20:26:46 +01:00
tshirtman 20bf42f885 fix a lot of tab characters in examples… 2012-08-07 11:45:53 +02:00
gabriel.pettier 9c68e79665 remove all obsolete __android__ uses in __name__ tests 2012-07-29 21:43:01 +02:00
Mathieu Virbel 46162a06e4 audio: rework audio class to use resource_find for filename, deprecate filename->source, status->state by using Properties. Closes #450
+ rework documentation
2012-06-16 17:41:07 +02:00
Mathieu Virbel 19d511ce12 example: add a little 8bit drums example to show audio object. Issue #220 2011-10-24 01:30:42 +02:00