Commit Graph

563 Commits

Author SHA1 Message Date
Richard Larkin a4e087f307 Merge pull request #1816 from k4rtik/patch-3
Thanks ;-)
2014-01-26 09:42:48 -08:00
Richard Larkin 032114ab2f Merge pull request #1814 from k4rtik/patch-1
Again, thanks. Detail is important ;-) +1
2014-01-26 09:40:13 -08:00
Kartik Singhal 1e87a9803c Correct description comment, add a line break 2014-01-26 14:41:03 +05:30
Kartik Singhal d5b8763d94 Fix a minor typo 2014-01-26 14:37:59 +05:30
Kartik Singhal ae0b81396d Correct description comment 2014-01-26 13:09:24 +05:30
qua-non b742592c7f examples:showcase add the missing popup.kv 2014-01-26 02:19:45 +05:30
qua-non c24d02d1ae examples:Showcase add popup section 2014-01-25 23:22:37 +05:30
Mathieu Virbel 6b15e5b857 catalog: rework the bar a little bit 2014-01-24 18:16:13 +01:00
Mathieu Virbel 378c1b140b catalog: fix weak ref issue. closes #1753 2014-01-24 18:15:59 +01:00
qua-non b9bd6386cc Merge pull request #1238 from kivy/pagelayout
Create PageLayout layout
2014-01-23 22:03:35 -08:00
qua-non 504345ccec Examples:keyboard_listener.py change `request_keyboard` to be compatible
with current master
2014-01-19 01:50:20 +05:30
Richard Larkin 1a0844beb9 Added '+ layouts' to the tabbedpanel for easier discovery, Pep8 fixes 2014-01-14 22:47:42 +02:00
Zen-CODE c49f3a9461 doc: added explanatory comment to examples/widgets/keyboardlistener.py 2014-01-10 14:27:15 +02:00
Alexander Taylor 7903d77132 Added NoTransition to screenmanager example 2014-01-07 22:27:56 +00:00
Mathieu Virbel d4a4dcb648 app: fix title change and icon changes from app class. closes #1233 2014-01-07 12:03:14 +01:00
Mathieu Virbel c94501aeff avfoundation/camera: add a new Camera provider for OSX, based on avfoundation. Should work on OSX >= 10.7.
This is a base for a future work, such as iOS support (AVFoundation is
still the same, so it should works out of the box, we just need to
activate setup.py for iOS as well.)

Also, capabilities are globally missing in Kivy, so we cannot query the
device for some informations. Once we improved the core base, we can
activate the code related to capabilities here.

This part of the code has been first written using Pyobjus, but
objc-protocol was not implemented, i started to rewrite from scratch
using AVFoundation tutorial. Then i found OpenCV implementation, on
which some part of this initial code is based.
2013-12-28 01:59:44 +01:00
tshirtman cc4dd2fe70 various improvements to pagelayout
add example in widget/
fix non-optimal algorithms
put simpler example in doc
update versionadded
doc fixes
2013-12-26 00:17:07 +01:00
Mathieu Virbel 23f5c0500a gstplayer: update audio example to test deallocation of gstplayer, as well as loop. 2013-12-21 20:26:46 +01:00
qua-non b4959b8fdd examples:Showcase fix higherchy navigation. 2013-12-16 03:30:52 +05:30
qua-non c0e8d0ff15 examples:Showcase, make sure it works without any issues on android 2013-12-16 03:01:38 +05:30
qua-non 28e726520b uix:CodeInput minor fixes for rendering 2013-12-15 05:04:00 +05:30
qua-non 03616e0bd8 example:UnicodeTextinput fix font selection 2013-12-12 16:39:05 +05:30
Alexander Taylor 533dac8cf1 Added FallOut and RiseIn transitions to example 2013-11-17 17:23:19 +00:00
qua-non 37388145cc examples:Showcase make TabbedPanel section double as a layouts demo 2013-11-12 16:42:26 +05:30
Mathieu Virbel d8283afec1 label: add Label/CoreText max_lines option to limit the number of lines rendered in a label. closes #1376 2013-10-21 17:44:23 +02:00
Mathieu Virbel f646521176 texture: fix repeating texture which is lost when GL reloading mechanism is used (like window resizing). closes #1393 2013-10-21 16:50:52 +02:00
Mathieu Virbel cde2bae515 Merge branch 'settingspanel_rebase' of https://github.com/inclement/kivy into inclement-settingspanel_rebase
Conflicts:
	kivy/tools/garden
