summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* added desktop groups organization.Francois Pons2003-03-061-0/+9
|
* cleanup handling of XF4 server choice during installPascal Rigaux2003-02-251-5/+8
|
* fix $check_complete use in gtk summaryPascal Rigaux2003-02-201-4/+1
|
* Gtk2::Label::set is deprecatedGuillaume Cottenceau2003-02-201-8/+8
|
* fix bold diplay of texts in advertsGuillaume Cottenceau2003-02-201-2/+4
|
* indent more the entries in the summary (as asked by dadou)Pascal Rigaux2003-02-191-1/+1
|
* allow to specify font size in output of l2pango_fontGuillaume Cottenceau2003-02-181-1/+1
| | | | | destroy and recreate steps window when charset changed because gtk won't update the font size otherwise
* enhance summary layoutPascal Rigaux2003-02-171-2/+4
|
* summary written in gtk, isn't it nice (?)Pascal Rigaux2003-02-161-0/+44
|
* - factorize "Help"-button handlingPascal Rigaux2003-02-161-1/+1
| | | | | - fix interactive_help_get_id (happily, it was no pb :)
* fix my breakage (broke non-latin1 installs :/)Guillaume Cottenceau2003-02-161-0/+1
|
* - update steps window to 9.1 theme (blue/white bullets)Guillaume Cottenceau2003-02-141-2/+3
| | | | | - don't destroy steps window between each step => better looking
* toggle Details / No details (as suggested by Prabu Anand)Pascal Rigaux2003-02-141-0/+1
|
* - use nice new gnome theme by ln and fcrozatGuillaume Cottenceau2003-02-131-2/+1
| | | | | | | | - remove old no more used themes - for doc team, provide an option so that we'll override some colors of the default theme (for B&W printing screeshots)
* - set_help is deprecatedPascal Rigaux2003-02-131-13/+2
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* - {interactive_help} is a function returning text, it doesn't need to do the ↵Pascal Rigaux2003-02-131-8/+0
| | | | | | | help window - drop global interactive_help during install. Will be done per ->ask_*
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
|
* format-a-la-tex the message telling that the system is low on resourcesGuillaume Cottenceau2003-02-111-2/+2
|
* say we're low on resources if we have less than 70 Mb of RAM (was 60 Mb)Guillaume Cottenceau2003-02-081-1/+1
|
* have the focus on the help "Ok" buttonPascal Rigaux2003-02-061-0/+1
|
* missing aewm-drakx causes pb when testing (perl going havoc?)Pascal Rigaux2003-02-061-1/+3
|
* add "Help" buttonPascal Rigaux2003-02-061-1/+7
|
* have "<- Previous" button in choosePackagesTreePascal Rigaux2003-02-051-1/+1
|
* fixed again.Francois Pons2003-02-051-1/+1
|
* fixed bug 1287.Francois Pons2003-02-051-1/+1
|
* fix test mode install when Xnest is not therePascal Rigaux2003-02-031-1/+1
|
* - handle {vga16} in Xnest testing modePascal Rigaux2003-02-021-2/+2
| | | | | - fix weird bug due to missing aewm-drakx in test mode (??)
* - add Xnest feature when testingPascal Rigaux2003-02-021-62/+79
| | | | | - cleanup and re-indent
* handle pop_it more nicely: no need to precise pop_it when the wizard window ↵Pascal Rigaux2003-01-311-1/+0
| | | | | | | already has a window, that way, two dialog boxes won't merge in the same window (which is dumb!)
* remove explicitly setting the size of advertising windowPascal Rigaux2003-01-311-1/+1
| | | | | (it wasn't setting the same size as the wizard mode size)
* - don't setMouseLive when the protocol hasn't changedPascal Rigaux2003-01-241-8/+14
| | | | | | - don't say "MOVE YOUR WHEEL" when there is no wheel and the protocol hasn't changed (nb: no wheel + IMPS/2 can now happen for usb mice)
* perl-GTK2 0.0.cvs.2003.01.21.1 should fix set_active(undef) misbehaviourGuillaume Cottenceau2003-01-211-1/+1
|
* workaround set_active on Gtk2::CheckButton widgets thinking undef is true :-(Pascal Rigaux2003-01-211-1/+1
| | | | | (hopefully, gc will fix perl-GTK2!)
* replace some "Ok" with "Next ->"Pascal Rigaux2003-01-211-1/+1
|
* (installPackages): do pop error messagesPascal Rigaux2003-01-091-0/+1
|
* - remove help (which was at the bottom)Pascal Rigaux2003-01-071-8/+6
| | | | | | | - wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog))
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-1/+1
| | | | "every", "partition"
* fix 'bold' advertisementsGuillaume Cottenceau2002-12-231-9/+10
|
* remove beginner/expert choicePascal Rigaux2002-12-121-29/+0
|
* move long messages (like license) to a new package: install_messages.pmPascal Rigaux2002-12-091-1/+1
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-3/+3
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-1/+1
|
* use option tty7 to force X server to be on tty7 (instead of opening tty5 andMystery Man 5532002-12-041-4/+1
| | | | | tty6 so that the next available tty is tty7)
* gtk2Guillaume Cottenceau2002-12-031-62/+63
|
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-2/+2
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-2/+2
|
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-3/+2
| | | | | - use some "cat_" and "output" where possible