Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Put the log in the profile. Release 0.33v0.33Marco Pesenti Gritti2006-10-061-1/+5
|
* Fix the spread box test and fix the box layout logic tooMarco Pesenti Gritti2006-10-061-14/+14
|
* More fixesMarco Pesenti Gritti2006-10-061-6/+6
|
* Some fixesMarco Pesenti Gritti2006-10-061-9/+13
|
* Move the layouts to be box and subclass them.Marco Pesenti Gritti2006-10-065-149/+170
|
* Fix several makefiles, use olpc theme for matchboxv0.31Marco Pesenti Gritti2006-10-051-0/+1
|
* Revert "Install our own matchbox theme to disable shadows"Marco Pesenti Gritti2006-10-051-1/+0
| | | | This reverts 0e77fc5bf9476ff08baf7855476c99fb2aadbc86 commit.
* More work on the views layoutMarco Pesenti Gritti2006-10-051-29/+19
|
* Adapt spread layout to hippoMarco Pesenti Gritti2006-10-051-34/+44
|
* Ooops broke default positioning strategyMarco Pesenti Gritti2006-10-051-1/+1
|
* Get back presence list to workMarco Pesenti Gritti2006-10-051-9/+5
|
* More stylificationMarco Pesenti Gritti2006-10-051-9/+15
|
* More stylsheets workMarco Pesenti Gritti2006-10-051-0/+2
|
* Remove several hardcoded sizes, substitute them with stylesheets.Marco Pesenti Gritti2006-10-051-0/+3
|
* Improve stylesheet loadingMarco Pesenti Gritti2006-10-052-25/+7
|
* Install our own matchbox theme to disable shadowsMarco Pesenti Gritti2006-10-041-0/+1
|
* Kill unused code, fix makefilesMarco Pesenti Gritti2006-10-046-262/+8
|
* Move all the canvas code that doesn't depend on goocanvas anymore in graphics.Marco Pesenti Gritti2006-10-038-6/+6
|
* Get rid of the old Grid and CanvasBoxMarco Pesenti Gritti2006-10-033-139/+1
|
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-033-15/+15
|
* Deprecate dbus.dbus_bindings import and use new name_has_ownerJohn (J5) Palmieri2006-10-031-2/+14
| | | | API when available
* Changed to tabs, to keep things consistent.Ian Bicking2006-10-031-199/+199
|
* Updates to presence test and mockdbusIan Bicking2006-10-032-9/+94
|
* I added tests for the presence client interface. But the presenceIan Bicking2006-10-033-0/+204
| | | | | | | client interface, I realize, is really boring and not worth testing much. More interesting, I guess, is the mockdbus module. This will need some more extension to be used by a server (I think), like the presence server.
* Move the menu to hippo canvasMarco Pesenti Gritti2006-10-031-95/+0
|
* Remove the old menu icon codeMarco Pesenti Gritti2006-10-032-122/+0
|
* Fix makefilesMarco Pesenti Gritti2006-10-031-0/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-10-031-1/+4
|\
| * Update makefileDan Williams2006-10-021-1/+4
| |
* | Port mesh and friends view to hippo, needs workMarco Pesenti Gritti2006-10-031-0/+76
|/
* Reimplement menu using hippo and hook it up for theMarco Pesenti Gritti2006-10-024-29/+68
| | | | activity menu.
* Start moving to hippo canvas. (Friends presence in the activity regressed)Marco Pesenti Gritti2006-10-016-11/+146
|
* Start rewriting our canvas stuff to cleanup and use hippo.Marco Pesenti Gritti2006-10-015-0/+167
| | | | Out of the build.
* Fix missing icon checkDan Williams2006-09-281-3/+5
|
* Deal with missing iconsDan Williams2006-09-281-2/+3
|
* Import the PS correctlyDan Williams2006-09-281-2/+2
|
* Fix signal argsDan Williams2006-09-271-1/+1
|
* Add a start method to the activity module, for initialization.Marco Pesenti Gritti2006-09-261-1/+3
|
*