Commit Graph

4622 Commits

Author SHA1 Message Date
Mathieu Virbel 38668a4ea3 actionbar: expose ActionToggleButton in the documentation, and share the same style as ActionButton. 2013-08-12 10:36:56 +02:00
Mathieu Virbel 508825b826 dropdown: delay the container binding, in order to use the dropdown in kv. 2013-08-12 10:36:20 +02:00
Mathieu Virbel 793fe8b181 screenmanager: reduce transition duration, and set the default transition to SlideTransition. 2013-08-12 10:35:51 +02:00
Richard Larkin f3e6924bfd doc: revisions to input/providers/wm_touch.py 2013-08-11 23:03:33 +02:00
Richard Larkin e0b1f9b785 doc: revisions to input/providers/wm_pen.py 2013-08-11 23:00:42 +02:00
Richard Larkin 93cbe28b7b doc: revisions to input/providers/mouse.py 2013-08-11 22:51:06 +02:00
Mathieu Virbel 238227cc78 Merge pull request #1434 from Ian-Foote/unicode
Add text_type to kivy.compat as alias for unicode/str.
2013-08-11 02:59:57 -07:00
Mathieu Virbel 5022d28cb2 Merge pull request #1435 from intchanter/master
Minor grammar and punctuation fixes.
2013-08-11 02:50:41 -07:00
Mathieu Virbel 7af8487615 Merge pull request #1432 from Ian-Foote/widget_hash
Use widget's id as its __hash__.
2013-08-11 02:50:19 -07:00
Intchanter 0172f6ae2a Minor grammar and punctuation fixes. 2013-08-11 05:38:58 +00:00
Ian Foote 40bba34601 Add text_type to kivy.compat as alias for unicode/str. 2013-08-11 00:32:20 +01:00
qua-non 633938b8ac uix:TabbedPanel remove print left over from debugging 2013-08-11 00:32:20 +05:30
Ian Foote 5006b3bbb5 Use widget's id as its __hash__. 2013-08-10 16:48:20 +01:00
Mathieu Virbel 17efe57bd2 Merge pull request #1427 from kivy/textinput_scroll_fix
uix:TextInput fix for IndexError on empty new line
2013-08-10 08:08:29 -07:00
Richard Larkin 7c018bdc00 Merge branch 'master' of git://github.com/kivy/kivy 2013-08-10 13:51:24 +02:00
Richard Larkin f2dcd0aa94 doc: revisions to input/providers/wm_common.py 2013-08-10 13:50:42 +02:00
Mathieu Virbel f02a72e24d Merge pull request #1428 from kivy/popup_title_color
uix:Popup add `title_color` property to control the color of the title
2013-08-10 03:52:16 -07:00
Mathieu Virbel cc8638cd5b Merge pull request #1429 from Ian-Foote/canvas_doc
Document CanvasBase and Canvas.clear
2013-08-10 03:51:59 -07:00
Richard Larkin 8a83aab095 doc: revisions to input/providers/tuio.py 2013-08-10 09:45:41 +02:00
Richard Larkin 104d921424 doc: revisions to input/providers/probesysfs.py 2013-08-10 09:39:41 +02:00
Richard Larkin 14d0ab878e doc: revisions to input/providers/mtdev.py 2013-08-10 09:33:41 +02:00
Richard Larkin c74f30b673 doc: revisions to input/providers/mouse.py 2013-08-10 09:25:54 +02:00
Richard Larkin 28aa84e7d4 doc: revisions to input/providers/mactouch.py 2013-08-10 09:17:47 +02:00
Ian Foote fbc03eb7be Document CanvasBase and Canvas.clear. 2013-08-09 22:38:18 +01:00
qua-non 27ad401ece uix:Popup add `title_color` property to control the color of the
popup title
2013-08-10 02:52:22 +05:30
qua-non 340f42cef1 uix:TextInput fix for IndexError on empty new line 2013-08-10 02:27:11 +05:30
pkor 0b516d3e30 Update animation.py 2013-08-09 09:20:49 -07:00
Richard Larkin 4dd062416a doc: revisions to input/providers/hidinput.py and linuxwacom.py 2013-08-09 17:05:02 +02:00
Richard Larkin 2bc05ee290 doc: revisions tp input/providers/linuxwacom.py 2013-08-09 16:50:16 +02:00
Richard Larkin bf4ad9cb8a doc: revisions to input/providers/hidinput.py 2013-08-09 11:06:08 +02:00
Richard Larkin 1a160515d7 doc: revisions to input/providers/hidinput.py 2013-08-09 11:04:25 +02:00
Richard Larkin 5468668105 doc: revisions to input/postproc/tripletap.py 2013-08-09 10:40:45 +02:00
Richard Larkin b9b5eec03b doc: capitalization correction to input/postproc/retaintouch.py 2013-08-09 10:02:54 +02:00
Richard Larkin c9568dff00 doc: revisions to input/postproc/retaintouch.py 2013-08-09 09:54:23 +02:00
Richard Larkin 87ff5ad2e7 doc: revisions to input/postproc/ignorelist.py 2013-08-09 09:49:38 +02:00
Mathieu Virbel 84c13bcbbd Merge pull request #1422 from Ian-Foote/fbo_buffer_fix
Fix #1419. Use memoryview instead of deprecated buffer.
2013-08-08 23:17:25 -07:00
Ian Foote 8fad92087f Fix #1419. Use memoryview instead of deprecated buffer. 2013-08-08 21:32:49 +01:00
Richard Larkin 08ee6f2271 doc: revisions to input/postproc/doubletap.py 2013-08-08 16:38:02 +02:00
Richard Larkin bf52a88a68 doc: revisions to motionevent.py 2013-08-08 16:20:14 +02:00
Richard Larkin 270e1d1ab8 doc: fixed too short underline error on make html 2013-08-08 16:05:26 +02:00
Mathieu Virbel 22b6b6a26b Merge pull request #1420 from prtksxna/documentation-typos
Documentation typos
2013-08-08 02:56:57 -07:00
Prateek Saxena 109747c092 Fixed a typo in the Vector documentation 2013-08-08 15:24:31 +05:30
Prateek Saxena 3a38155367 Fixing some grammar in the Vector documentation 2013-08-08 15:22:31 +05:30
qua-non b596641ab6 Merge pull request #1406 from Zen-CODE/motion_event
doc: revisions to input/motionevent.py
2013-08-07 11:43:19 -07:00
Richard Larkin 6ca8cb98c0 Re-worked wording or motion events 2013-08-07 20:16:34 +02:00
Thomas-Karl Pietrowski 9909c4fe52 Update installation-linux.rst
Typo and replaced nightly with daily like the PPA is called.
2013-08-07 18:40:18 +02:00
qua-non b4cfbe366f doc: link correction for scroll effect 2013-08-07 15:51:58 +05:30
Richard Larkin d0590bd0e0 doc: revisions to installation/installation-windows.rst 2013-08-06 23:50:37 +02:00
Richard Larkin 25e12262ef doc: revisions to sources/installation/installation-windows.rst 2013-08-06 23:34:14 +02:00
qua-non cf5fc48229 core:text make shorten work with a single word. closes #1334 2013-08-07 01:15:34 +05:30