2844 Commits (858e43dea92474f0e48975b0cae9d9d84809f4b3)
 

Author SHA1 Message Date
Tomeu Vizoso f9d03b698f Add delete method to the datastore wrapper. 17 years ago
Tomeu Vizoso c1d4f3ce7a Add keep-in-journal button to the activity toolbar. 17 years ago
Tomeu Vizoso c3da64561f Move stock-save to document-save. 17 years ago
Marco Pesenti Gritti 9a77a6e251 Kill old hippo canvas toolbar impl 17 years ago
Marco Pesenti Gritti f7bb2f86de Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti c94995148e Refactor translation system a bit 17 years ago
Simon McVittie 2de8072d5f sugar-emulator: Save Salut as well as Gabble logs 17 years ago
Marco Pesenti Gritti 8a6ddd16aa Update and check in the .pot 17 years ago
Marco Pesenti Gritti 6f4af67856 Default to the source directory name as bundle name,
allow to override in setup.py.
17 years ago
Marco Pesenti Gritti 3892764634 Add a CanvasEntry which allows to set the background color. 17 years ago
Tomeu Vizoso 427e9a00d7 Add extension to files that come into the clipboard without one. 17 years ago
Eduardo Silva 3ebb8f1291 Console: system information/Firmware and Serial Number 17 years ago
Eduardo Silva 5616aface3 Toolbutton: don't try to show the palette when it doesn't exist 17 years ago
Tomeu Vizoso de2c9c5322 Some more exceptions for mozilla drops. 17 years ago
Tomeu Vizoso d6bf24e456 Use the new objecttypeservice in place of typeregistry. 17 years ago
Marco Pesenti Gritti 0e4efae7ae Add missing shebang 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
Marco Pesenti Gritti 61314c9705 Don't make all .py executable please... 17 years ago
Marco Pesenti Gritti b01684ef27 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti cd382ba5f9 Bump version 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
Eduardo Silva 9283a5cc80 Palette: widget and canvas invoker support 17 years ago
Marco Pesenti Gritti 7aec99a2ec Should actually use STRING atom 17 years ago
Marco Pesenti Gritti 1f432a1236 Use a string atom 17 years ago
Marco Pesenti Gritti f7b6a0c0af Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti 737a8b3932 Cleanup activity closing 17 years ago
Tomeu Vizoso 99369114cb Set title on change. Fixes #1715. 17 years ago
Marco Pesenti Gritti e021bb271c Add missing files to po/POTFILES.in 17 years ago
Marco Pesenti Gritti 3552b92428 Create the locale dir if it does not exist. 17 years ago
Tomeu Vizoso 1afe9273a1 Add an option for saving clipboard objects to the Journal. 17 years ago
Tomeu Vizoso d4323957a1 Change preview image size. 17 years ago
Tomeu Vizoso 130f59efdc Clipboard fixes. 17 years ago
Tomeu Vizoso f0e18ba785 Support for previews in the journal. 17 years ago
Tomeu Vizoso 6c0885b490 Check type of bundle path by os.path.isdir(). 17 years ago
Tomeu Vizoso cb9dd212e9 Add to Bundle facilities for dealing with not-yet-installed bundles. 17 years ago
Eduardo Silva a3fb02bc95 moving graphics/notebook.py to LGPL 17 years ago
Eduardo Silva 72d81af716 moving graphics/palette.py to LGPL 17 years ago
Marco Pesenti Gritti 3b1ee5a0bc Remove build time dep on gst to please the build system. 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 e6e649419a Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti 361b8372b6 s/get_hardware_manager/get_manager.
It was redundant.
17 years ago
Eduardo Silva a590186e78 Fix missed objecttype makefile entry 17 years ago
Marco Pesenti Gritti 3c66cb899f Evil hack to keep the entry context menu working with our
title/address behavior.
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 396fcb392c Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti 705eb8119a Always show frame on the homepage even when activating from the frame. 17 years ago