Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Rework the console to use autoactivation, move it in services/Marco Pesenti Gritti2007-01-0847-1646/+13
|
* Adapt to olpc-hardware-manager API changeMarco Pesenti Gritti2007-01-081-1/+1
|
* TypoMarco Pesenti Gritti2007-01-081-1/+1
|
* Adapt to the new hardware managerMarco Pesenti Gritti2007-01-085-30/+47
|
* Some clipboard fixes.Tomeu Vizoso2007-01-072-2/+2
|
* Merge branch 'master' of git://dev.laptop.org/sugarEduardo Silva2007-01-076-68/+316
|\
| * Refactor activity icon handling in the Home View donutDan Williams2007-01-071-11/+57
| | | | | | | | | | Give each activity icon in the donut its own class to track launch status in preparation for pulsing launch feedback.
| * Make activity launching asynchronousDan Williams2007-01-074-52/+83
| | | | | | | | | | | | The ActivityFactory create() method now returns a handler GObject, which callers may attach signals to to receive success and error signals from the result of the activity launch request.
| * Track activities while they launchDan Williams2007-01-073-18/+146
| | | | | | | | | | | | HomeModel now uses the activity ID to track activities, and creates the HomeActivity object when the activity is launched, not when its window appears.
| * Make shell responsible for activity ID generationDan Williams2007-01-063-7/+50
| | | | | | | | | | | | | | Enables tracking of activity launch throughout the whole process, so that the shell can be aware of the activity ID from the moment the activity is started by the shell, until the activity becomes active. Previously, the activity itself generated its own ID and told the shell what it was.
* | [devconsole] - Starting like a dbus service, just open it one timeEduardo Silva2007-01-071-4/+32
|/
*