67 Commits (f90b1d3ebc9554ceedc2ebc2401c8639634d7a9d)

Author SHA1 Message Date
Marco Pesenti Gritti 488402df7d Split sugar-toolkit out of sugar shell. 17 years ago
Marco Pesenti Gritti 6240c1cf6f Cleanup the source structure 17 years ago
Marco Pesenti Gritti 68ff71a0cb Split part of the sugar library to sugar-base 17 years ago
Marco Pesenti Gritti b03cf6c5e8 More service_name -> bundle_id renaming 17 years ago
Marco Pesenti Gritti 6073a396b3 Rename activity service_name to bundle_id 17 years ago
Marco Pesenti Gritti c74013db1f Timeout of 120 seconds for mount to work around jffs2 issues. 17 years ago
Tomeu Vizoso eeae5d011f Save activity previews to the datastore as binary png images. 17 years ago
Tomeu Vizoso fab9ac8972 Add DSMetadata.get() method. 17 years ago
Simon Schampijer 03e6db4393 Add support for 'keys' and 'in' method in datastore metadata 17 years ago
Dan Winship f377d6e519 Redo activity bundles in terms of sugar.bundle.bundle 17 years ago
Marco Pesenti Gritti 0f2a58d737 Human readable file names when copying on usb...
Conflicts:

	NEWS
17 years ago
Marco Pesenti Gritti 3ccd79e3ca Don't crash when entering the detailed view if the
activity which created the entry is no more installed.
17 years ago
Marco Pesenti Gritti 0a666e23cf When starting an activity with activity_id but no object_id
try to figure out from the journal which object it was
associated to.
17 years ago
Marco Pesenti Gritti 8b784a6223 Add default mime type handlers 17 years ago
Tomeu Vizoso 79237f3114 Add a parameter to datastore.find() for filtering out unwanted metadata properties. 17 years ago
Tomeu Vizoso 99059f02a3 Set timestamp property. 17 years ago
Tomeu Vizoso 547df751a7 Fixed some issues with text objects in the clipboard. 17 years ago
Tomeu Vizoso f73132de91 Don't try to resume a DSObject if no activity can open it. 17 years ago
Dan Williams 9e2a9c4c02 Support moving of files to datastore when using write_file()
Using the transfer_ownership argument, activities using the default activity
datastore integration methods (namely write_file) will now tell the datastore
that it can move the files by default.  This reduces the copies required, which
is slow on flash.  For activities not using the standard APIs (Record, etc),
the datastore bindings allow the activity to specify when ownership should
transfer.
17 years ago
Dan Winship 7b760686a7 Add support for content bundles 17 years ago
Tomeu Vizoso 95c5b283c7 Add datastore.complete_indexing() func. 17 years ago
Tomeu Vizoso 1430fdc24f Add a copy method to the datastore wrapper. 17 years ago
Tomeu Vizoso 544a400afc Updated to use application/vnd.olpc-sugar instead of application/vnd.olpc-x-sugar. 17 years ago
Dan Winship 26c5ad6ad0 Rewrite dbus_helpers to not make a dbus connection on import. #2773 17 years ago
Tomeu Vizoso c54fb84b28 #2543: Offer multiple activities for opening clipboard objects. 17 years ago
Tomeu Vizoso 040c94d181 Removed debug messages. 17 years ago
Tomeu Vizoso a197097164 Do a dict.copy() so we don't overwrite the original. 17 years ago
Tomeu Vizoso f06404ca8e #2475 Retrieve correctly the file path for files in removable devices. 17 years ago
Tomeu Vizoso 5b73d0dfce Allow specifying a concrete activity when resuming a journal object. 17 years ago
Tomeu Vizoso 20d5eaf4bc Add timeout arg to sugar.datastore.Datastore. 17 years ago
Tomeu Vizoso 557f3d6ea7 Fix one more temp file leak. 17 years ago
Marco Pesenti Gritti 8ae99aaa87 Fix resuming objects with no activity associated for real. 17 years ago
Marco Pesenti Gritti 21f8027810 Fix resume of objects with no activity_id 17 years ago
Tomeu Vizoso c07e61509b Send dbus.Dictionary so dbus doesn't complain. 17 years ago
Tomeu Vizoso cb6d459815 Fix some temp file leaks. 17 years ago
Marco Pesenti Gritti 19c8532d09 Ensure activity uniquness in the shell 17 years ago
Tomeu Vizoso a5338e054e Give the option of not updating mtime. 17 years ago
Tomeu Vizoso 5933941553 Adapt to datastore API changes. 17 years ago
Tomeu Vizoso 2b50699d87 Take out _data_store.complete_indexing() calls. 17 years ago
Tomeu Vizoso 91f0eb52aa Adapt to datastore API changes. 17 years ago
Tomeu Vizoso bb71cd61cf #1888 Fix opening items from the clipboard. 17 years ago
Tomeu Vizoso a4f4d969fe Popdown when the toplevel of the parent item loses focus. 17 years ago
Tomeu Vizoso 060b740983 API change in the datastore. 17 years ago
Tomeu Vizoso 13885e621b Add get_unique_values() func to the datastore. 17 years ago
Tomeu Vizoso 2ccf9c0b16 Added umount method to datastore.py. 17 years ago
Tomeu Vizoso e894bb54a6 Added mount() and mounts() methods to datastore. 17 years ago
Marco Pesenti Gritti 99e8077f59 Implement fix-copyright and fix some of them 17 years ago
Tomeu Vizoso 4c24cde923 Added/corrected some license headers. 17 years ago
Tomeu Vizoso f9d03b698f Add delete method to the datastore wrapper. 17 years ago
Tomeu Vizoso 99369114cb Set title on change. Fixes #1715. 17 years ago