Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware
Commit message (Collapse)AuthorAgeFilesLines
* Add a bunch of GPL headersMarco Pesenti Gritti2007-06-241-0/+16
|
* Fix copyright yearMarco Pesenti Gritti2007-06-244-4/+4
|
* unfreeze DCON when Sugar UI is (almost) ready to showBernardo Innocenti2007-06-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-141-3/+3
| | | | It was redundant.
* Mute the channel when setting the volume to minimum.Marco Pesenti Gritti2007-06-131-5/+13
|
* Set volume directly from python (requires gst-python).Marco Pesenti Gritti2007-06-131-15/+41
| | | | Cleanups.
* Turn off wifi new AP log messagesDan Williams2007-04-271-2/+2
|
* Deal with no NetworkManagerDan Williams2007-04-111-3/+8
|
* Move private extensions out of the lib, inside the shell.Marco Pesenti Gritti2007-04-061-1/+1
|
* Don't show Ad-Hoc mode networks in mesh viewDan Williams2007-04-061-0/+12
|
* Cleanup of sugar device handling codeDan Williams2007-04-051-15/+41
|
* Add a 'device activating' signalDan Williams2007-03-291-1/+6
|
* Make activating non-802-11-wireless devices workDan Williams2007-03-281-4/+4
|
* Fixup for mesh devicesDan Williams2007-03-281-8/+19
| | | | | - Understand mesh devices - Don't send device signals unless device is fully initialized
* Add accessor for modeDan Williams2007-03-161-0/+3
|
* Add accessor for AP capabiltiesDan Williams2007-03-151-2/+6
|
* Fix traceback due to bad mergeDan Williams2007-03-071-1/+0
|
* Work around bus-python bug with named exceptionsDan Williams2007-03-071-2/+1
|
* Ensure entry can accept inputDan Williams2007-03-071-1/+3
|
* Clean up sugar + NM client interactionDan Williams2007-03-071-58/+78
| | | | | | | | | Change "init-failed" signal to 'initialized' so uninitialized devices don't leak in the sugar model. Get rid of 'ssid-changed' signal on Network objects, makes no sense conceptually, plus new 'initialized' signal replaces what it was used for.
* Do not try to add access points on model removed signal!Marco Pesenti Gritti2007-03-071-0/+2
| | | | Some fixes to access point state.
* Fix bw/color switch. Patch by Owen Williams.Marco Pesenti Gritti2007-03-031-1/+1
|
* Fix signal signatureMarco Pesenti Gritti2007-03-031-1/+1
|
* Catch GetActiveNetwork exceptions.Marco Pesenti Gritti2007-03-021-4/+15
| | | | Listen for activation failures.
* Handle the case where we get an Activating eventMarco Pesenti Gritti2007-03-021-4/+9
| | | | but we don't have an active device yet.
* Improve loggingMarco Pesenti Gritti2007-03-021-0/+10
|
* Fix distcheckMarco Pesenti Gritti2007-02-271-0/+2
|
* Support running without network manager service.Marco Pesenti Gritti2007-02-261-19/+16
| | | | Rework code to run without hardware manager service.
* Restore NetworkManagerInfo.confMarco Pesenti Gritti2007-02-262-0/+29
|
* Fix propagation of Device ssid changesMarco Pesenti Gritti2007-02-261-0/+1
|
* Fix up propagation of the state property changesMarco Pesenti Gritti2007-02-261-0/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-261-1/+1
|\
| * Return list of devices, not dictDan Williams2007-02-261-1/+1
| |
* | Add a device-added signalMarco Pesenti Gritti2007-02-261-0/+5
| |
* | More work on network devices, getting thereMarco Pesenti Gritti2007-02-261-80/+80
|/
* s/essid/ssidMarco Pesenti Gritti2007-02-251-2/+2
|
* CleanupsMarco Pesenti Gritti2007-02-251-3/+0
|
* Fixup tooltips. Still not working for the home page case, sinceMarco Pesenti Gritti2007-02-251-0/+6
| | | | the active device logic is pretty broken.
* Add ssid tooltip to the home too. Not working yet.Marco Pesenti Gritti2007-02-251-0/+3
|
* Fix strength propagationMarco Pesenti Gritti2007-02-251-0/+2
|
* Display strength of wireless device/networksMarco Pesenti Gritti2007-02-251-2/+5
|
* Add back wep key dialogMarco Pesenti Gritti2007-02-253-2/+132
|
* Handle device removalMarco Pesenti Gritti2007-02-251-0/+4
|
* Activate the network on clickMarco Pesenti Gritti2007-02-251-0/+15
|
* First go at access points on the mesh viewMarco Pesenti Gritti2007-02-251-4/+20
|
* Get the wireless device to show.Marco Pesenti Gritti2007-02-251-3/+19
|
* Some work on the network devicesMarco Pesenti Gritti2007-02-254-1/+942
|
* Move hardwaremanager out of the view to his own moduleMarco Pesenti Gritti2007-02-253-0/+73