2013-10-16 09:01:18 +02:00
Mathieu Virbel e9ec9139d4 merge master (fix window conflict) 2013-10-16 08:49:58 +02:00
Mathieu Virbel f0aa45e3ed Merge pull request #1540 from vernondcole/use_launcher_for_windows
Document use of Python launcher for Windows
2013-10-07 00:42:43 -07:00
Mathieu Virbel 65a97bffa9 Merge pull request #1529 from inclement/circle_drawing
Fixed angle_end/start with new circle drawing algorithm
2013-10-04 10:19:44 -07:00
qua-non 32a21e29b1 uix:carousel introduce `load_slide` method to animate to the provided
slide
2013-10-03 21:51:49 +05:30
vernondcole 0d95003066 Merge branch 'master' of https://github.com/kivy/kivy into use_launcher_for_windows 2013-09-30 14:33:51 +01:00
vernondcole 45bf584e4e double-click friendly demos 2013-09-30 14:31:03 +01:00
Alexander Taylor 9790cbfb72 Fixed texture cropping for new circle drawing alg. 2013-09-28 17:52:43 +01:00
Mathieu Virbel 9d349a6501 ellipse: add faster algo when drawing circle (credits goes to http://slabode.exofire.net/circle_draw.shtml) 2013-09-27 18:24:21 +02:00
Alexander Taylor 116f10b3ce Fixed settings example to fit with recent changes 2013-09-10 23:28:20 +01:00
Alexander Taylor c8589a9d6e Added example showcasing settings panels 2013-09-10 23:26:44 +01:00
qua-non 8d3210ee4b examples:tabbed_panel_showcase update to keep permanent ref to content for tabs 2013-08-27 05:25:33 +05:30
Mathieu Virbel dc19a4e68b screenmanager: add a new ScreenManager.switch_to method to add the screen into children, set transition options, do the switch, and remove the previous screen. It also handle name conflict. closes #573, #1045 2013-08-14 10:36:21 +02:00
qua-non 8a4317cd41 uix:TextInput add `minimum_height`, `line_spacing`,
make sure changes in password change the Text display.
2013-08-12 14:51:35 +05:30
Mathieu Virbel 1c5aa58939 showcase: new showcase design. few bugs are still here, but mostly working. 2013-08-12 10:45:54 +02:00
Intchanter 0172f6ae2a Minor grammar and punctuation fixes. 2013-08-11 05:38:58 +00:00
Mathieu Virbel 5a63d9a34b actionbar: update example 2013-07-22 18:35:24 +02:00
Mathieu Virbel 1bd8f29a1e merge actionbar 2013-07-22 18:34:15 +02:00
qua-non 2b98c27864 minor compatibility fixes making sure some widgets and examples are working with py3.3+ and 2.7.x 2013-07-15 19:49:12 +05:30
Mathieu Virbel 71e24ffb59 tutorial: add final example of notes. now we have to have for the steps 2013-07-07 13:58:22 +02:00
Mathieu Virbel c5cc611562 example: add version to takepicture 2013-07-04 18:14:42 +02:00
Mathieu Virbel 552066001c takepicture: add buildozer spec as well if people want to deploy it themself 2013-07-04 18:14:42 +02:00
Mathieu Virbel 2b32643275 Merge pull request #1326 from kivy/bubble_pos
Fixes for arrow_pos for Bubble when in left/right_mid positions and a new `show_arrow` proeprty
2013-07-02 00:07:28 -07:00
Mathieu Virbel f20773cf81 Merge pull request #1324 from thopiekar/master
[PY3] Replacing "," with "()" to make code compatible with py27 py33
2013-07-01 00:17:49 -07:00