Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of outdated makefiles.Marco Pesenti Gritti2006-06-156-30/+19
|
* Start refactoring chat. Get the UI to show as a slide in (ctrl+up)Marco Pesenti Gritti2006-06-158-190/+115
|
* Dan doesn't like the big share button, tasteless!Marco Pesenti Gritti2006-06-151-2/+7
|
* Cast to int where necessaryMarco Pesenti Gritti2006-06-151-5/+5
|
* Get rid of the web search activity, refactorMarco Pesenti Gritti2006-06-153-85/+10
|
* Cleanup searching someMarco Pesenti Gritti2006-06-151-10/+35
|
* More work on the slide in windowsMarco Pesenti Gritti2006-06-143-17/+62
|
* My first window manager!!! :PMarco Pesenti Gritti2006-06-142-3/+96
|
* Use ignore_reply rather than idle_add, thanks j5Marco Pesenti Gritti2006-06-143-6/+3
|
* Do callbacks in an idle handler so we don't dbus deadlock at any pointDan Williams2006-06-141-2/+9
|
* Initial start page implementationMarco Pesenti Gritti2006-06-144-8/+91
|
* Add makefile for presence moduleDan Williams2006-06-141-0/+7
|
* Switch from Groups to grouping services based on activity UIDDan Williams2006-06-144-110/+116
|
* Error checking on activity UIDDan Williams2006-06-131-0/+2
|
* Add uid argument to PresenceService.start()Dan Williams2006-06-131-1/+6
|
* Clean up tracking of service advertisements and conversion to Service objects.Dan Williams2006-06-132-65/+114
|
* Forgot to add thisMarco Pesenti Gritti2006-06-131-0/+21
|
* Add messages on idle so that we don't breakMarco Pesenti Gritti2006-06-131-1/+6
|
* Implement the share button on the presence windowMarco Pesenti Gritti2006-06-134-4/+36
|
* Add util to generate unique ids.Marco Pesenti Gritti2006-06-133-35/+11
|
* Fix service disappearanceDan Williams2006-06-131-13/+19
|
* Add scrollbars to the console, wrap wordMarco Pesenti Gritti2006-06-131-3/+17
|
* Run gtk_main only if it's __main__,Marco Pesenti Gritti2006-06-131-3/+3
|
* Adapt to the new api... get back the browser runningMarco Pesenti Gritti2006-06-122-7/+4
|
* Remove unused filesMarco Pesenti Gritti2006-06-123-334/+0
|
* Add Owner.py, forgot that one tooDan Williams2006-06-121-0/+63
|
* Forgot to add the Group.py fileDan Williams2006-06-121-0/+80
|
* Add module init fileDan Williams2006-06-121-0/+0
|
* More presence service reworkDan Williams2006-06-129-226/+382
|
* Main bits of presence service refactorDan Williams2006-06-093-0/+708
|
* Force themes to be olpc, so people can getMarco Pesenti Gritti2006-06-074-5/+21
|
* MergeMarco Pesenti Gritti2006-06-071-1/+1
|
* ugly workaround for a dbus < 0.61 bugMarco Pesenti Gritti2006-06-072-1/+4
|
* mergeDan Williams2006-06-073-4/+10
|
* Fix traceback on focus changesDan Williams2006-06-074-11/+5
|
* Add a few missing files to the makefiles,Marco Pesenti Gritti2006-06-073-4/+10
|
*