Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activity.py
Commit message (Expand)AuthorAgeFilesLines
...
* Set glib program name and application name.Marco Pesenti Gritti2007-06-291-2/+3
* Don't create so many objects until we have differential versioning support in...Tomeu Vizoso2007-06-291-5/+15
* Translate the default activity toolbarMarco Pesenti Gritti2007-06-281-0/+3
* Do not allow to close the journalMarco Pesenti Gritti2007-06-281-2/+6
* add process title setting to activitiesJohn (J5) Palmieri2007-06-271-1/+10
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
* Add keep-in-journal button to the activity toolbar.Tomeu Vizoso2007-06-221-0/+8
* 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
|/
* Change preview image size.Tomeu Vizoso2007-06-171-1/+1
* Support for previews in the journal.Tomeu Vizoso2007-06-151-1/+22
* 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-011-9/+10
* Some refactoring of the DataStore API.Tomeu Vizoso2007-05-291-29/+46
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-6/+0
* 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
* Save to the journal when switching to another activity.Tomeu Vizoso2007-05-161-0/+16
* 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-141-1/+6
* 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 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-031-30/+43
* 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-261-7/+1
* More work on the new graphics API.Marco Pesenti Gritti2007-04-261-6/+4
* Clear share signal ID after disconnecting itDan Williams2007-04-131-0/+1
* Asynchronize activity sharing on the client sideDan Williams2007-04-131-4/+14
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-111-22/+3
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-0/+28
* Cut over to new PresenceServiceDan Williams2007-04-091-2/+2
* Make browser a modules inside sugar libraryMarco Pesenti Gritti2007-04-071-1/+0
* Use gtk to detect dpi.Marco Pesenti Gritti2007-04-071-5/+0
* Set the DPI on activity startup. In the future we should have a xsetting for ...Tomeu Vizoso2007-03-191-0/+6
* Intialize the service to None, we are freeing it later.Marco Pesenti Gritti2007-03-071-0/+1
* Use Window, add a compatibility hack to not break APIMarco Pesenti Gritti2007-02-271-3/+11