Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix occurances of get_nick_name() -> get_name()Dan Williams2006-07-241-1/+1
|
* 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-245-20/+57
| | | | Remove obsolete import.
* Start working on Diana's home window visual designMarco Pesenti Gritti2006-07-241-0/+46
|
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-234-4/+15
|
* More PS fixesDan Williams2006-07-233-36/+33
|
* Fix typoDan Williams2006-07-231-1/+1
|
* Make the PresenceService stuff start to workDan Williams2006-07-235-44/+52
|
* More PS bitsDan Williams2006-07-223-49/+329
|
* Some build fixes. pygtk.require at least one time for process.Marco Pesenti Gritti2006-07-203-5/+13
|
* Make the console contextual to the activity and use theMarco Pesenti Gritti2006-07-208-73/+72
| | | | window manager to activate it.
* Abstract activity on the shell side into an ActivityHost object.Marco Pesenti Gritti2006-07-203-34/+50
| | | | Comment out/fix more ps borkage.
*