Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
Commit message (Collapse)AuthorAgeFilesLines
* CleanupsMarco Pesenti Gritti2007-07-021-2/+3
|
* Cleanup zoom level managementMarco Pesenti Gritti2007-07-021-20/+12
|
* Move the zoom levels inside the modelMarco Pesenti Gritti2007-07-021-9/+8
|
* Replace Menu for Palette.Tomeu Vizoso2007-07-011-5/+0
|
* Set glib program name and application name.Marco Pesenti Gritti2007-06-291-0/+1
| | | | | Better way of importing ltihooks. Several cleanups.
* Make notification work from outside the shell processMarco Pesenti Gritti2007-06-291-29/+16
|
* Fix copyright yearMarco Pesenti Gritti2007-06-241-1/+1
|
* Support for previews in the journal.Tomeu Vizoso2007-06-151-3/+3
|
* Adapt to hwmanager api changeMarco Pesenti Gritti2007-06-141-2/+3
|
* unfreeze DCON when Sugar UI is (almost) ready to showBernardo Innocenti2007-06-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marco Pesenti Gritti wrote: > we need to get the hardware-manager part of this in before, otherwise we > will traceback on startup. Sorry, I sent the patches in reverse order. Did you get the next one? >> + # Unfreeze the display when it's stable >> + get_hardware_manager().set_dcon_freeze(0) >> + > > Is this actually working? You need something like: > > from hardware import hardwaremanager > .... Oh, and actually I had that part too, but I've lost this hunk while copying them to the sandbox. That's what you get for editing code right on the target. Updated patch attached. From b7bfbb7cc628afe29734557f56d92044d2d336d4 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti <bernie@codewiz.org> Date: Wed, 13 Jun 2007 19:56:22 -0400 Subject: [PATCH] unfreeze DCON when Sugar UI is (almost) ready to show Organization: One Laptop Per Child This is part of a masterplan to implement #621 .
* Fix typo.Tomeu Vizoso2007-06-121-1/+1
|
* Take screenshot and save it to the journal (<alt>1).Tomeu Vizoso2007-06-041-0/+31
|
* Make launching a property of the activity modelMarco Pesenti Gritti2007-06-011-2/+2
|
* Remove our custom launch timeout. The dbus timeoutMarco Pesenti Gritti2007-06-011-2/+0
| | | | is enough.
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-3/+5
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* Log activity launch failures with error info; fix typoDan Williams2007-05-031-1/+2
|
* More verbose debug messages when starting activitiesDan Williams2007-05-031-2/+3
|
* Use bundle registry correctlyDan Williams2007-05-031-2/+2
|
* Launch the journal activity on startup again.Tomeu Vizoso2007-04-291-1/+1
|
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-111-4/+3
|
* Prevent activity launching being locked by error during launch.Tomeu Vizoso2007-03-161-6/+8
|
* Avoid multiple simultaneous launches of the same activity.Tomeu Vizoso2007-03-151-0/+12
|
*