Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
*