summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* do not automatically switch from nv to nvidia (in order to handleThierry Vignaud2004-06-141-2/+2
| | | | | cases where nvidia module crashes the system)
* enable drag on drop when looking only at customized settingsThierry Vignaud2004-06-141-1/+5
|
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-145-25/+36
| | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts
* display more data about hard disks (geometry, number of primary/extendedThierry Vignaud2004-06-141-0/+14
| | | | | partitions)
* merge lost hunkThierry Vignaud2004-06-111-2/+2
|
* s/_([xy])\b/_\1\1/ so that cperl-mode is happierThierry Vignaud2004-06-111-14/+14
|
* make draksplash work again...Thierry Vignaud2004-06-111-24/+25
|
* fix trainee suckinessOlivier Blin2004-06-101-1/+1
|
* Bugzilla #9877 - deal with kernel ring buffer that is flooded with msgsStew Benedict2004-06-081-3/+3
| | | | | for tape device detection.
* kill dead codeThierry Vignaud2004-06-081-1/+1
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* run harddrake service earlierThierry Vignaud2004-06-041-1/+1
|
* Really apply gui fix.Stew Benedict2004-06-011-2/+4
|
* Use array rather than hash per Thierry.Stew Benedict2004-06-012-2/+4
| | | | | Insure ftp transfers are binary, fix gui problem (in 10.0 update also).
* rollback weird and ugly workaround when pressing cancel on the ask_warn. The ↵Pascal Rigaux2004-06-011-2/+1
| | | | real fix is in ugtk2.pm
* (lilo_choice) fix error titleThierry Vignaud2004-06-011-1/+1
|
* fix "two windows after exception" bugThierry Vignaud2004-06-011-1/+2
|
* Typo in tape restore (Federico Belvisi).Stew Benedict2004-05-281-1/+1
|
* (get_val) reuse c::get_netdevices() and thus skip bogus sit0Thierry Vignaud2004-05-271-3/+7
|
* Fix dropped .txt files when running mkisofs. (Anthill #799)Stew Benedict2004-05-241-2/+2
|
* (mk_frame) minor cleanupThierry Vignaud2004-05-241-1/+1
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-249-30/+34
|
* (build_notebook) simplify pull down menu filling and do not duplicate protocolsThierry Vignaud2004-05-241-1/+1
| | | | | list
* Some new perl_checker fixes.Stew Benedict2004-05-212-108/+58
|
* Add /etc/modprobe* mount points for client hardware config.Stew Benedict2004-05-201-0/+6
|
* kill unused imageThierry Vignaud2004-05-171-0/+0
|
* really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet)Pascal Rigaux2004-05-131-1/+1
|
* Man page for drakbackup.conf.Stew Benedict2004-05-101-0/+180
|
* Fixed firmware installation.Till Kamppeter2004-05-081-4/+9
|
* perl_checker compliancePascal Rigaux2004-05-081-1/+1
|
* do saner check for ntp package (Robert Vojta)Thierry Vignaud2004-05-071-1/+1
|
* don't prefer_devfs_name when reading /proc/mounts (which uses devfs names)Pascal Rigaux2004-05-061-1/+1
|
* fix interface destruction wizardThierry Vignaud2004-05-041-1/+1
|
* fix drakupdate_fstab adding twice an entry in fstab, one with the old name, ↵Pascal Rigaux2004-05-011-1/+5
| | | | one with the devfs name
* time is displayed as HH:MM:SS with RTL languagesThierry Vignaud2004-04-301-1/+3
|
* log removed/added hwThierry Vignaud2004-04-281-0/+3
|
* drop isdn_ fonction namesDamien Chaumette2004-04-281-2/+2
|
* more gui layout fixesDamien Chaumette2004-04-271-36/+38
|
* not needed for Lacie, so removingPascal Rigaux2004-04-271-1/+0
|
* remove useless ::prefix referencesThierry Vignaud2004-04-231-3/+3
|
* (build_notebook) sort ppp auth methodsThierry Vignaud2004-04-231-1/+1
|
* re-indentationDamien Chaumette2004-04-231-127/+127
|
* use gtkset_border_width(Gtk2::VBox->new, 5) to create a vbox and set aDamien Chaumette2004-04-231-7/+3
| | | | | border_width at the same time
* change packing to get a better GUIDamien Chaumette2004-04-231-84/+95
|
* do automatic sound configuration (one can still switch between OSS andThierry Vignaud2004-04-231-0/+1
| | | | | ALSA through mcc)
* handle again timeoutsThierry Vignaud2004-04-231-1/+1
|
* do X11 configuration automagicallyThierry Vignaud2004-04-231-1/+2
|
* handle --autoThierry Vignaud2004-04-231-0/+1
|
* - when automatic flag is set for one hardware class, do not ask forThierry Vignaud2004-04-231-14/+20
| | | | | | | confirmation and just do what is needed - only show "probing in progress" message if we did run an interactive tool