Commit Graph

7506 Commits

Author SHA1 Message Date
Alexander Taylor df853271c3 Added miscellaneous examples folder + first entry 2015-01-23 22:44:45 +00:00
akshayaurora 666471f800 remove old refs to `_setup_window` method that no longer exists. 2015-01-23 20:24:21 +05:30
Akshay Arora 618462ee9d Merge pull request #2874 from LogicalDash/codeinputstyle
Simple, easy way to use different pygments styles for the CodeInput widget.
2015-01-23 18:11:39 +05:30
Mathieu Virbel b22f8d0739 Merge branch 'master' of ssh://github.com/kivy/kivy 2015-01-23 09:45:25 +01:00
Mathieu Virbel 8ab8182e03 setup: fixes issues with gstreamer autodetection / compilation. Closes #2879 2015-01-23 09:45:06 +01:00
dessant d01473f197 Merge pull request #2815 from kived/store-async
fix bad params for async storage
2015-01-22 20:43:21 +02:00
Ryan Pessa 896236c4cc Merge pull request #2880 from kivy/checkbox_props
Add background properties for checkbox
2015-01-22 12:35:29 -06:00
dessant d0bf7e0b08 checkbox kv pep8 fix 2015-01-22 20:26:55 +02:00
dessant 7612b8097d fix checkbox state inversion 2015-01-22 20:03:03 +02:00
dessant a50f9a12ce use self.active instead of self.state 2015-01-22 19:59:00 +02:00
dessant 12725089e0 add checkbox background properties 2015-01-22 19:56:55 +02:00
Akshay Arora 7fba848a2c return '' for non text data types for now. 2015-01-22 10:32:42 +05:30
dessant 6e997509ec Merge pull request #2862 from victor-rene/test_utils
Updated test of kivy.utils to 100% (platform detection)
2015-01-22 00:06:39 +02:00
dessant b3b20e92b9 Merge pull request #2784 from inclement/color_init
Added property name setters in Color __init__
2015-01-21 23:29:00 +02:00
dessant bbaae51e31 add versionadded tags for new popup properties 2015-01-21 23:11:49 +02:00
dessant 4859e65d65 Merge pull request #2825 from Cuuuurzel/master
Horizontal align for popup title
2015-01-21 23:09:23 +02:00
Zachary Spector 7d99749936 Let the user supply the style object themself if they want to. 2015-01-21 13:13:07 -05:00
Zachary Spector 9ea389a44e turn style_name into an OptionProperty, which only allows legit pygments styles 2015-01-21 11:17:03 -05:00
Zachary Spector f550b282c3 don't reinstantiate the formatter more than necessary 2015-01-21 10:11:59 -05:00
Zachary Spector 13ff370b4e Change style_name to the name of a pygments style, and the style of the codeinput will change. 2015-01-21 09:34:56 -05:00
Zachary Spector 10e7c296ca Merge pull request #1 from kivy/master
Put my personal kivy repo up to date with the main one
2015-01-21 09:27:41 -05:00
Mathieu Virbel 6f8ed55b70 environment: add an option to prevent parsing command line argument as kivy arguments. Ref: #2873 2015-01-21 11:51:55 +01:00
dessant eca95cf074 Merge pull request #2869 from merriam/master
Minor human text changes to examples/demo
2015-01-20 10:34:23 +02: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
Mathieu Virbel 1fe30b65cf kivy: prioritize sdl2 over pygame. Refs #2845 2015-01-18 02:10:35 +01:00
Matthew Einhorn f33392dc28 Lost the colon. 2015-01-17 20:07:34 -05:00
matham 9ecb5d40cc Merge pull request #2867 from matham/pip-build
Use the correct build path when generating files in setup.py
2015-01-17 20:01:00 -05:00
Mathieu Virbel 7560027f59 graphics/context: release shaders the same way we do for others graphics. Fixes #2857 2015-01-18 01:57:17 +01:00
Matthew Einhorn 99f78d3cd4 Use the correct build path when generating files in setup.py 2015-01-17 19:55:20 -05:00
Mathieu Virbel 773f1d4da4 setup.py: changes to not force SDL2 or GStreamer if they are explicitly disabled + reduce the code that generates configuration. 2015-01-18 01:32:16 +01:00
Akshay Arora 59cf423844 Merge pull request #2855 from kivy/add-pxi
Add pxi in addition to pxd
2015-01-17 14:44:19 +05:30
Akshay Arora bb184d119f Merge pull request #2863 from kivy/revert-2755-add-pxd
Revert "add .pxd files to package"
2015-01-17 14:44:08 +05:30
Akshay Arora 0ab0ce384d Revert "add .pxd files to package" 2015-01-17 14:41:22 +05:30
Akshay Arora 9362e95697 Merge pull request #2755 from kived/add-pxd
add .pxd files to package
2015-01-17 14:38:41 +05:30
victor-rene c3251144f0 Removed debug print, oops. 2015-01-16 14:50:25 +01:00
victor-rene 68fca301f9 Added platform tests, and did some cleanup. 2015-01-16 14:39:54 +01:00
dessant e9fd9451f8 Merge pull request #2824 from inclement/experimental_removals
Removed 'this is experimental' tags from a couple of places
2015-01-16 09:29:00 +02:00
Kovak 5de1c71b73 Merge branch 'master' of https://github.com/kivy/kivy into add-pxi 2015-01-14 15:55:20 -07:00
Kovak eda035fd4c add pxi to setup.py in addition to pxd 2015-01-14 15:51:00 -07:00
Akshay Arora 815fd4c975 doc: specify icon spec for various OS 2015-01-15 03:14:17 +05:30
ZenCODE 6e2ebb8115 doc: added missing comma to uix/__init__.py 2015-01-14 22:12:19 +02:00
ZenCODE 841ba43d51 doc: added missing layouts to uix/__init__.py 2015-01-14 22:10:09 +02:00
ZenCODE 797f392de6 doc: fixed unmatched string literal in core/text/__init__py 2015-01-14 21:50:37 +02:00
Akshay Arora aadd657948 Merge pull request #2814 from kived/fix-codeinput-example
handle invalid font paths in CodeInput example
2015-01-14 01:13:50 +05:30
Akshay Arora 461e33aec1 Merge pull request #2840 from matham/strip-fix
Fix text stripping issues
2015-01-14 00:47:28 +05:30
Akshay Arora ce129264e2 Merge pull request #2843 from victor-rene/test_utils
Added test/test_utils.py. BUGFIXES: escape_markup, iterate (deprecated)
2015-01-13 23:54:15 +05:30
Mathieu Virbel 1c9de39cdc core/audio: add pygame m4a for android 2015-01-13 02:42:09 +01:00
ZenCODE f2d8eb6028 Make feedback link interactive - link to contributing 2015-01-13 00:19:39 +02:00