Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Remove printMarco Pesenti Gritti2007-07-041-1/+0
|
* Make the battery device use HALMarco Pesenti Gritti2007-07-043-33/+37
|
* Be smarter when choosing one mime type from the targets offered.Tomeu Vizoso2007-07-031-8/+7
|
* Remove unused methods from the activity services. Cleanups.Marco Pesenti Gritti2007-07-034-42/+14
|
* Remove framepopupcontext.py.Tomeu Vizoso2007-07-022-69/+1
|
* Add tooltips to the mesh icon in the mesh view.Tomeu Vizoso2007-07-021-1/+1
|
* Add tooltips to APs in the mesh view.Tomeu Vizoso2007-07-021-1/+4
|
* Add tooltips to APs in the mesh view.Tomeu Vizoso2007-07-021-5/+2
|
* Add tooltips to activities icons in the mesh view.Tomeu Vizoso2007-07-021-2/+2
|
* Restore some code which tomeu seem to have dropped by mistake.Marco Pesenti Gritti2007-07-021-1/+20
|
* CleanupsMarco Pesenti Gritti2007-07-021-2/+3
|
* Notify zoom level changeMarco Pesenti Gritti2007-07-021-0/+1
|
* Cleanup zoom level managementMarco Pesenti Gritti2007-07-022-23/+38
|
* Move the zoom levels inside the modelMarco Pesenti Gritti2007-07-029-33/+45
|
* 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-023-0/+4
|
* 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-013-48/+40
|
* 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-292-29/+28
|
* Pass in shell to the service not just modelMarco Pesenti Gritti2007-06-292-3/+4
|
* Fix for 1846. Strip whitespace from nicks and reject if blankOwen Williams2007-06-291-0/+40
|
* 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-2417-0/+273
|
* Fix copyright yearMarco Pesenti Gritti2007-06-2437-37/+37
|
* 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-2015-1307/+2
| | | | We can't install libraries in datadir.
* use activity_id in service nameBert Freudenberg2007-06-201-23/+4
| | | | | | | | - construct service name from activity id instead of X window id - cleanup unused declarations in activityfactory.py - remove obsolete _dbus_name_owner_changed_cb() - see http://dev.laptop.org/ticket/1767 - cleared by marcopg
* 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-142-0/+11
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-10/+10
| | | | It was redundant.
* Mute the channel when setting the volume to minimum.Marco Pesenti Gritti2007-06-132-6/+17
|
* Set volume directly from python (requires gst-python).Marco Pesenti Gritti2007-06-137-276/+55
| | | | Cleanups.
* Always show frame on the homepage even when activating from the frame.Marco Pesenti Gritti2007-06-131-1/+8
|