Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use dbus activation to launch factories. This breaksMarco Pesenti Gritti2006-07-2723-86/+186
* Minor fixesMarco Pesenti Gritti2006-07-274-5/+11
* Load the current page when joining an active.Marco Pesenti Gritti2006-07-264-21/+29
* Accidentally commented out console code...Marco Pesenti Gritti2006-07-261-2/+2
* Get one-to-one chat back to workMarco Pesenti Gritti2006-07-262-6/+9
* Add back the ip check, ipv6 needs to be disabled in the avahi daemonMarco Pesenti Gritti2006-07-262-2/+2
* More chat fixes...Marco Pesenti Gritti2006-07-262-7/+2
* Get private chat to show, not working yetMarco Pesenti Gritti2006-07-264-20/+16
* Get chat to work againMarco Pesenti Gritti2006-07-262-1/+3
* Get presence to work on the chat windowMarco Pesenti Gritti2006-07-263-4/+3
* A bunch of fixes...Marco Pesenti Gritti2006-07-267-37/+49
* Some fixes, adapt the presence view to the new apiMarco Pesenti Gritti2006-07-264-40/+33
* Disable Share button when activity is already sharedDan Williams2006-07-261-1/+2
* Separate a service's address into source address and the service address, and...Dan Williams2006-07-263-38/+71
* Fix getting published service valuesDan Williams2006-07-261-1/+1
* Merge branch 'master' of git+ssh://dcbw@dev.laptop.org/git/sugarDan Williams2006-07-261-0/+4
|\
| * Work around for dbus locking issueMarco Pesenti Gritti2006-07-251-0/+4
* | Make shareActivity workDan Williams2006-07-2613-82/+84
|/
* s/publish/shareDan Williams2006-07-255-18/+18
* Fix spacingDan Williams2006-07-251-1/+0
* Merge branch 'master' of git+ssh://dcbw@dev.laptop.org/git/sugarDan Williams2006-07-259-119/+16
|\
| * Import some missing dbus.glib importsMarco Pesenti Gritti2006-07-253-0/+3
| * Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-256-119/+13
* | mergeDan Williams2006-07-251-0/+106
* | presence.py is no longer usedDan Williams2006-07-252-108/+1
|/
* Rewrite this since I forgot to add it and lost it grrrMarco Pesenti Gritti2006-07-251-0/+16
* Missing scriptMarco Pesenti Gritti2006-07-251-0/+1
* Add debug logging support to the PresenceServiceDan Williams2006-07-241-0/+7
* Don't import gtk, just use gobjectDan Williams2006-07-241-2/+2
* Poll for PS readiness rather than a hard wait timeDan Williams2006-07-241-3/+10
* Make dbus service properties publicDan Williams2006-07-241-8/+11
* Don't traceback when our activity can't be found (because it's not shared)Dan Williams2006-07-241-4/+5
* Fix dbus_bindings import namespaceDan Williams2006-07-241-4/+4
* Fix occurances of get_nick_name() -> get_name()Dan Williams2006-07-243-7/+7
* Re-enable ActivityChat service existing chat service detection codeDan Williams2006-07-241-4/+5
* Fix get_icon_pixbuf()Dan Williams2006-07-241-2/+7
* Add initial non-working bits of ShareActivityDan Williams2006-07-241-0/+31
* More build fixes. Add a script for presence service.Marco Pesenti Gritti2006-07-245-7/+14
* Build fixesMarco Pesenti Gritti2006-07-241-1/+2
* TypoMarco Pesenti Gritti2006-07-241-1/+1
* More work on the new home page.Marco Pesenti Gritti2006-07-249-25/+70
* Start working on Diana's home window visual designMarco Pesenti Gritti2006-07-242-1/+47
* Implement a stage viewMarco Pesenti Gritti2006-07-243-11/+33
* Better applying of transformationsMarco Pesenti Gritti2006-07-244-14/+41
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-07-2416-163/+245
|\
| * Add missing importDan Williams2006-07-241-0/+1
| * More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-2312-72/+116
| * More PS fixesDan Williams2006-07-233-36/+33
| * Fix typoDan Williams2006-07-231-1/+1
| * Make the PresenceService stuff start to workDan Williams2006-07-238-64/+104