Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
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-026-31/+38
|
* Evil tricks to not always show the XO palette at startup.Marco Pesenti Gritti2007-07-022-0/+31
|
* Corrected some formatting issues with imports.Tomeu Vizoso2007-07-022-0/+3
|
* Replace Menu for Palette.Tomeu Vizoso2007-07-0113-293/+183
|
* Fix typo.Tomeu Vizoso2007-07-011-1/+1
|
* Restrict palette positioning to screen height/width - 1 grid cell.Tomeu Vizoso2007-07-012-48/+38
|
* 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
|
* Get rid of bitrotten shutdown stuffMarco Pesenti Gritti2007-06-261-7/+0
|
* Lots of palette refactoring.Marco Pesenti Gritti2007-06-261-2/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-254-167/+36
|\ | | | | | | | | | | Conflicts: shell/view/home/HomeBox.py
| * Use gtk progress bar.Tomeu Vizoso2007-06-253-161/+13
| |
| * Implement shutdown.Tomeu Vizoso2007-06-251-6/+23
| |
* | Heavy refactoring of palette activation. Not fullyMarco Pesenti Gritti2007-06-251-52/+0
|/ | | | implemented yet.
* Some palette code cleanups.Marco Pesenti Gritti2007-06-251-0/+1
|
* Add a bunch of GPL headersMarco Pesenti Gritti2007-06-2410-0/+160
|
* Fix copyright yearMarco Pesenti Gritti2007-06-2420-20/+20
|
* Add palette to XO icon in Home View.Tomeu Vizoso2007-06-241-1/+76
|
* Added/corrected some license headers.Tomeu Vizoso2007-06-242-23/+23
|
* 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
|