Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* Refactor directory structure a bit, preliminary to theMarco Pesenti Gritti2008-02-0411-730/+0
| | | | library split-out.
* Allow activity up- and downgrades #4906, also fix #5382Reinier Heeres2007-12-181-0/+1
|
* #4618: Make the shell service more resilient to failure.Tomeu Vizoso2007-11-031-4/+13
|
* Fix distcheckMarco Pesenti Gritti2007-10-301-125/+0
|
* Remove the console. Eduardo is moving the functionalitiesMarco Pesenti Gritti2007-10-3064-3260/+1
| | | | out to the log and analyze activities.
* Set up the logger for the shell service.Tomeu Vizoso2007-10-231-0/+2
|
* DevConsole: Remove terminal interface, use the new terminal-activity insteadEduardo Silva2007-10-185-254/+2
|
* Remove objecttypeservice leftoverMarco Pesenti Gritti2007-10-161-2/+0
|
* Simplify the API to get icon/description for objects.Marco Pesenti Gritti2007-10-162-25/+10
| | | | | | Get rid of the service for now, it's not necessary until we allow activities to extend the mime type -> generic type mapping (post 1.0)
* Split part of the sugar library to sugar-baseMarco Pesenti Gritti2007-10-152-2/+2
|
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-091-3/+0
| | | | redirect their output to a log.
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-093-9/+9
|
* Remove activity services creation.Marco Pesenti Gritti2007-10-091-35/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-081-13/+15
|\
| * DevConsole: Fix reading not allowed filesEduardo Silva2007-10-071-13/+15
| |
* | In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-081-0/+1
|/ | | | | | | 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.
* DevConsole: logviewer + gnomevfs, no more updates every 1 secondEduardo Silva2007-10-061-35/+55
|
* Add bundle removing methods/signals to the activity registry, and use themDan Winship2007-10-042-1/+33
|
* rewrite a comment so that it doesn't screw up emacs syntax highlighting :)Dan Winship2007-10-041-1/+1
|
* Fix uri list parsingMarco Pesenti Gritti2007-09-262-2/+2
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-09-261-0/+33
|\
| * Fix MIME icon installation (#2458) and icon/mimetype info uninstallationDan Winship2007-09-251-0/+33
| |
* | Make DirectSave just a special text/uri-list which ownsMarco Pesenti Gritti2007-09-262-11/+8
|/ | | | the disk data.
* Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugarDan Winship2007-09-202-2/+2
|\
| * Devconsole: Makefile updatesEduardo Silva2007-09-202-2/+2
| |
* | Redo activity bundles in terms of sugar.bundle.bundleDan Winship2007-09-201-8/+10
|/
* DevConsole: New PyXRes class and XServer interface (similar to xrestop)Eduardo Silva2007-09-206-1/+376
|
* Add XdndDirectSave support to the clipboard.Marco Pesenti Gritti2007-09-172-12/+18
| | | | | | | I think it could be a little cleaner, but it would require refactoring, we can do that post Trial-3. Also we might have to figure out a way to get file saving progress feedback at some point.
* Patch by bertf to fix handling of non-default types.Marco Pesenti Gritti2007-09-151-1/+7
|
* Add default mime type handlersMarco Pesenti Gritti2007-09-111-1/+19
|
* Console: avoid to add missed logfilesEduardo Silva2007-09-101-0/+4
|
* Fixed some issues with text objects in the clipboard.Tomeu Vizoso2007-09-091-2/+16
|
* #2653: Add audio/wav and audio/x-wav as Audio objects.Tomeu Vizoso2007-09-081-1/+1
|
* Console: Fix network libEduardo Silva2007-09-041-0/+3
|
* Cleanup Bundle to not require SUGAR_PREFIX toMarco Pesenti Gritti2007-09-031-1/+1
| | | | | be set. Also start using properties rather than set/getters.
* Adapt to changes in the icon API.Tomeu Vizoso2007-08-261-6/+6
|
* Revert "DevConsole: New IRC Client interface"Marco Pesenti Gritti2007-08-2240-5535/+6
| | | | This reverts commit 2ed32d1a11670cd2593c77cc13826579cba597d8.
*