Dan Williams
82a869fbbf
Add palette to Wireless device on Home view showing channel too
...
Convert the tooltip to a palette and show the wireless
channel in the palette.
2007-08-30 02:01:12 -04:00
Dan Williams
782d603f0b
Remove useless debugging code
2007-07-30 23:30:00 -04:00
Dan Williams
dbe8a6eeff
Fix traceback when reading in saved WPA2 network configs
2007-07-30 14:46:40 -04:00
Dan Williams
1dbd57fdf2
Add WPA and WEP auth mode support
2007-07-29 00:19:59 -04:00
Marco Pesenti Gritti
5e655deb5a
Eben specification and the new B3 keyboard (marco)
2007-07-17 19:03:52 +02:00
Tomeu Vizoso
0c1a017932
#1720 nmclient.Device was not returning the ssid of the active network.
2007-07-11 12:40:23 +02:00
Marco Pesenti Gritti
e3e69f42a2
Add a bunch of GPL headers
2007-06-24 15:01:30 +02:00
Marco Pesenti Gritti
8505a18652
Fix copyright year
2007-06-24 14:45:05 +02:00
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 .
2007-06-14 17:25:28 +02:00
Marco Pesenti Gritti
361b8372b6
s/get_hardware_manager/get_manager.
...
It was redundant.
2007-06-14 10:25:58 +02:00
Marco Pesenti Gritti
d3e8ddb278
Mute the channel when setting the volume to minimum.
2007-06-13 16:32:26 +02:00
Marco Pesenti Gritti
42385b069f
Set volume directly from python (requires gst-python).
...
Cleanups.
2007-06-13 16:22:49 +02:00
Dan Williams
e785bbe2a7
Turn off wifi new AP log messages
2007-04-27 13:08:40 -04:00
Dan Williams
c85985b55b
Deal with no NetworkManager
2007-04-10 21:06:29 -04:00
Marco Pesenti Gritti
2d08ff0163
Move private extensions out of the lib, inside the shell.
2007-04-07 00:08:54 +02:00
Dan Williams
1d25366c4f
Don't show Ad-Hoc mode networks in mesh view
2007-04-06 15:50:57 -04:00
Dan Williams
4b4cf9673c
Cleanup of sugar device handling code
2007-04-04 23:48:09 -04:00
Dan Williams
83a86e0ea1
Add a 'device activating' signal
2007-03-29 15:01:46 -04:00
Dan Williams
a24dd155b4
Make activating non-802-11-wireless devices work
2007-03-28 17:37:46 -04:00
Dan Williams
32fa3dc65b
Fixup for mesh devices
...
- Understand mesh devices
- Don't send device signals unless device is fully initialized
2007-03-28 16:39:28 -04:00
Dan Williams
0e1ec97663
Add accessor for mode
2007-03-15 22:00:22 -04:00
Dan Williams
672d06d85e
Add accessor for AP capabilties
2007-03-15 16:17:08 -04:00
Dan Williams
44f00a9cd8
Fix traceback due to bad merge
2007-03-07 16:24:21 -05:00
Dan Williams
a2bd1194f3
Work around bus-python bug with named exceptions
2007-03-07 16:23:52 -05:00
Dan Williams
11320e8883
Ensure entry can accept input
2007-03-07 16:23:33 -05:00
Dan Williams
550fe95b5a
Clean up sugar + NM client interaction
...
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.
2007-03-07 11:40:04 -05:00
Marco Pesenti Gritti
eefad0aeed
Do not try to add access points on model removed signal!
...
Some fixes to access point state.
2007-03-07 14:23:44 +01:00
Marco Pesenti Gritti
4d0c540f85
Fix bw/color switch. Patch by Owen Williams.
2007-03-04 00:54:50 +01:00
Marco Pesenti Gritti
b4836718de
Fix signal signature
2007-03-03 21:25:34 +01:00
Marco Pesenti Gritti
7b89672604
Catch GetActiveNetwork exceptions.
...
Listen for activation failures.
2007-03-02 16:45:09 +01:00
Marco Pesenti Gritti
d748682ef7
Handle the case where we get an Activating event
...
but we don't have an active device yet.
2007-03-02 15:56:06 +01:00
Marco Pesenti Gritti
baad778406
Improve logging
2007-03-02 15:11:59 +01:00
Marco Pesenti Gritti
8a9232234b
Fix distcheck
2007-02-27 22:21:55 +01:00
Marco Pesenti Gritti
8f57bf7c9d
Support running without network manager service.
...
Rework code to run without hardware manager service.
2007-02-26 14:42:39 +01:00
Marco Pesenti Gritti
d86290426c
Restore NetworkManagerInfo.conf
2007-02-26 13:41:03 +01:00
Marco Pesenti Gritti
de2a2011c6
Fix propagation of Device ssid changes
2007-02-26 13:24:21 +01:00
Marco Pesenti Gritti
6fadbde8bc
Fix up propagation of the state property changes
2007-02-26 13:20:36 +01:00
Marco Pesenti Gritti
dd74d030c3
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
2007-02-26 12:26:23 +01:00
Marco Pesenti Gritti
fa1d25d441
Add a device-added signal
2007-02-26 12:26:10 +01:00
Marco Pesenti Gritti
89a91954c9
More work on network devices, getting there
2007-02-26 12:23:00 +01:00
Dan Williams
a48fe93cc3
Return list of devices, not dict
2007-02-25 22:06:41 -05:00
Marco Pesenti Gritti
69b48ade35
s/essid/ssid
2007-02-25 21:19:18 +01:00
Marco Pesenti Gritti
4299dd6765
Cleanups
2007-02-25 17:51:30 +01:00
Marco Pesenti Gritti
66f26e4b8b
Fixup tooltips. Still not working for the home page case, since
...
the active device logic is pretty broken.
2007-02-25 17:34:15 +01:00
Marco Pesenti Gritti
e803f6534f
Add ssid tooltip to the home too. Not working yet.
2007-02-25 15:24:04 +01:00
Marco Pesenti Gritti
10bfe004a8
Fix strength propagation
2007-02-25 15:05:56 +01:00
Marco Pesenti Gritti
f907ceeae6
Display strength of wireless device/networks
2007-02-25 14:30:17 +01:00
Marco Pesenti Gritti
c0c753d169
Add back wep key dialog
2007-02-25 12:44:54 +01:00
Marco Pesenti Gritti
7c135804bc
Handle device removal
2007-02-25 12:36:44 +01:00
Marco Pesenti Gritti
38ac42d665
Activate the network on click
2007-02-25 12:17:45 +01:00