Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-121-12/+19
|
* 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
|
* Make bundle_id and activity_id window properties toMarco Pesenti Gritti2007-06-012-20/+21
| | | | avoid races.
* Do not index icons by activity id. Raw X windows does not have one.Marco Pesenti Gritti2007-06-012-10/+22
|
* Fix raw X windowsMarco Pesenti Gritti2007-06-015-66/+13
|
* Refactor part of the Home model. Should be muchMarco Pesenti Gritti2007-06-013-104/+71
| | | | | cleaner and reliable. If you find bugs with it please let me know.
* Make launching a property of the activity modelMarco Pesenti Gritti2007-06-014-32/+52
|
* Remove our custom launch timeout. The dbus timeoutMarco Pesenti Gritti2007-06-014-57/+3
| | | | is enough.
* CleanupsMarco Pesenti Gritti2007-05-271-4/+5
|
* Add mime matching to the registry.Marco Pesenti Gritti2007-05-271-0/+12
|
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-278-18/+181
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* Use proper "org.laptop.Activity" interface when talking to activitiesBert Freudenberg2007-05-231-2/+6
|
* Reliably detect activity launch (fix for #1560)Bert Freudenberg2007-05-231-1/+29
|
* Add the AddressEntry object to sugarMarco Pesenti Gritti2007-05-212-3/+2
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-05-211-10/+0
|\ | | | | | | | | | | Conflicts: configure.ac
| * Don't autolaunch downloaded docs, this will be done from the Web activity.Tomeu Vizoso2007-05-201-10/+0
| |
* | Drop the browser stuff, it will be replaced by hulahop.Marco Pesenti Gritti2007-05-214-126/+0
|/
* Save to the journal when switching to another activity.Tomeu Vizoso2007-05-161-0/+19
|
* Show activity title in mesh viewDan Williams2007-05-152-4/+11
|
* Fix Friends view buddy removalDan Williams2007-05-141-2/+2
|
* Handle buddy nick changesDan Williams2007-05-142-2/+11
|
* Implement setting the journal entry title from the toolbar.Tomeu2007-05-131-1/+1
|
* Use sugar theme for matchboxMarco Pesenti Gritti2007-05-111-1/+1
|
* Remove obsolete filesMarco Pesenti Gritti2007-05-112-716/+0
|
* More distcheck fixesMarco Pesenti Gritti2007-05-111-1/+0
|
* More distcheck fixesMarco Pesenti Gritti2007-05-101-5/+6
|
* Fix several distcheck issuesMarco Pesenti Gritti2007-05-101-1/+1
|
* Fix nickname encoding and length issuesDan Williams2007-05-071-1/+3
|
* Fix for Python 2.4 compatibility.Tomeu Vizoso2007-05-051-1/+1
|
* Use standard icon name.Tomeu Vizoso2007-05-051-1/+1
|