Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-037-43/+43
* s/type(val) == type({})/isinstance(val, dict)John (J5) Palmieri2006-10-031-1/+1
* Deprecate dbus.dbus_bindings import and use new name_has_ownerJohn (J5) Palmieri2006-10-031-2/+14
* Changed to tabs, to keep things consistent.Ian Bicking2006-10-031-199/+199
* Updates to presence test and mockdbusIan Bicking2006-10-032-9/+94
* I added tests for the presence client interface. But the presenceIan Bicking2006-10-033-0/+204
* Merge branch 'master' of git://dev.laptop.org/sugarIan Bicking2006-10-0312-346/+115
|\
| * Move the menu to hippo canvasMarco Pesenti Gritti2006-10-032-112/+20
| * Remove the old menu icon codeMarco Pesenti Gritti2006-10-032-122/+0
| * Fix makefilesMarco Pesenti Gritti2006-10-032-3/+3
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-10-033-11/+12
| |\
| * | Port mesh and friends view to hippo, needs workMarco Pesenti Gritti2006-10-036-109/+92
* | | Merge branch 'master' of git://dev.laptop.org/sugarIan Bicking2006-10-023-11/+12
|\ \ \ | | |/ | |/|
| * | Expose local name collision errors (ie, somebody else registered that service)Dan Williams2006-10-021-8/+6
| * | Update makefileDan Williams2006-10-021-1/+4
| * | Update makefileDan Williams2006-10-021-2/+2
| |/
* | Merge branch 'master' of git://dev.laptop.org/sugarIan Bicking2006-10-0219-164/+594
|\ \ | |/
| * Reimplement menu using hippo and hook it up for theMarco Pesenti Gritti2006-10-026-62/+88
| * Add window manager testMarco Pesenti Gritti2006-10-021-0/+28
| * Test theme from ManuMarco Pesenti Gritti2006-10-021-1/+94
| * Start moving to hippo canvas. (Friends presence in the activity regressed)Marco Pesenti Gritti2006-10-0113-144/+259
| * Start rewriting our canvas stuff to cleanup and use hippo.Marco Pesenti Gritti2006-10-015-0/+167
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-10-014-5/+57
| |\
| * \ Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-09-286-9/+81
| |\ \
| * | | No need to initialize gtk threads, glib is enough.Marco Pesenti Gritti2006-09-281-1/+2
* | | | Merge branch 'master' of git://dev.laptop.org/sugarIan Bicking2006-09-294-5/+57
|\ \ \ \ | | |_|/ | |/| |
| * | | Ignore local name collisions againDan Williams2006-09-291-4/+8
| * | | Add OverlayWindow to makefileDan Williams2006-09-291-0/+1
| * | | Add composited overlay window underneath chatDan Williams2006-09-292-1/+48
| | |/ | |/|
* | | Merge branch 'master' of git://dev.laptop.org/sugarIan Bicking2006-09-287-9/+87
|\ \ \ | |/ /
| * | Activate chat service when activity gets sharedDan Williams2006-09-281-0/+1
| * | Fix missing icon checkDan Williams2006-09-281-3/+5
| * | Deal with missing iconsDan Williams2006-09-281-2/+3
| * | Set default chat window sizeDan Williams2006-09-281-0/+1
| * | Center chat window, and give it a frameDan Williams2006-09-281-1/+1
| * | Initialize _frame_was_visible, and move signal connections lowerDan Williams2006-09-281-2/+4
| * | Fix frame behavior on chat; when we show the chat remember previous frame sta...Dan Williams2006-09-282-6/+18
| * | Default values for args for do_slide_in and do_slide_out, and add is_visisble()Dan Williams2006-09-281-2/+7
| * | Start making activity chat work; hit F9 to activateDan Williams2006-09-282-0/+48
| * | Import the PS correctlyDan Williams2006-09-281-2/+2
| * | Import gobjectDan Williams2006-09-281-1/+1
| |/
| * Add some logs to debug popupsMarco Pesenti Gritti2006-09-281-0/+6
* | Revert "Make ShellModel emit signals on activity change, and make Owner liste...Ian Bicking2006-09-272-29/+14
|/
* Make ShellModel emit signals on activity change, and make Owner listen for th...Dan Williams2006-09-272-14/+29
* Work around bug where Avahi passes back a blank service type; and don't trace...Dan Williams2006-09-271-8/+14
* Fix signal argsDan Williams2006-09-271-1/+1
* Don't traceback on unknown image formatsDan Williams2006-09-271-3/+8
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2006-09-271-2/+4
|\
| * Make the popup transientMarco Pesenti Gritti2006-09-271-2/+4
* | Add and remove activities to/from Buddy objects at appropriate timesDan Williams2006-09-271-19/+15