summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵Guillaume Cottenceau2003-02-181-5/+1
| | | | Gtk2->init
* - untabifyThierry Vignaud2003-02-181-36/+26
| | | | | | | - (basic_seclevel_option) inline it and kill it - (new_editable_combo) take two arguments, a ref on strings list and the default value
* just remove all DISPLAYMANAGER occurences and fix the case where thereThierry Vignaud2003-02-181-2/+2
| | | | | were no such line before (which probably had never caught anyone)
* fix translation of title by calling N() after interactive->vnewGuillaume Cottenceau2003-02-171-1/+1
|
* fix translation of title: N() needs to be called afterGuillaume Cottenceau2003-02-171-1/+1
| | | | | interactive->vnew has been called
* correction for non-latin1 locales,Pablo Saratxaga2003-02-171-2/+6
| | | | | made strings "Unknown" and "unknown" translatable in device info
* perl generate undef indefinitely from the voidThierry Vignaud2003-02-171-1/+1
|
* this was just tested beforeThierry Vignaud2003-02-171-2/+2
|
* - Restructured function "main()"Till Kamppeter2003-02-171-1/+2
| | | | | | | | | | - Made automatic queue setup being done during installation - Support for unknown printers in auto-detection and in automatic queue setup - Fixed determination of default printer - Fixed printer help page display - Fixed wait message in /usr/sbin/printerdrake
* Fixed bug in setting up multiple scanners at once.Till Kamppeter2003-02-151-8/+10
|
* Improved manual scanner configuration, bug fixes.Till Kamppeter2003-02-141-85/+133
|
* o Gtk2Damien Chaumette2003-02-141-100/+78
| | | | | | | | o 'add a rule' works again o 'edit rule' too o get_rights get all rights, not just a few o little cleanup (more to come)
* cleanup security::level, hopefully the **** draksec still worksPascal Rigaux2003-02-141-1/+1
|
* make perl_checker happyPascal Rigaux2003-02-131-2/+1
|
* help perl_checkerPascal Rigaux2003-02-131-2/+2
|
* cleanupPascal Rigaux2003-02-131-5/+5
|
* Fixed typo.Till Kamppeter2003-02-131-1/+1
|
* Improved handling and structure of scanner databaseTill Kamppeter2003-02-131-4/+8
| | | | | | | | | - 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.
* Scannerdrake vastly improvedTill Kamppeter2003-02-121-22/+599
| | | | | | | | | | | | - 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
* fix just stupid fpons sucksThierry Vignaud2003-02-121-1/+1
|
* updated to find an interface even when no profile are available.Francois Pons2003-02-121-6/+10
|
* do not enfore default settingsThierry Vignaud2003-02-121-1/+0
|
* 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
* - ensure log::l's don't appear on stderrPascal Rigaux2003-02-111-1/+2
| | | | | - catch authentification errors
* 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 frame in standalone modeThierry Vignaud2003-02-111-0/+1
|
* - s/link/path/Daouda Lo2003-02-101-1/+1
|
* - http connections handled.Daouda Lo2003-02-101-18/+17
|
* - help link can be non local (http, www connnections).Daouda Lo2003-02-101-1/+1
|
* language/country selection change:Guillaume Cottenceau2003-02-083-39/+43
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* - full Gtk2Damien Chaumette2003-02-071-457/+255
| | | | | - cleanup code (still much to do...)
* fixed English typoPablo Saratxaga2003-02-071-1/+1
|
* sanitizeThierry Vignaud2003-02-061-1/+1
|
* fix floppy create :-)Thierry Vignaud2003-02-061-0/+1
|
* perl_checker fix (yeah, i was faster than perl_checko!)Thierry Vignaud2003-02-061-1/+1
|
* the result of David Sansome|Laurent Montel|Frederic Lepied|DavodThierry Vignaud2003-02-061-0/+59
| | | | | Beidebs|Thierry Vignaud collision
* - change package name to installDaouda Lo2003-02-061-1/+1
|
* small i18n improvementPablo Saratxaga2003-02-051-1/+7
|
* almost full Gtk2 :pDamien Chaumette2003-02-051-43/+52
|
* fix embeddingThierry Vignaud2003-02-051-2/+7
|
* typo fixThierry Vignaud2003-02-051-1/+1
|
* - Fixed Titi's newly introduced bugs. Now scannerdrake works at least asTill Kamppeter2003-02-041-34/+64
| | | | | | | | | | under Mandrake 9.0. - Fixed bug of automatic configuration also being done if one opts for manual configuration of an auto-detected scanner. - Made scannerdrake editing the SANE config files instead of replacing them by the config lines from the DB (or emptying them when no config lines are given in the DB).
* adapt to new mandrake_doc-drakxtools-* packagesThierry Vignaud2003-02-041-1/+1
|
* - fix get_check_default() and get_function_default() descriptionThierry Vignaud2003-02-041-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix "check states were not saved if their value did not change (thus reverting it to default on disk)" - fix emebedding (no transcience when embedded) - fix "value get chop()-ed until it disapear and is reset to default" - log which security level is set and not only the switch killing latest remanent parts of christian "yeah baby, i'm piggy" work: - functions and checks listing : o rename get_functions() as list_functions() and get_default_checks() as list_checks(); this is both more homogenous and enable one to separate them from the get_(check|function)_(value|default) function group o regroup them o over simplify list_functions(): leave functions listing to msec (aka /usr/share/msec/level.<LEVEL>, assuming share/msec.py is always up to date, just don't care reparsing python code (this is plain stupid); if we cannot rely on msec, on who could we :-) ? o this allow to simplify msec gui so that we do not exclude stuff already excluded - remove config_check(), config_funtion(): replace them by: o set_check() and set_function() to store new values in data structure o apply_checks() and apply_functions() to save these new values, thus writing config files once and not twice the functions & checks count
* now, we always have a help entry and a default value but when fredl rename aThierry Vignaud2003-02-041-4/+4
| | | | | | check and forgot to remove it from /var/lib/msec/security.conf like CHECK_SUID_GROUP => CHECK_SGID, but hopefully, he'll fix msec