Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug #590 fixed.Konrad Kleine2007-05-291-3/+58
| | | | | | | | | | All logfiles will be backed up to ~./sugar/default/logs/old . You can adjust the backup directory and the number of backup versions. You can also adjust the file suffix for the backup files. Konrad Kleine
* Palette: event improvesEduardo Silva2007-05-292-6/+60
|
* Some refactoring of the DataStore API.Tomeu Vizoso2007-05-292-46/+72
|
* Use the commit id for the snapshot nameMarco Pesenti Gritti2007-05-296-10/+115
|
* Very first go at the object type registry.Marco Pesenti Gritti2007-05-291-6/+11
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-2822-92/+191
|\
| * Take out one try..except block.Tomeu Vizoso2007-05-281-6/+2
| |
| * Palette updatesEduardo Silva2007-05-283-10/+18
| |
| * CleanupsMarco Pesenti Gritti2007-05-271-4/+5
| |
| * Add mime matching to the registry.Marco Pesenti Gritti2007-05-273-6/+22
| |
| * Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-2715-73/+148
| | | | | | | | | | the shell and expose the parts that should be public to the shell dbus service.
| * Fix non-NM IP4 address detectionDan Williams2007-05-261-0/+3
| |
| * Fix syntax errorDan Williams2007-05-261-1/+1
| |
* | services/presence/server_plugin: Don't watch MembersChanged in activities.Simon McVittie2007-05-281-12/+0
| | | | | | | | | | My plan is now to do this in the Activity class, once the PS has a reliable way to map handles to buddies.
* | services/presence/server_plugin: Use set operations to update the subscribe setSimon McVittie2007-05-281-10/+16
| |
* | services/presence/pstest: Add Red Hat/Collabora GPL v2+ noticeSimon McVittie2007-05-281-0/+17
| |
* | services/presence/psutils: Add pubkey_to_keyid() and escape_identifier()Simon McVittie2007-05-282-0/+65
| |
* | services/presence/activity: Validate object path earlySimon McVittie2007-05-251-2/+3
|/
* services/presence/: Pass the SessionBus around, instead of a BusName object.Simon McVittie2007-05-254-39/+52
| | | | | Delay making the BusName object until after the PS object has been exported, to guarantee race-free activation.
* services/presence/buddy: Improve docstring; remove unused property _object_idSimon McVittie2007-05-251-4/+4
|
* services/presence/buddy: Set attributes more concisely, improve docstringsSimon McVittie2007-05-251-14/+7
|
* services/presence/psutils, buddy: Track NameOwnerChanged in IP4AddressMonitorSimon McVittie2007-05-252-26/+12
| | | | | | | | This means Buddy and its subclasses no longer need to care about NameOwnerChanged at all. The old code might not have worked anyway, since it was watching for NameOwnerChanged on the session bus, but invoking NM methods on the system bus.
* services/presence/buddy: Use add_signal_receiver to connect signals.Simon McVittie2007-05-251-36/+10
| | | | | | This means we don't need to care whether the Sugar shell is actually running - if it is, we'll get its signals, and if it's not, obviously it can't send us any signals!
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-251-10/+8
|\
| * Retry connections when TP connection attempts failDan Williams2007-05-241-10/+8
| |
* |