Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-251-8/+14
|\
| * First try at menu sizing in OptionMenu.Tomeu Vizoso2007-02-251-8/+14
* | Fix strength propagationMarco Pesenti Gritti2007-02-251-6/+6
|/
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-243-2/+16
|\
| * Make OptionMenu grab the pointer on popup.Tomeu Vizoso2007-02-243-2/+16
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-241-2/+2
|\ \ | |/
| * Make the default icon scale depend on the screen resolution.Tomeu Vizoso2007-02-241-2/+2
* | Don't present from inside the Activity constructorMarco Pesenti Gritti2007-02-242-2/+1
|/
* Add hovering to MenuItem.Tomeu Vizoso2007-02-242-0/+10
* Adjusted rounded box radius.Tomeu Vizoso2007-02-241-1/+1
* Add hover to BuddyIcon in the Frame.Tomeu Vizoso2007-02-241-1/+1
* Highlight buttons and change menu background to black.Tomeu Vizoso2007-02-233-18/+48
* 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