Commit Graph

14 Commits

Author SHA1 Message Date
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
Susmit 8c180097cb Pep8 fixes for example directory. (#4814)
* fixed pep8 errors

* pep8 fixes forexamples directory

* some more pep8 fixes
2016-12-17 11:41:12 +02:00
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 efac1d7ac1 Remove pep8 E265 from all files
block comment should start with '# '
sed rocks!
2016-12-14 21:18:55 +05:30
dessant 6f660002ff remove unused imports in examples 2016-03-15 12:17:09 +02:00
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
qua-non 2b98c27864 minor compatibility fixes making sure some widgets and examples are working with py3.3+ and 2.7.x 2013-07-15 19:49:12 +05:30
gabriel.pettier 9c68e79665 remove all obsolete __android__ uses in __name__ tests 2012-07-29 21:43:01 +02:00
Mathieu Virbel 7a82e9be27 sequenced image example fixed to use atlas for animatedbutton 2012-01-22 13:27:08 +01:00
akshayaurora 97a217e092 Bring in line with recent kv lang restrictions (failed on kv lang check) 2011-12-01 13:48:10 +05:30
akshayaurora 74b425bebc display 'animation speed = 0' instead of 'no image selected'
when two consecutive images have a animation speed of 0
2011-10-31 23:34:24 +05:30
akshayaurora f4f6e50888 stop animation using -1 2011-10-28 15:04:11 +05:30
akshayaurora e611689bf5 prevent devision by zero situations 2011-10-28 00:05:02 +05:30
akshayaurora ed95e0024b sequenced_images
a) Rename folder to sequenced_images
b) Fix scatter size to image size
c) Add ability to change animation speed through slider
2011-10-27 18:11:18 +05:30