Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Rework the emulator. Move matchbox in the shell.Marco Pesenti Gritti2007-03-163-127/+0
|
* Use Animation for popdown.Tomeu Vizoso2007-03-161-1/+13
|
* Don't popdown the same control we are told to popup.Tomeu Vizoso2007-03-161-1/+1
|
* Fix tooltip popup.Tomeu Vizoso2007-03-161-14/+13
|
* Actually pass buttons to the gtk file pickerMarco Pesenti Gritti2007-03-161-3/+3
|
* Randomize color list so it can be indexed into with a hashed valueDan Williams2007-03-161-501/+501
|
* Update another get_width_request() for new hippoDan Williams2007-03-151-1/+2
|
* Tweaked sizes of home xo icon, donut radius and device icons.Tomeu Vizoso2007-03-151-1/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-151-2/+2
|\
| * Fix tracebacks in snowflakeboxesDan Williams2007-03-151-2/+2
| |
* | Add a filechooser subclass which sizes correctly on the OLPC.Marco Pesenti Gritti2007-03-152-0/+11
|/ | | | This is temporary, gtk needs to be fixed.
* Make create_activity_id() a public function.Tomeu Vizoso2007-03-151-4/+4
|
* Cleanup clipboard D-Bus APIDan Williams2007-03-141-14/+11
| | | | | | | | | | | | | - The clipboard now determines each objects unique id and returns it from add_object() - The ID is opaque to the client and should not be used/accessed other than with the clipboard service - Add object type hints for dbus-python - Sugar clipboard bindings for get_object() now return a dict rather than a tuple - ClipboardIcon now retrieves the real file path and uses that to open the file - Adapt sugar bits to clipboard changes
* Adapt to the new hippo canvas sizing APIMarco Pesenti Gritti2007-03-143-23/+11
|
* Ensure animations reach last frameDan Williams2007-03-131-4/+8
|
* Actually use EASE_OUT by default, add EASE_IN.Marco Pesenti Gritti2007-03-121-1/+4
| | | | Thanks to Dan to point this out.
* Implement set_titleDan Williams2007-03-121-4/+10
|
* Remove the old timelineMarco Pesenti Gritti2007-03-122-118/+0
|
* Rework the popup animation to use the new APIMarco Pesenti Gritti2007-03-122-24/+56
|
* Force hiding when running an activity even if the user hover the frame again.Marco Pesenti Gritti2007-03-121-2/+13
|
* New animation API. Start rewriting the frame slidein slideout logic.Marco Pesenti Gritti2007-03-122-0/+71
| | | | (Use the keys for now, mouse is not working)
* Save also the sugar session display and use it in sugar-activity.Marco Pesenti Gritti2007-03-091-5/+8
|
* Smarter bundle name matchingMarco Pesenti Gritti2007-03-091-0/+12
|
* Smarter sugar-activity which can make itself the factory and openMarco Pesenti Gritti2007-03-093-14/+18
| | | | one instance.
* Remove unused filesMarco Pesenti Gritti2007-03-094-19/+0
|
* Fix matchbox invocationMarco Pesenti Gritti2007-03-091-1/+1
|
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-095-28/+42
|
* CLeanup emulator shutdownMarco Pesenti Gritti2007-03-091-1/+1
|
* Cleanup kbd config passingMarco Pesenti Gritti2007-03-091-14/+15
|
* Remove unused varMarco Pesenti Gritti2007-03-091-1/+0
|
* Use button_press virtual method instead of the connect_after hacks.Marco Pesenti Gritti2007-03-093-13/+7
|
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-092-4/+0
| | | | Get rid of the now useless env.get_services_dir
* Remove unused varMarco Pesenti Gritti2007-03-091-1/+0
|
* Implement ToggleIconButtonMarco Pesenti Gritti2007-03-094-3/+77
|
* Simplified logic using a grid. It looks ugly but we don't care right now.Marco Pesenti Gritti2007-03-071-99/+29
|
* Intialize the service to None, we are freeing it later.Marco Pesenti Gritti2007-03-071-0/+1
|
* Fix bug for activities with spaces in the nameOwen Williams2007-03-061-1/+1
|
* workaround to fix blocking when launching activitiesJohn (J5) Palmieri2007-03-051-1/+1
| | | | | | * set follow_name_owner_changes to true when creating a proxy for an activity which causes proxies to be late bound and not make a blocking call to start a service
* Tweak menu layoutMarco Pesenti Gritti2007-03-051-2/+4
|
* Tweak optionmenu and entry paddingsMarco Pesenti Gritti2007-03-053-2/+3
|
* Fix aligment of menu iconsMarco Pesenti Gritti2007-03-051-2/+2
|
* Make action-id in MenuItem be object, not int.Tomeu Vizoso2007-03-042-3/+3
|
* Added object update to the datastore.Tomeu Vizoso2007-03-041-4/+8
|
* Added create_with_object_id() func.Tomeu Vizoso2007-03-021-0/+6
|
* TypoMarco Pesenti Gritti2007-03-021-1/+1
|
* Add object_idMarco Pesenti Gritti2007-03-021-0/+5
|
* Hack Dan's DataStore for doing what we need for 6th March demo.Tomeu Vizoso2007-03-022-5/+94
|
* Set font to 7 points. Tweak zoom levels.Marco Pesenti Gritti2007-03-012-4/+4
|
* Remove TODOMarco Pesenti Gritti2007-03-011-1/+0
|
* Use the dropdown icon. Quite an hack to get the icon size right,Marco Pesenti Gritti2007-03-011-1/+2
| | | | we will have to fix this properly.