summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/newt.pm
Commit message (Collapse)AuthorAgeFilesLines
* remove code handling setstepPascal Rigaux2002-12-091-8/+2
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-6/+6
|
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-1/+1
| | | | | - remove unneeded parentheses for things like ... if (...)
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-2/+2
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* - fix dialog boxes using a scrollbarPascal Rigaux2002-11-051-4/+3
| | | | | - cleanup
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-051-2/+2
|
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-13/+13
|
* special case to handle many buttons in newt: replacing with something alike ↵Pascal Rigaux2002-09-051-0/+21
| | | | ask_from_list (useful for XFdrake)
* fix dialog box with empty buttons (thanks to Hamster <hamster@hamsternet.org>)Pascal Rigaux2002-08-161-1/+4
|
* - handle setting 'ok' && 'cancel'Pascal Rigaux2002-08-131-2/+7
| | | | | - handle isWizard in newt (basic handling)
* typo fixThierry Vignaud2002-07-251-1/+1
|
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-0/+254