Commit Graph

729 Commits

Author SHA1 Message Date
Charles Merriam 3fb1b3e954 Add examples/canvas/circle.py docstring 2015-01-31 18:16:40 -08:00
Charles Merriam 2e581cea82 Update examples/canvas/canvas_stress.py docstring 2015-01-31 18:07:13 -08:00
Charles Merriam ad8ac20782 Add doubling button to examples/canvas/canvas_stress.py 2015-01-31 18:03:07 -08:00
Charles Merriam 2b3807722f Updated examples/audio/main.py docstring 2015-01-31 17:53:13 -08:00
Charles Merriam 8d9ee9fd93 Add module docstring to examples/canvas/bezier.py 2015-01-31 17:19:13 -08:00
Charles Merriam cc376d931b Minor code documentation and whitespace 2015-01-31 17:04:28 -08:00
dessant 3f9672915b Merge pull request #2957 from merriam/merriam_branch_16
Add documentation to examples/camera/main.py
2015-01-31 04:44:30 +02:00
dessant 03769e12c4 Merge pull request #2955 from merriam/merriam_branch_13
Add description to examples/3Drendering/main.py
2015-01-31 04:43:57 +02:00
Charles Merriam 792e5d4d2f Add documentation to examples/camera/main.py 2015-01-30 09:45:57 -08:00
Charles Merriam 21810b6b29 Add documentation to examples/animation/animate.py 2015-01-30 09:24:00 -08:00
Charles Merriam 3f008494c3 Add description to examples/3Drendering/main.py 2015-01-30 08:43:57 -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
Alexander Taylor 5e02b6fa52 Fixed comment syntax 2015-01-26 15:17:23 +00:00
Alexander Taylor e7fe9dbcd5 Update two_panes.py 2015-01-26 15:05:55 +00:00
Alexander Taylor df853271c3 Added miscellaneous examples folder + first entry 2015-01-23 22:44:45 +00: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 e784c20776 handle invalid font paths in CodeInput example 2015-01-02 11:23:38 -06:00
Ryan Pessa b5a67b02aa fix kivycatalog reload issue 2015-01-01 14:58:47 -06:00
Mathieu Virbel 1dbaa7a792 Merge pull request #2746 from merriam/master
Convert print statements to print function
2014-12-15 09:40:00 +01: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
Charles Merriam 40e930bfcc Convert print statements to print function
Use print_function from __futures__ and covert print statements to
function calls for later use in Python 3.  Also, clean up minor
verbiage.
2014-12-13 12:15:00 -08:00
Charles Merriam 029796c42e Add prebuilt widget example
Add another example to the app_suite.py, showing how to use builder
during initialization to create the widget, then adding it from a
build() function.
2014-12-13 01:55:09 -08:00
Charles Merriam 427d1bc30f Create app_suite demo
Create another example to demonstrate ways of starting an application.
Other demos covered some of these, though not the kivy language from a
string.  Each demonstration prints the source code of the executed
window onto stdout to interleave with debugging output.
2014-12-12 13:55:00 -08:00
Akshay Arora 64503faf63 Update main.py 2014-12-11 11:46:12 +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
Don Kirkby 9b8b29d90e typo fix of -> off in pong source code 2014-11-29 16:29:59 -08:00
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
Sam Brotherton 33a3aa9f75 fixed bounds on music.svg 2014-10-18 19:08:29 -07:00
Sam Brotherton 921dbc048e added test file that uses currentColor 2014-10-18 18:32:43 -07:00
dessant b941806e27 Merge pull request #2525 from kived/filechooser-multiview
add multi-view file chooser
2014-10-14 20:08:34 +03:00
akshayaurora fc6a57e934 core:img_io add py3 support, img_sdl2 add save support 2014-10-05 16:09:58 +05:30
Ryan Pessa 3fa0ebdf65 change FileChooserLayout handling 2014-10-04 15:29:06 -05:00
Ryan Pessa 60a2f61f8c add multi-view file chooser 2014-09-27 16:10:53 -05: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
Mathieu Virbel d15b999731 svg: added tiny doc, back to the original gradient version (this one works) + some docfixes 2014-09-20 18:28:08 +02:00
Mathieu Virbel dfde6d5236 svg: reduce overhead on curve_to, plus couple of cython on methods call 2014-09-20 17:29:53 +02:00
Mathieu Virbel d929a8f0df svg: fixed vertex glitch (bad absolute position was pushed). And experiment smooth line by default for strokes. 2014-09-20 05:04:56 +02:00
Mathieu Virbel 6cd8280721 svg: remove poly2tri and replace with our tesselator, and start optimizations.
Tiger still have an issue on rendering, and loading itself take lot of time.

