summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* workaround a drakx bug which don't always add bttv to /etc/modulesThierry Vignaud2003-02-191-0/+2
|
* make sure network::network:: is used (just in case)Francois Pons2003-02-191-1/+1
|
* add default configuration for network for summary.Francois Pons2003-02-191-0/+4
|
* - Add localized help files for OpenOffice.orgGwenolé Beauchesne2003-02-192-3/+8
| | | | | - Add new SPELLCHECK category for myspell spellchecking and hyphenators
* - cleanup & simplifyPascal Rigaux2003-02-192-17/+33
| | | | | - handle raid on raid detection
* mkraid wants all the md devices written in raidtab to exist, even if asking toPascal Rigaux2003-02-191-2/+2
| | | | | create a specific md
* don't log "warning: find_index failed in ..."Pascal Rigaux2003-02-191-1/+1
|
* cleanupPascal Rigaux2003-02-191-2/+6
|
* - allow raid on raid (raid 10)Pascal Rigaux2003-02-191-5/+8
| | | | | | - focus mount point in Mount_point - focus type in Type
* *** empty log message ***Pascal Rigaux2003-02-191-1/+1002
|
* provide a minimum desrciption for Scientific Workstation (#1814)Guillaume Cottenceau2003-02-191-1/+1
|
* try to choose sensible values for insensitive widgetsGuillaume Cottenceau2003-02-191-2/+2
|
* have _ at the end of Belarussian, or else it messes upGuillaume Cottenceau2003-02-191-1/+1
| | | | | | alphabetical sorting (_ is added by pablo to know it needs fixing..)
* have "all languages" and "utf8" before the list of languages, per request of ↵Guillaume Cottenceau2003-02-191-9/+9
| | | | pablo
* revert Pablo's breaking po's installation :)Guillaume Cottenceau2003-02-191-1/+1
|
* not more xpm's in shareGuillaume Cottenceau2003-02-191-1/+1
|
* disallow double-clicking on "Refuse" (license step)Pascal Rigaux2003-02-191-3/+3
|
* s/boot partition/the root partition/ (cf bug #1803)Pascal Rigaux2003-02-191-1/+1
|
* remove no more used variableThierry Vignaud2003-02-191-1/+0
|
* (read_conf) simplifyThierry Vignaud2003-02-191-2/+1
|
* fixed some strings in Hebrew file (now RTL mode is properly supported)Pablo Saratxaga2003-02-183-20/+20
|
* Show description of the printer when an unknown printer is found during ↵Till Kamppeter2003-02-181-1/+5
| | | | automatic queue setup an it is asked for the model.
* changed "Choose your Language" -> "Language"Pablo Saratxaga2003-02-181-1/+1
|
* Replaced "my" by "our" for the declaration of the "ScannerDB" variable, so ↵Till Kamppeter2003-02-181-1/+1
| | | | that /usr/bin/scannerdrake has access to it.
* small change thx to pabloGuillaume Cottenceau2003-02-181-2/+2
|
* updated pot filePablo Saratxaga2003-02-184-40/+46
|
* /proc/partitions includes partition with type "empty" and a non-null sizePascal Rigaux2003-02-182-5/+10
| | | | | so add them for comparison
* Deactivated translations that can't be handled by gtk1 for gtk1 tools;Pablo Saratxaga2003-02-183-5/+13
| | | | | | | drakfont: call fc-cache without specifying the path, fc-cache is smart enough to do the right thing, and that way it will also catch fonts from other directories that could have been installed manually.
* as this tool uses gtk1, deactivate translations for languagesPablo Saratxaga2003-02-181-0/+4
| | | | | that gtk1 can't handle
* simplifyPascal Rigaux2003-02-181-3/+2
|
* fix tree in newt (now handles default selected entry, and disallow using ↵Pascal Rigaux2003-02-182-20/+37
| | | | non-leaves)
* remove unneeded pablo's change on RTLGuillaume Cottenceau2003-02-181-3/+0
|
* reposition main and steps window when in RTL languageGuillaume Cottenceau2003-02-182-2/+13
|
* shortened some strings to help them fit in the steps windowPablo Saratxaga2003-02-181-2/+2
|
* define language directionPablo Saratxaga2003-02-181-0/+3
|
* allow to specify font size in output of l2pango_fontGuillaume Cottenceau2003-02-183-21/+15
| | | | | destroy and recreate steps window when charset changed because gtk won't update the font size otherwise
* new versionDamien Chaumette2003-02-181-0/+1
|
* Get back configuration settings from conf filesDamien Chaumette2003-02-181-1/+2
| | | | | (fix some kind of titi sucking)
* pixelizeThierry Vignaud2003-02-181-1/+1
|
* add unicore/To/Upper.pl for printerdrake.pmPascal Rigaux2003-02-181-0/+1
| | | | | (things like $s =~ /$s/i needs this when $s is utf8)
* perl_checker fixThierry Vignaud2003-02-181-1/+1
|
* (setRootPassword): display "Authentication" in AdvancedPascal Rigaux2003-02-181-3/+1
|
* 9.1-1mdkThierry Vignaud2003-02-181-1/+10
|
* display the release even when there is only one system to upgradePascal Rigaux2003-02-181-3/+1
| | | | | (asked by flepied & warly)
* - (row_setting_data) inline itThierry Vignaud2003-02-181-12/+8
| | | | | - fix #1769
* perl_checker fixesThierry Vignaud2003-02-181-23/+24
|
* perl_checker fixesThierry Vignaud2003-02-182-15/+17
|
* fix ugly bug (the bug was introduced in diskdrake/interactive.pm 1.67)Pascal Rigaux2003-02-181-2/+2
|
* (resize): do a test resize before doing the real onePascal Rigaux2003-02-181-1/+3
|
* don't use tmpfs on /tmp if /tmp is a separate partitionPascal Rigaux2003-02-181-1/+1
| | | | | (anyway, all this is ugly, see with titi)