Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/desktop/meshbox.py
Commit message (Collapse)AuthorAgeFilesLines
* fail gracefully if system DBus unreachable (#1403)Sascha Silbe2010-01-111-1/+2
| | | | | | | | | | | | | | | System bus (DBus) is only required for optional features (non-permanent connection to jabber server, removable media, etc.), so fail gracefully (but output errors to logs) if it is unreachable. This aids testing Sugar inside chroots. Tested: - inside chroot (no system bus): errors in log, neighbourhood shows buddies - on XO-1 (regular session, no NM): no errors, neighbourhood shows buddies, battery shown - on XO-1 (regular session, NM): no errors, neighbourhood shows buddies and networks, battery shown, disconnecting + automatic reconnect works, shutdown works Signed-off-by: Sascha Silbe <sascha@silbe.org>
* Only parse colors from ad-hoc network names that contain them (#1604)Daniel Drake2010-01-031-2/+8
|
* Send all network settings to NetworkManager in secrets response (#1602)Daniel Drake2009-12-071-3/+5
| | | | | This fixes shared key authentication with WEP networks. Thanks to Dan Williams for suggesting the solution.
* Small fixes to new meshbox codeDaniel Drake2009-11-201-2/+2
|
* Group access points by network (#330)Daniel Drake2009-11-191-117/+165
| | | | | | | | | | | | | | | | | This patch implements the same AP-grouping logic as GNOME's nm-applet. APs that are from the same network are now shown as just a single network icon on the network view. If connected to the network, the circle displays the signal strength of the AP that you're connected to. If you aren't connected, it displays the signal strength of the strongest AP in that network. Showing all the APs is redundant anyway, since sugar doesn't really have any say in which AP is connected to after the user selects the network. Fixes a 0.84 regression where networks were split. Restores 0.82 behaviour of one circle per network.
* Use link-local IPv4 address setup for ad-hoc connectionsDaniel Drake2009-11-061-1/+1
| | | | | | In 'shared' mode, each user runs their own DHCP server and does not attempt to communicate with anyone else. Change to link-local mode to use avahi-autoipd for IP management.
* add star badge to APs that are in our connections (erikos) #19Tomeu Vizoso2009-08-301-1/+4
|
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-8/+8
|
* let the logger do the formattingSascha Silbe2009-08-241-1/+1
|
* Transmit the color of the ad-hoc network creatorSimon Schampijer2009-08-181-12/+20
| | | | The color is encoded in the essid
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineAleksey Lim2009-07-111-1/+7
|\
| * Don't save the adhoc networks to the config fileSimon Schampijer2009-07-101-1/+7
| |
* | md5 and sha module will be deprecated in python 2.6 #266Aleksey Lim2009-07-111-2/+2
|/
* Add code for creating ad-hoc wireless networksTomeu Vizoso2009-05-301-0/+5
|
* Fix nondeterministic denials for no-interface messages #575Simon Schampijer2009-03-201-10/+12
| | | | | Thanks to Dan Williams and Colin Walters for their assistance in spotting this. upstream bug fdo #18961
* Switch to existing instance of an activity if it's already running #410Tomeu Vizoso2009-02-231-3/+8
|
* show launcher screen as soon as possible. #243Tomeu Vizoso2009-02-041-0/+6
| | | | So the user has inmediate feedback.
* #10 right click on AP should reveal palette not connect to APTomeu Vizoso2009-01-211-3/+9
|
* Autoconnect to AP that we connected to last #8Simon Schampijer2009-01-141-5/+7
|
* Only create a keydialog for the activating connectionSimon Schampijer2008-12-161-4/+9
| | | | | | This fixes the issue when we have already an active connection (wired, another wireless device) and want to authenticate with another AP
* Request byte arrays as stringsTomeu Vizoso2008-12-151-1/+2
|
* mesh: update color when filter is setSimon Schampijer2008-11-161-0/+1
|
* Don't fail on ap removing but log itSimon Schampijer2008-11-161-4/+7
|
* Fix typoSimon Schampijer2008-11-161-2/+2
|
* DeviceAdded and DeviceRemoved needs to listen on the NM ifaceSimon Schampijer2008-11-161-2/+2
|
* d.s.o#7 Update Icon in the AP palette (marco)Simon Schampijer2008-11-131-10/+17
|
* Add saving and loading of the nm connections and support for WPASimon Schampijer2008-11-131-29/+112
|
* Get the wireless interface before trying to call methods.Marco Pesenti Gritti2008-11-041-3/+3
|
* Add intermediate object to report the secrets back from the dialogSimon Schampijer2008-10-291-4/+3
|
* Tomeu is an annoying nitpicker!Marco Pesenti Gritti2008-10-231-1/+1
|
* Do not crash in we can't own UserSettings because ofMarco Pesenti Gritti2008-10-231-1/+2
| | | | missing system policies for the service.
* Add a commentMarco Pesenti Gritti2008-10-221-0/+3
|
* Make connection to WEP work. Lots of cleanups left toMarco Pesenti Gritti2008-10-221-14/+45
| | | | in keydialog, really just an hack to make it work there.
* Swapped parameters.Marco Pesenti Gritti2008-10-221-1/+1
|
* Remove debug codeMarco Pesenti Gritti2008-10-221-1/+0
|
* Reuse settingsMarco Pesenti Gritti2008-10-221-7/+10
|
* More work on activation, sort of working.Marco Pesenti Gritti2008-10-221-9/+20
|
* Some work on activating the connection.Marco Pesenti Gritti2008-10-221-1/+10
|
* Complete device state handling.Marco Pesenti Gritti2008-10-221-32/+64
|
* Get the lock badge to work, some view cleanups.Marco Pesenti Gritti2008-10-221-66/+50
|
* Do not die if NetworkManager is not running.Marco Pesenti Gritti2008-10-221-2/+9
|
* Proper disconnect implementations.Marco Pesenti Gritti2008-10-221-19/+16
|
* pylint fixesSimon Schampijer2008-10-221-8/+10
|
* Disconnect signals when an access point is removed.Marco Pesenti Gritti2008-10-221-0/+12
|
* Get rid of the remaining bits of the old network managerMarco Pesenti Gritti2008-10-211-22/+5
| | | | | implementation. Interfaces are changed so much that we are forced to rewrite.
* Make the meshbox interact with NetworkManger (0.7).Marco Pesenti Gritti2008-10-211-175/+209
| | | | One layer less, yay!
*