Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* Handle abw filesMarco Pesenti Gritti2007-03-221-0/+12
|
* Hook up etoys projectsMarco Pesenti Gritti2007-03-221-0/+21
|
* Current activity has its own signal nowDan Williams2007-03-161-4/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-03-161-2/+2
|\
| * trivial cosmetic changesGuillaume Desmottes2007-03-161-2/+2
| |
* | Hook up current activity bitsDan Williams2007-03-161-0/+30
| |
* | Fix get of current-activity property; should be a stringDan Williams2007-03-161-2/+3
|/
* Ignore owner property updates from the network; handled locallyDan Williams2007-03-161-4/+18
|
* Trivial debug message cleanupsDan Williams2007-03-161-1/+5
|
* use new activity properties changed signal nameGuillaume Desmottes2007-03-151-1/+1
|
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-152-0/+47
|\
| * Copy interesting files to /home/dcbw after downloadDan Williams2007-03-142-0/+42
| |
| * Validate percentage before setting itDan Williams2007-03-141-0/+5
| |
* | rename some signals to avoid confusionsGuillaume Desmottes2007-03-143-24/+88
|/ | | | use activity properties API
* Support selection of the clipboard object to be pasted.Tomeu Vizoso2007-03-142-13/+4
|
* Cleanup clipboard D-Bus APIDan Williams2007-03-142-41/+48
| | | | | | | | | | | | | - The clipboard now determines each objects unique id and returns it from add_object() - The ID is opaque to the client and should not be used/accessed other than with the clipboard service - Add object type hints for dbus-python - Sugar clipboard bindings for get_object() now return a dict rather than a tuple - ClipboardIcon now retrieves the real file path and uses that to open the file - Adapt sugar bits to clipboard changes
* Fix uninitialized variable tracebacksDan Williams2007-03-121-0/+3
|
* Console: battery box improvesEduardo Silva2007-03-101-3/+7
|
* Console: logviewer font changesEduardo Silva2007-03-102-0/+6
|
* Console: new battery status boxEduardo Silva2007-03-108-29/+206
|
* Console: fix cpu usage, new kernel version, font changes...Eduardo Silva2007-03-103-68/+151
|
* Listen for and respond to Owner property changesDan Williams2007-03-093-33/+47
| | | | | | Pass the PS's owner object to each plugin. Make the server plugin listen to property changes and push those changes to the Jabber server when they occur.
* Update Owner properties on signals from the ShellDan Williams2007-03-091-18/+170
| | | | | | | | Listen to the shell's D-Bus service for property updates of the Owner, and push those into the presence service. Add test code to randomly change the properties, useful when running the PS standalone without a shell.
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-095-5/+5
|
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-095-11/+14
| | | | Get rid of the now useless env.get_services_dir
* Convert Activity objects to gobjects and ensure validity before usingDan Williams2007-03-083-66/+162
|
* add GetType() method on ActivityGuillaume Desmottes2007-03-081-0/+9
|
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-081-3/+0
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-03-073-8/+35
| |\
| * | Remove some erroneous error handler codeDan Williams2007-03-071-3/+0
| | |
* | | update nick when receive AliasChanged signalGuillaume Desmottes2007-03-082-7/+4
| |/ |/|
* | add GetName methodGuillaume Desmottes2007-03-071-0/+9
| |
* | implement ActivityInvitation and PrivateInvitation signalsGuillaume Desmottes2007-03-072-8/+26
|/
* catch invitations requestGuillaume Desmottes2007-03-072-1/+25
|
* catch the closed signalGuillaume Desmottes2007-03-072-2/+10
| | | | check if icon exists
* add a leave methodGuillaume Desmottes2007-03-061-0/+7
|
* implement activity GetChannelsGuillaume Desmottes2007-03-061-1/+6
|
* declare _icon in Buddy constructorGuillaume Desmottes2007-03-061-0/+1
|
* move dirty hacks to declare interfaces in init_connections to avoid warningsGuillaume Desmottes2007-03-061-6/+4
|
* start to implement join and share activitiesGuillaume Desmottes2007-03-063-12/+67
|
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-051-2/+15
|\
| * Order journal entries and fix filtering.Tomeu Vizoso2007-03-051-2/+15
| |
* | create/remove activities according to ActivitiesChanged signalGuillaume Desmottes2007-03-054-17/+99
|/
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-051-40/+48
|\
| * More fake entries improvementsMarco Pesenti Gritti2007-03-051-18/+18
| |
| * Improve the demo entriesMarco Pesenti Gritti2007-03-051-28/+36
| |
* | upload our avatar only if neededGuillaume Desmottes2007-03-053-16/+56
|/
* Added object update to the datastore.Tomeu Vizoso2007-03-041-32/+7
|
* Merge branch 'master' of git://dev.laptop.org/sugarTomeu Vizoso2007-03-042-7/+39
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-03-033-56/+108
| |\