Gleapsite
f9f1258eb5
Update codeinput.kv
...
Demo Showcasing code input changed sample code to Python 3
2017-11-16 11:44:16 -05:00
Peter Badida
f5d8a339f2
Docs: Fix warnings in RST build
2017-11-11 21:48:15 +01:00
Peter Badida
f5161a2485
Clean hanging code ( #5232 )
...
* Clean hanging code
* Revert X11, add note
2017-06-29 18:12:21 +03:00
Zen-CODE
3516b45f54
doc: reworded touchtracer description
2017-03-20 08:32:22 +02:00
fruitbat
05a109ca31
Moved capitalization to single point
2017-01-20 22:17:37 +02:00
Peter Badida
b9e9804a5a
Replace old video with CC0 licensed video
...
https://videos.pexels.com/videos/time-lapse-video-of-tall-buildings-894
2017-01-15 22:10:18 +01:00
dessant
4c6690bd6f
pep8 fixes
2016-12-18 16:11:41 +02: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
Peter Badida
ab27df31f7
Explain delay for Touchtracer
2016-10-05 00:31:41 +02: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
Matthew Einhorn
4f24ad57a1
replace all unschedule with event canceling.
2016-06-21 21:23:15 -04: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
andong777
9b809bbffe
fix for shader editor example crash when editing on python 2
2016-03-20 18:37:26 +08:00
dessant
6f660002ff
remove unused imports in examples
2016-03-15 12:17:09 +02:00
dessant
aa63c68d65
declare password before text, fixes #2337
2015-11-12 21:21:53 +02:00
dessant
799da559bc
tabs to spaces in example kv files
2015-10-24 20:41:19 +03:00
dessant
67b0332868
remove shebangs
2015-10-13 23:50:51 +03:00
dessant
cd27022949
remove python shebangs
2015-10-05 14:40:04 +03:00
dessant
8ae2d6ad57
change default font to Roboto
2015-08-02 02:59:41 +03:00
dessant
70d8e27aa4
clean up window minimum size changes
2015-06-20 21:35:09 +03:00
akshayaurora
e64e902766
fix doc for window.minimum_width/height and update config
2015-06-19 02:24:19 +05:30
rekom
15bdbd63d4
bugfix ProgressBarContainer.kv
...
Mini bug fix which crashed the demo if you slide the slider
2015-06-08 19:10:56 -03:00
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
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
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
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
Matthew Einhorn
14c95acc5c
Fix missing return for super on_key_down.
2015-01-29 14:34:59 -05:00
dessant
21af2a4e6a
Merge pull request #2926 from merriam/merriam-hierarchy
...
Merriam hierarchy
2015-01-28 00:51:46 +02:00
Charles Merriam
6922a5b13f
Fix misspelling "higherarchy" -> "hierarchy"
...
Fixed internal names in showcase example.
2015-01-27 14:36:08 -08:00
Charles Merriam
858277ce00
Changes to KivyCatalog LabelContainer demo
...
Add some extra features showing effects of padding, bold lines, and
other options.
2015-01-27 14:09:29 -08:00
Charles Merriam
2ea9eda8e1
Merge remote-tracking branch 'upstream/master'
2015-01-20 00:25:37 -08:00
Charles Merriam
d63560f068
Update README
...
Added a ‘adding a new .kv file’ section.
2015-01-20 00:17:00 -08:00
Charles Merriam
d3cfbfa49a
Improve text for the welcome widget.
...
Description text now mentions the panes, auto-refresh, and the menu.
2015-01-19 23:06:13 -08:00
Ryan Pessa
b5a67b02aa
fix kivycatalog reload issue
2015-01-01 14:58:47 -06:00
Akshay Arora
283063dd71
Merge pull request #2704 from olymk2/fix/video-example-on-android
...
change video example so it works when tried on an android phone
2014-12-14 15:43:26 +05:30
Mathieu Virbel
2de85b48d5
shadereditor: allow to use another image in command line
2014-12-04 15:53:43 +01:00
Matthew Einhorn
482485c4fa
Fix kivycatalog to use focused TextInput method.
2014-12-03 11:54:57 +05:30
Oliver Marks
18fea1c8f9
change video example so it works when tried on an android phone
...
fixes #2649
2014-11-26 23:01:27 +00:00