summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1_1_8_16mdk'.V1_1_8_16mdkMystery Man2002-07-312037-982150/+0
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-3122-29/+29
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* *** empty log message ***Pascal Rigaux2002-07-311-1/+1
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-3112-51/+52
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-314-25/+166
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* (devfssymlinkf): when creating a symlink on the system, use devfs name if ↵Pascal Rigaux2002-07-311-0/+3
| | | | devfs is mounted
* what is needed for usbmouse is "hid mousedev usbmouse" not the weird ↵Pascal Rigaux2002-07-311-2/+2
| | | | "serial_usb"
* (read): don't look at /dev/mouse symlink to get {device}, sysconfig/mousePascal Rigaux2002-07-311-1/+0
| | | | | gives it, so why bother (this fixes /dev//dev/misc/psaux bug)
* updateThierry Vignaud2002-07-311-9/+5
|
* 15mdk (will be released tomorrow before the beta2)Thierry Vignaud2002-07-311-1/+10
|
* - bump harddrake versionThierry Vignaud2002-07-313-1/+4
| | | | | - module configuration is saved (todo: read the config)
* 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
|