Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-299-2023/+0
* Fix bundlebuilder - pylint patch 050e9 broke some indentationMorgan Collett2008-04-251-4/+4
* Use new style for unused variablesSimon Schampijer2008-04-241-1/+1
* Correctly use tempfile.mkstemp().Tomeu Vizoso2008-04-221-2/+2
* pylint sugar.activity, mostly cleanMarco Pesenti Gritti2008-04-195-49/+64
* Add favorite support to the activity registry.Tomeu Vizoso2008-04-021-9/+19
* Add support for accelerators to buttons.Tomeu Vizoso2008-04-011-12/+9
* Make install take the full path rather than prefix. That wayMarco Pesenti Gritti2008-03-301-9/+5
* Use the right gettext domain.Tomeu Vizoso2008-02-091-2/+4
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-069-0/+2003
* Cleanup the source structureMarco Pesenti Gritti2007-10-169-1649/+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
* Direct Rainbow to capture activity stdio output.Michael Stone2007-10-101-0/+2
* Use incremental numbers to avoid double logs, nicerMarco Pesenti Gritti2007-10-091-4/+4
* Cleanup the logs stuff a bit.Marco Pesenti Gritti2007-10-091-7/+5
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-091-3/+10
* Implement a sugar-launch command. Works like the old sugar-activityMarco Pesenti Gritti2007-10-091-15/+29
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-094-11/+13
* Leftover service initializationMarco Pesenti Gritti2007-10-091-5/+0
* Add $bundlepath/bin to the PATH when launching anMarco Pesenti Gritti2007-10-091-0/+3
* In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-084-183/+24
* Save activity previews to the datastore as binary png images.Tomeu Vizoso2007-10-051-4/+2
* Add bundle removing methods/signals to the activity registry, and use themDan Winship2007-10-041-0/+12
* This prevented activties whith no share-scope set to set the window titleSimon Schampijer2007-09-281-9/+5
* activityfactory: Cope with dbus-python 0.82.2's fix to non-default timeouts. ...Simon McVittie2007-09-271-2/+9
* Revert "Adapt to dbus-python API change"Marco Pesenti Gritti2007-09-271-2/+2
* Adapt to dbus-python API changeMarco Pesenti Gritti2007-09-271-2/+2
* Refactoring and beginnings of scope-change support in client library (partial...Simon McVittie2007-09-241-18/+14
* Fixes #3723, "Fix Rainbow/Sugar Integration."Michael Stone2007-09-211-1/+1
* Copy and paste error in the EditToolbarSimon Schampijer2007-09-211-1/+1
* Redo activity bundles in terms of sugar.bundle.bundleDan Winship2007-09-204-324/+5
* Use logging.error or dbus errors. Launch the activityMarco Pesenti Gritti2007-09-141-4/+5
* When starting an activity with activity_id but no object_idMarco Pesenti Gritti2007-09-141-22/+45
* 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-112-0/+19
* Do sync the DS creates.Tomeu Vizoso2007-09-101-5/+14
* Generate context comments in .po files.Tomeu Vizoso2007-09-081-1/+1
* #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
* Add support for content bundlesDan Winship2007-09-071-7/+3
* Expose the separator in the edit toolbar so it can be hidden by activities.Tomeu Vizoso2007-09-071-4/+4
* Use the activity service name for logs rather thanMarco Pesenti Gritti2007-09-041-1/+1
* Handle exceptions in the activity constructor so thatMarco Pesenti Gritti2007-09-031-1/+10
* Cleanup Bundle to not require SUGAR_PREFIX toMarco Pesenti Gritti2007-09-032-13/+16
* 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-012-56/+40
* Save the temp file for the icon with the svg suffix so Icon will recognize it...Tomeu Vizoso2007-08-311-3/+1