summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* backported from TRUNK for Mandriva OneThierry Vignaud2006-02-271-1/+11
| | | | | | | - fix adding storage controllers: set scsi_hostadapter like DrakX does instead of trying preloading the driver - manage hardware_raid class too
* allow to rename an old user (possibly "guest" from a live distribution) ↵Olivier Blin2006-02-231-0/+7
| | | | instead of creating a new one, using info from first added user in finish-install (backport from HEAD)
* rename config hash as it will contain more settingsOlivier Blin2006-02-231-2/+2
|
* don't try to destroy potentially non-existent wizard window (backport from HEAD)Olivier Blin2006-02-231-1/+4
|
* create new function and use it (backport for finish-install)Olivier Blin2005-12-281-4/+1
|
* allow to blacklist steps in /etc/sysconfig/finish-install (backport)Olivier Blin2005-12-271-12/+19
|
* locale is now set by any::selectLanguage_standaloneOlivier Blin2005-12-271-2/+0
|
* add ask_keyboard step (backport)Olivier Blin2005-12-271-1/+19
|
* - Removed "localhost" from the DISPLAY veriable, it broke theTill Kamppeter2005-12-161-2/+2
| | | | | | authorization to pop up the printerdrake window on the user's desktop when a new USB printer was plugged.
* ask for license agreement before doing anything elseThierry Vignaud2005-12-151-0/+5
|
* remember 'restricted' wireless modeOlivier Blin2005-11-161-2/+1
|
* don't crash if mandi isn't startedOlivier Blin2005-11-161-2/+3
|
* use disconnected icon if no route, even if wifi is associatedOlivier Blin2005-11-071-4/+8
|
* - Let parallel HP printers be set up with HPLIP.Till Kamppeter2005-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Removed HPOJ support (HPOJ obsolete, now completely replaced by HPLIP). - Warn the user if an HP printer is connected via a port which is not supported by HPLIP. - Fixed printerdrake freezing when choosing a machine as remote CUPS server (for daemon-less client) which does not exist or does not run CUPS. - Let network printer detection also work if the DNS is misconfigured. - Let "Printer options" entry in printer editing menu only disapppear if there are really no options (entry disappeared also for Sagem MF3625 with empty manufacturer name in the PPD). - Fixed raw queue being shown with "driver: PPD" and not "driver: raw". - Do not use "Unknown model" and "Unknown Model", this somtimes broke identifying a print queue as being for an unknown printer. - Do not die if /usr/share/hplip/data/xml/models.xml (HPLIP printer database) is missing, this allows creation of live distros without HPLIP. - Fixed loop of determining the HPLIP device URI for local printers in the "printer::main::start_hplip()" function.
* Fix mis-sorted progress barsStew Benedict2005-09-251-2/+2
|
* This commit was manufactured by cvs2svn to create branchMystery Man2005-09-252-222/+79
| | | | 'MDK-2006_0-update'.
* Profile support (#17566)Stew Benedict2005-09-241-76/+217
| | | | | | | | Enhance cron support o weekday ranges (#18290) o multiple cron jobs o use profiles
* (interactive_mode) fix layoutThierry Vignaud2005-09-221-1/+3
|
* (license_msg) merge 2 similar stringsThierry Vignaud2005-09-221-2/+2
|
* show IFW button even if not connected (#18708)Olivier Blin2005-09-191-1/+2
|
* (wait_msg) kill debug messageThierry Vignaud2005-09-191-1/+1
|
* remove untranslated textAntoine Ginies2005-09-191-1/+1
|
* typo fixThierry Vignaud2005-09-181-1/+1
|
* force menu refresh when interface status is modified (#18636)Olivier Blin2005-09-181-0/+1
|
* typo fixThierry Vignaud2005-09-181-1/+1
|
* fix typo (pterjan)Olivier Blin2005-09-171-1/+1
|
* fix crash (ugtk2 dialog helpers aren't imported)Olivier Blin2005-09-171-1/+1
|
* Remove unclear text (not needed, #18619)Stew Benedict2005-09-171-3/+1
|
* (wait_msg) workaround gtk+ not displaying subdialog contentsThierry Vignaud2005-09-161-1/+3
|
* space cleaning (thx perl_checko)Thierry Vignaud2005-09-161-1/+2
|
* fix crash when only one interface is configuredOlivier Blin2005-09-161-1/+1
|
* fix draknfs bannerAntoine Ginies2005-09-161-1/+1
|
* fix drakhosts bannerAntoine Ginies2005-09-161-1/+1
|
* if ESSID is hidden, add brackets around AP MAC addressOlivier Blin2005-09-161-1/+1
|
* increase timeout after a wireless network is selectedOlivier Blin2005-09-151-1/+1
|
* don't vivify hash refOlivier Blin2005-09-151-1/+1
|
* show the main window very early. thus:Thierry Vignaud2005-09-151-6/+18
| | | | | | - users feels it startups faster - both main window's icon subdialogs' ones work smoothly
* allow to up/down any network interface (backport of my 2005 patch for PSA)Olivier Blin2005-09-151-1/+23
|
* fix borking entry "linux" (removing root=xxx) when removing a kernelPascal Rigaux2005-09-151-5/+6
|
* don't resize state iconsOlivier Blin2005-09-151-1/+1
|
* show refresh icon if network isn't connectedOlivier Blin2005-09-151-2/+5
|
* show ESSID if already configured for hidden ssidOlivier Blin2005-09-151-1/+1
|
* move signal strength icon on the leftOlivier Blin2005-09-151-2/+2
|
* refresh wireless networks every minute onlyOlivier Blin2005-09-151-1/+1
|
* don't automatically refresh networks listOlivier Blin2005-09-151-1/+0
|
* use Managed mode if AP isn't Ad-HocOlivier Blin2005-09-151-1/+1
|
* drakconnect: write wireless settings in wireless.d/ as wellOlivier Blin2005-09-151-2/+1
|
* fallback to wpa_cli or iwlist/iwconfig when needed (#18516)Olivier Blin2005-09-152-52/+119
|
* call network::ethernet::update_iftab from ↵Olivier Blin2005-09-141-1/+0
| | | | network::ethernet::configure_eth_aliases
* - allow to use --apply anywhere on the command line ( thanks ennael for ↵Michael Scherer2005-09-141-1/+1
| | | | spotting this )