summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* split parameters in raw_parameters and parameters. raw_parameters isThierry Vignaud2002-07-311-1/+11
| | | | | | used by harddrake to list module options in order to offer a module configuration window.
* initial configuration window for modules. nothing is done yet.Thierry Vignaud2002-07-311-0/+0
|
* use configure_chooser when there is an existing configurationPascal Rigaux2002-07-311-2/+7
|
* allow "icon" to use the icon pathPascal Rigaux2002-07-311-1/+1
|
* (info): fix displaying depthPascal Rigaux2002-07-311-1/+2
|
* (choose_gtk): ensure the response is one of @resolutions (so that Y and ↵Pascal Rigaux2002-07-311-1/+8
| | | | | | | maybe bios is kept) (to_string): created
* handle cancel in xfree_and_glx_choosePascal Rigaux2002-07-311-2/+3
|
* (create_box_with_title): create an empty box when there is no messagePascal Rigaux2002-07-311-6/+8
| | | | | (also don't set $o->{box} since unused outside of this function)
* allow acceptLicence to be automaticPascal Rigaux2002-07-311-2/+1
|
* remove latest (?) gtk warningsThierry Vignaud2002-07-311-0/+0
|
* don't display bogus fieldsThierry Vignaud2002-07-311-0/+0
|
* in embedded mode, don't kill the main gtk app (aka drakconf) butThierry Vignaud2002-07-312-2/+4
| | | | | only harddrake
* - add embedded mode for drakconfThierry Vignaud2002-07-312-1/+1
|
* - Fix page change between checks -> advancedChristian Belisle2002-07-311-1/+2
|
* lib64 fixesGwenolé Beauchesne2002-07-311-1/+4
|
* Exclude some modules (e100, aic7xxx) on x86_64 for now.Gwenolé Beauchesne2002-07-311-2/+3
|
* Started working on network printer auto-detection.Till Kamppeter2002-07-311-1/+5
|
* fix error messagePascal Rigaux2002-07-311-1/+1
|
* further simplificationThierry Vignaud2002-07-311-0/+0
|
* default VideoRam choice 4096 when needVideoRamPascal Rigaux2002-07-311-1/+1
|
* Added subroutines for ethernet printer auto-detection.Till Kamppeter2002-07-311-0/+117
|
* - the hw tree and the info text are auto-size nowThierry Vignaud2002-07-311-0/+0
| | | | | - further ui simplifications
* don't require detect-lst, it'll take harddrake instead :-(Thierry Vignaud2002-07-311-1/+1
|
* still more my_gtk simplificationsThierry Vignaud2002-07-311-0/+0
| | | | | | ui.pm | 49 ++++++++++++++++--------------------------------- 1 files changed, 16 insertions(+), 33 deletions(-)
* fix keeping the existing name when choosing monitorPascal Rigaux2002-07-311-0/+2
|
* - Factorize options-related functionsChristian Belisle2002-07-312-29/+106
| | | | | | - s/choose_options/choose_functions - Added security checks page
* - simplify Gtk::Text fillingThierry Vignaud2002-07-311-0/+0
| | | | | - less gtk warnings get printed
* further my_gtk simplificationsThierry Vignaud2002-07-311-0/+0
|
* further my_gtk simplificationsThierry Vignaud2002-07-311-0/+0
|
* - many changesDaouda Lo2002-07-311-37/+70
| | | | | | - command line support (--report name_of_program), to be used in tools - ergonomy fixes (use table to align widget correctly)
* further use of my_gtkThierry Vignaud2002-07-311-0/+0
|
* - remove useless realizationsThierry Vignaud2002-07-311-0/+0
| | | | | - simplify ctree and frames creation
* updated Portuguese filePablo Saratxaga2002-07-312-5956/+7395
|
* replace "$foo" with $fooPascal Rigaux2002-07-3110-45/+45
|
* change the location of X test image as told by dadouPascal Rigaux2002-07-311-1/+1
|
* updated pot filePablo Saratxaga2002-07-3149-140600/+152522
|
* - make used once callbacks be anonymous functionsThierry Vignaud2002-07-311-0/+0
| | | | | | | | | - replace scores of useless ->show() call by one show_all() call ui.pm | 82 +++++++++++++++++++++++++++--------------------------------------- 1 files changed, 34 insertions(+), 48 deletions(-)
* - have is_ip return the 4 parts of the ip addressPascal Rigaux2002-07-311-12/+8
| | | | | - cleanup
* - factorize functions (many functions -> one function)Christian Belisle2002-07-311-34/+31
|
* - fix $ENV{HOME} value to '/root' if usermode break itDamien Chaumette2002-07-311-1/+1
|
* hopefully fix "device or resource busy" problem in cdromGuillaume Cottenceau2002-07-311-4/+4
| | | | | | automatic mode (I messed up between truth value and number in a list... the first value is numbered "0" whicih is "false"...)
* - put the basic button on top (in the advanced page)Christian Belisle2002-07-311-3/+4
| | | | | - move set_server_link in the ignore list temporary
* - s/GNOME/X/ for gnome-linuxconfDaouda Lo2002-07-311-1/+1
|
* *** empty log message ***Pascal Rigaux2002-07-311-0/+1
|
* make new perl_checker happyPascal Rigaux2002-07-3131-121/+100
|
* rename a few target:Thierry Vignaud2002-07-311-2/+2
| | | | | | - srpm -> slowsrpm - fastsrpm -> srpm
* 14mdkThierry Vignaud2002-07-311-2/+16
|
* fix using $_ instead of $_[0] (thanks to perl_checker)Pascal Rigaux2002-07-311-1/+1
|
* "cp -a" doesn't need "echo yes|"Thierry Vignaud2002-07-311-3/+1
|
* - bump version numberThierry Vignaud2002-07-312-11/+15
| | | | | | | | | | | | | | | | - fix pcmcia network card detection (no more unknown) - fix scsi detection : o fix SCSI controllers detection (no more unknown) o fix misdetection of scsi devices as scsi host adapter o fix double scsi devices detection (both unknown and real category) - update TODO list