summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
...
* *** 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
* 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
* - factorize the creation of the {formatted_list} from {list} forPascal Rigaux2003-01-031-7/+8
* (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
* 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
* 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
* any::load_category_no_message() doesn't exist anymore, it really is modules::...Pascal Rigaux2002-12-291-2/+2
* 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
* - use $::prefix instead the global $prefixPascal Rigaux2002-12-291-10/+10
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-295-19/+18
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-296-83/+48
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-297-199/+200
* cleanup commentsPascal Rigaux2002-12-291-6/+0
* no need to close *pkgs::LOG, pkgs handles it nicely nowPascal Rigaux2002-12-291-1/+0
* use "our" instead of "use vars"Pascal Rigaux2002-12-291-6/+3
* *pkg::LOG is unused, so don't export itPascal Rigaux2002-12-291-1/+1
* don't import everything from "common" (including MDK::Common::*) to get rid ofPascal Rigaux2002-12-281-2/+2
* - mkdir_p throws an exception on error, so "mkdir_p() or ..." is dumb, fixingPascal Rigaux2002-12-281-7/+4
* fix setting size of depth comboPascal Rigaux2002-12-231-1/+1
* CJK font names changes (still doesn't work :/)Guillaume Cottenceau2002-12-231-4/+4
* use another default fontGuillaume Cottenceau2002-12-231-0/+0
* workaround gtk bug in gtk_entry_set_textGuillaume Cottenceau2002-12-231-0/+2
* fix 'bold' advertisementsGuillaume Cottenceau2002-12-231-9/+10
* be more efficient in precomputing, previous situation could lead to several t...Guillaume Cottenceau2002-12-231-19/+10
* perl's automatic utf8 handling will need these files (will try to do better i...Guillaume Cottenceau2002-12-231-0/+4
* fix titi porting gtk2 without testing enough..Guillaume Cottenceau2002-12-231-1/+1