Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Expand)AuthorAgeFilesLines
...
* Add a license checker.Marco Pesenti Gritti2007-06-241-1/+1
* Add keep-in-journal button to the activity toolbar.Tomeu Vizoso2007-06-221-0/+8
* Refactor translation system a bitMarco Pesenti Gritti2007-06-211-14/+21
* Default to the source directory name as bundle name,Marco Pesenti Gritti2007-06-211-18/+19
* Don't make all .py executable please...Marco Pesenti Gritti2007-06-201-2/+0
* use activity_id in service nameBert Freudenberg2007-06-202-14/+7
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-191-5/+14
|\
| * Set title on change. Fixes #1715.Tomeu Vizoso2007-06-181-5/+14
* | Cleanup activity closingMarco Pesenti Gritti2007-06-191-11/+8
|/
* Create the locale dir if it does not exist.Marco Pesenti Gritti2007-06-181-0/+4
* Change preview image size.Tomeu Vizoso2007-06-171-1/+1
* Support for previews in the journal.Tomeu Vizoso2007-06-151-1/+22
* Check type of bundle path by os.path.isdir().Tomeu Vizoso2007-06-151-6/+3
* Add to Bundle facilities for dealing with not-yet-installed bundles.Tomeu Vizoso2007-06-152-26/+165
* Some activity registry fixes. Thanks cjb.Tomeu Vizoso2007-06-132-2/+7
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-123-12/+12
* Take screenshot and save it to the journal (<alt>1).Tomeu Vizoso2007-06-041-2/+4
* Restore get_id/get_service_name, didn't realize they was used by subclasses.Marco Pesenti Gritti2007-06-031-5/+8
* Make bundle_id and activity_id window properties toMarco Pesenti Gritti2007-06-012-19/+10
* Support icons inside the activityMarco Pesenti Gritti2007-05-312-0/+6
* Some refactoring of the DataStore API.Tomeu Vizoso2007-05-291-29/+46
* Add mime matching to the registry.Marco Pesenti Gritti2007-05-271-4/+8
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-277-154/+64
* Avoid to reparse the activity registry on each activity start, hrm!Marco Pesenti Gritti2007-05-241-8/+5
* Add API to get the mime typesMarco Pesenti Gritti2007-05-241-0/+9
* Rename interface name to org.laptopMarco Pesenti Gritti2007-05-222-2/+6
* Put dates to work correctly on the journal, create a new journal entry when r...Tomeu Vizoso2007-05-201-1/+3
* Set the activity icon on new journal entries.Tomeu Vizoso2007-05-191-1/+6
* Find executable in bundle (approved by marcopg, fix for #1362)Bert Freudenberg2007-05-171-2/+6
* Save to the journal when switching to another activity.Tomeu Vizoso2007-05-162-0/+22
* Don't save to the journal on focus-out.Tomeu Vizoso2007-05-161-6/+0
* Make datastore find & update operations asyncDan Williams2007-05-161-5/+18
* Do not assume we are packing an ActivityToolbox inside the activityMarco Pesenti Gritti2007-05-151-15/+9
* Set a default title for the activityMarco Pesenti Gritti2007-05-142-1/+7
* Improve the layout of the activity toolbarMarco Pesenti Gritti2007-05-141-9/+22
* Implement setting the journal entry title from the toolbar.Tomeu2007-05-131-24/+16
* Temporary fix while we stabilize the new datastore.Tomeu Vizoso2007-05-101-1/+2
* Temporary try..excepts while we stabilize the new datastore.Tomeu Vizoso2007-05-101-1/+4
* Use the new DataStore and remove the old one.Tomeu Vizoso2007-05-101-2/+94
* Set _shared_activity correctly when we share an activity successfullySimon McVittie2007-05-091-1/+1
* When joining an activity that's already been joined, call a callback which ex...Simon McVittie2007-05-091-1/+1
* Fix activity creation ID collisionsDan Williams2007-05-081-1/+1
* Fix typeDan Williams2007-05-031-1/+1
* Expose the buttons contained by the activity toolbar.Tomeu Vizoso2007-05-031-19/+11
* Make joining asynchronous on the activity sideDan Williams2007-05-032-32/+45
* Added sugar.activity.activity.EditToolbar.Tomeu Vizoso2007-04-301-0/+25
* Re-enable activity sharingDan Williams2007-04-271-5/+46
* Refactor the window API a bit to make it more flexible.Marco Pesenti Gritti2007-04-271-9/+24
* Close the window when clicking the toolbar buttonMarco Pesenti Gritti2007-04-261-0/+4
* Ensure the window is realized before getting his xidMarco Pesenti Gritti2007-04-262-7/+3