Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite dbus_helpers to not make a dbus connection on import. #2773Dan Winship2007-08-151-15/+23
|
* #2543: Offer multiple activities for opening clipboard objects.Tomeu Vizoso2007-08-151-0/+3
|
* Removed debug messages.Tomeu Vizoso2007-08-131-2/+0
|
* Do a dict.copy() so we don't overwrite the original.Tomeu Vizoso2007-08-011-0/+3
|
* #2475 Retrieve correctly the file path for files in removable devices.Tomeu Vizoso2007-07-301-7/+1
|
* Allow specifying a concrete activity when resuming a journal object.Tomeu Vizoso2007-07-281-2/+3
|
* Add timeout arg to sugar.datastore.Datastore.Tomeu Vizoso2007-07-262-4/+6
|
* Fix one more temp file leak.Tomeu Vizoso2007-07-231-2/+1
|
* Fix resuming objects with no activity associated for real.Marco Pesenti Gritti2007-07-201-4/+5
|
* Fix resume of objects with no activity_idMarco Pesenti Gritti2007-07-201-3/+6
|
* Send dbus.Dictionary so dbus doesn't complain.Tomeu Vizoso2007-07-201-1/+1
|
* Fix some temp file leaks.Tomeu Vizoso2007-07-201-5/+29
|
* Ensure activity uniquness in the shellMarco Pesenti Gritti2007-07-201-4/+10
|
* Give the option of not updating mtime.Tomeu Vizoso2007-07-161-2/+3
|
* Adapt to datastore API changes.Tomeu Vizoso2007-07-161-4/+4
|
* Take out _data_store.complete_indexing() calls.Tomeu Vizoso2007-07-131-6/+0
|
* Adapt to datastore API changes.Tomeu Vizoso2007-07-132-3/+16
|
* #1888 Fix opening items from the clipboard.Tomeu Vizoso2007-07-111-0/+34
|
* Popdown when the toplevel of the parent item loses focus.Tomeu Vizoso2007-07-092-3/+10
|
* API change in the datastore.Tomeu Vizoso2007-07-051-1/+1
|
* Add get_unique_values() func to the datastore.Tomeu Vizoso2007-07-032-0/+6
|
* Added umount method to datastore.py.Tomeu Vizoso2007-06-282-0/+6
|
* Added mount() and mounts() methods to datastore.Tomeu Vizoso2007-06-272-1/+12
|
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
|
* Added/corrected some license headers.Tomeu Vizoso2007-06-243-20/+39
|
* Add delete method to the datastore wrapper.Tomeu Vizoso2007-06-222-252/+8
|
* Set title on change. Fixes #1715.Tomeu Vizoso2007-06-181-1/+1
|
* Support for previews in the journal.Tomeu Vizoso2007-06-151-1/+1
|
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-121-3/+11
|
* Some refactoring of the DataStore API.Tomeu Vizoso2007-05-291-17/+26
|
* Take out one try..except block.Tomeu Vizoso2007-05-281-6/+2
|
* Adapt to new DataStore API.Tomeu Vizoso2007-05-221-6/+31
|
*