Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | increase timeout after a wireless network is selected | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | don't vivify hash ref | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | 10.3-0.62mdk | Thierry Vignaud | 2005-09-15 | 1 | -1/+38 |
| | |||||
* | show the main window very early. thus: | Thierry Vignaud | 2005-09-15 | 1 | -6/+18 |
| | | | | | | - users feels it startups faster - both main window's icon subdialogs' ones work smoothly | ||||
* | restart hsf/hcfpci services when needed | Olivier Blin | 2005-09-15 | 1 | -0/+2 |
| | |||||
* | allow to up/down any network interface (backport of my 2005 patch for PSA) | Olivier Blin | 2005-09-15 | 1 | -1/+23 |
| | |||||
* | fix borking entry "linux" (removing root=xxx) when removing a kernel | Pascal Rigaux | 2005-09-15 | 1 | -5/+6 |
| | |||||
* | support madwifi drivers | Olivier Blin | 2005-09-15 | 1 | -1/+12 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-09-15 | 1 | -0/+123 |
| | |||||
* | Updated Malay translation | Sharuzzaman Ahmat Raslan | 2005-09-15 | 1 | -2614/+2988 |
| | |||||
* | - call installCallback() on "open" too | Pascal Rigaux | 2005-09-15 | 2 | -2/+3 |
| | | | | | | | - on "open" we are not chrooted - setting advertising when chrooted could cause havoc if pango wants to load a new font (eg: advertising #13 in pt_BR) | ||||
* | language proof from Gregor Pirnaver <gregor.pirnaver@sdm-si.org>. | Funda Wang | 2005-09-15 | 1 | -12/+13 |
| | |||||
* | - there is no more adverstising icon | Pascal Rigaux | 2005-09-15 | 1 | -5/+2 |
| | | | | | - cleaning | ||||
* | - we do want doPartitionDisks and formatPartitions to be done early on upgrade, | Pascal Rigaux | 2005-09-15 | 2 | -1/+11 |
| | | | | | | | | so that selectKeyboard is done when the partitions are mounted - call set_all_default() (to fix fstab on upgrade) before install packages so that {useSupermount} is correctly set (maybe we could also move the set_all_default on install there) | ||||
* | ensure we have gnome-volume-manager when we have gnome or kde (to handle ↵ | Pascal Rigaux | 2005-09-15 | 1 | -5/+5 |
| | | | | cdrom auto mounting) | ||||
* | since choosing keyboard is done after mounting partition to upgrade, | Pascal Rigaux | 2005-09-15 | 1 | -12/+9 |
| | | | | | | | we can do things much more nicely on upgrade: - keeping previous keyboard - or forcing prompting keyboard when bad keyboard | ||||
* | Updated sl translation from Jure Repinc <jlp@holodeck1.com>. | Funda Wang | 2005-09-15 | 1 | -134/+142 |
| | |||||
* | lower signal level given by wpa_supplicant | Olivier Blin | 2005-09-15 | 1 | -2/+4 |
| | |||||
* | don't try to update shorewall configuration if it's disabled | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | drakconnect: update interfaces list in shorewall | Olivier Blin | 2005-09-15 | 1 | -0/+5 |
| | |||||
* | read shorewall net interface from configuration file first | Olivier Blin | 2005-09-15 | 1 | -0/+5 |
| | |||||
* | don't resize state icons | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | show refresh icon if network isn't connected | Olivier Blin | 2005-09-15 | 1 | -2/+5 |
| | |||||
* | show ESSID if already configured for hidden ssid | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | move signal strength icon on the left | Olivier Blin | 2005-09-15 | 1 | -2/+2 |
| | |||||
* | refresh wireless networks every minute only | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | don't automatically refresh networks list | Olivier Blin | 2005-09-15 | 1 | -1/+0 |
| | |||||
* | fix hidden ssid always recognized as current when using iwlist | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | use Managed mode if AP isn't Ad-Hoc | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | better handling of ASCII WEP keys (partial fix for #18558) | Olivier Blin | 2005-09-15 | 1 | -8/+11 |
| | |||||
* | drakconnect: write wireless settings in wireless.d/ as well | Olivier Blin | 2005-09-15 | 2 | -5/+14 |
| | |||||
* | fallback to wpa_cli or iwlist/iwconfig when needed (#18516) | Olivier Blin | 2005-09-15 | 4 | -77/+176 |
| | |||||
* | Fixed typos and one fuzzy. | Wanderlei Antonio Cavassin | 2005-09-14 | 1 | -1/+1 |
| | |||||
* | try to load all ppp modules, even if one of them fails | Olivier Blin | 2005-09-14 | 1 | -2/+3 |
| | |||||
* | modprobe pppoatm for pppoa connections | Olivier Blin | 2005-09-14 | 1 | -1/+3 |
| | |||||
* | write ethernet aliases (and iftab) on upgrade, so that eth1394 doesn't mess ↵ | Olivier Blin | 2005-09-14 | 1 | -1/+6 |
| | | | | up interface ordering after install | ||||
* | call network::ethernet::update_iftab from ↵ | Olivier Blin | 2005-09-14 | 3 | -2/+1 |
| | | | | network::ethernet::configure_eth_aliases | ||||
* | - allow to use --apply anywhere on the command line ( thanks ennael for ↵ | Michael Scherer | 2005-09-14 | 1 | -1/+1 |
| | | | | spotting this ) | ||||
* | updates from eskild | Per Øyvind Karlsen | 2005-09-14 | 1 | -964/+924 |
| | |||||
* | use nvidia legacy drivers for TNT2/GeForce/GeForce2 | Olivier Blin | 2005-09-14 | 1 | -1/+8 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-09-14 | 1 | -0/+152 |
| | |||||
* | add upgrade script for conectiva | Pascal Rigaux | 2005-09-14 | 6 | -12/+113 |
| | |||||
* | fixed Latin American (latam) and Laotian (la) xkb keyboard names. | Frederic Lepied | 2005-09-14 | 1 | -2/+2 |
| | |||||
* | translation updates | Tomasz Bednarski | 2005-09-14 | 1 | -206/+87 |
| | |||||
* | if we have dmraid devices, use grub, and not only if the boot device is on ↵ | Pascal Rigaux | 2005-09-14 | 1 | -3/+2 |
| | | | | dmraid (bugzilla #18386) | ||||
* | don't succeed if resize2fs failed | Pascal Rigaux | 2005-09-14 | 1 | -1/+1 |
| | |||||
* | Make drakxtools require gtkdialogs for urpmi --gui | Rafael Garcia-Suarez | 2005-09-14 | 1 | -0/+1 |
| | |||||
* | Updated POT file. | Funda Wang | 2005-09-14 | 70 | -44982/+46008 |
| | |||||
* | add auto_install option | Antoine Ginies | 2005-09-14 | 1 | -1/+1 |
| | |||||
* | do have all useful info in selected leaves, including base packages, | Pascal Rigaux | 2005-09-14 | 1 | -1/+1 |
| | | | | | it won't be much longer but we can precise choices like lilo vs grub |