Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-0918-41/+55
* Move data to be relative to the code.Marco Pesenti Gritti2007-03-094-5/+7
* CLeanup emulator shutdownMarco Pesenti Gritti2007-03-095-30/+12
* Cleanup kbd config passingMarco Pesenti Gritti2007-03-092-17/+22
* Remove unused varMarco Pesenti Gritti2007-03-091-1/+0
* Use button_press virtual method instead of the connect_after hacks.Marco Pesenti Gritti2007-03-093-13/+7
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-097-15/+14
* Remove unused varMarco Pesenti Gritti2007-03-091-1/+0
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-096-77/+237
|\
| * Expose owner details through the Shell's DBus serviceDan Williams2007-03-092-9/+67
| * MergeDan Williams2007-03-080-0/+0
| |\
| | * add mising "="Guillaume Desmottes2007-03-081-1/+1
| * | 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-1/+4
| |\
| * \ Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-0817-48/+48
| |\ \
| * | | update nick when receive AliasChanged signalGuillaume Desmottes2007-03-082-7/+4
* | | | Implement ToggleIconButtonMarco Pesenti Gritti2007-03-095-3/+85
| |_|/ |/| |
* | | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-085-31/+0
|\ \ \ | | |/ | |/|
| * | Remove theme hack for tests. Marco has fixed the tests in sugar-emulator.Tomeu Vizoso2007-03-085-31/+0
* | | Correct sugar-shell path logicMarco Pesenti Gritti2007-03-081-1/+4
|/ /
* | Make sugar-emulator [program] actually work againMarco Pesenti Gritti2007-03-082-3/+3
* | Add a default picture, so that we don't force people to find one.Marco Pesenti Gritti2007-03-083-3/+14
* | Do not show the battery device since it's not hooked upMarco Pesenti Gritti2007-03-072-2/+2
* | Fix for keyboard focus bug when <alt>f.Tomeu Vizoso2007-03-072-3/+26
* | Fix traceback due to bad mergeDan Williams2007-03-071-1/+0
* | Work around bus-python bug with named exceptionsDan Williams2007-03-071-2/+1
* | Ensure entry can accept inputDan Williams2007-03-071-1/+3
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-03-073-8/+35
|\ \ | |/
| * add GetName methodGuillaume Desmottes2007-03-071-0/+9
| * implement ActivityInvitation and PrivateInvitation signalsGuillaume Desmottes2007-03-072-8/+26
* | Remove some erroneous error handler codeDan Williams2007-03-071-3/+0
|/
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-072-63/+78
|\
| * Clean up sugar + NM client interactionDan Williams2007-03-072-63/+78
* | Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-074-3/+5
|\ \ | |/
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-072-2/+10
| |\
| * | Do not try to add access points on model removed signal!Marco Pesenti Gritti2007-03-074-3/+5
* | | catch invitations requestGuillaume Desmottes2007-03-072-1/+25
| |/ |/|
* | Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-072-99/+30
|\ \ | |/
| * Simplified logic using a grid. It looks ugly but we don't care right now.Marco Pesenti Gritti2007-03-071-99/+29
| * Intialize the service to None, we are freeing it later.Marco Pesenti Gritti2007-03-071-0/+1
* | catch the closed signalGuillaume Desmottes2007-03-072-2/+10
|/
* 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
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-061-1/+1
|\
| * Fix bug for activities with spaces in the nameOwen Williams2007-03-061-1/+1
* | start to implement join and share activitiesGuillaume Desmottes2007-03-063-12/+67
|/
* Merge branch 'master' of git+ssh://ywwg@dev.laptop.org/git/sugarOwen Williams2007-03-069-25/+125
|\