Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware
Commit message (Collapse)AuthorAgeFilesLines
* #948 Fix passphrase encoding for some passphrases (bertf)Tomeu Vizoso2007-09-261-1/+1
|
* #948 Accept ascii passphrases for WEP networks.Tomeu Vizoso2007-09-252-5/+40
|
* Save state of volume when shutdown and reboot fix for #3652Simon Schampijer2007-09-241-0/+13
|
* * #1260, #2664, #1542, #2985: Rework network UI bits to be more informative andDan Williams2007-09-091-10/+40
| | | | increase granularity of mesh device control
* Fix traceback showing wireless networksDan Williams2007-08-311-1/+1
|
* Add badges to infrastructure access points in mesh viewDan Williams2007-08-301-5/+17
|
* Don't traceback on systems without the right NMDan Williams2007-08-301-1/+2
|
* Add palette to Wireless device on Home view showing channel tooDan Williams2007-08-301-7/+39
| | | | | Convert the tooltip to a palette and show the wireless channel in the palette.
* Remove useless debugging codeDan Williams2007-07-312-86/+0
|
* Fix traceback when reading in saved WPA2 network configsDan Williams2007-07-301-16/+14
|
* Add WPA and WEP auth mode supportDan Williams2007-07-294-116/+378
|
* Eben specification and the new B3 keyboard (marco)Marco Pesenti Gritti2007-07-171-1/+20
|
* #1720 nmclient.Device was not returning the ssid of the active network.Tomeu Vizoso2007-07-111-2/+4
|
* 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
|