Commit Graph

742 Commits

Author SHA1 Message Date
Akshay Arora 0b72d0d28d Examples: update unicode_textinput to work with sdl2 2015-04-10 22:58:29 +05:30
Zen-CODE 5474ea1d99 doc: tweaks to examples/demo/touchdtracer/main.py 2015-04-04 18:37:32 +02:00
Zen-CODE 509f160fa8 doc: tweaks to examples/demo/showcase/main.py 2015-04-04 18:09:04 +02:00
Zen-CODE 4fb96f0c7b doc: tweaks to examples/demo/pictures/main.py 2015-04-04 18:01:52 +02:00
Zen-CODE 240ce422a0 doc: tweaks to examples/demo/multistroke/main.py 2015-04-04 17:58:01 +02:00
Ryan Pessa d7fb03cf9b fix popup weakref 2015-04-01 22:54:37 -05:00
Zen-CODE 97f7aea376 doc: revisions to examples 2015-03-23 23:17:03 +02:00
Zen-CODE 0b983ed0bf doc: revisions to examples 2015-03-23 22:56:34 +02:00
Zen-CODE 6eb1a8f132 doc:tweaks 2015-03-22 17:50:53 +02:00
Zen-CODE 2e30d13fd1 doc: tweaks/spelling fixes to examples/application/app_suite.py 2015-03-22 17:46:14 +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
Mathieu Virbel 5c574f34a3 Merge pull request #3125 from Sentient07/Pr3
Original texture is displayed along with combined texture
2015-03-11 15:19:05 +01:00
sentient07 195cbeb3c6 Original texture is displayed along with combined texture 2015-03-10 23:07:45 +05:30
Mihály Mirk e87c15bfe0 PEP8 + comments
commented more + PEP8 check
2015-03-10 11:39:51 +01:00
Mihály Mirk c508123cd8 made it more readable
removed some imports, renamed kv-files
2015-03-09 10:16:37 +01:00
Mihály Mirk acd18977a4 container-example
A simple example how-to use container...
2015-03-06 11:06:15 +01: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
Charles Merriam d5c2443835 examples/demo/kivycatalog - Remove README
Removed the ReadMe file as all information is now in the kivycatalog
docstring.
2015-02-11 19:57:20 -08:00
Charles Merriam 31cdcaa468 examples/application - label kv files
Change button text  on examples/application files so that button says
from which file it came.
2015-02-11 19:50:47 -08:00
Charles Merriam e0b1361144 examples/demo/pictures - New docstring.
Provide a complete docstring, as part of gallery project.  Also, remove
old README which contains information found in the new docstring.
2015-02-11 19:44:27 -08:00
Charles Merriam 50ca6601b6 examples/demo/pictures - Add new public domain images
Added new public domain images to replace the copyrighted ones.   The
source (Internet Archive) is linked the new pictures/main.py docstring
(in next commit).
2015-02-11 19:42:29 -08:00
Charles Merriam 8c2169ff8d examples/demo/pictures - Delete copyrighted images
Some images in the image directory of this example are copyrighted, as
seen on Flicker.  They are all rights reserved by professional
photographers.
2015-02-11 19:41:20 -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 8df714c7bd Merge pull request #2984 from merriam/merriam_branch_39
Change examples/3DRendering/main.py docstring
2015-02-03 02:00:37 +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 f412c31178 Change examples/3DRendering/main.py docstring
Trying to get docstrings in shape for automatic documentation generation.
2015-02-02 12:35:53 -08: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