Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Be smarter when choosing one mime type from the targets offered.Tomeu Vizoso2007-07-031-16/+6
* Added/corrected some license headers.Tomeu Vizoso2007-06-242-0/+32
* Add extension to files that come into the clipboard without one.Tomeu Vizoso2007-06-211-5/+5
* Console: system information/Firmware and Serial NumberEduardo Silva2007-06-211-31/+26
* Some more exceptions for mozilla drops.Tomeu Vizoso2007-06-203-3/+6
* Use the new objecttypeservice in place of typeregistry.Tomeu Vizoso2007-06-206-860/+98
* Don't make all .py executable please...Marco Pesenti Gritti2007-06-2014-28/+1
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-173-7/+14
* Clipboard fixes.Tomeu Vizoso2007-06-172-2/+3
* Misc dnd fixes.Tomeu Vizoso2007-06-141-1/+1
* Fix missed objecttype makefile entryEduardo Silva2007-06-131-2/+1
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-124-37/+40
* Console: new nandflash status viewerEduardo Silva2007-06-127-47/+221
* Console: little fixEduardo Silva2007-06-112-4/+2
* Console: remove unnecessary fileEduardo Silva2007-06-101-1/+0
* Console: new graphics packageEduardo Silva2007-06-108-234/+228
* Console: internal changesEduardo Silva2007-06-092-144/+137
* services/presence/: remove. Use projects/presence-service git repo insteadSimon McVittie2007-06-0614-3896/+1
* Merge branch 'master' of git://dev.laptop.org/sugarEduardo Silva2007-05-309-101/+422
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-303-6/+77
| |\
| * | services/presence/server_plugin: special-case the Owner when IDing buddies.Simon McVittie2007-05-301-3/+10
| * | services/presence/server_plugin: fix thinko - take the right arguments to _su...Simon McVittie2007-05-301-2/+3
| * | services/presence/presenceservice: look up buddies by key-ID if we don't know...Simon McVittie2007-05-301-0/+5
| * | services/presence/presenceservice: weakly reference Buddy objects in _buddiesSimon McVittie2007-05-301-18/+32
| * | services/presence/buddy: Fix thinko - register Owner with correct objidSimon McVittie2007-05-302-2/+4
| * | services/presence/: Have joined Activities track membership via group interface.Simon McVittie2007-05-302-24/+176
| * | services/presence/buddyiconcache: remove unused import of sugar.utilSimon McVittie2007-05-301-1/+0
| * | services/presence/: Make Activities responsible for tracking their members.Simon McVittie2007-05-292-9/+19
| * | services/presence/psutils.py: don't bother using sugar.util, it's easier to u...Simon McVittie2007-05-291-3/+6
| * | services/presence/test_psutils: trivial check for pubkey_to_keyid()Simon McVittie2007-05-291-1/+5
| * | services/presence/Makefile.am: Include test_psutils.py in "make check"Simon McVittie2007-05-291-2/+9
| * | services/presence/: identify Buddies by "key ID" (pubkey hash), not whole key.Simon McVittie2007-05-284-49/+166
* | | Console: fix reading log filesEduardo Silva2007-05-301-1/+4
| |/ |/|
* | Use the commit id for the snapshot nameMarco Pesenti Gritti2007-05-292-0/+66
* | 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-282-1/+4
|\
| * 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
* | 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
* 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
* services/presence/buddy: Use add_signal_receiver to connect signals.Simon McVittie2007-05-251-36/+10
* 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