summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* fix server lookup (#8846)Thierry Vignaud2004-03-161-1/+1
|
* (alert_config) fix wizard when logdrake is embeddedThierry Vignaud2004-03-161-0/+1
|
* (alert_config) fix wizard on second runThierry Vignaud2004-03-161-0/+1
|
* (alert_config) make it a wizard again (that is, with banner,Thierry Vignaud2004-03-161-0/+1
| | | | | "previous"/"next" buttons and the like)
* (interactive_mode) better styleThierry Vignaud2004-03-161-2/+4
|
* (interactive_mode, dialog) let's have nice icon in sub dialogs whenThierry Vignaud2004-03-161-2/+2
| | | | | embedded too
* (dialog) make subdialogs be transcient for main window when not embeddedThierry Vignaud2004-03-161-1/+1
|
* set x11 icoThierry Vignaud2004-03-165-0/+13
|
* add drakups iconThierry Vignaud2004-03-161-0/+0
| | | | | | | | | "Copyright (C) 2004 MGE UPS SYSTEMS / Luc Descotils This graphic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or at your option) any later version..."
* (configure_net) do not offer to alter domain name since this isThierry Vignaud2004-03-161-1/+0
| | | | | achievable through FQDN
* choose wether to use supermount is now based on variable SUPERMOUNT in ↵Pascal Rigaux2004-03-161-1/+1
| | | | /etc/sysconfig/dynamic
* Fix misnamed inittab\$\$IP=xxx.xxx.xxx.xxx\$\$.Stew Benedict2004-03-151-1/+1
|
* (configure_net) enable to alter hostnameThierry Vignaud2004-03-151-0/+2
|
* (configure_net) fix unlisted first dns serverThierry Vignaud2004-03-151-3/+4
|
* fix explanations in mcc that got broken by #8412 speedupThierry Vignaud2004-03-151-1/+2
|
* add ppp+ and ippp+ at the interfaces listFlorin Grad2004-03-151-0/+1
|
* (configure_net) fix spacing around DNS/domainname settings tableThierry Vignaud2004-03-151-1/+1
|
* (configure_net) write back domain name and dns serversThierry Vignaud2004-03-151-0/+2
|
* (configure_net) fix domainname readingThierry Vignaud2004-03-151-1/+1
|
* (configure_net) fix crash on internet access dialog closingThierry Vignaud2004-03-151-2/+5
|
* (configure_net) update connection status in background (#7800)Thierry Vignaud2004-03-151-0/+2
|
* add --old option in order to see old interfaceThierry Vignaud2004-03-151-0/+2
|
* make the ntpdate after stopping the ntpd (manu@agat.net, #8141)Thierry Vignaud2004-03-151-1/+5
|
* Let scannerdrake install "scanner-gui" instead of "xsane", so that scanning ↵Till Kamppeter2004-03-131-8/+7
| | | | GUI actually used can be determined by the system environment.
* "MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux".Till Kamppeter2004-03-132-3/+3
|
* (build_notebook) default protocol is dhcp (eg for unconfiguredThierry Vignaud2004-03-121-1/+1
| | | | | | interfaces), thus preventing ip checks faillure on protocol change on other network interfaces
* (apply) do not write IPADDR, NETMASK and NETWORK fields in ifcfg-ethXThierry Vignaud2004-03-121-3/+5
| | | | | when using DHCP
* (apply) factorize interface hashThierry Vignaud2004-03-121-2/+3
|
* (apply) fix crash (is_dynamic_ip expect a hash of network interaces,Thierry Vignaud2004-03-121-2/+1
| | | | | not a single interface)
* (configure_net) kill useless codeThierry Vignaud2004-03-121-9/+0
|
* (configure_net) fix layout by using a tableThierry Vignaud2004-03-121-18/+17
|
* remove a few more parametersThierry Vignaud2004-03-121-2/+0
|
* (configure_net) get rid of mask now we've cleaned up parametersThierry Vignaud2004-03-121-20/+5
|
* only show dns from resolv.conf for nowThierry Vignaud2004-03-121-4/+2
|
* (configure_net) remove some parameters according to specsThierry Vignaud2004-03-121-21/+3
|
* (configure_net) sanitize buttons layout (#8637)Thierry Vignaud2004-03-121-4/+3
|
* (advanced_install) "Install" button is sensitive only if there're someThierry Vignaud2004-03-121-1/+4
| | | | | fonts in the font list
* Install extra packages when using wizard too.Stew Benedict2004-03-111-53/+53
| | | | | Key transfer in GUI wasn't reporting errors.
* list yes/no for autologin in a more intuitive way, that is yes isThierry Vignaud2004-03-111-7/+7
| | | | | grouped with user and wm pull down menus (robert.vojta@qcm.cz, anthill #390)
* fix the disable, enable functionsFlorin Grad2004-03-111-36/+40
|
* remove debug statementThierry Vignaud2004-03-111-1/+1
|
* fix previous button on first step (robert.vojta@qcm.cz, anthill #387)Thierry Vignaud2004-03-111-2/+4
|
* (text_append) fix second run (on next filling, we shall not createThierry Vignaud2004-03-111-3/+4
| | | | | tags with name of existing ones)
* (parse_file) fix search :-)Thierry Vignaud2004-03-111-1/+1
|
* fix previous button on first step (robert.vojta@qcm.cz, anthill #386)Thierry Vignaud2004-03-111-1/+3
|
* (log_output) take a color and a font as parameters nowThierry Vignaud2004-03-111-14/+24
| | | | | | | | (log_output__real) splited from log_output(), insert text into textview at once (*) use new framework to speedup (#8412)
* (text_append) introduce it, forked from gtktext_insert()Thierry Vignaud2004-03-111-0/+29
| | | | | | | | | | unlike the later, it create named tags, thus reducing tagtable size from 30000+ tags to 10-20, thus speedup logdrake in quite a big way. it should probably replace gtktext_insert in mdk10.1 since all gtktext_insert users really have quite a few tags (eg: 1 for harddrake2 and rpmdrake)
* (parse_file) speed up it by 20% (#8412) but logcolorize is the top oneThierry Vignaud2004-03-111-3/+10
| | | | | in profiles
* spell Mandrakelinux in one wordThierry Vignaud2004-03-102-2/+2
|
* (row_setting_dialog) sanitize spacing in framesThierry Vignaud2004-03-101-7/+7
|