summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* die if getAndSaveFile failed, so that it will be easier to debugGuillaume Cottenceau2003-02-131-1/+1
| | | | | if we have this problem..
* - {interactive_help} is a function returning text, it doesn't need to do the ↵Pascal Rigaux2003-02-133-12/+3
| | | | | | | help window - drop global interactive_help during install. Will be done per ->ask_*
* add ask_yesorno_, ask_okcancel_, ask_warn_, ask_from_listf_raw (to allow help)Pascal Rigaux2003-02-131-27/+41
|
* make perl_checker happyPascal Rigaux2003-02-132-3/+2
|
* help perl_checkerPascal Rigaux2003-02-131-2/+2
|
* cleanupPascal Rigaux2003-02-131-5/+5
|
* add CVS $IdPascal Rigaux2003-02-135-5/+5
|
* add cvs $IdPascal Rigaux2003-02-131-1/+1
|
* don't use $_total, use $total_ insteadPascal Rigaux2003-02-131-2/+2
|
* no commentThierry Vignaud2003-02-131-1/+1
|
* (start_service_on_boot) prevent copying this styleThierry Vignaud2003-02-131-4/+2
|
* (do_not_start_service_on_boot) : simplify itThierry Vignaud2003-02-131-3/+1
|
* fix drakxtools buildThierry Vignaud2003-02-131-1/+1
|
* 9.1-0.28mdkThierry Vignaud2003-02-131-2/+12
|
* Fixed typo.Till Kamppeter2003-02-131-1/+1
|
* Improved handling and structure of scanner databaseTill Kamppeter2003-02-133-25/+77
| | | | | | | | | - Scanners with multiple ports are supported now - Fully automatic build of the scanner database, including lines for configuration files - Fixed "SnapScan" <-> "snapscan" bug - Some HP scanners had no manufacturer field. Fixed.
* cleanGuillaume Cottenceau2003-02-121-8/+0
|
* add missing pango rendering modulesGuillaume Cottenceau2003-02-122-1/+24
| | | | | in ramdisk, do download additional fonts if needed (fixes problems with CJK languages and namely #1098)
* cleanup starts_on_boot()Pascal Rigaux2003-02-121-15/+3
|
* Updated pot filePablo Saratxaga2003-02-123-1102/+3811
|
* CJK fonts can now be pcf.gz, hopefully since they will be too large for ↵Guillaume Cottenceau2003-02-121-0/+0
| | | | ramdisks :(
* Scannerdrake vastly improvedTill Kamppeter2003-02-123-47/+736
| | | | | | | | | | | | - Use auto-detection methods of SANE - Do not ask the user to configure scanners which are already configured - Handle systems with more than one scanner correctly - Added ports of newer scanners (libusb, parallel, ...) to the port selector in manual setup - Main dialog showing all configured scanners - Full support for scanner sharing via SANE (server/client) - Support for USB scanner access via libusb
* - ensure focus should not be needed anymoreGuillaume Cottenceau2003-02-121-10/+1
| | | | | - support XSetInputFocus hackery
* fix just stupid fpons sucksThierry Vignaud2003-02-121-1/+1
|
* rework summary() (esp. to allow a gtk frontend)Pascal Rigaux2003-02-123-87/+133
|
* use {interactive_help}Pascal Rigaux2003-02-121-17/+16
|
* allow {interactive_help} per dialog boxes instead of globalPascal Rigaux2003-02-122-2/+3
|
* don't set pop_it when the window is hiddenPascal Rigaux2003-02-121-1/+4
|
* updated to find an interface even when no profile are available.Francois Pons2003-02-121-6/+10
|
* prefer apache for drakpxe to find the right package.Francois Pons2003-02-121-1/+1
|
* fix fpons sucks (at least one time).Francois Pons2003-02-121-2/+3
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-1217-27/+27
|
* do not enfore default settingsThierry Vignaud2003-02-121-1/+0
|
* configure profile in order to avoid standalone networking tools to complainFrancois Pons2003-02-121-0/+4
| | | | | about unconfigured device.
* 9.1-0.27mdkThierry Vignaud2003-02-121-1/+18
|
* perl_checker fixesThierry Vignaud2003-02-121-2/+2
|
* - clean up through ugtk2Thierry Vignaud2003-02-121-145/+130
| | | | | | | | | | - enforce strict mode - give meaningful names to widget variables - fix embedding in mcc at last, aka going into expert mode does not fsck up the gui - display all configuration buttons (both internet and lan) the same way - fix doble variable declaration to MDK::Common::Globals
* - fix non obvious "not a CODE reference" errors when embeddedThierry Vignaud2003-02-121-5/+3
| | | | | | (fortunately, gc will fix perl-GTK2 if this syntax is still authorized) - (configure_lan) : fix gtk+-2 port and remove old commented out debugging code
* *** empty log message ***Pascal Rigaux2003-02-121-1/+142
|
* add "OS/2 boot manager" (see bug #1338)Pascal Rigaux2003-02-111-0/+1
|
* format-a-la-tex the message telling that the system is low on resourcesGuillaume Cottenceau2003-02-111-2/+2
|
* - ensure log::l's don't appear on stderrPascal Rigaux2003-02-111-1/+2
| | | | | - catch authentification errors
* have localedrake in /usr/bin rather than /usr/sbin (#1407)Guillaume Cottenceau2003-02-111-3/+4
|
* don't set AGPMode (see bug #707)Pascal Rigaux2003-02-111-3/+0
|
* smoother guiThierry Vignaud2003-02-111-0/+1
|
* - further ugtk2 cleanupsThierry Vignaud2003-02-111-47/+48
| | | | | - (row_setting_dialog) : fix implosion
* phase 1 of drakperm clean up through ugtk2Thierry Vignaud2003-02-111-30/+21
|
* - gtk2 port of dialogs (poulpy)Thierry Vignaud2003-02-111-258/+257
| | | | | | | | | - one callback cleanup (me): o enforce strict mode (aka kill jonathanries) and introuce a permission data structure. o no need to keep global references on widget we pack through symbolic references; this is only namespace pollution
* no need to duplicate LC_MONETARYGuillaume Cottenceau2003-02-111-1/+1
|
* thx perl checkoGuillaume Cottenceau2003-02-111-0/+1
|