Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixup distcheck, release 0.19Marco Pesenti Gritti2006-08-218-21/+108
|
* Use olpc matchbox themeMarco Pesenti Gritti2006-08-201-5/+4
|
* Fix the zooming cycleMarco Pesenti Gritti2006-08-191-0/+6
|
* Integrate Walter color values.Marco Pesenti Gritti2006-08-195-8/+153
| | | | (Still not fully hooked up to buddies)
* Adapt to the new artwork stylesheetsMarco Pesenti Gritti2006-08-192-4/+12
|
* Update keybindingsMarco Pesenti Gritti2006-08-191-3/+3
|
* Merge demo4 branchMarco Pesenti Gritti2006-08-1934-188/+653
|\
| * Skeleton group chat activity.Marco Pesenti Gritti2006-08-199-4/+33
| | | | | | | | Fix positioning in the activity bar.
| * Functional mesh viewMarco Pesenti Gritti2006-08-191-4/+43
| |
| * Start implementing friends/meshMarco Pesenti Gritti2006-08-1912-15/+104
| |
| * Implement zooming levels, actual view still emptyMarco Pesenti Gritti2006-08-1910-9/+93
| |
| * Starting to create the mesh view...Marco Pesenti Gritti2006-08-189-23/+68
| |
| * 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-172-7/+22
| |
| * Add icon for activity to the donut.Marco Pesenti Gritti2006-08-175-33/+79
| | | | | | | | Add signals in the shell for window open/close and use them in the task view.
| * Add fg and bg circles, fill the pathsMarco Pesenti Gritti2006-08-172-2/+24
| |
| * Get tasks adding to workMarco Pesenti Gritti2006-08-172-6/+33
| |
| * Some work on the donut...Marco Pesenti Gritti2006-08-172-0/+62
| |
| * Get activity bar and activity creation to workMarco Pesenti Gritti2006-08-173-41/+74
| |
| * Some work to implement the activity barMarco Pesenti Gritti2006-08-164-24/+67
| |
| * Home page backgroundMarco Pesenti Gritti2006-08-161-7/+20
| |
| * Change emulator resolution to 800x600.Marco Pesenti Gritti2006-08-162-6/+7
| | | | | | | | Change canvas resolution to 1200x900, scale it down in the emulator.
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar into demo4Marco Pesenti Gritti2006-08-163-16/+26
| |\
| * | Implement a canvas element that can draw svg iconsMarco Pesenti Gritti2006-08-164-0/+49
| | | | | | | | | | | | with different colors.
| * | Merge from masterMarco Pesenti Gritti2006-08-152-0/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: shell/HomeWindow.py
| * | | Make HomeWindow a canvas. Modify screen resolution toMarco Pesenti Gritti2006-08-152-150/+16
| | | | | | | | | | | | | | | | match what Walter said.
* | | | Back out the 0.2 delay hackMarco Pesenti Gritti2006-08-181-6/+0
| | | |
* | | | add a dirMarco Pesenti Gritti2006-08-171-0/+1
| | | |
* | | | Make it a Makefile.am so that it doesn't break autogenMarco Pesenti Gritti2006-08-171-2/+0
| | | |
* | | | Don't use dbus for logging until we get deadlock issues sorted outDan Williams2006-08-171-10/+20
| | | |
* | | | Don't do anything if there's no consoleDan Williams2006-08-171-1/+2
| | | |
* | | | Reset idle_id so we keep logging even if the console isn't set up yetDan Williams2006-08-171-0/+1
| | | |
* | | | Make an uninstall targetDan Williams2006-08-171-0/+3
| | | |
* | | | Add traceback support to the session tooDan Williams2006-08-171-0/+3
| | | |
* | | | Forgot to add Makefile.inDan Williams2006-08-171-0/+12
| | | |
* | | | Fix bug in get_services; self._services.values() is a list of lists of servicesDan Williams2006-08-171-1/+6
| | | |
* | | | Enable traceback debugging in the PSDan Williams2006-08-171-0/+6
| | | |
* | | | Cache activity idDan Williams2006-08-171-1/+6
| | | |
* | | | Add threadframe and TracebackUtils.py so we can get tracebacks of dbus deadlocksDan Williams2006-08-1711-1/+321
| | | |
* | | | Wait for PS to start again to fix race issues with activationDan Williams2006-08-171-0/+6
| |_|/ |/| |
* | | Don't allow PS to be started twiceDan Williams2006-08-161-0/+6
| | |
* | |