summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* one can get "Mass Storage" not always "Mass Storage|..."Pascal Rigaux2003-12-051-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-12-041-387/+729
|
* (configureNetwork) fix zeroconf configuring: check that there noThierry Vignaud2003-12-041-1/+1
| | | | | dynamic interfaces instead of just checking the last interface
* (is_dynamic_ip) handle habing ppp like interfaces in interfaces listThierry Vignaud2003-12-041-1/+1
|
* (configureNetwork) configureNetworkNet() wrongly putThierry Vignaud2003-12-041-1/+1
| | | | | | | | | | | | WIRELESS_NWID=HASH(0x8e93758) in ifcfg-<intf> because we give it the last configured network card intead of the interfaces list however, for a few weeks, it now checks if some interfaces are dynamic before offering to configure zeroconf, hence there was a bug since we only checked if *last* interfaces wasn't static which would results in wrong configuration if some interface were dynamics but the last one was static
* log_message in drakx mode is better when logged for realGuillaume Cottenceau2003-12-041-1/+24
|
* use Options "IgnoreEDID" when using the proprietary X driver "nvidia"Pascal Rigaux2003-12-041-0/+1
|
* - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵Pascal Rigaux2003-12-044-10/+21
| | | | | | | | | | | easy to do so - do_pkgs->install won't do anything when $::testing we need a ensure_are_installed we also need to share more package pkgs_interactive code which is hosted in install_any and standalone
* Updated translationArkadiusz Lipiec2003-12-031-395/+660
|
* fix englishGuillaume Cottenceau2003-12-033-1448/+2547
|
* Added Hindi filePablo Saratxaga2003-12-031-0/+18856
|
* fixed my previous bad entriesPablo Saratxaga2003-12-0353-28641/+66877
|
* no hds is no big deal for mdk movePascal Rigaux2003-12-021-1/+1
|
* fix typoPascal Rigaux2003-12-021-1/+1
|
* create fix_broken_alternatives()Pascal Rigaux2003-12-022-8/+12
|
* *** empty log message ***Guillaume Cottenceau2003-12-011-1/+0
|
* updated pot filePablo Saratxaga2003-12-012-383/+461
|
* chloop supportGuillaume Cottenceau2003-12-011-2/+7
|
* drakx_version: have a suitable value for moveGuillaume Cottenceau2003-12-011-1/+2
|
* - kill icons on buttonThierry Vignaud2003-12-011-40/+10
| | | | | | | - kill profil combo box & log button (duplicated features already availlable within mcc) - translate one more string
* translate a few untranslated stringsThierry Vignaud2003-12-011-1/+1
|
* fix removing domain name (esp. when domain name is empty)Pascal Rigaux2003-12-011-1/+1
|
* add mdk_totem in poPascal Rigaux2003-12-011-1/+1
|
* 9.3-11mdkThierry Vignaud2003-12-011-1/+12
|
* (configure) prevent silently skipping configuration steps byThierry Vignaud2003-12-011-9/+8
| | | | | explicitely dying
* fix sagem configuration (we were skipping some steps)Thierry Vignaud2003-12-011-1/+1
|
* (configure) do not install packages in testing modeThierry Vignaud2003-12-011-6/+6
|
* (create_okcancel) try to better fit both install teams needs andThierry Vignaud2003-11-281-4/+11
| | | | | | | | | | | | | | | | | | | | | interface team one's: - in the installer, all windows run under $::isWizard due to design stuff (wizard aspect and wizard mode should really be really two differents options for cleanity but that's postponed); o so to prevent ok/cancel buttons to be pushed at the right edge when we're asking a question instead of being in a wizard step, we add an empty label between the ok and cancel o we still put an empty label in wizard mode when not in the installer so that help/cancel and next/previous buttons packs get separated as requested by interface team - we add an empty field when cancel/previous button does not exists so that when there's only one button, we prevent it to be centered (eg: "finish" in wizards); note that if $::Wizard_no_previous is not set, the button is still centered so that we keep some flexibility
* on interface team request:Thierry Vignaud2003-11-281-13/+27
| | | | | | | | | | | | | - try to make button packing more readable - comment some parameters and what is done - add space to split buttons in two packs but if there's one button (so that eg XFdrake's quit button still get centered) - pack button the kde order while installing or while under kde, gnome order else: o kde order is help/advanced/_____/ok/cancel o gnome order is help/advanced/_____/ok/cancel o wizard order is help/advanced/_____/previous/next
* (read_all_conf) ignore ifcfg-<intf>~ and the like entriesThierry Vignaud2003-11-281-1/+1
|
* (configureNetwork2) do not install package or rewrite config files inThierry Vignaud2003-11-281-13/+14
| | | | | testing mode
* (main) do not silently discard exceptions; if some exception is raisedThierry Vignaud2003-11-281-1/+3
| | | | | | for anything else than "wizcancel", we should rethrow it again instead of silently ignoring bugso...
* do not restart network service in testing modeThierry Vignaud2003-11-281-1/+1
|
* prevent altering system configuration in testing mode in optionalThierry Vignaud2003-11-271-8/+10
| | | | | steps
* save shell pidGuillaume Cottenceau2003-11-271-1/+4
|
* add isKeyUsb() (removed from move.pm)Pascal Rigaux2003-11-271-0/+1
|
* put in {raw_hds} non partitioned usb keysPascal Rigaux2003-11-271-2/+5
|
* get_raw_hds adds removables to {raw_hds}, it doesn't overwrite itPascal Rigaux2003-11-271-1/+1
| | | | | (so that non partitioned usb keys are not dropped)
* (create_packtable) enable to provide 0 parameters for xpadding andThierry Vignaud2003-11-271-1/+2
| | | | | ypadding (much cleaner)
* (create_packtable) simplify xpadding managmentThierry Vignaud2003-11-271-1/+1
|
* more explanationsThierry Vignaud2003-11-271-0/+2
|
* let drakgw embed (interface team request)Thierry Vignaud2003-11-271-51/+1
|
* (new) do not show up anymore banners for wizards when embeeded (theThierry Vignaud2003-11-271-1/+1
| | | | | | set_position() and the set_size_request() calls do not make any sense at all when embedded anyway)
* added xpadding/ypadding options in create_packtabledamien2003-11-271-1/+1
|
* add drakupsThierry Vignaud2003-11-261-1/+1
|
* upsdrvctl start will fail if section name contains spacesThierry Vignaud2003-11-261-0/+1
|
* - configure properly usb & serial connected mge devicesThierry Vignaud2003-11-261-49/+17
| | | | | | | - use perl-Libconf to shrink down the code size and better respect the user config file (keep important comments and the like - thx dam's for his support)
* export driver tooThierry Vignaud2003-11-261-2/+3
|
* allow X to restart after dying through X_move script, startkde also through ↵Guillaume Cottenceau2003-11-261-2/+2
| | | | startkde_move script
* inspires from xwait: keep a client until some window is created, otherwise X ↵Guillaume Cottenceau2003-11-261-2/+11
| | | | server blinks to hell