summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow to skip protocol and address configuration (defaulting to dhcp) if ↵distro/mdv2008.0Olivier Blin2008-05-123-4/+8
| | | | AUTOMATIC_ADDRESS is true in /etc/sysconfig/drakx-net
* default to roaming for all encryption types if ROAMING is true in ↵Olivier Blin2008-05-121-1/+4
| | | | /etc/sysconfig/drakx-net
* refresh networks list when switching from non-roaming to roaming (to get ↵Olivier Blin2008-05-121-0/+10
| | | | wpa_supplicant network IDs)
* allow skipping interface choice if AUTOMATIC_IFACE_CHOICE is true in ↵Olivier Blin2008-05-121-2/+5
| | | | /etc/sysconfig/drakx-net and only one automatic interface is detected (i.e. not ndiswrapper)
* allow to disable D-Bus usage by setting NET_APPLET_DBUS=no in ↵Olivier Blin2008-05-121-1/+4
| | | | | | | | /etc/sysconfig/drakx-net (saves about 5200 kB of RSS memory) this disables Interactive Firewall and switching wireless network in the background without being root
* do not read modules_conf (saves 92 kB of RSS)Olivier Blin2008-05-121-3/+1
|
* make modules_conf parameter optional in get_eth_cardsOlivier Blin2008-05-121-3/+3
|
* use new advanced vpnc UDP options (mostly from Lonny, #35007)Olivier Blin2008-04-021-4/+4
|
* show the GUI earlier to fix window icon, it gets destroyed afterOlivier Blin2008-02-292-1/+4
| | | | | initial wait message is destroyed (backport from trunk)
* update po (from trunk)Olivier Blin2008-02-293-1025/+1299
|
* do not crash with prism54 driver which reports quality with division by zeroOlivier Blin2008-02-291-0/+1
| | | | | (assume max signal quality is 255 instead, from Eddy De Greef, #34845 and #37879, backport from trunk)
* create 2008.0 branch from trunkOlivier Blin2008-02-260-0/+0
|
* 0.26Olivier Blin2008-02-262-1/+2
|
* update NEWSOlivier Blin2008-02-261-2/+32
|
* add title in wait messagesOlivier Blin2008-02-265-10/+10
|
* improve error message for ndiswrapper setup (#28335)Olivier Blin2008-02-261-1/+1
|
* 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
|
* add wait message when starting netcenterOlivier Blin2008-02-261-0/+2
|
* update docOlivier Blin2008-02-261-2/+6
|
* do not run sdptool search when detecting connections in fast modeOlivier Blin2008-02-261-1/+5
|
* 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 scan networks at startup if device is unavailableOlivier Blin2008-02-261-1/+2
|
* allow to scan networks in netcenter even if slow (like cellular), just don't ↵Olivier Blin2008-02-261-6/+7
| | | | do it at startup
* 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
|
* report that hardware check is slow for cellular cardsOlivier Blin2008-02-261-0/+1
|
* add check_hardware_is_slow in network::connectionOlivier Blin2008-02-261-0/+2
|
* updatesKeld Simonsen2008-02-261-62/+53
|
* allow to override component nameOlivier Blin2008-02-261-1/+2
|
* be stricter when matching provider countryOlivier Blin2008-02-251-1/+2
|
* fix crash when weirdly translated locale country contains metacharacters ↵Olivier Blin2008-02-251-1/+1
| | | | (from Cosmin Humeniuc)
* Osatuta.Iñigo Salvador Azurmendi2008-02-241-20/+18
|
* Fixed some committed errors...Marek Laane2008-02-221-6/+6
|
* Updated Estonian translation.Marek Laane2008-02-221-58/+80
|
* make sure not to run timers after quitting the main loop (#37635)Thierry Vignaud2008-02-222-1/+5
|
* blacklist featureThierry Vignaud2008-02-221-0/+1
|
* make sure widgets got realized before any event callback is called (#36537)Thierry Vignaud2008-02-222-0/+5
|
* make expose_event callback more robust (#36537)Thierry Vignaud2008-02-222-0/+4
|
* find conflicting drivers attached on the ssb bus (for example b43)Olivier Blin2008-02-221-0/+6
|
* find conflicting drivers with no net interface as well (for example ssb), by ↵Olivier Blin2008-02-221-0/+8
| | | | looking at the registered driver in sysfs
* always mark the original driver as conflicting with ndiswrapper if it is loadedOlivier Blin2008-02-221-0/+4
|
* add is_driver_listed helperOlivier Blin2008-02-221-0/+2
|
* sort modules according to /proc/modules when removing conflicting modules to ↵Olivier Blin2008-02-221-1/+2
| | | | handle module deps nicely
* stop conflicting interfaces before removing conflicting modulesOlivier Blin2008-02-221-0/+2
|
* adjust commentOlivier Blin2008-02-221-1/+1
|
* unload drivers for all conflicting interfacesOlivier Blin2008-02-221-1/+2
|