Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)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
| | | | Hooked it up to the activity window as well
* 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
| | | | the background color by X which makes the frame animations nicer.
* Use incremental numbers to avoid double logs, nicerMarco Pesenti Gritti2007-10-092-7/+4
| | | | than timestamps.
* 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
| | | | redirect their output to a log.
* 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
| | | | but should deal fine with native activities too.
* 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
| | | | activity.
* 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
|/ | | | | | | the factory service from the public API. The Exec field will now launch an activity instance. Add a -s argument to sugar-activity to enable the single process mode for activities that really need it.
* 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
| | | | | (Make it so you can build a Bundle object from the zip file but still use its uninstall() method to uninstall the unzipped version.)
* 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
|
*