summaryrefslogtreecommitdiffstats
path: root/lib/network/connection_manager.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* use OO notation for connection_manager objectsOlivier Blin2008-03-141-21/+20
|
* rename droam as cmanagerOlivier Blin2008-03-141-5/+5
|
* bless network::connection_manager objectsOlivier Blin2008-03-141-3/+5
|
* add set_connection wrapperOlivier Blin2008-03-141-0/+5
|
* only write network settings to have to be applied before starting connection ↵Olivier Blin2008-03-141-3/+2
| | | | (workaround for #38792)
* do not crash if no device is detected when updating networks (#38734)Olivier Blin2008-03-111-2/+2
|
* add title in wait messagesOlivier Blin2008-02-261-2/+2
|
* do not hide wait message early when scanning networksOlivier Blin2008-02-261-1/+2
|
* remove wait message when displaying device setup errorOlivier Blin2008-02-261-1/+2
|
* setup connection if needed when updating networks listOlivier Blin2008-02-261-0/+3
|
* update networks list after initial connection setupOlivier Blin2008-02-261-0/+2
|
* write settings after initial connection setupOlivier Blin2008-02-261-0/+1
|
* factorize settings write in write_settings() (adds additional modules_conf ↵Olivier Blin2008-02-261-4/+10
| | | | write in some cases)
* do not enable by default devices that require slow hardware check (like ↵Olivier Blin2008-02-261-1/+3
| | | | cellular cards)
* move setup check code in check_setupOlivier Blin2008-02-261-6/+11
|
* allow to configure device if not installed (#33531)Olivier Blin2008-02-201-3/+19
|
* perl_checker fixesOlivier Blin2007-11-121-2/+2
|
* do not redeclare unused new x/yOlivier Blin2007-11-121-1/+1
|
* do not make refresh/monitor buttons sensitive if device has no interfaceOlivier Blin2007-11-121-0/+6
|
* check network access and adress settingsOlivier Blin2007-10-051-6/+18
|
* net_applet/drakroam/draknetcenter: list current network on top of network listOlivier Blin2007-10-051-1/+1
|
* drakroam: use same sort function than draknetcenterOlivier Blin2007-10-051-2/+9
|
* add banner in configure dialog (#33622)Olivier Blin2007-09-191-1/+3
|
* update status icon on connection changeOlivier Blin2007-09-191-0/+6
|
* always allow to connect if no network has to be selectedOlivier Blin2007-09-191-2/+6
|
* do not die when no wireless interface is configured (#33123)Olivier Blin2007-09-191-2/+3
|
* Mark title of Network settings dialog as translatableFunda Wang2007-09-151-2/+2
|
* do not hardcode icon extension and pathOlivier Blin2007-09-101-2/+2
|
* oops, revert debug codeOlivier Blin2007-08-201-4/+0
|
* do not use big titles, only bold labelsOlivier Blin2007-08-201-0/+4
|
* remove unaccurate commentOlivier Blin2007-08-201-1/+0
|
* modify image (if any) for toggle button when toggledOlivier Blin2007-08-201-1/+4
|
* allow to run configure if type can't get networksOlivier Blin2007-08-131-1/+2
|
* rename prepare_connection as setup_connection (to avoid confusion with ↵Olivier Blin2007-08-131-1/+1
| | | | network::connection::prepare_connection)
* allow to start connection if the type can't get networksOlivier Blin2007-08-131-13/+18
|
* run net_monitor when configure button is clickedOlivier Blin2007-08-101-0/+6
|
* rename update_on_network_change as update_on_status_change (we do not ↵Olivier Blin2007-08-091-5/+5
| | | | necessarily have multiple networks)
* move more code in network::connection_managerOlivier Blin2007-08-091-0/+10
|
* rename droam as cmanager where appropriateOlivier Blin2007-08-091-106/+106
|
* move connection management code of drakroam in new network::connection_managerOlivier Blin2007-08-091-0/+253