summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/newt.pm
Commit message (Collapse)AuthorAgeFilesLines
* cleanup (translate late, and move methods to upper class)Pascal Rigaux2005-08-301-8/+0
|
* rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵Thierry Vignaud2005-06-301-1/+1
| | | | its purpose
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
|
* fix canceling managment in text modeThierry Vignaud2005-05-221-2/+2
|
* handle 'wizcancel'Thierry Vignaud2005-05-181-1/+6
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
|
* - we need unicode_start, which need kbd_mode and a real "echo" commandPascal Rigaux2004-09-031-1/+10
| | | | | | - initialize newt (and so slang) with a fake en_US.UTF-8 locale during install (and it works better when slang does its setlocale, i don't know why)
* (ask_fromW_real) make previous button be labeled "cancel" when neededThierry Vignaud2004-06-141-1/+1
|
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
|
* don't have a scroll inside a scroll which causes display pbs.Pascal Rigaux2004-02-171-11/+19
| | | | | | alas it doesn't fix the "Tab" navigation when having a global scroll + a Listbox. You have to use the right arrow to exit the Listbox
* remove arrows from previous/next buttons according to interface teamThierry Vignaud2004-01-161-2/+2
|
* let interactive uses stock items on x11 and old drak translated items inThierry Vignaud2003-07-141-2/+10
| | | | | other backends
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-2/+2
|
* - methods with no argument are not functions with no argument!Pascal Rigaux2003-05-261-5/+5
| | | | | - perl_checker fixes
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-6/+6
|
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
|
* perl_checker fixPascal Rigaux2003-02-271-1/+1
|
* handle multi-line labels for Checkbox'es (eg: Options in diskdrake)Pascal Rigaux2003-02-261-11/+33
|
* handle the "Advanced" button in newtPascal Rigaux2003-02-261-12/+30
|
* simplifyPascal Rigaux2003-02-181-3/+2
|
* fix tree in newt (now handles default selected entry, and disallow using ↵Pascal Rigaux2003-02-181-13/+30
| | | | non-leaves)
* fix sizing in the scrolled window in 80x25Pascal Rigaux2003-02-061-7/+12
|
* fix typo (for treelist)Pascal Rigaux2003-02-031-1/+1
|
* perl_checker small fixesPascal Rigaux2003-01-301-2/+2
|
* basic treelist handling (it leaks memory, but who cares, compared to gtk :)Pascal Rigaux2003-01-301-1/+47
|
* cleanup use of flagsPascal Rigaux2003-01-281-3/+3
|
* simplify API (always -1,-1 for left,top when creating widget, it means ↵Pascal Rigaux2003-01-281-6/+6
| | | | auto-placement)
* don't blindly truncate strings to size 40 in simplify_stringPascal Rigaux2003-01-271-8/+10
|
* fix special case "for license agreement": only use it for long messages, and ↵Pascal Rigaux2003-01-231-2/+2
| | | | fix {format} use
* add a button to "summary"-like dialog boxesPascal Rigaux2003-01-231-1/+2
|
* - handle {ok_disabled}Pascal Rigaux2003-01-231-21/+36
| | | | | | | | - correctly wrap messages - fix Textbox size - fix Listbox size - special code to handle the license dialog
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-2/+2
| | | | "every", "partition"
* 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