summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* fix #2826 (aka pixel sucks):Thierry Vignaud2003-04-071-7/+7
| | | | | | | | | | pixel changed the booloader module api by throwing an exception instead of using the ugly /tmp/.error temporary file and altered drakx callers but forget to update standalone/* callers (aka drakboot). now, with this patch, any error during lilo/grub installation is catched and displayed, which is more generic than checking for spaces.
* fix crash on floppy generation reported by Francisco AlcarazThierry Vignaud2003-04-041-3/+2
|
* - perl_checker fixesThierry Vignaud2003-04-041-7/+7
| | | | | - ensure only one callback do regular parsing
* s/initrdrd/initrd/ (Arpad Biro)Thierry Vignaud2003-04-021-1/+1
|
* fix pablo patch that broke two translations (reported by ArkadiuszThierry Vignaud2003-04-021-2/+2
| | | | | Lipiec)
* remove unused variableThierry Vignaud2003-04-021-1/+1
|
* - various perl_checker "fixes"Thierry Vignaud2003-04-021-3/+4
| | | | | - (logcolorize): make it saner regarding its arguments, thanks perl_checker
* (parse_file) pass explicit argument instead of relying on lexical $_Thierry Vignaud2003-04-011-3/+3
| | | | | being correct in that context (worked fine but this is bad)
* - fix fscking french translationThierry Vignaud2003-04-011-0/+1
| | | | | - explain why it's bad to translate this way
* simplifyThierry Vignaud2003-04-011-1/+1
|
* move harddrake::sound $index param in hash and pass only the hash ref aroundThierry Vignaud2003-04-011-0/+1
| | | | | functions
* - prevent translators to do bad things (that is having badly constructedThierry Vignaud2003-04-011-22/+23
| | | | | | | | strings on screen) - reuse some translations instead of relying on extracting tools' merge feature - give translators more control on about window text
* increase timeout from 5 to 25 secondsThierry Vignaud2003-03-211-1/+1
|
* properly *both* reap zombies and clear status bar messageThierry Vignaud2003-03-191-2/+9
|
* Fix fatal error in editable window when adding a new entryFlorent Villard2003-03-151-5/+5
|
* Fix IP pool range bug from gtk2 conversion.Stew Benedict2003-03-131-2/+2
|
* have fd0 & fd1 be recognised as known entries, even if we don't probe themPascal Rigaux2003-03-121-0/+1
| | | | | (useful for harddrake)
* set by default the fs type and mntpoint for removables not present in fstabPascal Rigaux2003-03-121-0/+10
| | | | | (useful for harddrake)
* fix first message displayThierry Vignaud2003-03-121-1/+5
|
* better packed paned behavior in both embedded and standalone modesThierry Vignaud2003-03-121-1/+1
|
* fix for newer commercial kernel module package name.Francois Pons2003-03-121-1/+1
|
* let it look betterThierry Vignaud2003-03-121-1/+1
|
* shut up perl_checkerThierry Vignaud2003-03-121-1/+1
|
* really sortThierry Vignaud2003-03-121-1/+1
|
* handle multiple removable devices: their managment is different from other hwThierry Vignaud2003-03-122-20/+32
| | | | | classes since we need to run a config tool per device and not one per hw class
* - check if dm package is installed and install it if neededThierry Vignaud2003-03-121-12/+18
| | | | | | - use format instead of reverse() (not a big slow down but small rivers make big ones and it makes gc happier...)
* More gtk2 fixes.Stew Benedict2003-03-111-21/+18
|
* really use the chosen net_connect interfaceFlorin Grad2003-03-111-2/+2
|
* fix lilo-menu not working (bug #3048)Pascal Rigaux2003-03-111-2/+0
|
* added probing of adsl connection.Francois Pons2003-03-111-0/+5
|
* - clean wait messages creationThierry Vignaud2003-03-101-8/+3
| | | | | | - fix wait messages displaying (label was not displayed) in both standalone and embedded modes
* fixed text (missing '/')Pablo Saratxaga2003-03-091-1/+1
|
* s/perl -w/use diagnostics/ so stat it get removed from package atThierry Vignaud2003-03-061-1/+2
| | | | | build time
* do not crash on color selectionThierry Vignaud2003-03-061-5/+4
|
* prevent one to pop up hundred of windows: make browse dialog be modalThierry Vignaud2003-03-061-1/+3
|
* - fix #1766Thierry Vignaud2003-03-061-3/+3
| | | | | - do not crash when browsing
* moved prioprietary NVIDIA code support to generic prioprietary support in ↵Francois Pons2003-03-061-37/+2
| | | | standalone.pm.
* perl_checker fixThierry Vignaud2003-03-061-1/+1
|
* let fix #2244, #2245, #2730Thierry Vignaud2003-03-061-1/+1
|
* - display "wait while searching" message also when embedded: we do notThierry Vignaud2003-03-061-5/+6
| | | | | | | want it only when embedded for explanations - flush this wait dialog draw queue on each update so that it get displayed when embedded
* log system config changesThierry Vignaud2003-03-061-0/+1
|
* let i fit in 800x600Thierry Vignaud2003-03-061-1/+1
|
* fixed XIM definitions for Chinese localesPablo Saratxaga2003-03-061-1/+1
|
* fix behaviour when only one lang is available (clickingGuillaume Cottenceau2003-03-051-16/+38
| | | | | on "cancel" on the country selection didn't cancel it)
* handle low case config variables despite they should have been upcaseThierry Vignaud2003-03-051-1/+1
| | | | | (fix side effects of stupid rh code that manage $prefdm)
* - (getTVcards, isTVcard) : consolidate tv detection codeThierry Vignaud2003-03-051-1/+1
| | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...)
* prevent warning when using diagnostics pragma (easier debugging)Thierry Vignaud2003-03-051-2/+2
|
* fixed wizard modification not taken into account when using drakconf.Francois Pons2003-03-051-2/+7
|
* restore old search behavior like we did before gtk+-2 port:Thierry Vignaud2003-03-051-6/+4
| | | | | | | | | | - empty log buffer on search startup - freeze buffer while searching - do not realize ourselves the window, it's done by next statement - set initial text to '' so that editable property is disabled once the textview is realized
* no need to explicitely disable editable property, this is alreadyThierry Vignaud2003-03-051-1/+0
| | | | | handled by ugtk2::gtktext_insert() called from ugtk2::gtktext_append()