Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Temporary fix until the next hippo-canvas.Tomeu Vizoso2007-02-151-1/+2
* OptionMenu fixes and API updates.Tomeu Vizoso2007-02-153-12/+21
* Add icon sizesMarco Pesenti Gritti2007-02-151-2/+9
* Take in account screen sizeMarco Pesenti Gritti2007-02-151-1/+2
* Rework color and fonts to be more pytonish. Add units conversions.Marco Pesenti Gritti2007-02-1510-142/+150
* New widget OptionMenu.Tomeu Vizoso2007-02-155-13/+168
* Add some infrastructure for font sizes.Marco Pesenti Gritti2007-02-151-0/+30
* Move Color inside styleMarco Pesenti Gritti2007-02-147-81/+82
* Label fixes.Tomeu Vizoso2007-02-131-19/+5
* Fix Entry.Tomeu Vizoso2007-02-131-1/+1
* Actually commit the fileMarco Pesenti Gritti2007-02-131-0/+24
* Simple date object to handle string conversions in a UI friendly way.Marco Pesenti Gritti2007-02-131-0/+1
* Reenable the journal. Add desktop background color.Marco Pesenti Gritti2007-02-131-1/+3
* Allow for subclasses of Entry to override the base gtk.Entry.Tomeu Vizoso2007-02-121-6/+11
* Refactor Frame, create RoundBox, some Entry fixes and new Label control.Tomeu Vizoso2007-02-128-100/+235