summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mandrake-move is cloop stuffGuillaume Cottenceau2003-10-163-2/+10
|
* misc optGuillaume Cottenceau2003-10-161-1/+1
|
* logs a last msg before exitingGuillaume Cottenceau2003-10-161-0/+1
|
* display a sorta splash/wait screen when drakx exits because kde takes a long ↵Guillaume Cottenceau2003-10-161-0/+9
| | | | time to startup its splash screen
* fix for HP (current module does not work if MII_NOT_SUPPORTED to set to yes)Francois Pons2003-10-161-1/+1
|
* don't use find, it's fasterPascal Rigaux2003-10-161-1/+1
|
* override tex color when selected as well, it's white per default, and with ↵Guillaume Cottenceau2003-10-161-1/+3
| | | | the grey selected background it's ugly
* add xwait and use itPascal Rigaux2003-10-164-6/+45
|
* no steps in move mode; for the moment, no logo as well, we'll see what ↵Guillaume Cottenceau2003-10-161-2/+2
| | | | graphical aspect look like with ln
* fixed typo.Francois Pons2003-10-161-1/+0
|
* fixed code to avoid opening 2 files simultaneously.Francois Pons2003-10-161-1/+8
|
* fixed small typo.Francois Pons2003-10-161-1/+1
|
* fixed to avoid opening 2 ftp files at the same time.Francois Pons2003-10-161-4/+7
|
* fixed stupid typo.Francois Pons2003-10-161-1/+1
|
* make sure a pubkey file can be found if a hdlist handle is given when ↵Francois Pons2003-10-161-2/+4
| | | | creating a media.
* added pubkey in update management.Francois Pons2003-10-161-1/+2
|
* added external pubkey file management.Francois Pons2003-10-161-2/+2
|
* maybe perl_checker should have told me? but that's a bitGuillaume Cottenceau2003-10-151-1/+1
| | | | | complicated for his poor soul?
* fix default value still in location|name form in case of moveGuillaume Cottenceau2003-10-151-1/+1
|
* sorting according to transliteration in languages-selection-as-images is ↵Guillaume Cottenceau2003-10-151-1/+1
| | | | broken, can't remember if I did that special on purpose, seems it was just dumb from me, nothing more
* override gtk theme selection color since we won't do inverse-video on the ↵Guillaume Cottenceau2003-10-151-0/+11
| | | | text when it's images
* setting background color is normally not needed anymore since XFree starts ↵Guillaume Cottenceau2003-10-151-8/+0
| | | | with "mandrake color" by default now
* titi doesn't suckGuillaume Cottenceau2003-10-151-0/+1
|
* - rename exitMove to startMovePascal Rigaux2003-10-152-8/+8
| | | | | | - remove the blinks before kde start by relaying the last X connection (using gmessage for now, will use "xtest --wait" later)
* don't show a tree in move mode, we have only a limited number of languagesGuillaume Cottenceau2003-10-151-4/+11
|
* fix typoPascal Rigaux2003-10-151-1/+1
|
* set move steps, add exitMove step, pass $o to move::init()Pascal Rigaux2003-10-152-1/+17
|
* pass $o to getNextStepPascal Rigaux2003-10-152-4/+5
|
* have necessary png lang files installed and limit percent-langs of langs.pm ↵Guillaume Cottenceau2003-10-154-2/+11
| | | | accordingly
* drop field {next} in {steps} since it is duplicated in orderedStepsPascal Rigaux2003-10-155-10/+3
| | | | | => it allows simpler modification of orderedSteps (as already done in upgrade) for mandrake move
* move setxkbmap to keyboard.pmPascal Rigaux2003-10-152-3/+9
|
* use installed galaxy gnome theme in moveGuillaume Cottenceau2003-10-151-8/+8
|
* fix typoPascal Rigaux2003-10-151-1/+1
|
* load sound modulesPascal Rigaux2003-10-151-0/+3
|
* fix code that selects images for the choice of languages to not base on FB ↵Guillaume Cottenceau2003-10-151-1/+1
| | | | as well
* to be able to adduser, one need to have /etc/passwd and /etc/group writablePascal Rigaux2003-10-151-1/+4
|
* don't look for /usr/lib/libDrakX on build box, only in the live_treePascal Rigaux2003-10-151-1/+1
|
* try to lock to avoid problems with pixelGuillaume Cottenceau2003-10-151-0/+3
|
* install SOUND packagesPascal Rigaux2003-10-151-1/+1
|
* using uk instead of us keyboard for now to have less warningsPascal Rigaux2003-10-151-1/+1
|
* better disabling of anti-alias, fix non-fb based start of drakx (amd64, move)Guillaume Cottenceau2003-10-152-3/+5
|
* misc pixel fixGuillaume Cottenceau2003-10-151-2/+2
|
* misc optGuillaume Cottenceau2003-10-151-1/+1
|
* - add many /etc/X11/* symlinksPascal Rigaux2003-10-151-1/+3
| | | | | - add /var/run/console (to be able to run X as a user)
* add some more links in /etc to the cdromPascal Rigaux2003-10-151-1/+5
|
* tell Xconfig we allow proprietary modules and no package needs toGuillaume Cottenceau2003-10-151-1/+2
| | | | | be installed (empty arrayref)
* let drakgw work...Thierry Vignaud2003-10-141-1/+1
|
* - translate all server namesThierry Vignaud2003-10-141-5/+5
| | | | | - harmonize server names
* show up a combo box with detected network interfaces but still let theThierry Vignaud2003-10-141-1/+1
| | | | | user manually type it sg like ppp0 if needed
* (default_interfaces)Thierry Vignaud2003-10-141-16/+8
| | | | | | | | | | | - simplify: ask_from already optimize the one item case for us - make it show up a pull-down menu rather than forcing one to type in the interface - fix it: $conf{net_interface} was *not* set on multiple interfaces case (read) fix it (conf was uselely initialized)