Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-2425-31/+79
|/
* Added/corrected some license headers.Tomeu Vizoso2007-06-249-43/+127
|
* No need to check for library licenseMarco Pesenti Gritti2007-06-241-7/+4
|
* Check also C filesMarco Pesenti Gritti2007-06-242-11/+35
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-241-1/+2
|\
| * Use xo colors in clipboard icons.Tomeu Vizoso2007-06-231-1/+2
| |
* | Add a license checker.Marco Pesenti Gritti2007-06-246-310/+95
|/ | | | Remove obsolete testint infrastructure.
* Added a basic version of the journal object chooser.Tomeu Vizoso2007-06-222-0/+172
|
* Add delete method to the datastore wrapper.Tomeu Vizoso2007-06-222-252/+8
|
* Add keep-in-journal button to the activity toolbar.Tomeu Vizoso2007-06-221-0/+8
|
* Move stock-save to document-save.Tomeu Vizoso2007-06-221-1/+1
|
* Kill old hippo canvas toolbar implMarco Pesenti Gritti2007-06-212-15/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-211-0/+1
|\
| * sugar-emulator: Save Salut as well as Gabble logsSimon McVittie2007-06-211-0/+1
| |
* | Refactor translation system a bitMarco Pesenti Gritti2007-06-211-14/+21
|/
* Update and check in the .potMarco Pesenti Gritti2007-06-212-1/+87
|
* Default to the source directory name as bundle name,Marco Pesenti Gritti2007-06-211-18/+19
| | | | allow to override in setup.py.
* Add a CanvasEntry which allows to set the background color.Marco Pesenti Gritti2007-06-212-0/+26
|
* Add extension to files that come into the clipboard without one.Tomeu Vizoso2007-06-213-5/+29
|
* Console: system information/Firmware and Serial NumberEduardo Silva2007-06-211-31/+26
|
* Toolbutton: don't try to show the palette when it doesn't existEduardo Silva2007-06-211-0/+6
|
* Some more exceptions for mozilla drops.Tomeu Vizoso2007-06-203-3/+6
|
* Use the new objecttypeservice in place of typeregistry.Tomeu Vizoso2007-06-206-860/+98
|
* Add missing shebangMarco Pesenti Gritti2007-06-201-0/+2
|
* Move SugarKeyGrabber in the lib. Keep it private.Marco Pesenti Gritti2007-06-2021-240/+76
| | | | We can't install libraries in datadir.
* Don't make all .py executable please...Marco Pesenti Gritti2007-06-2017-33/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-205-89/+142
|\
| * use activity_id in service nameBert Freudenberg2007-06-203-37/+11
| | | | | | | | | | | | | | | | - 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
| * Palette: widget and canvas invoker supportEduardo Silva2007-06-192-52/+131
| |
* | Bump versionMarco Pesenti Gritti2007-06-202-4/+1
|/
* Should actually use STRING atomMarco Pesenti Gritti2007-06-191-2/+2
|
* Use a string atomMarco Pesenti Gritti2007-06-191-7/+7
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-192-6/+15
|\
| * Set title on change. Fixes #1715.Tomeu Vizoso2007-06-182-6/+15
| |
* | Cleanup activity closingMarco Pesenti Gritti2007-06-191-11/+8
|/
* Add missing files to po/POTFILES.inMarco Pesenti Gritti2007-06-181-0/+5
|
* Create the locale dir if it does not exist.Marco Pesenti Gritti2007-06-181-0/+4
|
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-178-60/+184
|
* Change preview image size.Tomeu Vizoso2007-06-171-1/+1
|
* Clipboard fixes.Tomeu Vizoso2007-06-173-5/+6
|
* Support for previews in the journal.Tomeu Vizoso2007-06-154-5/+39
|
* Check type of bundle path by os.path.isdir().Tomeu Vizoso2007-06-151-6/+3
|
* Add to Bundle facilities for dealing with not-yet-installed bundles.Tomeu Vizoso2007-06-153-79/+169
|
* moving graphics/notebook.py to LGPLEduardo Silva2007-06-141-10/+11
|
* moving graphics/palette.py to LGPLEduardo Silva2007-06-141-10/+11
|
* Remove build time dep on gst to please the build system.Marco Pesenti Gritti2007-06-141-1/+1
|
* 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-142-6/+9
|\
| * Misc dnd fixes.Tomeu Vizoso2007-06-142-6/+9
| |
* | 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 .