Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* Initialize the service to NoneMarco Pesenti Gritti2006-08-241-0/+1
* Add IconColor.py to makefileDan Williams2006-08-241-1/+3
* Try to fix MostlyReliablePipe tracebacks in multicast stuffDan Williams2006-08-241-3/+4
* Don't traceback when somebody doesn't advertise their colorDan Williams2006-08-241-0/+2
* Add color support to the profileMarco Pesenti Gritti2006-08-233-119/+135
* Convert PS bindings instantiation into a singleton to cut resource usageDan Williams2006-08-231-0/+8
* Add a color property and access to Buddy objectsDan Williams2006-08-231-0/+3
* Add missing filesMarco Pesenti Gritti2006-08-221-1/+2
* Forgot to add theseMarco Pesenti Gritti2006-08-221-0/+50
* Simple profile support. First time dialog (ugly and only nick atm).Marco Pesenti Gritti2006-08-222-9/+15
* Create a conf module. Move activity registry out of the shellMarco Pesenti Gritti2006-08-225-1/+133
* Integrate Walter color values.Marco Pesenti Gritti2006-08-191-3/+125
* Adapt to the new artwork stylesheetsMarco Pesenti Gritti2006-08-191-4/+7
* Merge demo4 branchMarco Pesenti Gritti2006-08-196-1/+186
|\
| * Skeleton group chat activity.Marco Pesenti Gritti2006-08-191-1/+4
| * Start implementing friends/meshMarco Pesenti Gritti2006-08-193-2/+3
| * Update the color property nameMarco Pesenti Gritti2006-08-181-2/+2
| * TypoMarco Pesenti Gritti2006-08-171-1/+1
| * Handle activity closed by removing his piece from the donut.Marco Pesenti Gritti2006-08-171-5/+14
| * Add icon for activity to the donut.Marco Pesenti Gritti2006-08-171-5/+44
| * Add fg and bg circles, fill the pathsMarco Pesenti Gritti2006-08-171-1/+14
| * Get tasks adding to workMarco Pesenti Gritti2006-08-171-2/+6
| * Some work on the donut...Marco Pesenti Gritti2006-08-171-0/+49
| * Get activity bar and activity creation to workMarco Pesenti Gritti2006-08-172-37/+46
| * Some work to implement the activity barMarco Pesenti Gritti2006-08-161-22/+36
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar into demo4Marco Pesenti Gritti2006-08-161-8/+14
| |\
| * | Implement a canvas element that can draw svg iconsMarco Pesenti Gritti2006-08-163-0/+44
* | | Don't use dbus for logging until we get deadlock issues sorted outDan Williams2006-08-171-10/+20
* | | Reset idle_id so we keep logging even if the console isn't set up yetDan Williams2006-08-171-0/+1
* | | Cache activity idDan Williams2006-08-171-1/+6
* | | Add threadframe and TracebackUtils.py so we can get tracebacks of dbus deadlocksDan Williams2006-08-172-0/+38
| |/ |/|
* | Some cleanupsMarco Pesenti Gritti2006-08-151-9/+9
* | Do not pass the timeout argument if we are using the in-process consoleMarco Pesenti Gritti2006-08-151-5/+11
|/
* Print traces also on stderrMarco Pesenti Gritti2006-08-151-0/+1
* Get rid of the initial implementation of Diana design since that's no more th...Marco Pesenti Gritti2006-08-1411-244/+0
* Factor out a queue from the handler and use it for exceptions too.Marco Pesenti Gritti2006-08-141-37/+59
* Getting presence service logging to work.Marco Pesenti Gritti2006-08-131-10/+13
* Fix add_python_path, ensure service exist before trying to logMarco Pesenti Gritti2006-08-122-1/+18
* Use dbus activation to start the presence serviceMarco Pesenti Gritti2006-08-121-0/+5
* Install service files for the presence serviceMarco Pesenti Gritti2006-08-123-2/+13
* Factor out a function to write services from the activities setup codeMarco Pesenti Gritti2006-08-121-9/+13
* Fix running from installedMarco Pesenti Gritti2006-08-122-1/+2
* Cleanup environemnt setupMarco Pesenti Gritti2006-08-125-8/+47
* Simplify profile/nick name code. Use SUGAR_NICK_NAME env.Marco Pesenti Gritti2006-08-121-10/+6
* Split the console service out of the shell, to remove depMarco Pesenti Gritti2006-08-121-12/+13
* Use dbus-launch with the --exit-with-session. dbus not exiting still not full...Marco Pesenti Gritti2006-08-111-5/+9
* Actually enable exception loggingMarco Pesenti Gritti2006-08-111-1/+1
* Add a way to enable/disable displaying debug messagesMarco Pesenti Gritti2006-08-112-8/+11
* Show all activities output in the console, justMarco Pesenti Gritti2006-08-111-1/+20
* Refactor the console stuffMarco Pesenti Gritti2006-08-112-34/+34