summaryrefslogtreecommitdiffstats
path: root/lib/network/connection_manager.pm
Commit message (Collapse)AuthorAgeFilesLines
* revert bogus part of last commitThierry Vignaud2011-11-181-1/+1
|
* update main catalog (#3371)Thierry Vignaud2011-11-181-1/+1
|
* Remove wrong commit Dexter Morgan2011-03-061-2/+0
|
* Add empty files to be filled for desktop-common-dataDexter Morgan2011-03-061-0/+2
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-net ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: po - replace Mandriva by Mangeia in po files pixmaps - replace all images (use Oxygen) icons - replace all images (use Oxygen) lib - remove Mandriva occurrences - movre dbus prefix to org.mageia config - remove Mandriva occurrences - movre dbus prefix to org.mageia
* Fix inverted wireless networks signal level sortingPascal Terjan2010-02-011-1/+1
|
* Sort wireless networks by signal level by defaultPascal Terjan2010-02-011-0/+2
|
* Ignoring non-fatal wpa_supplicant messages (#54002)Eugeni Dodonov2009-10-271-8/+10
|
* Run net_monitor from /usr/bin (to comply with new net_monitor layout).Eugeni Dodonov2009-10-131-1/+1
|
* (create_networks_list) only display 2 digits after comma for signalThierry Vignaud2009-09-161-1/+1
| | | | | strengh (#53685)
* Show global interface settings in draknetcenter (#33623).Eugeni Dodonov2009-04-061-0/+3
|
* warn that connection failed after timeout (instead of just hiding wait message)Olivier Blin2009-02-251-1/+9
|
* do not require net monitor for connection timeout, it just needs dbus nowOlivier Blin2009-02-251-1/+1
|
* fix variable nameOlivier Blin2009-02-251-1/+1
|
* CTRL-EVENT-CONNECTED does not have to be handled, further status will be ↵Olivier Blin2009-02-251-3/+2
| | | | handled by interface status code
* handle interface up/failure status messagesOlivier Blin2009-02-251-0/+8
|
* support more interface types in dbus event handlers for statusOlivier Blin2009-02-251-1/+6
|
* move status event print in generic handlerOlivier Blin2009-02-251-0/+1
|
* fix getting interface from status messageOlivier Blin2009-02-251-3/+6
|
* move wireless status code in generic dbus handling (to support it in ↵Olivier Blin2009-02-251-0/+14
| | | | drakroam too)
* check dbus interface before calling network status codeOlivier Blin2009-02-251-6/+8
|
* find cmanager for current interfaceOlivier Blin2009-02-251-1/+3
|
* pass all connections to _get_network_event_messageOlivier Blin2009-02-251-1/+1
|
* update networks even if there is no status messageOlivier Blin2009-02-251-2/+2
|
* fix using on_network_eventOlivier Blin2009-02-251-1/+1
|
* actually keep _ name, it should be privateOlivier Blin2009-02-251-2/+2
|
* fix function nameOlivier Blin2009-02-251-1/+1
|
* cosmeticsOlivier Blin2009-02-251-7/+8
|
* keep wait message in drakroam tooOlivier Blin2009-02-251-0/+1
|
* move dbus helpers in network::connection_managerOlivier Blin2009-02-251-0/+27
|
* keep wireless wait messages while wpa_supplicant is associatingOlivier Blin2008-12-151-1/+5
|
* make connection managers use mandi when availableOlivier Blin2008-12-091-1/+1
|
* allow to search in networks list (from Pascal Terjan)Olivier Blin2008-11-131-0/+6
|
* remove trailing newlineOlivier Blin2008-11-131-1/+0
|
* use cmp operatorOlivier Blin2008-11-131-4/+5
|
* allow to sort networks list (from Pascal Terjan, #40177)Olivier Blin2008-11-131-0/+23
|
* guess hardware settings when loading settings (not to lose PIN code for ↵Olivier Blin2008-06-031-1/+1
| | | | cellular connections)
* do not show connected pixbuf for connection types with a unique networkOlivier Blin2008-06-021-1/+0
|
* do not use a networks list when there is only one network (cellular cards)Olivier Blin2008-05-281-9/+24
|
* extract some variables (for next commit)Olivier Blin2008-05-281-3/+6
|
* do not let interactive::gtk set huge window size when asking hardware settingsOlivier Blin2008-05-231-1/+2
|
* show wait message when checking hardwareOlivier Blin2008-05-231-1/+6
|
* fix checkOlivier Blin2008-05-181-1/+1
|
* allow to select provider in drakroam/netcenterOlivier Blin2008-05-181-0/+7
|
* split configure_hardware out of check_hardware (for check_hardware to only ↵Olivier Blin2008-05-181-3/+4
| | | | probe hardware status in next commits)
* allow to skip protocol and address configuration (defaulting to dhcp) if ↵Olivier Blin2008-05-121-1/+3
| | | | AUTOMATIC_ADDRESS is true in /etc/sysconfig/drakx-net
* remove unneeded useOlivier Blin2008-05-011-1/+0
|
* do not check connection setup again if first time failed (update_networks ↵Olivier Blin2008-03-141-1/+1
| | | | will check it as well)
* check that PIN number is 4 digitsOlivier Blin2008-03-141-0/+4
|
* load settings before setting up connection (to preserve potentially existing ↵Olivier Blin2008-03-141-0/+2
| | | | settings)