summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* allow X to restart after dying through X_move script, startkde also through ↵Guillaume Cottenceau2003-11-261-2/+2
| | | | startkde_move script
* cleanup Xfree server @options handlingPascal Rigaux2003-10-311-14/+11
|
* allow move to be launched in testing modeGuillaume Cottenceau2003-10-301-4/+6
|
* ensure we quit at once when we can't launche X server (I want toGuillaume Cottenceau2003-10-301-1/+1
| | | | | have "can't launche graphical mode :(" as last msg)
* log a bit more live mouse type changeGuillaume Cottenceau2003-10-301-1/+1
|
* don't use exit(), use _exit()Pascal Rigaux2003-10-231-1/+1
|
* misc optGuillaume Cottenceau2003-10-161-1/+1
|
* better disabling of anti-alias, fix non-fb based start of drakx (amd64, move)Guillaume Cottenceau2003-10-151-1/+1
|
* configure automatically XFree and allow to launch interactive_gtk with itGuillaume Cottenceau2003-10-101-1/+13
|
* remove unused (perl_checker, my love, where are you?)Guillaume Cottenceau2003-10-101-1/+0
|
* setsid trick to make XF4 work in fbdev (!?!)Pascal Rigaux2003-10-091-4/+7
|
* perl_checker fixes.Francois Pons2003-09-301-2/+4
|
* improved invidual package selection as toggle, a bit faster and give reason whyFrancois Pons2003-09-301-47/+52
| | | | | package cannot be selected.
* fixed log about toggle of package.Francois Pons2003-09-291-1/+1
|
* add reason of package not selected (or unselected).Francois Pons2003-09-291-0/+17
|
* try to follow what is wrong when requiring multiple cds.Francois Pons2003-09-221-0/+1
|
* the install package dialog box must be explictly destroyed when quittingPascal Rigaux2003-09-181-0/+1
| | | | | | | | | installation (esp. this occurs when answering "No" to "There was an error installing packages") rationale: the $w (created with ugtk2->new) is not reference counted correctly (it was already workarounded when leaving installPackages the normal way)
* don't display a watch when slow things because due to theGuillaume Cottenceau2003-09-111-15/+6
| | | | | | | | | | | | large number of gtkflush(), the ask_ok_cancel appears before its Gtk->main is called, hence clicking too fast will call Gtk->main_quit before Gtk->main, but the dialog doesn't disappear; then on the next click on ok/cancel, the call to another Gtk->main_quit will lead to two Gtk->main being exited, hence destroying the ok/cancel dialog but alors the main window (choose of individual packages)
* fixing keyboard focus during install:Pascal Rigaux2003-09-081-3/+1
| | | | | | | | - removed aewm-drakx which doesn't work nicely - fix @interactive::objects handling (don't push non pop_it windows, ensure destroyed windows are removed) - ensure XSetInputFocus is called on $::WizardWindow
* fixed duplicate entries in src architecture.Francois Pons2003-09-021-4/+6
|
* Use xf4 on AMD64 tooGwenolé Beauchesne2003-08-191-1/+1
|
* ensure "No details" is displayed instead of "Details" when beginning a newPascal Rigaux2003-07-301-2/+3
| | | | | package installation round and "No details" was pressed in previous round
* avoid src package to be seen in tree.Francois Pons2003-07-211-0/+1
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-1/+0
|
* change a bit how strings are passed to advertising systemGuillaume Cottenceau2003-06-121-35/+18
| | | | | | so that we don't specify absolute x,y positions for each paragraph, ending with overwritten text in some localizations
* revert fpons' strange 1.345's commitGuillaume Cottenceau2003-06-111-1/+1
|
* choosePackagesTree: display the "watch" mouse cursor when doing slow ↵Guillaume Cottenceau2003-06-111-14/+24
| | | | operations; display blue text for rpm tags of package descriptions
* allow X server to use :9 (:1 seems to not working ?) and disable access controlFrancois Pons2003-06-041-3/+3
| | | | | (no clients can connect by default).
* perl_checker compliance for optional method argumentsPascal Rigaux2003-04-221-4/+4
|
* new perl_checker compliancePascal Rigaux2003-04-171-8/+8
|
* Pass $Driver to launchX in non /FB/ caseGwenolé Beauchesne2003-04-011-1/+1
|
* made desktop group centred.Francois Pons2003-03-141-1/+1
|
* desktop group simplification.Francois Pons2003-03-131-6/+1
|
* the shadow behind the new adverts looks ugly, remove itGuillaume Cottenceau2003-03-111-2/+0
|
* new advertisement will be with grey backgroundGuillaume Cottenceau2003-03-111-4/+4
|
* 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