Initial reference:
real	0m59.402s
user	0m57.650s
sys	0m1.369s
2014-09-19 21:44:55 +02:00
Mathieu Virbel f8c89a5e38 svg: more work. using garden.smaa by default 2014-09-19 18:17:50 +02:00
Mathieu Virbel 5a9535099d svg: initial support from the older pymt's svg support. Includes poly2tri for delaunay triangulation (but require c++, might be changed to another lib if needed) + svg path parser rewritted and adapted svg.path library.
Works with the basics cloud/sun/ship svg.

This is an initial works, there is plenty of rooms for optimizations. Let's start them!
2014-09-19 18:17:22 +02:00
Zen-CODE 93e470249e Pep8 80 cols on examples/widgets/lists/fixtures.py 2014-09-07 09:01:36 +02:00
Ryan Pessa 436f2d6b26 Merge pull request #2442 from kived/fix-tabs-spaces
fix mixed spaces/tabs
2014-08-30 16:55:44 -05:00
Ryan Pessa 01c0cd035a fix mixed spaces/tabs 2014-08-30 16:33:28 -05:00
Mathieu Virbel 0b9186b649 tesselator: change the example to be compatible with python 3 2014-08-30 17:21:11 +02:00
Mathieu Virbel a77706a1b4 Separate meshes and vertices, 2 differents mode of result iterations. Added documentation, cleaned example. 2014-08-30 17:02:34 +02:00
Mathieu Virbel ae39a516a6 tesselator: add all the .c to the tesselator extension. basic mesh works, still wip. 2014-08-30 14:11:25 +02: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
Akshay Arora 7847e45972 Update main.py 2014-08-03 01:03:15 +05:30
Akshay Arora 0a8176a14c Merge pull request #2360 from jchome/patch-1
Propose of update to be runnable on Samsung S4
2014-08-03 01:01:44 +05:30
Alexander Taylor faff48dd2a Removed debug line in texture.py example 2014-08-02 01:42:25 +01:00
Alexander Taylor 256a9373b5 Added image for texture example 2014-07-30 22:33:53 +01:00
Alexander Taylor 92b0b54482 Changed texture example ui to be clearer 2014-07-30 22:27:22 +01:00
Alexander Taylor 8fc1c193ed Fixed texture example bug with finding texture 2014-07-30 22:23:36 +01:00
Alexander Taylor 1aac389b53 Added canvas texture example (tex_coords, wrap) 2014-07-30 22:19:13 +01:00
Julien CORON 6c534918b0 Propose of update to be runnable on Samsung S4
Use the real path of the storage directory + resize the image after camera shot, because the image is too large to display in kivy
2014-07-21 21:06:04 +02:00
Terje Skjaeveland 9b3f2bbe80 Use pickle protocol 0 and use lambda for sorted key to avoid unicode problem for str.lower 2014-06-17 21:02:14 +02:00
Terje Skjaeveland 30617fda05 Python3 compatibility for multistroke and demo 2014-06-17 20:48:05 +02:00
Alexander Taylor 34327e0670 Added overlap and bgcolor control to efw example 2014-06-07 17:35:24 +01:00
Mathieu Virbel 3070a93b89 WIP smooth lines 2014-05-27 18:31:26 +02:00
Suriyan b3707dab81 Fix missing 'string.lower()' after cleanup 2014-05-21 21:55:07 +07:00
Cayci Gorlitsky 05d53ca7bd Fixes #2140 print statement syntax
Changed to ([  ]) so that number is printed, instead of a generator
2014-05-15 21:10:55 -04:00
Cayci Gorlitsky ed0d562de4 Fixes #2140 Syntax error
Syntax error in print statement did not work in Python3.
2014-05-05 16:41:04 -04:00
Mathieu Virbel adbe78f43c Merge pull request #2058 from bionoid/multistroke_clean
[WIP] $N-Protractor multistroke recognizer and demo app
2014-05-04 19:21:30 +02:00
Terje Skjaeveland 4ee204c553 pep8 fixes 2014-05-04 11:09:29 +02:00
Terje Skjaeveland 89b5c78fd9 py3 compatible print in docs, move __all__ to top of files 2014-05-04 10:49:51 +02:00
Mathieu Virbel 0f97624379 Merge pull request #2095 from kivy/effectwidget2
Add new EffectWidget uix module
2014-05-04 02:17:14 +02:00
Mathieu Virbel 00c73fd196 Merge pull request #1957 from matham/selection2
Adds a CompoundSelection behavior class
2014-05-03 16:32:38 +02:00
Alexander Taylor 582541444a Fixed AdvancedEffectBase example to use uniforms 2014-04-20 19:22:24 +01:00
Alexander Taylor 4e5ed024e2 Added an AdvancedEffectBase example 2014-04-20 19:20:04 +01:00
Alexander Taylor 487803334f Simplified second effectwidget example 2014-04-20 14:14:12 +01:00
Alexander Taylor 146a5fcfd0 Added a second effectwidget example 2014-04-20 14:12:26 +01:00
Alexander Taylor 49a5764757 Changed effects to use effect classes 2014-04-19 18:22:37 +01:00
Alexander Taylor db56261a46 Changed EffectWidget to use effect classes 2014-04-19 18:22:37 +01:00
Alexander Taylor 8b113323dc Added new effects and improved example 2014-04-19 18:13:52 +01:00
Alexander Taylor c7960cbe8e Improved EffectWidget, and updated example 2014-04-19 18:13:52 +01:00
Alexander Taylor 4f0f1e3853 EffectWidget: Implemented basic fbo effect stack 2014-04-19 18:13:52 +01:00
Alexander Taylor 4d215f1fba Moved effectwidget example to separate file 2014-04-19 18:13:52 +01:00
tshirtman b03050e351 fix glitches caused by creating a new line on pressure change 2014-04-13 20:46:34 +02:00
tshirtman c5222253f4 remove unneeded prints 2014-04-13 16:41:39 +02:00
Terje Skjaeveland cbb8de5576 Rename GestureContainer.get_candidate() to .get_vectors()
Avoid confusion with GestureCandidate, this function is used for both
templates and candidates.
2014-04-10 17:23:30 +02:00
tshirtman 94360fb80b make touchtracer use pressure if available 2014-04-09 01:09:05 +02:00
Terje Skjaeveland c38cacae1f pep8 fixes 2014-04-06 14:42:30 +02:00
Terje Skjaeveland 59d89c1320 Cleanup - remove unused imports 2014-04-06 14:11:52 +02:00
Terje Skjaeveland e6b3812e6d Initial import of new multistroke recognizer and demo app 2014-04-06 01:07:42 +02:00
Kolibreee 933ef2c86b python 3 syntax in pagelayout.py
print command was in python2 syntax, so you get an error running it on python3.
Changed lines 22 and 54.
2014-03-30 18:59:11 +02:00
Alexander Taylor a175df0037 Fix shadertree example for python3 2014-03-26 23:07:50 +00:00
akshayaurora 4abd5a5eae Merge pull request #2000 from inclement/splitter_range
Added splitter options to keep within parent bounds and to rescale with the parent
2014-03-23 22:05:52 +05:30
Alexander Taylor e095e0dad5 Added splitter example 2014-03-23 14:14:47 +00:00
Alexander Taylor 38b299b17a Python3 and pep8 fixes for 3d rendering example 2014-03-20 21:40:14 +00:00
Matthew Einhorn bd7e802e81 Add compound selection usage example to examples. 2014-03-12 23:06:42 -04:00
Matthew Einhorn 4adf201310 Fix kivy catalog label padding to be positive. 2014-03-11 16:42:59 -04:00
Mathieu Virbel 65c3b42fca Merge pull request #1909 from matham/focus
initial focus behavior.
2014-03-09 02:11:28 +01:00