Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
...
* refinements in output of sugar-controlSimon Schampijer2007-11-011-4/+15
|
* Better layout strategy for the home. Should fix positioningMarco Pesenti Gritti2007-10-311-10/+11
| | | | of the devices.
* sugar-control: added note to restart for some methods, fix in colorSimon Schampijer2007-10-311-5/+13
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-313-50/+90
|\
| * sugar-control: add the init fileSimon Schampijer2007-10-311-0/+16
| |
| * sugar-control: fixed some imports, cleaned some stringsSimon Schampijer2007-10-312-11/+13
| |
| * sugar-control: Use NM for radio on/off, check for superuserSimon Schampijer2007-10-311-41/+63
| |
* | Place the device in the middle of the row so thatMarco Pesenti Gritti2007-10-311-1/+1
|/ | | | | | they don't go too near to the donut on the XO. Quite an hack but at least it looks decent, we will need to solve this properly at some point.
* Integrate control panel in the build so that I can actuallyMarco Pesenti Gritti2007-10-304-242/+3
| | | | distcheck.
* Use a timeout of 2 seconds for TakeScreenshot to make debugging easier.Marco Pesenti Gritti2007-10-301-2/+2
|
* Handle missing TakeScreenshot method gracefullyMarco Pesenti Gritti2007-10-302-23/+4
|
* Wep key combo by dcbwMarco Pesenti Gritti2007-10-301-34/+101
|
* Remove the console. Eduardo is moving the functionalitiesMarco Pesenti Gritti2007-10-301-12/+0
| | | | out to the log and analyze activities.
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-293-121/+55
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-292-0/+496
| |\ | | | | | | | | | | | | | | | Conflicts: NEWS
| * | Revert to the trial-3 frame behavior (always visible onMarco Pesenti Gritti2007-10-293-121/+55
| | | | | | | | | | | | | | | the home page). Readapt things which are changed in the meantime.
* | | Make the output of get_timezone and get_color more clearSimon Schampijer2007-10-291-16/+19
| |/ |/|
* | Initial push for the sugar control panelSimon Schampijer2007-10-292-0/+496
|/
* Fix some key names, looks like they are case sensitive.Marco Pesenti Gritti2007-10-241-3/+3
|
* Try to handle the case when the frame cover the activity window.Marco Pesenti Gritti2007-10-232-5/+11
|
* Move window management keybindings inside sugar.Marco Pesenti Gritti2007-10-235-34/+89
| | | | | | Add a TakeScreenshot dbus method and have the shell call it when the activity can safely take a screenshot to use as a preview.
* Fix icon namesMarco Pesenti Gritti2007-10-201-2/+2
|
* Add new keybindings (Ctrl+Q, Ctrl+escape) for close activitySimon Schampijer2007-10-191-1/+2
|
* Fix icon namesMarco Pesenti Gritti2007-10-192-3/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-181-1/+1
|\
| * Make sure self._master is always initializedMarco Pesenti Gritti2007-10-181-1/+1
| |
* | Fullscreen support and tray support in activity windowSimon Schampijer2007-10-181-0/+1
|/ | | | Fullscreen mode hides toolbox and tray
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-1/+1
|
* Try to cleanup the activity destruction mess.Marco Pesenti Gritti2007-10-151-1/+0
|
* Split part of the sugar library to sugar-baseMarco Pesenti Gritti2007-10-151-1/+1
|
* Fix native applications handlingMarco Pesenti Gritti2007-10-133-7/+16
|
* Change icon pulsing interval to 100 per cjb requestMarco Pesenti Gritti2007-10-121-1/+1
|
* Registration menuMarco Pesenti Gritti2007-10-122-27/+32
|
* Add the olpc-register codeMarco Pesenti Gritti2007-10-122-1/+55
|
* Cleanup the logs stuff a bit.Marco Pesenti Gritti2007-10-093-2/+62
|
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-091-4/+4
| | | | redirect their output to a log.
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-095-8/+8
|
* Timeout of 120 seconds for mount to work around jffs2 issues.Marco Pesenti Gritti2007-10-061-1/+10
|
* Mount the datastore before starting the journal.Tomeu Vizoso2007-10-051-1/+4
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-041-2/+9
|\
| * Add bundle removing methods/signals to the activity registry, and use themDan Winship2007-10-041-2/+9
| |
* |