Jeff Pittman
|
3c58e90ca1
|
Improved todo items. Renamed item_keys back to data.
|
2012-07-14 13:50:37 -05:00 |
Jeff Pittman
|
e9f8610d11
|
Added link to Android Adapter docs.
|
2012-07-14 12:44:44 -05:00 |
Jeff Pittman
|
e9666a7ed4
|
Updated todo list. Improved comments.
|
2012-07-14 12:40:40 -05:00 |
Jeff Pittman
|
5e9e3fd0d3
|
Reverted to get_view() usage, with a comment that it returns an item view instance.
|
2012-07-14 12:26:14 -05:00 |
Jeff Pittman
|
797659af73
|
Moved SelectionSupport mixin up to ListAdapter.
|
2012-07-14 12:14:11 -05:00 |
Jeff Pittman
|
ae1d8b8380
|
Changed SelectableItem to take list_adapter as argument, instead of passing in a callback ref. So, call is now self.list_adapter.handle_selection().
|
2012-07-14 11:32:52 -05:00 |
Jeff Pittman
|
98b6e280f5
|
Reverted to generic use of item in Adapter, clarifying with a comment. Kept explicit method name get_item_view_instance(), instead of get_view().
|
2012-07-14 10:55:14 -05:00 |
Jeff Pittman
|
7b90219985
|
Changed usage from list_item to just item in Adapter class.
|
2012-07-14 10:31:02 -05:00 |
Jeff Pittman
|
5d0a9aa6df
|
Moved item_keys list to Adapter class.
|
2012-07-14 07:31:32 -05:00 |
Jeff Pittman
|
d60a3832ab
|
Refactor: explicit naming.
|
2012-07-14 07:27:46 -05:00 |
Jeff Pittman
|
e7c7d927dc
|
Updated main todo list.
|
2012-07-14 05:32:24 -05:00 |
Jeff Pittman
|
01386d3762
|
Added note explaining idea for list_disclosure.py example.
|
2012-07-13 16:44:15 -05:00 |
Jeff Pittman
|
e52cf08e3e
|
Added back the example with BoxLayout as ListItem. Now in list_disclosure.py example file.
|
2012-07-13 16:19:47 -05:00 |
Jeff Pittman
|
65f6869d78
|
Using handle_selection call instead of direct select call.
|
2012-07-13 16:18:59 -05:00 |
Jeff Pittman
|
369c06117d
|
Added sorting for list items.
|
2012-07-13 14:11:33 -05:00 |
Jeff Pittman
|
d17aa6f8ee
|
Renamed master_detail to list_master_detail so it shows up mainly pertaining to lists. Simplified master list.
|
2012-07-13 13:48:20 -05:00 |
Jeff Pittman
|
d099971008
|
Added size_hint for master-detail example.
|
2012-07-13 13:41:06 -05:00 |
Jeff Pittman
|
6aa693727b
|
Formatted master-detail example.
|
2012-07-13 13:13:17 -05:00 |
Jeff Pittman
|
25480edb81
|
Fixed data entry.
|
2012-07-13 12:51:15 -05:00 |
Jeff Pittman
|
c5f479841b
|
Made deselected_color be the default background color for Button, in list_cascade example.
|
2012-07-13 12:48:02 -05:00 |
Jeff Pittman
|
d0ea1ecaac
|
Added correct loop to unselect items if selection is single, but a multiple selection exists. Added todo comment and view lookup in update_selection().
|
2012-07-13 12:26:57 -05:00 |
Jeff Pittman
|
8208cb902e
|
Moved the initial set of arranged_objects to come after the associated callback is bound.
|
2012-07-13 11:49:34 -05:00 |
Jeff Pittman
|
51feb175ac
|
Added an initialize_selection callback when arranged_objects is reset.
|
2012-07-13 11:45:37 -05:00 |
Jeff Pittman
|
aeac8a92d3
|
Changed SelectionSupport callback function to be handle_selection instead of select_object, because this can be select or deselect operation.
|
2012-07-13 11:35:42 -05:00 |
Jeff Pittman
|
381695cd2e
|
Removed unneeded property. Added reset of the list view items property when observed selection changes.
|
2012-07-13 06:28:54 -05:00 |
Jeff Pittman
|
406eeaf7a1
|
Better class name. Cleaned up comments.
|
2012-07-13 06:18:05 -05:00 |
Jeff Pittman
|
991adc999e
|
Added missing str conversion, now that fruit example data is a list of ints.
|
2012-07-13 06:12:00 -05:00 |
Jeff Pittman
|
fc15c4e5dc
|
Added list_cascade example, to demonstrate a list that is itself a selection observer for another list.
|
2012-07-13 06:07:23 -05:00 |
Jeff Pittman
|
cc0d2dbd3f
|
Changed selection_changed to observed_selection_changed to be explicit, to avoid confusion when the selection observer is itself a list (for cascading selection).
|
2012-07-13 05:23:25 -05:00 |
Jeff Pittman
|
d5aee7950d
|
Added break for while in populate() when called with iend None. Otherwise, it kept going beyond items count.
|
2012-07-12 21:39:39 -05:00 |
Jeff Pittman
|
d800b4dbec
|
Added more todo items.
|
2012-07-12 10:15:21 -05:00 |
Jeff Pittman
|
bdabab2041
|
Added a todo list.
|
2012-07-12 10:01:13 -05:00 |
Jeff Pittman
|
5644f01766
|
Added new list view widget and a new associated mixins directory that contains the selection mixin. Also added an example called master-detail that showcases the new list view and mixin.
|
2012-07-12 09:09:10 -05:00 |
tshirtman
|
aea1453b69
|
Fix downloads → download anchor, thanks killerswan !
|
2012-07-09 23:49:33 +03:00 |
Mathieu Virbel
|
03a1978f3e
|
popup: fixed popup usage when content is defined from kv + add example. closes #562
|
2012-07-09 20:11:30 +02:00 |
Qua-non
|
2392816909
|
Doc:Gettingstarted: add new examples to list and improve links in examples.rst.
|
2012-07-08 17:55:50 +05:30 |
Mathieu Virbel
|
757b9cb07f
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-07-08 12:25:44 +02:00 |
Mathieu Virbel
|
13688f20ee
|
animation: fix cancel() widget that wasn't really cancel it :) (cause the widget was still in the widgets list, and then on_complete was throwed.)
|
2012-07-08 12:24:57 +02:00 |
Mathieu Virbel
|
c3c2ffeb3e
|
Merge pull request #561 from profcalculus/master
Minor edits & corrections to gettingstarted/*.rst files
|
2012-07-08 02:55:04 -07:00 |
Charles de Villiers
|
536a0b1c26
|
iLanguage & editing changes for gettingstarted/ doc files.
|
2012-07-08 11:36:49 +02:00 |
Mathieu Virbel
|
ac1775c989
|
Update master
|
2012-07-08 00:24:02 +03:00 |
Mathieu Virbel
|
37efd2a7aa
|
Update master
|
2012-07-08 00:06:05 +03:00 |
Mathieu Virbel
|
229c4e02fb
|
Merge pull request #557 from aspidites/debug_config
- made it so that option values are automatically converted to a string
|
2012-07-07 07:41:15 -07:00 |
Thomas Hansen
|
d396c31d8a
|
Merge pull request #553 from geojeff/simple_design_of_widget
Added several short notes about keeping the design of the Widget class s...
|
2012-07-07 06:33:37 -07:00 |
Thomas Hansen
|
37ff0613ca
|
Merge pull request #559 from hartym/patch-1
Update packaging for android doc to add SDK requirements.
|
2012-07-07 06:16:26 -07:00 |
Romain Dorgueil
|
708fb5c371
|
Update packaging for android doc to add SDK requirements.
|
2012-07-07 15:39:01 +03:00 |
Mathieu Virbel
|
b329ea008e
|
Merge pull request #558 from fk-lx/master
Fixed typo in the tutorial
|
2012-07-07 04:50:04 -07:00 |
fk-lx
|
d5e64e2f5f
|
Corrected PongPlayer to PongPaddle in documentation
|
2012-07-07 13:11:03 +03:00 |
Edwin Marshall (aspidites)
|
2df9e7f0a0
|
- documented new set() method
|
2012-07-07 01:31:04 -07:00 |
Edwin Marshall (aspidites)
|
a32735567d
|
- made it so that option values are automatically converted to a string
|
2012-07-07 01:23:39 -07:00 |