Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
Commit message (Collapse)AuthorAgeFilesLines
* Use xo colors in clipboard icons.Tomeu Vizoso2007-06-231-1/+2
|
* Move stock-save to document-save.Tomeu Vizoso2007-06-221-1/+1
|
* Add extension to files that come into the clipboard without one.Tomeu Vizoso2007-06-211-0/+6
|
* Move SugarKeyGrabber in the lib. Keep it private.Marco Pesenti Gritti2007-06-201-1/+1
| | | | We can't install libraries in datadir.
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-174-51/+161
|
* Clipboard fixes.Tomeu Vizoso2007-06-171-3/+3
|
* Support for previews in the journal.Tomeu Vizoso2007-06-151-3/+3
|
* Adapt to hwmanager api changeMarco Pesenti Gritti2007-06-141-2/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-141-5/+8
|\
| * Misc dnd fixes.Tomeu Vizoso2007-06-141-5/+8
| |
* | 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 .
* s/get_hardware_manager/get_manager.Marco Pesenti Gritti2007-06-141-7/+7
| | | | It was redundant.
* Mute the channel when setting the volume to minimum.Marco Pesenti Gritti2007-06-131-1/+4
|
* Set volume directly from python (requires gst-python).Marco Pesenti Gritti2007-06-131-13/+14
| | | | Cleanups.
* Always show frame on the homepage even when activating from the frame.Marco Pesenti Gritti2007-06-131-1/+8
|
* Fix typo.Tomeu Vizoso2007-06-121-1/+1
|
* Percent should be 100% only when we have already added all the targets.Tomeu Vizoso2007-06-072-6/+3
|
* set_state() could be called when there are still no formats.Tomeu Vizoso2007-06-072-3/+6
|
* Take screenshot and save it to the journal (<alt>1).Tomeu Vizoso2007-06-042-0/+35
|
* Do not index icons by activity id. Raw X windows does not have one.Marco Pesenti Gritti2007-06-011-10/+13
|
* Fix raw X windowsMarco Pesenti Gritti2007-06-011-2/+5
|
* Refactor part of the Home model. Should be muchMarco Pesenti Gritti2007-06-011-2/+1
| | | | | cleaner and reliable. If you find bugs with it please let me know.
* Make launching a property of the activity modelMarco Pesenti Gritti2007-06-012-27/+28
|
* 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-273-6/+10
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* Don't autolaunch downloaded docs, this will be done from the Web activity.Tomeu Vizoso2007-05-201-10/+0
|
* Show activity title in mesh viewDan Williams2007-05-151-4/+8
|
* Fix Friends view buddy removalDan Williams2007-05-141-2/+2
|
* Handle buddy nick changesDan Williams2007-05-141-2/+6
|
* Implement setting the journal entry title from the toolbar.Tomeu2007-05-131-1/+1
|
* Fix for Python 2.4 compatibility.Tomeu Vizoso2007-05-051-1/+1
|
* Log activity launch failures with error info; fix typoDan Williams2007-05-031-1/+2
|
* Fix ps buddy object usageDan Williams2007-05-031-2/+2
|
* More verbose debug messages when starting activitiesDan Williams2007-05-031-2/+3
|
* Use bundle registry correctlyDan Williams2007-05-032-3/+4
|
* Some refactoring to get styles rightMarco Pesenti Gritti2007-05-014-9/+9
|
* Launch the journal activity on startup again.Tomeu Vizoso2007-04-291-1/+1
|
* Fix activity join from mesh viewDan Williams2007-04-271-1/+1
|
* Remove all the bubbles from the public API, yay ;)Marco Pesenti Gritti2007-04-273-1/+139
|
* Get rid of the activity menu.Marco Pesenti Gritti2007-04-272-75/+2
|
* Refactor the window API a bit to make it more flexible.Marco Pesenti Gritti2007-04-271-8/+12
|
* More work on the new graphics API.Marco Pesenti Gritti2007-04-262-9/+12
|
* Fix properties bugsGuillaume Desmottes2007-04-251-1/+1
|
* Implement installation of downloaded activities.Tomeu Vizoso2007-04-202-21/+49
|
* Recognize images dropped into the clipboard as such.Tomeu Vizoso2007-04-181-5/+10
|
* Drag images out of mozilla.Tomeu Vizoso2007-04-171-15/+31
|
* Get rid of the notebook which was causing strange flickering.Marco Pesenti Gritti2007-04-163-38/+15
|
* Fix initial scaleMarco Pesenti Gritti2007-04-161-3/+3
|
* Update the makefileMarco Pesenti Gritti2007-04-161-1/+2
|
* Implement the transition between zoom view.Marco Pesenti Gritti2007-04-162-5/+99
|