Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common::secured_file() is a wrapper around c::is_secure_file() | Pascal Rigaux | 2003-01-06 | 1 | -0/+6 |
| | |||||
* | fix "Where do you want to install the bootloader?" dialog box | Pascal Rigaux | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - perl checker | Daouda Lo | 2003-01-06 | 1 | -3/+2 |
| | | | | | - no retval | ||||
* | fix typos (thanks perl_checko!) | Pascal Rigaux | 2003-01-06 | 2 | -8/+10 |
| | |||||
* | - support help system | Daouda Lo | 2003-01-06 | 1 | -5/+4 |
| | | | | | - remove unused function | ||||
* | selectInstallClass now automatically detect if an existing install is there, | Pascal Rigaux | 2003-01-06 | 2 | -30/+31 |
| | | | | | and propose update or install based on this | ||||
* | - function on_request_help to display online help. | Daouda Lo | 2003-01-06 | 1 | -0/+12 |
| | | | | | - use it as callback to help button or help menu. | ||||
* | synchronized with XFree86 4.2.99 keyboard layout names | Pablo Saratxaga | 2003-01-06 | 1 | -4/+4 |
| | |||||
* | (partition_with_diskdrake): fix reloading partition table | Pascal Rigaux | 2003-01-06 | 1 | -0/+1 |
| | |||||
* | - selectMouse is now just after selectLanguage | Pascal Rigaux | 2003-01-06 | 1 | -2/+2 |
| | | | | | - selectSCSI is before selectInstallClass | ||||
* | (mount): do not fsck.ext2 when mounting readonly | Pascal Rigaux | 2003-01-06 | 1 | -9/+13 |
| | |||||
* | (selectKeyboard): read existing keyboard config even if not upgrading (it | Pascal Rigaux | 2003-01-06 | 1 | -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 label | Pascal Rigaux | 2003-01-06 | 1 | -0/+1 |
| | |||||
* | replace *F with $F | Pascal Rigaux | 2003-01-06 | 1 | -10/+9 |
| | |||||
* | fix an *old* bug causing pbs when formatting more than one partition using | Pascal Rigaux | 2003-01-06 | 1 | -6/+6 |
| | | | | | format v0 (occurs when the sizes differ) | ||||
* | fix printerdrake regarding gimp configuration | Thierry Vignaud | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-06 | 1 | -7/+7 |
| | |||||
* | prevent one to write in log buffer | Thierry Vignaud | 2003-01-06 | 1 | -0/+2 |
| | |||||
* | require a recent enough ldetect-lst for fixed usb hubs detection | Thierry Vignaud | 2003-01-06 | 1 | -2/+5 |
| | |||||
* | when taking files from perl-GTK2, don't /usr/lib/libDrakX/ugtk2.pm since we ↵ | Pascal Rigaux | 2003-01-06 | 1 | -1/+1 |
| | | | | don't need it | ||||
* | 9.1-0.7mdk | Thierry Vignaud | 2003-01-06 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2003-01-06 | 1 | -3/+1 |
| | |||||
* | fix displaying of spooler list | Thierry Vignaud | 2003-01-06 | 1 | -5/+6 |
| | |||||
* | fix displaying list of availlable printer spoolers | Thierry Vignaud | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | put full data in all variants of the data structure | Thierry Vignaud | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-05 | 1 | -1/+50 |
| | |||||
* | in bootloader configuration, add return values to Add and Remove callbacks | Pascal Rigaux | 2003-01-05 | 1 | -0/+2 |
| | |||||
* | - callbacks "Add", "Modify" and "Remove" return undef when they fail | Pascal Rigaux | 2003-01-05 | 1 | -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 handling | Pascal Rigaux | 2003-01-05 | 1 | -24/+74 |
| | |||||
* | fix missing "use modules::interactive" (thanks to David Eastcott) | Pascal Rigaux | 2003-01-04 | 1 | -0/+1 |
| | |||||
* | (create_treeview_list): fix setter | Pascal Rigaux | 2003-01-03 | 1 | -3/+4 |
| | |||||
* | (create_packtable): ScrolledWindow are not the only one allowed to grow, | Pascal Rigaux | 2003-01-03 | 1 | -1/+1 |
| | | | | | widgets with get_data('must_grow') set are allowed too | ||||
* | - factorize the creation of the {formatted_list} from {list} for | Pascal Rigaux | 2003-01-03 | 1 | -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 Rigaux | 2003-01-03 | 1 | -40/+33 |
| | |||||
* | dgettext needs to have previous behaviour in standalone mode (fixes #736) | Guillaume Cottenceau | 2003-01-03 | 1 | -13/+25 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-03 | 1 | -1/+3406 |
| | |||||
* | fix call to method ask_from__add_modify_removeW | Pascal Rigaux | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | X test is now working :) | Pascal Rigaux | 2003-01-02 | 1 | -2/+3 |
| | |||||
* | titi's message annoys me too much.. removing it | Guillaume Cottenceau | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | 9.1-0.6mdk | Thierry Vignaud | 2003-01-02 | 1 | -1/+12 |
| | |||||
* | (ask_from__add_modify_remove): check all callbacks are given | Pascal Rigaux | 2003-01-02 | 1 | -0/+2 |
| | |||||
* | (ask_from__add_modify_remove): fix | Pascal Rigaux | 2003-01-02 | 1 | -7/+4 |
| | |||||
* | add ask_from__add_modify_remove, and use it for bootloader entries | Pascal Rigaux | 2003-01-02 | 2 | -60/+85 |
| | |||||
* | replace any::load_category() with modules::interactive::load_category() | Pascal Rigaux | 2003-01-02 | 1 | -3/+3 |
| | |||||
* | merge in back external stefan changes | Thierry Vignaud | 2003-01-02 | 1 | -2/+5 |
| | |||||
* | - Layout widget has native scrolling support | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | | | | | - shadow parameter can always be used | ||||
* | fixes for wizards | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | |||||
* | embedding fixes | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | |||||
* | set_permissions() doesn't want the given file to be $::prefix'ed | Pascal Rigaux | 2002-12-29 | 1 | -2/+2 |
| | |||||
* | cleanup (using ask_from instead of ask_from_listf_) | Pascal Rigaux | 2002-12-29 | 1 | -10/+8 |
| |