Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Convert points correctly to device. Tweak zoom factor logic a bitMarco Pesenti Gritti2007-02-282-4/+7
|
* Icon and Button fixes.Tomeu Vizoso2007-02-283-44/+33
|
* Fix points_to_pixels implMarco Pesenti Gritti2007-02-281-2/+3
|
* Button fixes and fix launching activities from the clipboard.Tomeu Vizoso2007-02-281-13/+12
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-281-15/+23
|\
| * Entry fixes.Tomeu Vizoso2007-02-281-15/+23
| |
* | More work on devices, getting thereMarco Pesenti Gritti2007-02-282-1/+17
|/
* Specify font size in pixels, not in points.Tomeu Vizoso2007-02-281-2/+2
|
*