1002 Commits (858e43dea92474f0e48975b0cae9d9d84809f4b3)

Author SHA1 Message Date
Marco Pesenti Gritti 84127380dc Get rid of bitrotten shutdown stuff 17 years ago
Marco Pesenti Gritti 3eaeebc60e Lots of palette refactoring. 17 years ago
Marco Pesenti Gritti f85142bdc4 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Conflicts:

	shell/view/home/HomeBox.py
17 years ago
Marco Pesenti Gritti e0793ef199 Heavy refactoring of palette activation. Not fully
implemented yet.
17 years ago
Tomeu Vizoso 0baac89a61 Use gtk progress bar. 17 years ago
Tomeu Vizoso 811a7d8411 Implement shutdown. 17 years ago
Marco Pesenti Gritti d92bb7a4ef Some palette code cleanups. 17 years ago
Marco Pesenti Gritti e3e69f42a2 Add a bunch of GPL headers 17 years ago
Marco Pesenti Gritti 8505a18652 Fix copyright year 17 years ago
Tomeu Vizoso dfd16d155a Add palette to XO icon in Home View. 17 years ago
Tomeu Vizoso 4c24cde923 Added/corrected some license headers. 17 years ago
Tomeu Vizoso 6af3c44893 Use xo colors in clipboard icons. 17 years ago
Tomeu Vizoso c3da64561f Move stock-save to document-save. 17 years ago
Tomeu Vizoso 427e9a00d7 Add extension to files that come into the clipboard without one. 17 years ago
Marco Pesenti Gritti c91bbd18cc Move SugarKeyGrabber in the lib. Keep it private.
We can't install libraries in datadir.
17 years ago
Bert Freudenberg bd86aee0d4 use activity_id in service name
- 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
17 years ago
Tomeu Vizoso 1afe9273a1 Add an option for saving clipboard objects to the Journal. 17 years ago
Tomeu Vizoso 130f59efdc Clipboard fixes. 17 years ago
Tomeu Vizoso f0e18ba785 Support for previews in the journal. 17 years ago
Marco Pesenti Gritti a1e3dbaf9e Adapt to hwmanager api change 17 years ago
Marco Pesenti Gritti 0bb8704683 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Bernardo Innocenti 5c884c1435 unfreeze DCON when Sugar UI is (almost) ready to show
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 .
17 years ago
Tomeu Vizoso 42e2b95379 Misc dnd fixes. 17 years ago
Marco Pesenti Gritti 361b8372b6 s/get_hardware_manager/get_manager.
It was redundant.
17 years ago
Marco Pesenti Gritti d3e8ddb278 Mute the channel when setting the volume to minimum. 17 years ago
Marco Pesenti Gritti 42385b069f Set volume directly from python (requires gst-python).
Cleanups.
17 years ago
Marco Pesenti Gritti 705eb8119a Always show frame on the homepage even when activating from the frame. 17 years ago
Tomeu Vizoso 22689ed1da Several fixes for the object type registry and the activity registry. 17 years ago
Tomeu Vizoso 7e8160871a Fix typo. 17 years ago
Tomeu Vizoso c9cd87b142 Percent should be 100% only when we have already added all the targets. 17 years ago
Tomeu Vizoso 340fcc271d set_state() could be called when there are still no formats. 17 years ago
Tomeu Vizoso a9600516fb Take screenshot and save it to the journal (<alt>1). 17 years ago
Marco Pesenti Gritti 2b7ffe41d9 Make bundle_id and activity_id window properties to
avoid races.
17 years ago
Marco Pesenti Gritti d4bd7a5d05 Do not index icons by activity id. Raw X windows does not have one. 17 years ago
Marco Pesenti Gritti cd3efeba49 Fix raw X windows 17 years ago
Marco Pesenti Gritti b1a62c2fc0 Refactor part of the Home model. Should be much
cleaner and reliable. If you find bugs with it
please let me know.
17 years ago
Marco Pesenti Gritti 2f6790105d Make launching a property of the activity model 17 years ago
Marco Pesenti Gritti 38c0cf411c Remove our custom launch timeout. The dbus timeout
is enough.
17 years ago
Marco Pesenti Gritti f98cebd13a Cleanups 17 years ago
Marco Pesenti Gritti 11437e3484 Add mime matching to the registry. 17 years ago
Marco Pesenti Gritti 42fef182f4 Refactor the bundle registry. Move it inside
the shell and expose the parts that should be
public to the shell dbus service.
17 years ago
Bert Freudenberg c89de594d3 Use proper "org.laptop.Activity" interface when talking to activities 17 years ago
Bert Freudenberg 677c4bc199 Reliably detect activity launch (fix for #1560) 17 years ago
Marco Pesenti Gritti 0ddbf7e9ab Add the AddressEntry object to sugar 17 years ago
Marco Pesenti Gritti 17b3142776 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Conflicts:

	configure.ac
17 years ago
Marco Pesenti Gritti 42f7eeedc8 Drop the browser stuff, it will be replaced by hulahop. 17 years ago
Tomeu Vizoso 04fc7047c2 Don't autolaunch downloaded docs, this will be done from the Web activity. 17 years ago
Tomeu Vizoso 3a1d514e9f Save to the journal when switching to another activity. 17 years ago
Dan Williams 28e8b9025e Show activity title in mesh view 17 years ago
Dan Williams b99e149d23 Fix Friends view buddy removal 17 years ago