Commit Graph

3212 Commits

Author SHA1 Message Date
tshirtman d843cfd1ba add Mesh instruction in factory_registers 2012-10-25 14:16:40 +02:00
Mathieu Virbel 93cac98237 doc: reference the gettingstarted on the doc start page. 2012-10-25 12:11:23 +02:00
Mathieu Virbel 70891fce3e firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726 2012-10-25 12:01:43 +02:00
qua-non 43d40d3728 Merge pull request #766 from buchuki/setupfix
Lexer got moved to kivy.extras package.
2012-10-25 00:11:05 -07:00
Dusty Phillips 7a2fb9d4c5 Lexer got moved to kivy.extras package. 2012-10-24 21:38:03 -06:00
geojeff 1ceeca546d Merge remote-tracking branch 'upstream/master' into uix-listview 2012-10-24 18:51:57 -05:00
geojeff fc39987747 Edited first list view example description. 2012-10-24 18:51:22 -05:00
geojeff 355e1a4659 Edited ListView docs. 2012-10-24 18:26:40 -05:00
geojeff 6e9f6146d3 Formatted for API docs, fixing many :class: references, and other layout problems. 2012-10-24 12:13:18 -05:00
Mathieu Virbel 043f356cc4 ensure the window is registered in the EventLoop before initializing modules. closes #732, #754 2012-10-24 12:36:23 +02:00
Mathieu Virbel 43940ee80a add the missing versionchanged for kwargs event handlers in widget 2012-10-24 12:29:19 +02:00
Mathieu Virbel 1bc7d0c34d Merge pull request #757 from GendoIkari/master
Event binding through kwargs
2012-10-24 03:27:06 -07:00
Qua-non 0c3588d0db Examples: minor fixes to kivycatalog 2012-10-24 15:51:45 +05:30
geojeff 739bf32b12 Registered files in system. Formatted docs for API. 2012-10-24 03:18:33 -05:00
geojeff d5d15de84b Added docs in listview, and made a few related fixes in tests and examples. 2012-10-23 15:34:59 -05:00
Qua-non 9f2003e438 Examples: kivycatalog allow for dynamic updation of kv and text highlighting
using code_input.
2012-10-24 00:54:59 +05:30
geojeff 0a64656bdb Removed notes from examples readme. 2012-10-23 14:04:45 -05:00
geojeff 3f76ea8d3a Added tests toward full coverage, revealing bugs in code that had never been reached. Simplified several parts of the API. Merged CollectionAdapter into ListAdapter, so now it goes: Adpater -> SimpleListAdapter, Adapter -> ListAdapter -> DictAdapter, with selection in ListAdapter, and DictAdapter. 2012-10-23 13:20:27 -05:00
geojeff 29ff3259e9 Merge remote-tracking branch 'upstream/master' into uix-listview 2012-10-23 12:05:04 -05:00
qua-non bf1bc3be4d Merge pull request #750 from kivy/codeinput
Codeinput
2012-10-23 08:50:40 -07:00
tshirtman 27e0892400 some format fix in codeinput 2012-10-23 17:46:11 +02:00
tshirtman 7a597a1f3e simplify codeinput example 2012-10-23 17:41:16 +02:00
Qua-non 966404f166 Merge branch 'codeinput' of http://github.com/kivy/kivy into codeinput 2012-10-23 20:59:40 +05:30
Qua-non b22c899da6 CodeInput: rehash backend, now faster and leaner 2012-10-23 20:55:54 +05:30
tshirtman 91c2bc6853 add example for codeinput, show off all the lexers of pygments 2012-10-23 17:23:06 +02:00
Mathieu Virbel 96de131c4f test travis with xvfb 2012-10-23 16:21:59 +02:00
Mathieu Virbel 0e97ebefc4 update travis to use mercurial version of pygame with pip. 2012-10-23 16:05:41 +02:00
Mathieu Virbel 5d3803db42 update travis config 2012-10-23 15:54:47 +02:00
Mathieu Virbel 831ef30523 atlas: automatically generate a border of 1px for each image in the atlas. refs #289 2012-10-23 13:06:44 +02:00
qua-non 29bae666e2 Merge pull request #746 from buchuki/master
Revised example Kivy script
2012-10-23 03:42:38 -07:00
milanboers b42ddc4222 Fixed typo. 2012-10-23 07:18:17 +02:00
Dusty Phillips d2abb51519 Remove TODO 2012-10-22 21:47:58 -06:00
Dusty Phillips 8a4351c3db Make stack layout more representative 2012-10-22 21:47:32 -06:00
Gabriel Pettier 01cdfa3753 Merge pull request #759 from joehillen/master
doc typo
2012-10-22 11:32:13 -07:00
Joe Hillenbrand 78f1a75c14 doc typo 2012-10-22 11:11:46 -07:00
milanboers c7d5e98632 Config documentation update. 2012-10-22 19:22:23 +02:00
milanboers f42f05f743 Made scrolling more intuitive. Tapping/clicking is now immediately (within 55ms by default) being passed to the children if not scrolling instead of a delay, except for when there was a scroll move within this time. Also takes into account more than one move for a better and more intuitive experience on touch devices. Tested on desktop and phone. 2012-10-22 19:20:48 +02:00
Gendo Ikari 8599bc38c8 :UIX:Widget: Added support for event binding through kwargs 2012-10-22 18:51:28 +02:00
geojeff d932a2084f Added new files associated with improved selection refactor. 2012-10-22 09:32:35 -05:00
geojeff 04ab3cccca Refactor for improved selection operations. SelectionSupport is no more as a separate mixin, and a new base adapter, CollectionAdapter, takes this code in, as well as the view caching code from AbstractView. Now CollectionAdapter is the hub for selection and view-handling operations. Made the default for selection to be restricted to views, with a new flag propagate_selection_to_data for this functionality. Started adding tests for adapters in isolation. Simplified initial selection and refreshing operations between adapter and listview. 2012-10-22 09:30:43 -05:00
Qua-non 1ba4f04758 TabbedPanel: ensure a default_tab creation when do_default_tab is set to
true
2012-10-22 05:52:42 +05:30
Mathieu Virbel 01e8b57b3f factory: add missing Mesh() in registers 2012-10-21 21:15:20 +02:00
Mathieu Virbel 05f3c028e6 osc: fix exception error in logger 2012-10-21 21:14:35 +02:00
Qua-non 2c0adab011 TabbedPanel: disable default tab functionality by default 2012-10-22 00:03:40 +05:30
tshirtman 12ff576e80 fix relative imports to absolute 2012-10-21 17:06:11 +02:00
Qua-non a6b5683b4c TabbedPanel: fix first tab selection 2012-10-21 19:22:34 +05:30
Qua-non c35dca3656 TabbedPanel: ensure first TabbedPanelItem selection 2012-10-21 18:14:20 +05:30
tshirtman 1fc8b1dbcc add pil in dependencies for travis 2012-10-21 13:18:55 +02:00
geojeff 93c735767b Added first DictAdapter test, for checking basics and using a cls. 2012-10-19 10:37:37 -05:00
geojeff e66d48dbdb Moved SelectableView out of adapters/mixins and into uix, and adjusted examples and tests. Added base Adapter tests, and a test to check views returned from adapters. 2012-10-19 09:43:54 -05:00