Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
...
* | Create separate plugins for connection methodsDan Williams2007-02-261-0/+32
* | New intro/setup screenDan Williams2007-02-251-3/+26
|/
* Rename color property in CanvasIcon to xo-color and added properties fill-col...Tomeu Vizoso2007-02-235-48/+88
* Rework the implementation and add an explanationMarco Pesenti Gritti2007-02-231-9/+81
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-236-11/+10
* Added some SystemColors for the buttons.Tomeu Vizoso2007-02-231-1/+13
* Added tooltips to CanvasIcon and implement popup positioning in the Frame.Tomeu Vizoso2007-02-223-17/+41
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-02-2218-722/+667
|\
| * Adapt to activity api changeMarco Pesenti Gritti2007-02-221-0/+1
| * Remove bundle specific stuff from env.Marco Pesenti Gritti2007-02-223-26/+10
| * Add a class attribute as per the updated spec.Marco Pesenti Gritti2007-02-223-14/+29
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-222-66/+29
| |\
| | * Make OptionMenu use the new Menu and MenuItem classes.Tomeu Vizoso2007-02-222-66/+29
| * | Make sugar-activity-factory just a wrapper.Marco Pesenti Gritti2007-02-221-6/+16
| |/
| * Put exec back, I forgot it was used by the camera.Marco Pesenti Gritti2007-02-223-32/+41
| * Cleanup the Activity API, code needs more love.Marco Pesenti Gritti2007-02-213-48/+14
| * Improve handle marshalling. Add an uri to the handle.Marco Pesenti Gritti2007-02-213-11/+26
| * Fix capsMarco Pesenti Gritti2007-02-212-1/+1
| * Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-215-11/+56
| * Use hippo.CanvasContext.translate_to_screen() for positioning popups.Tomeu Vizoso2007-02-212-4/+2
| * Removed MenuIcon.Tomeu Vizoso2007-02-212-81/+0
| * Make ClipboardIcon use the new Menu.Tomeu Vizoso2007-02-211-0/+3
| * Generate the id in ActivityFactory. I want it to be easy toMarco Pesenti Gritti2007-02-211-1/+32
| * Fix capsMarco Pesenti Gritti2007-02-212-1/+1
| * More cleanupsMarco Pesenti Gritti2007-02-212-88/+3
| * Split out Activity client/serverMarco Pesenti Gritti2007-02-211-0/+79
| * Rename the classMarco Pesenti Gritti2007-02-211-2/+3
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-211-3/+6
| |\
| | * Make BuddyIcon and BuddyMenu use the new Menu.Tomeu Vizoso2007-02-211-3/+6
| * | Split factory client and serverMarco Pesenti Gritti2007-02-213-70/+85
| |/
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-213-112/+75
| |\
| | * Refactored Menu out of Popup.Tomeu Vizoso2007-02-213-112/+75
| * | Make bundle registry a singleton. Get the object path from the registry.Marco Pesenti Gritti2007-02-213-7/+23
| * | Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-212-29/+22
| |/
| * Fix wrong import.Tomeu Vizoso2007-02-211-1/+0
| * Move popup activation logic from IconButton to CanvasIcon.Tomeu Vizoso2007-02-212-86/+88
* | Add public key item to sugar profileDan Williams2007-02-221-0/+7
|/
* Make IconButton inherit from Button instead of containing it.Tomeu Vizoso2007-02-211-27/+17
* Renamed Button to IconButton.Tomeu Vizoso2007-02-215-9/+8
* Throw NotImplementedError in abstract method.Tomeu Vizoso2007-02-212-3/+6
* Allow for having the popup positioning logic in PopupContext.Tomeu Vizoso2007-02-212-11/+22
* Renamed Rollover to Popup.Tomeu Vizoso2007-02-214-36/+36
* Add missing filesMarco Pesenti Gritti2007-02-201-0/+2
* Remove the style stuffMarco Pesenti Gritti2007-02-201-5/+5
* Added Rollover control.Tomeu Vizoso2007-02-204-18/+219
* Get rid of the old grid. Never use absolute positioning.Marco Pesenti Gritti2007-02-203-48/+0
* Completely drop stylesheets. Move some of it inside the nm service, don't wan...Marco Pesenti Gritti2007-02-204-98/+0
* More work to get rid of stylesheets, some regressions.Marco Pesenti Gritti2007-02-201-4/+0
* Remove deprecated style stuffMarco Pesenti Gritti2007-02-204-10/+9
* Refactor button a bit to support different sizes. Use it for the overlaybox.Marco Pesenti Gritti2007-02-163-16/+39