Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* |