Commit Graph

66 Commits

Author SHA1 Message Date
Marco Pesenti Gritti
b004585cc5 Wep key combo by dcbw 2007-10-30 20:42:22 +01:00
Marco Pesenti Gritti
b023dd17a2 Make sure self._master is always initialized 2007-10-18 22:05:27 +02:00
Marco Pesenti Gritti
c34b5204ac Registration menu 2007-10-12 19:07:02 +02:00
Marco Pesenti Gritti
ab7cd66374 Add the olpc-register code 2007-10-12 17:38:29 +02:00
Simon McVittie
ff509f5030 Use 3 second timeout for blocking calls to NetworkManager, not 3000 seconds! (#3905) 2007-10-01 16:01:54 +01:00
Tomeu Vizoso
09a775e13a #948 Fix passphrase encoding for some passphrases (bertf) 2007-09-26 15:59:46 +02:00
Tomeu Vizoso
88e8bba22b #948 Accept ascii passphrases for WEP networks. 2007-09-25 19:41:42 +02:00
Simon Schampijer
e3f97b042f Save state of volume when shutdown and reboot fix for #3652 2007-09-24 18:00:36 +02:00
Dan Williams
6b6470ebcb * #1260, #2664, #1542, #2985: Rework network UI bits to be more informative and
increase granularity of mesh device control
2007-09-09 00:02:26 -04:00
Dan Williams
f4c7e03c34 Fix traceback showing wireless networks 2007-08-31 11:32:54 -04:00
Dan Williams
17c48f2d25 Add badges to infrastructure access points in mesh view 2007-08-30 02:40:26 -04:00
Dan Williams
96df28dcaf Don't traceback on systems without the right NM 2007-08-30 02:13:39 -04:00
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