Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore/datastore.py
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-324/+0
* pylint sugar.datastore, little issues leftMarco Pesenti Gritti2008-04-191-10/+11
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+323
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-307/+0
* Split part of the sugar library to sugar-baseMarco Pesenti Gritti2007-10-151-1/+1
* More service_name -> bundle_id renamingMarco Pesenti Gritti2007-10-091-7/+7
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-2/+2
* Timeout of 120 seconds for mount to work around jffs2 issues.Marco Pesenti Gritti2007-10-061-2/+2
* Add DSMetadata.get() method.Tomeu Vizoso2007-10-031-0/+6
* Add support for 'keys' and 'in' method in datastore metadataSimon Schampijer2007-10-021-0/+6
* Redo activity bundles in terms of sugar.bundle.bundleDan Winship2007-09-201-6/+9
* Human readable file names when copying on usb...Marco Pesenti Gritti2007-09-201-0/+12
* Don't crash when entering the detailed view if theMarco Pesenti Gritti2007-09-181-2/+2
* When starting an activity with activity_id but no object_idMarco Pesenti Gritti2007-09-141-1/+2
* Add default mime type handlersMarco Pesenti Gritti2007-09-111-0/+1
* Add a parameter to datastore.find() for filtering out unwanted metadata prope...Tomeu Vizoso2007-09-101-6/+16
* Set timestamp property.Tomeu Vizoso2007-09-101-2/+4
* Fixed some issues with text objects in the clipboard.Tomeu Vizoso2007-09-091-1/+2
* Don't try to resume a DSObject if no activity can open it.Tomeu Vizoso2007-09-081-0/+2
* Support moving of files to datastore when using write_file()Dan Williams2007-09-081-2/+4
* Add support for content bundlesDan Winship2007-09-071-0/+5
* Add datastore.complete_indexing() func.Tomeu Vizoso2007-08-291-0/+3
* Add a copy method to the datastore wrapper.Tomeu Vizoso2007-08-271-0/+16
* Updated to use application/vnd.olpc-sugar instead of application/vnd.olpc-x-s...Tomeu Vizoso2007-08-211-1/+2
* #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-261-2/+3
* 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
* 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
* Adapt to datastore API changes.Tomeu Vizoso2007-07-131-1/+7
* #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-091-2/+9
* Add get_unique_values() func to the datastore.Tomeu Vizoso2007-07-031-0/+3
* Added umount method to datastore.py.Tomeu Vizoso2007-06-281-0/+3
* Added mount() and mounts() methods to datastore.Tomeu Vizoso2007-06-271-0/+5
* Added/corrected some license headers.Tomeu Vizoso2007-06-241-10/+12
* Add delete method to the datastore wrapper.Tomeu Vizoso2007-06-221-0/+4
* 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
* Adapt to new DataStore API.Tomeu Vizoso2007-05-221-6/+31