summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* small i18n improvementPablo Saratxaga2003-02-051-1/+7
|
* almost full Gtk2 :pDamien Chaumette2003-02-051-43/+52
|
* - building srpm only does not imply having the dependancies installedThierry Vignaud2003-02-051-2/+2
| | | | | - clean more files too
* (ask_browse_tree_info): switch buttonsPascal Rigaux2003-02-051-8/+12
|
* handle "Previous" on choosePackagesTreePascal Rigaux2003-02-051-1/+1
|
* 9.1-0.23mdkThierry Vignaud2003-02-051-1/+6
|
* have "<- Previous" button in choosePackagesTreePascal Rigaux2003-02-051-1/+1
|
* remove debug code :-(Pascal Rigaux2003-02-051-4/+0
|
* fixed my own suckingDamien Chaumette2003-02-052-0/+2
|
* fix embeddingThierry Vignaud2003-02-051-2/+7
|
* fix typoPascal Rigaux2003-02-051-1/+1
|
* fixed some incoherent translations that made harddrake2 crashPablo Saratxaga2003-02-051-2/+2
|
* warn the user when leaving the summary with X non configuredPascal Rigaux2003-02-051-0/+7
|
* replace $l[$#l] with $l[-1]Pascal Rigaux2003-02-053-3/+7
|
* skip handle_configsPascal Rigaux2003-02-051-0/+1
| | | | | (since it's not perl_checker compliant, and don't want to be)
* fix perl_checker errorPascal Rigaux2003-02-051-2/+2
|
* don't force wait_messages popPascal Rigaux2003-02-051-2/+4
|
* - add a beep in case of brltty error messagePascal Rigaux2003-02-051-5/+6
| | | | | - probe mouse before running brltty
* fixed again.Francois Pons2003-02-051-1/+1
|
* fixed bug 1287.Francois Pons2003-02-051-1/+1
|
* updated pot filePablo Saratxaga2003-02-053-44/+66
|
* add mdkkdm in KDE 5Florent Villard2003-02-051-1/+1
|
* added more security related packagesFrederic Lepied2003-02-051-1/+2
|
* typo fixThierry Vignaud2003-02-051-1/+1
|
* new data structure enables to do further cleanups and to spot old bugs (akaThierry Vignaud2003-02-051-46/+35
| | | | | | | | | | | | | | | | | security::msec is readable at last): - put all file names & separators for regexps in the object - (load_defaults, load_values) thus we can use indirect call to get right values - (load_values) fix "returning 'undef' option" (this trival bug did not have any side effect but fixing it is cleaner - kill debugging statements - generalize some comments - (reload) introduce this method so that we can later reload default values when the user change the security level the only bug we left is that on each saving, we add a empty line to config files...
* Put quoting of search terms into a function, small fixes.Till Kamppeter2003-02-041-32/+32
|
* - Fixed Titi's newly introduced bugs. Now scannerdrake works at least asTill Kamppeter2003-02-042-44/+81
| | | | | | | | | | 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).
* *** empty log message ***Pascal Rigaux2003-02-041-1/+247
|
* Removed debug helper line.Till Kamppeter2003-02-041-1/+0
|
* Fixed auto-detection of a configured (but not started) network.Till Kamppeter2003-02-041-7/+15
|
* fix typoPascal Rigaux2003-02-041-1/+1
|
* add brlttyPascal Rigaux2003-02-041-1/+1
|
* add brltty help filePascal Rigaux2003-02-043-3/+6
|
* - "Out-sourced" functions for config file handling into handle_configs.pm,Till Kamppeter2003-02-043-176/+304
| | | | | | it is used by both printerdrake and scannerdrake. - Improvements and fixes on CUPS daemon configuration by printerdrake.
* 9.1-0.22mdkThierry Vignaud2003-02-041-1/+5
|
* fixed small typo.Francois Pons2003-02-041-2/+2
|
* add support for adiusbadsl 1.0.2 (using adictrl -i to find interface and usingFrancois Pons2003-02-041-17/+35
| | | | | pppoa).
* brltty supportPascal Rigaux2003-02-044-1/+44
|
* wildcard * in share/list allowed to match multiple files, but not multiple ↵Pascal Rigaux2003-02-041-1/+1
| | | | directories
* updated pot filePablo Saratxaga2003-02-043-4/+103
|
* move packages from 3 to 4 (fix bug #1265)Pascal Rigaux2003-02-041-3/+5
|
* don't ->set_modal during installPascal Rigaux2003-02-041-1/+1
|
* add "vcsa" (for brltty)Pascal Rigaux2003-02-041-0/+1
|
* perl_checker fixThierry Vignaud2003-02-041-1/+0
|
* adapt to new mandrake_doc-drakxtools-* packagesThierry Vignaud2003-02-041-1/+1
|
* - fix get_check_default() and get_function_default() descriptionThierry Vignaud2003-02-042-79/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* update theme editor to current libDrakX apiThierry Vignaud2003-02-041-6/+6
|
* 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
* Use system configs when wrapped in mcc.Stew Benedict2003-02-041-2/+3
|
* cleanupPascal Rigaux2003-02-031-1/+1
|