Skip to content

Instantly share code, notes, and snippets.

@geojeff
Created August 9, 2013 22:23
Show Gist options
  • Save geojeff/6197805 to your computer and use it in GitHub Desktop.
Save geojeff/6197805 to your computer and use it in GitHub Desktop.
git cherry-pick 51f070d - geojeff, 7 weeks ago : Work on data updating in adapters and ListView
git cherry-pick 07aa075 - geojeff, 7 weeks ago : Added new ObservableDict variant
git cherry-pick 5e82ddc - geojeff, 5 weeks ago : Name-spaced the individual ops
git cherry-pick 0e7b84f - geojeff, 5 weeks ago : Improved the delete op
git cherry-pick d0e0a16 - geojeff, 5 weeks ago : Handled add ops, when adding first item
git cherry-pick 78ef967 - geojeff, 5 weeks ago : Introduced concept of general change info
6c30a13 - geojeff, 5 weeks ago : Resolved merge conflicts with master.
git cherry-pick 3f6972f - geojeff, 4 days ago : Worked through data updating for list adapter.
git cherry-pick 42dc01b - geojeff, 5 weeks ago : Added range check for the setslice op
git cherry-pick 5b67bc0 - geojeff, 5 weeks ago : Fixed bounds checking on slice op.
git cherry-pick 194cde8 - geojeff, 4 days ago : Fixed a recursion bug, and did some renaming
git cherry-pick 0799a9b - geojeff, 5 weeks ago : Fixed timing issues with running tests
git cherry-pick d3ddebe - geojeff, 5 weeks ago : Added a ChangeMonitor; Worked on dict ops
git cherry-pick 82e40e5 - geojeff, 5 weeks ago : For list ops, added setitem_del; fixed setitem_set
git cherry-pick afeb529 - geojeff, 5 weeks ago : Implemented clear() in the dict ops.
git cherry-pick f9a5a8b - geojeff, 5 weeks ago : Removed the remove op from ObservableDict
git cherry-pick cef1163 - geojeff, 4 weeks ago : Implemented pop and popitem dict ops
git cherry-pick 533bf01 - geojeff, 4 weeks ago : Implemented setitem_add for dict ops
git cherry-pick 6026d52 - geojeff, 4 weeks ago : Implemented setdefault for dict ops
git cherry-pick 5c88345 - geojeff, 4 weeks ago : Implemented update for dict ops.
git cherry-pick 3249729 - geojeff, 4 weeks ago : Implemented sort and reverse for list ops
git cherry-pick 4eaf84e - geojeff, 4 days ago : Added a start-stop system; worked on list/dict ops
git cherry-pick 72a29f9 - geojeff, 3 weeks ago : Removed selection and view code from ListAdapter
git cherry-pick 675e657 - geojeff, 3 weeks ago : Added a sort button for the dict adapter tests
git cherry-pick 88d6993 - geojeff, 3 weeks ago : Added an insert method to DictAdapter
git cherry-pick 106bf38 - geojeff, 3 weeks ago : Added default args_converter to SimpleListAdapter
git cherry-pick e295135 - geojeff, 3 weeks ago : Fixed sort order for sorted_keys
git cherry-pick 01b704b - geojeff, 3 weeks ago : Added a DictOpHandler, from DictAdapter
git cherry-pick 1d3b830 - geojeff, 3 weeks ago : Moved RecordingObservableList to list_ops
d8275e8 - geojeff, 3 weeks ago : Resolved conflicts with master; Fixed setup.py
git cherry-pick 2922d8d - geojeff, 3 weeks ago : Added tests of new observable list and dict ops
git cherry-pick 4aed705 - geojeff, 2 weeks ago : Made new dict and list classes event dispatchers
ab1144a - geojeff, 2 weeks ago : Removed conflicts with master. Fixed long lines.
git cherry-pick 1b324c9 - geojeff, 2 weeks ago : Added back Adapter import, lost in merge
git cherry-pick 05af2d1 - geojeff, 2 weeks ago : Removed duplicate EventDispatcher mixin.
git cherry-pick 4c175ee - geojeff, 2 weeks ago : Moved new ops-related classes to ops_properties.py
git cherry-pick e46b459 - geojeff, 2 weeks ago : Moved dict op-related classes to ops_properties.py
git cherry-pick 1bfe0e3 - geojeff, 2 weeks ago : Updated docs for recent changes. Nixed unused code
git cherry-pick b2da9cc - geojeff, 2 weeks ago : Moved op-handling list/dict code to properties.pyx
git cherry-pick 0ec0473 - geojeff, 11 days ago : Added TODO for improving the selection API
git cherry-pick 90af3b2 - geojeff, 10 days ago : Fixed naming and pep8 violations
git cherry-pick 715fb4b - geojeff, 6 days ago : Cleaned up python code in kv of test app
git cherry-pick 88fab9b - geojeff, 6 days ago : Added versionchanged entries.
git cherry-pick b4677ac - geojeff, 6 days ago : Implemented batching in select_, deselect_list()
git cherry-pick 3421b13 - geojeff, 5 days ago : Restored SimpleListAdapter to original concept
git cherry-pick ed1acc4 - geojeff, 5 days ago : Moved selection.py from kivy/adapters/ to kivy/
git cherry-pick f5b27b7 - geojeff, 5 days ago : Moved models.py from kivy/adapters/ to kivy/
git cherry-pick 77ee20b - geojeff, 5 days ago : Added selection test; Improved names in Selection
git cherry-pick 3afd9f7 - geojeff, 4 days ago : Added dict key arg to DictAdapter args_converter
git cherry-pick 771170c - geojeff, 4 days ago : Updated ListView and adapter docs, and examples
99caea4 - geojeff, 4 days ago : Merged with master. Made pep8 fixes.
git cherry-pick 33781e8 - geojeff, 4 days ago : Made selection a normal ListProperty again
git cherry-pick 3505cd9 - geojeff, 3 days ago : Added deprecation entries
git cherry-pick 133b445 - geojeff, 3 days ago : Moved selection code out of Adapter
git cherry-pick 1deff03 - geojeff, 3 days ago : Managed TODOs
git cherry-pick f537fdb - geojeff, 3 days ago : Improved ListView components and selection
git cherry-pick ee6a562 - geojeff, 3 days ago : Removed Logger calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment