summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (mount): do not fsck.ext2 when mounting readonlyPascal Rigaux2003-01-061-9/+13
|
* (selectKeyboard): read existing keyboard config even if not upgrading (itPascal Rigaux2003-01-061-4/+2
| | | | | | | | | | | | won't do anything when not upgrading :) (selectInstallClass): do not move step doPartitionDisks after setupSCSI on upgrade (since the "upgrade" part of the job of doPartitionDisks is now done in selectInstallClass) (selectMouse): "addToBeDone mouse::write()" was done only on upgrade, replace it with an "addToBeDone" done in any case which only does "mouse::write()" if $o->{isUpgrade} is set (since isUpgrade *will* be set correctly but is not set at this step)
* when reading existing config, remove double quotes around the default labelPascal Rigaux2003-01-061-0/+1
|
* replace *F with $FPascal Rigaux2003-01-061-10/+9
|
* fix an *old* bug causing pbs when formatting more than one partition usingPascal Rigaux2003-01-061-6/+6
| | | | | format v0 (occurs when the sizes differ)
* fix printerdrake regarding gimp configurationThierry Vignaud2003-01-061-2/+2
|
* perl_checker fixesThierry Vignaud2003-01-061-7/+7
|
* prevent one to write in log bufferThierry Vignaud2003-01-061-0/+2
|
* require a recent enough ldetect-lst for fixed usb hubs detectionThierry Vignaud2003-01-061-2/+5
|
* when taking files from perl-GTK2, don't /usr/lib/libDrakX/ugtk2.pm since we ↵Pascal Rigaux2003-01-061-1/+1
| | | | don't need it
* 9.1-0.7mdkThierry Vignaud2003-01-061-1/+4
|
* *** empty log message ***Thierry Vignaud2003-01-061-3/+1
|
* fix displaying of spooler listThierry Vignaud2003-01-061-5/+6
|
* fix displaying list of availlable printer spoolersThierry Vignaud2003-01-061-1/+1
|
* put full data in all variants of the data structureThierry Vignaud2003-01-061-2/+2
|
* *** empty log message ***Pascal Rigaux2003-01-051-1/+50
|
* in bootloader configuration, add return values to Add and Remove callbacksPascal Rigaux2003-01-051-0/+2
|
* - callbacks "Add", "Modify" and "Remove" return undef when they failPascal Rigaux2003-01-051-3/+7
| | | | | - callback "Add" return the new added element (not handled by interactive emulation, but correctly handled by interactive::gtk native ask_from__add_modify_removeW)
* add ask_from__add_modify_removeW gtk handlingPascal Rigaux2003-01-051-24/+74
|
* fix missing "use modules::interactive" (thanks to David Eastcott)Pascal Rigaux2003-01-041-0/+1
|
* (create_treeview_list): fix setterPascal Rigaux2003-01-031-3/+4
|
* (create_packtable): ScrolledWindow are not the only one allowed to grow,Pascal Rigaux2003-01-031-1/+1
| | | | | widgets with get_data('must_grow') set are allowed too
* - factorize the creation of the {formatted_list} from {list} forPascal Rigaux2003-01-031-7/+8
| | | | | | | | create_boxradio, create_treeview_list, create_treeview_tree - an added advantage for create_treeview_list is the ability to easily change {list}, {formatted_list} and Gtk2::ListStore without breaking keyboard acceleration (see next commit for a usage of this feature)
* (first_time_dialog): much cleanup (but not tested)Pascal Rigaux2003-01-031-40/+33
|
* dgettext needs to have previous behaviour in standalone mode (fixes #736)Guillaume Cottenceau2003-01-031-13/+25
|
* *** empty log message ***Pascal Rigaux2003-01-031-1/+3406
|
* fix call to method ask_from__add_modify_removeWPascal Rigaux2003-01-031-1/+1
|
* add symbols __libc_csu_fini and __libc_csu_init to be compatible with new ↵Pascal Rigaux2003-01-031-0/+9
| | | | glibc (?)
* remove some more scsi driversPascal Rigaux2003-01-021-0/+1
|
* X test is now working :)Pascal Rigaux2003-01-021-2/+3
|
* titi's message annoys me too much.. removing itGuillaume Cottenceau2003-01-021-1/+1
|
* 9.1-0.6mdkThierry Vignaud2003-01-021-1/+12
|
* (ask_from__add_modify_remove): check all callbacks are givenPascal Rigaux2003-01-021-0/+2
|
* (ask_from__add_modify_remove): fixPascal Rigaux2003-01-021-7/+4
|
* add ask_from__add_modify_remove, and use it for bootloader entriesPascal Rigaux2003-01-022-60/+85
|
* replace any::load_category() with modules::interactive::load_category()Pascal Rigaux2003-01-021-3/+3
|
* merge in back external stefan changesThierry Vignaud2003-01-021-2/+5
|
* - Layout widget has native scrolling supportThierry Vignaud2003-01-021-2/+2
| | | | | - shadow parameter can always be used
* fixes for wizardsThierry Vignaud2003-01-021-2/+2
|
* embedding fixesThierry Vignaud2003-01-021-2/+2
|
* set_permissions() doesn't want the given file to be $::prefix'edPascal Rigaux2002-12-291-2/+2
|
* cleanup (using ask_from instead of ask_from_listf_)Pascal Rigaux2002-12-291-10/+8
|
* cleanup (using "format => ...")Pascal Rigaux2002-12-291-7/+6
|
* in network::modem::configure $intf is unused, rename it to $_intfPascal Rigaux2002-12-291-1/+1
|
* deprecates security::libsafePascal Rigaux2002-12-291-0/+28
|
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-293-119/+120
| | | | | (and a few other functions which are only used by load_category())
* any::load_category_no_message() doesn't exist anymore, it really is ↵Pascal Rigaux2002-12-291-2/+2
| | | | modules::load_category() !
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-294-19/+19
|
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-293-9/+12
| | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way)
* - use $::prefix instead the global $prefixPascal Rigaux2002-12-291-10/+10
| | | | | - don't pass $prefix to ppp_configure