Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activity.py
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-945/+0
* Correctly use tempfile.mkstemp().Tomeu Vizoso2008-04-221-2/+2
* pylint sugar.activity, mostly cleanMarco Pesenti Gritti2008-04-191-30/+43
* Add support for accelerators to buttons.Tomeu Vizoso2008-04-011-12/+9
* Use the right gettext domain.Tomeu Vizoso2008-02-091-2/+4
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+933
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-633/+0
* Try to cleanup the activity destruction mess.Marco Pesenti Gritti2007-10-151-29/+15
* Split part of the sugar library to sugar-baseMarco Pesenti Gritti2007-10-151-3/+3
* Fix native applications handlingMarco Pesenti Gritti2007-10-131-0/+4
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-3/+3
* Save activity previews to the datastore as binary png images.Tomeu Vizoso2007-10-051-4/+2
* This prevented activties whith no share-scope set to set the window titleSimon Schampijer2007-09-281-9/+5
* Refactoring and beginnings of scope-change support in client library (partial...Simon McVittie2007-09-241-18/+14
* Copy and paste error in the EditToolbarSimon Schampijer2007-09-211-1/+1
* When joining an activity, pick up its sharing scope.Simon McVittie2007-09-121-2/+6
* Hook up private activities and share invite-onlyMarco Pesenti Gritti2007-09-111-12/+34
* Handle invitations inside Activity.Marco Pesenti Gritti2007-09-111-0/+14
* Do sync the DS creates.Tomeu Vizoso2007-09-101-5/+14
* #2909: Make python activities more tolerant to missing metadata properties.Tomeu Vizoso2007-09-081-0/+3
* Support moving of files to datastore when using write_file()Dan Williams2007-09-081-0/+1
* Expose the separator in the edit toolbar so it can be hidden by activities.Tomeu Vizoso2007-09-071-4/+4
* Add tooltips to buttons in the activity toolbar.Tomeu Vizoso2007-09-031-0/+4
* Refactor activity share/join in Activity.__init__() to be clearer and cover a...Dan Williams2007-09-011-35/+39
* #3063: Make the 'Keep' button in the activity toolbar create a copy of the ac...Tomeu Vizoso2007-08-311-2/+9
* Make Activity update the presence service activityMarco Pesenti Gritti2007-08-311-1/+11
* sugar.activity.activity.Activity.share: Add comment indicating how to change ...Simon McVittie2007-08-301-0/+3
* get_sensitive() does not exist for a toolbar.Simon Schampijer2007-08-281-1/+1
* Re-share an activity when it gets launched from the journal if it was shared ...Dan Williams2007-08-281-9/+45
* Adapt to changes in the icon API.Tomeu Vizoso2007-08-261-2/+2
* Fix sharing publiclyMorgan Collett2007-08-231-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-221-4/+25
|\
| * Save the sharing info about the activity to the datastore.Tomeu Vizoso2007-08-211-4/+25
* | Use new PresenceService API for sharing by invitation onlyMorgan Collett2007-08-221-6/+15
|/
* Hide the combo when max_participants == 1Marco Pesenti Gritti2007-08-161-4/+6
* Add max_participants property.Marco Pesenti Gritti2007-08-161-5/+9
* Patch by Simon to make sugar start when not connected to wireless.Marco Pesenti Gritti2007-08-161-2/+12
* Set ACTIVITY_ROOT environment variable.Tomeu Vizoso2007-08-131-0/+12
* Get rid of some of the obsolete units usage.Marco Pesenti Gritti2007-07-311-3/+3
* Add icons for the private/shared dropdown.Marco Pesenti Gritti2007-07-251-2/+4
* Combo for shared/private in the activity menu.Marco Pesenti Gritti2007-07-241-16/+25
* Clean up only when latest call to the DS has finished.Tomeu Vizoso2007-07-231-8/+33
* Fix some temp file leaks.Tomeu Vizoso2007-07-201-3/+15
* Ensure activity uniquness in the shellMarco Pesenti Gritti2007-07-201-0/+1
* Adapt to datastore API changes.Tomeu Vizoso2007-07-131-2/+2
* gtk.gdk.pixbuf.get_from_drawable can return None in many occasions (patch fro...Tomeu Vizoso2007-07-111-0/+2
* Use the new activity-stop icon.Marco Pesenti Gritti2007-07-101-1/+1
* Rename close to stop and save to keepMarco Pesenti Gritti2007-07-101-12/+12
* #1930: Only take preview before closing.Tomeu Vizoso2007-07-061-1/+6
* Remove unused methods from the activity services. Cleanups.Marco Pesenti Gritti2007-07-031-4/+0