summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixes, make mode optionnal in load_imageOlivier Blin2005-06-031-3/+8
|
* 4th parameter is not used, i suspect it's not useful anymore since we pass ↵Pascal Rigaux2005-06-031-1/+1
| | | | the value in {sound_slot_index}
* make perl_checker happyPascal Rigaux2005-06-031-39/+38
|
* fix blino suxPascal Rigaux2005-06-031-1/+1
|
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
|
* fix indentation (titi sux)Pascal Rigaux2005-06-031-1/+1
|
* create keyboard::configure_xorg() and use itPascal Rigaux2005-06-031-8/+1
| | | | | (and don't call it inside a eval, no error should occur)
* - create keyboard::default() and use itPascal Rigaux2005-06-021-1/+1
| | | | | - it uses keyboard::from_DMI() to get XkbModel when possible
* Tape backup/restore fixes to work with new .backupignore scheme, +bugs.Stew Benedict2005-06-011-4/+6
|
* add language selection to finish-installPascal Rigaux2005-06-012-30/+24
|
* remove unneded modules loading ('net' category is deprecated for ages)Olivier Blin2005-05-311-2/+0
|
* remove dead codeOlivier Blin2005-05-311-5/+0
|
* adding back translation of descriptions for some known display managersPascal Rigaux2005-05-311-1/+7
|
* move netprofile stuff in network::networkOlivier Blin2005-05-301-4/+4
|
* - don't use hard written entries anymorePascal Rigaux2005-05-301-35/+11
| | | | | | - display the entries sorted as given - simplify code using more drakx functions
* look for *.confPascal Rigaux2005-05-301-1/+1
|
* load drivers for newly added devices so that they work out of the box on firstThierry Vignaud2005-05-301-1/+4
| | | | | | boot after card plugging for the following categorys: AGP ATA_STORAGE DVB SATA_STORAGE SCSI_CONTROLLER TV
* handle /etc/X11/dm.d/* entries (as proposed by Loic Baudry)Pascal Rigaux2005-05-271-0/+11
|
* remove debug codeOlivier Blin2005-05-261-2/+0
|
* check_iptables() doesn't need a $in object anymoreOlivier Blin2005-05-261-1/+1
|
* add "choose_net_interface" step to have a real wizard step when askingOlivier Blin2005-05-261-17/+25
| | | | | net interface
* better way to handle squid ports (read shorewall REDIRECT rules in ↵Olivier Blin2005-05-261-14/+16
| | | | network::shorewall::read to avoid tricks in network::shorewall::write)
* - use scrollbar in preview windowOlivier Blin2005-05-261-23/+38
| | | | | | - try not to be larger than screen size minus toolbars size - close_window -> close_all
* let user call drakroam (#16019)Olivier Blin2005-05-251-1/+2
|
* - wizardifyOlivier Blin2005-05-241-489/+354
| | | | | | | - allow not to enable DNS, dhcpd and proxy servers - allow not to enable CUPS broadcast - use @IF (network interface) instead of network address in CUPS configuration
* uninstall DVB modules if neededThierry Vignaud2005-05-191-1/+1
|
* (simple_read_rpmsrate) add support for HW_CAT keyword that enable to matchThierry Vignaud2005-05-191-0/+2
| | | | | a category from list_modules.pm
* really write waproamd config filesOlivier Blin2005-05-171-17/+11
|
* help testingThierry Vignaud2005-05-171-1/+1
|
* fix another potential security bug (#16020)Olivier Blin2005-05-171-1/+1
|
* really fix permissionsThierry Vignaud2005-05-171-1/+1
|
* fix perms on /etc/wlandetect.conf (#16020)Thierry Vignaud2005-05-171-1/+1
|
* add the "Create new theme" button backOlivier Blin2005-05-161-11/+11
|
* allow to choose between "text only", "verbose" and "silent" bootsplash modesOlivier Blin2005-05-161-23/+38
|
* fix PCMCIA controller reconfiguration (#15742)Olivier Blin2005-05-121-2/+1
|
* - Removed some remaining "Mandrake"s in printerdrake and scannerdrake.Till Kamppeter2005-05-121-3/+3
|
* - clean embedding stuffThierry Vignaud2005-05-121-12/+8
| | | | | - center wait message on parent
* Drop webdav support (can be mounted as a normal net filesystem these days)Stew Benedict2005-05-111-71/+26
| | | | | | Remove translation on "tape" media selection (#15437) Rework .backupignore handling (#12352)
* shrink preview window on resolution changeOlivier Blin2005-05-101-1/+3
|
* handle both silent and verbose imagesOlivier Blin2005-05-101-11/+14
|
* allow to modify progress bar and console box by dragging the mouseOlivier Blin2005-05-101-8/+50
|
* move rectangle2xywh(), distance(), farthest() and nearest() from draksplash2 ↵Olivier Blin2005-05-101-45/+1
| | | | to bootsplash module, create xywh2rectangle()
* remove spurious charactersOlivier Blin2005-05-091-1/+1
|
* use a separate window for image previews, use a notebook to split ↵Olivier Blin2005-05-091-67/+82
| | | | silent/verbose/console settings
* use bootsplash::get_framebuffer_resolutionOlivier Blin2005-05-091-12/+5
|
* better use gtkpack__() rather than gtkadd() when adding multiple widgetsThierry Vignaud2005-05-091-2/+2
|
* fix layout, update scale factors when the theme name is changed tooOlivier Blin2005-05-091-5/+4
|
* use default values for scale settings and draw a cross inside the text boxOlivier Blin2005-05-091-18/+24
|
* Predict NBI disk space usage and check.Stew Benedict2005-05-051-28/+81
| | | | | | | Catch failed NBI creation. (#13902) Catch failed dhcpd.conf creation (#13943) Misc small bug fixes.
* preview theme in real time, cleanupsOlivier Blin2005-05-041-493/+165
|