Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/nm
Commit message (Collapse)AuthorAgeFilesLines
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-201-1/+1
|
* Don't show WPA-enabled APs in the NM applet menuDan Williams2007-01-161-3/+25
| | | | | We don't support WPA configuration yet, so don't show those access points in the dropdown menu.
* Remove debug code, as requested by j5Marco Pesenti Gritti2006-12-191-19/+0
|
* Fix a few indentation screw upsMarco Pesenti Gritti2006-12-042-2/+2
|
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-044-1333/+1333
|
* NM applet: store and return allowed networks correctlyDan Williams2006-11-133-63/+100
|
* Remove debugging codeDan Williams2006-11-131-16/+2
|
* Make the WEP key dialog work in async modeDan Williams2006-11-133-10/+84
|
* Fix returned dbus args so the applet works with WEPDan Williams2006-11-131-1/+2
|
* Fix more key dialog interactionDan Williams2006-11-132-4/+5
|
* Fix icon update on NM going awayDan Williams2006-11-121-1/+1
|
* Add wepkeydialog to the makefileDan Williams2006-11-121-1/+2
|
* More fixes, nearly there but not quite yet.Marco Pesenti Gritti2006-11-122-18/+21
|
* Add a simple dialog to enter the web hex key. Several typo fixed.Marco Pesenti Gritti2006-11-123-9/+75
| | | | Merged a patch from Dan.
* Hook up more of the key dialog bitsDan Williams2006-11-122-21/+122
|
*