Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* Validate options for compose_service_typeDan Williams2006-06-154-17/+10
* F11 now put the activities window in fullscreen,Marco Pesenti Gritti2006-06-153-9/+46
* Simplify focus a lot by using transient windowsMarco Pesenti Gritti2006-06-152-45/+19
* More fixes for sharing activitiesDan Williams2006-06-153-36/+68
* Escape markup so we don't make pango angryDan Williams2006-06-151-0/+2
* Accept unicode types tooDan Williams2006-06-151-1/+1
* Make xmlrpc client non-blockingDan Williams2006-06-151-0/+3
* More chat refactoringMarco Pesenti Gritti2006-06-154-212/+191
* FixMarco Pesenti Gritti2006-06-151-1/+1
* MergeMarco Pesenti Gritti2006-06-156-28/+76
* Fixed a bunch of issues reported by pylintMarco Pesenti Gritti2006-06-1515-115/+66
* Generalize activity publishing code for > 1 activity per processDan Williams2006-06-156-29/+70
* 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
* Start factoring out the presence stuff from chat UI... very very very broken ...Marco Pesenti Gritti2006-06-064-142/+170
* Change Activity so that subclasses don't have to call Activity superclass met...Dan Williams2006-06-054-23/+81