summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Collapse)AuthorAgeFilesLines
* gtk2Guillaume Cottenceau2002-12-031-144/+174
|
* perl_checker adaptationsPascal Rigaux2002-11-273-16/+16
|
* s/$x ne (0|'')/$x/Thierry Vignaud2002-11-201-2/+2
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-143-4/+4
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-132-3/+3
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-112-3/+3
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-2/+2
|
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* don't return a typeglob ref, return the typeglob (reference to typeglobs arePascal Rigaux2002-11-101-1/+1
| | | | | soft references which doesn't increment the ref count)
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-063-24/+24
| | | | | | | | | | | | | | | | | | | 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!
* - do not handle "format"ing in interactive for combosPascal Rigaux2002-11-051-4/+17
| | | | | | - do it in interactive::gtk instead (that way, "val" is back"format"ed in callbacks as wanted) - die when editable combos are used with non-strings (like arrays or hashes)
* - 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-054-9/+9
|
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-172-14/+14
|
* special case to handle many buttons in newt: replacing with something alike ↵Pascal Rigaux2002-09-051-0/+21
| | | | ask_from_list (useful for XFdrake)
* add {callbacks}{advanced}, called when "Advance" button is pressedPascal Rigaux2002-08-281-1/+2
|
* use my_gtk {isWizard} and {isEmbedded} which are more accurate thanPascal Rigaux2002-08-191-6/+4
| | | | | | $::isWizard && !$my_gtk::pop_it and $::isEmbedded && !$my_gtk::pop_it, since when the Plug is full, the window is not embedded.
* fix dialog box with empty buttons (thanks to Hamster <hamster@hamsternet.org>)Pascal Rigaux2002-08-161-1/+4
|
* handle the setting of 'ok' and 'cancel'Pascal Rigaux2002-08-131-1/+1
|
* - handle setting 'ok' && 'cancel'Pascal Rigaux2002-08-133-3/+10
| | | | | - handle isWizard in newt (basic handling)
* move interactive::gtk::exit to my_gtk::exit so that my_gtkGuillaume Cottenceau2002-08-021-6/+1
| | | | | apps can call it (and fix busy mouse cursor problem that way)
* fix the many warnings when {icon} is not givenPascal Rigaux2002-08-011-1/+1
|
* allow "icon" to use the icon pathPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-312-5/+5
|
* typo fixThierry Vignaud2002-07-251-1/+1
|
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-234-0/+1220