matham
88047e146c
PEP8 fixes.
2019-04-27 12:11:45 +02:00
Matthew Einhorn
caf6e8bd62
Clean up the dashes code and add example.
2019-04-27 12:11:45 +02:00
Peter Badida
0f6b0592e6
Revert SmoothLine in example
...
Closes #5001
2017-02-26 01:11:21 +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
Piotr Kasprzyk
c7cc3c6724
Fix remaining misspellings
2016-09-07 11:23:44 +02:00
Matthew Einhorn
4f24ad57a1
replace all unschedule with event canceling.
2016-06-21 21:23:15 -04: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
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
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
dessant
af77ba463b
use explicit floor division, fixes #3694
2015-10-14 00:03:29 +03:00
dessant
cd27022949
remove python shebangs
2015-10-05 14:40:04 +03:00
akshayaurora
429becaf51
pep8 fixes
2015-07-10 00:27:56 +05:30
akshayaurora
66270024ef
pep8 fixes
2015-07-07 21:06:10 +05:30
Akshay Arora
2c9d8a1b42
Merge pull request #3048 from hey-sancho/graphics-roundedrectangle
...
Add Graphics RoundedRectangle
2015-07-07 19:31:48 +05:30
Zen-CODE
97f7aea376
doc: revisions to examples
2015-03-23 23:17:03 +02:00
dessant
b019b65c7a
Merge pull request #3168 from kivy/style_fix
...
Fix make style errors
2015-03-21 18:01:09 +02:00
dessant
058090518a
fix make style errors
2015-03-21 17:58:01 +02:00
Alexander Taylor
874b53c8c4
Added Scale instruction example including origin
2015-03-21 15:06:24 +00:00
sentient07
195cbeb3c6
Original texture is displayed along with combined texture
2015-03-10 23:07:45 +05:30
Oleksandr Orlov
a2e81eacf7
Added possibility to specify segment size of each corner independently. Modified example to reflect how it works.
2015-02-26 15:17:11 +02:00
Oleksandr Orlov
e432871912
Added RoundedRectangle example
2015-02-25 17:15:43 +02:00
Charles Merriam
d9e2bbe838
Clean up spaces in files I touched.
...
This only affects spacing in documentation. Specifically, I usually
put two spaces after a period, like I just did. This rips out that
extra space in lots of documentation.
2015-02-11 20:43:21 -08:00
Charles Merriam
f16fe11ac9
examples/ - Update docstrings
...
Update or create docstrings from many of the examples. This is part of
the gallery project, as the new docstrings will be the website visible
documentation for the example. Some changes are to use the main
phrase of ‘the file xx.py’ to include related files on the gallery page.
These are all documentation changes only.
2015-02-11 20:00:30 -08:00
dessant
3f4bf2262c
py3 division fix in mesh example
2015-02-08 12:49:21 +02:00
dessant
ef105ae507
Merge pull request #2973 from merriam/merriam_branch_30
...
Create and document examples/canvas/mesh_manipulation.py
2015-02-08 12:17:38 +02:00
dessant
0cc6f81760
Merge pull request #2980 from merriam/merriam_branch_35
...
examples/canvas/repeat_texture.py Update docstring, add background color to message.
2015-02-03 02:02:21 +02:00
dessant
b91e57f4c3
Merge pull request #2982 from merriam/merriam_branch_37
...
examples/canvas/tesselate.py: Add docstring, logging, update display.
2015-02-03 02:00:15 +02:00
dessant
c69a64dfd8
Merge pull request #2981 from merriam/merriam_branch_36
...
examples/canvas/rotation.py Added docstring.
2015-02-03 01:31:04 +02:00
Charles Merriam
a61116bcfd
tesselate.py fix logging misspelling and log on_touch_up
2015-02-01 22:53:05 -08:00
Charles Merriam
a7850bb962
tesselate.py: Update top of screen display.
...
It had not been showing after a reset and failed to count the shapes.
2015-02-01 22:43:29 -08:00
Charles Merriam
a55c0be8a5
tesslate.py: Move print statements to logging
...
Also dropped logging the number of vertices as it is displayed on the
screen
2015-02-01 22:42:25 -08:00
Charles Merriam
5227f4eabd
tesselate.py: Add docstring
2015-02-01 22:40:55 -08:00
Charles Merriam
98a4c38bc1
examples/canvas/rotation.py Added docstring.
2015-02-01 21:47:06 -08:00
Charles Merriam
2d80f32ab5
examples/canvas/repeat_texture.py Update docstring
2015-02-01 21:11:32 -08:00
Charles Merriam
ee9b869f2b
Add background color to size message.
...
Added a colored background to the label because it kept getting lost in
the white ‘K’ field. Also changed the label color to cyan for
readability.
2015-02-01 21:10:59 -08:00
Charles Merriam
ccdcb3bb40
examples/canvas/multitexture.py documentation changes
2015-02-01 19:00:39 -08:00
Charles Merriam
75c2397c64
Update examples/canvas/multitexture.py docstring
2015-02-01 19:00:09 -08: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
dessant
fdb9ce4fa6
Merge pull request #2972 from merriam/merriam_branch_29
...
Add documentation to examples/canvas/mesh.py
2015-02-01 22:33:49 +02:00
dessant
0b14bd7fb8
Merge pull request #2971 from merriam/merriam_branch_28
...
Added examples/canvas/lines_extended.py docstring
2015-02-01 22:32:37 +02:00
dessant
9ea2e35cad
Merge pull request #2969 from merriam/merriam_branch_27
...
examples/canvas/lines.py Add docstring.
2015-02-01 22:31:33 +02:00
dessant
65cca78667
Merge pull request #2967 from merriam/merriam_branch_26
...
examples/canvas/clearbuffers.py changes and rename.
2015-02-01 22:30:30 +02:00
dessant
2d9eae3e9a
Merge pull request #2966 from merriam/merriam_branch_24
...
Add examples/canvas/circle.py docstring
2015-02-01 22:29:12 +02:00
dessant
01ea916050
Merge pull request #2965 from merriam/merriam_branch_23
...
Update examples/canvas/canvas_stress.py with docs and new button
2015-02-01 22:27:46 +02:00
Charles Merriam
e0504affc3
examples/canvas/mesh_manipulation.py Fix PEP8 long lines
2015-02-01 12:24:16 -08:00
Charles Merriam
1ed9cb7a43
examples/canvas/mesh_manipulation.py add function docstring
2015-02-01 12:23:37 -08:00
Charles Merriam
7992020039
examples/canvas/mesh_manipulation.py add docstring
2015-02-01 12:23:01 -08:00