summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* (ask_deselect_media__copy_on_disk) fix typo in latest commitThierry Vignaud2009-03-231-1/+1
|
* (ask_deselect_media__copy_on_disk) more adjustments for ->{selected} => ↵Thierry Vignaud2009-03-231-3/+3
| | | | ->{ignore} switch
* (choosePackagesTree::get_info) do not bother call dead codeThierry Vignaud2009-03-231-1/+0
|
* (choosePackagesTree::node_state) fix checking whether medium isThierry Vignaud2009-03-231-1/+1
| | | | | | selected or not, thus fixing empty packages tree at "Individual package selection" step (#48672)
* Only show warning about the i810 not supporting graphical inst when appropriateChristophe Fergeau2009-03-231-3/+5
|
* (ask_deselect_media__copy_on_disk) fix layout (#43528)Thierry Vignaud2009-01-301-0/+1
|
* (installPackages) continue installing if an advertising image is corrupted ↵Thierry Vignaud2008-10-081-1/+4
| | | | (#37674)
* gtk install: activate proper button for default desktopOlivier Blin2008-10-021-0/+1
|
* pass default choice to install::steps_gtk::reallyChooseDesktopOlivier Blin2008-10-021-2/+1
|
* (chooseGroups,reallyChooseDesktop) adjust some help IDsThierry Vignaud2008-10-021-1/+1
|
* (reallyChooseGroups) use new anchor name (the existing one is duplicated at toThierry Vignaud2008-10-021-1/+1
| | | | | of page, makint use of anchor useless) (needs a new mandriva-doc package)
* (reallyChooseDesktop) add help button for desktop selection stepThierry Vignaud2008-10-021-1/+7
|
* (reallyChooseGroups) use HTML helpThierry Vignaud2008-10-011-1/+2
|
* (reallyChooseDesktop) add a missing spaceThierry Vignaud2008-10-011-1/+1
|
* (ask_deselect_media__copy_on_disk) add help button for media selection stepThierry Vignaud2008-09-301-2/+4
|
* fix/adjust some help pages (#42986)Thierry Vignaud2008-09-301-1/+4
|
* - ask_deselect_media__copy_on_disk: Pascal Rigaux2008-09-291-1/+1
| | | | | | | o do not select all media by default (eg: debug media) (nb: this dialog occurs when user chooses "Go back to media and packages selection" on pkg install error)
* - ask_deselect_media__copy_on_disk: replace scrolled window around everythingPascal Rigaux2008-09-291-5/+6
| | | | | with a scrolled window around the list of checkboxes
* - ensure DPMS screensaver is not triggered during installPascal Rigaux2008-09-251-1/+1
| | | | | (it interacts badly with matchbox/compositing) (#44021)
* (installPackages) call Gtk2::Banner::update_text() instead of ↵Thierry Vignaud2008-09-241-1/+1
| | | | Gtk2::Banner::set_pixmap()
* oops, I meant o->{compssListLevel}Olivier Blin2008-09-231-1/+1
|
* reuse o->{rpmsrate_flags_chosen} (in disabled feather feature...)Olivier Blin2008-09-231-1/+1
|
* move rpmsrate values in variablesOlivier Blin2008-09-231-1/+1
|
* (choosePackagesTree) use HTML help when selecting individual packagesThierry Vignaud2008-09-161-1/+2
|
* (summary_prompt) use HTML help for summary stepThierry Vignaud2008-09-161-1/+1
|
* ((reallyChooseDesktop) fix custom preview titleThierry Vignaud2008-09-151-1/+1
|
* (reallyChooseDesktop) remove useless comaThierry Vignaud2008-09-151-1/+1
|
* (reallyChooseDesktop) make subtitle be blueThierry Vignaud2008-09-151-1/+4
|
* (reallyChooseGroups) align size label & individual choice checkbuttonThierry Vignaud2008-09-151-1/+1
|
* (reallyChooseGroups) add a separator between buttons and size labelThierry Vignaud2008-09-151-0/+1
|
* (installPackages) add a separator between buttons & progress barThierry Vignaud2008-09-121-0/+1
|
* (installPackages) add ":" at end of "time remaining" stringThierry Vignaud2008-09-121-1/+1
|
* (installPackages) pack together time label & valueThierry Vignaud2008-09-121-2/+2
|
* (installPackages) move progress bar on its own lineThierry Vignaud2008-09-121-4/+2
|
* (installPackages) add spacing between buttonsThierry Vignaud2008-09-111-1/+1
|
* (summary_prompt) use new "Help" button style (I forgot to commit this a long ↵Thierry Vignaud2008-09-111-1/+2
| | | | time ago :-()
* (reallyChooseDesktop) add better title to preview popupThierry Vignaud2008-09-111-2/+7
|
* (reallyChooseDesktop) add a separator between button and previewThierry Vignaud2008-09-111-0/+1
|
* (reallyChooseDesktop) pack button at endThierry Vignaud2008-09-111-1/+1
|
* - fix buggy blocking wait_message occuring in diskdrakePascal Rigaux2008-09-031-1/+0
| | | | | | (using a more powerful strategy to ensure such blocking wait_message won't bother use anymore)
* (summary_prompt) add some spacing between labels and buttonsThierry Vignaud2008-09-021-1/+1
|
* (summary_prompt) render summary in a TextView so that background is whiteThierry Vignaud2008-09-021-3/+6
|
* (summary_prompt) revert r244543 from 2008-08-29 since it makes buttonsThierry Vignaud2008-09-021-1/+1
| | | | | | | using white background (which we don't want); was: "(summary_prompt) render with white background"
* (ask_deselect_media__copy_on_disk) fix position of button (#29367)Thierry Vignaud2008-09-021-1/+1
|
* (summary_prompt) remove useless left filler now that labels are aligned to ↵Thierry Vignaud2008-09-021-1/+1
| | | | the right
* (summary_prompt) align labels to the rightThierry Vignaud2008-09-021-1/+1
|
* (ask_deselect_media__copy_on_disk) add a titleThierry Vignaud2008-09-021-1/+1
|
* (ask_deselect_media__copy_on_disk) further improve layout of media selection ↵Thierry Vignaud2008-09-021-1/+4
| | | | step by fixing width of another label
* (ask_deselect_media__copy_on_disk) fix widthThierry Vignaud2008-09-021-0/+2
|
* (ask_deselect_media__copy_on_disk) partially convert to mygtk2 (needed for ↵Thierry Vignaud2008-09-021-2/+3
| | | | next commit)