Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
...
| | * Cache handle-buddies so we can get them when the buddy has already leftMorgan Collett2007-10-151-6/+20
| | * Call new GetBuddyByHandle to convert handles to buddiesMorgan Collett2007-10-151-0/+9
| | * Document get_channelsMorgan Collett2007-10-151-3/+7
| | * Add logging to _leave_error_cbMorgan Collett2007-10-151-4/+2
| * | Added a TimeoutAlert and use GTK Response Type ConstantsSimon Schampijer2007-10-151-7/+85
* | | 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-1511-347/+8
* | Fix native applications handlingMarco Pesenti Gritti2007-10-131-0/+4
|/
* Registration menuMarco Pesenti Gritti2007-10-121-0/+3
* fixed alert dokuSimon Schampijer2007-10-111-2/+4
* First implementation of the alert bar #2822Simon Schampijer2007-10-113-3/+170
* Direct Rainbow to capture activity stdio output.Michael Stone2007-10-101-0/+2
* Put toolbars into event boxes. This means that they will be filled withBenjamin Berg2007-10-091-16/+11
* Use incremental numbers to avoid double logs, nicerMarco Pesenti Gritti2007-10-092-7/+4
* When running from a terminal don't use logs.Marco Pesenti Gritti2007-10-091-1/+1
* Readd timestamps to the logsMarco Pesenti Gritti2007-10-091-0/+3
* Looks like I can't dup2 and stream logs on the same file.Marco Pesenti Gritti2007-10-091-38/+7
* Cleanup the logs stuff a bit.Marco Pesenti Gritti2007-10-093-8/+13
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-092-178/+53
* More service_name -> bundle_id renamingMarco Pesenti Gritti2007-10-091-7/+7
* 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-097-24/+29
* Leftover service initializationMarco Pesenti Gritti2007-10-091-5/+0
* Remove activity services creation.Marco Pesenti Gritti2007-10-091-47/+0
* Add $bundlepath/bin to the PATH when launching anMarco Pesenti Gritti2007-10-091-0/+3
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-081-1/+1
|\
| * Don't fail to expose if there is no invoker.Benjamin Berg2007-10-081-1/+1
* | In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-085-190/+27
|/
* Timeout of 120 seconds for mount to work around jffs2 issues.Marco Pesenti Gritti2007-10-062-4/+4
* Save activity previews to the datastore as binary png images.Tomeu Vizoso2007-10-052-5/+3
* Add bundle removing methods/signals to the activity registry, and use themDan Winship2007-10-043-2/+29
* Reorganize the uninstall code for #3151Dan Winship2007-10-043-21/+31
* Add DSMetadata.get() method.Tomeu Vizoso2007-10-032-1/+7
* Add support for 'keys' and 'in' method in datastore metadataSimon Schampijer2007-10-021-0/+6
* Allow the first file in a bundle to be "mimetype", and ignore it if it's thereDan Winship2007-10-011-2/+5
* Call the correct remove function when removing old content from palettes.Benjamin Berg2007-09-291-1/+1
* 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
* Fix uri list parsingMarco Pesenti Gritti2007-09-261-0/+9
* Fix MIME icon installation (#2458) and icon/mimetype info uninstallationDan Winship2007-09-251-9/+41
* fix _uninstall()Dan Winship2007-09-251-2/+2
* Ship the startup sound with sugarMarco Pesenti Gritti2007-09-241-3/+0
* Save state of volume when shutdown and reboot fix for #3652Simon Schampijer2007-09-241-0/+7
* Refactoring and beginnings of scope-change support in client library (partial...Simon McVittie2007-09-241-18/+14
* Play a startup sound if it exists.Marco Pesenti Gritti2007-09-221-0/+3
* Hide the menu and content when they are empty and added aBenjamin Berg2007-09-211-5/+18
* Removed the padding from the vbox and added some to theBenjamin Berg2007-09-211-2/+12
* Merge branch 'master' of git://dev.laptop.org/sugarBenjamin Berg2007-09-211-1/+1
|\