summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (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)
* (ask_deselect_media__copy_on_disk) ensure button got packed at bottom if ↵Thierry Vignaud2008-09-021-0/+1
| | | | there's not a lot of media
* (ask_deselect_media__copy_on_disk) fix layout of media selection step by ↵Thierry Vignaud2008-09-021-8/+8
| | | | preventing button & checkboxes to be too big
* - fix buggy blocking wait_message occuring in summary (#42062)Pascal Rigaux2008-09-021-0/+1
| | | | | (this was fixed only for "interactive", not for install::steps_gtk::summary_prompt())
* (create_boxradio,create_box_with_title,create_widget,get_label_width,main,re ↵Thierry Vignaud2008-09-021-1/+3
| | | | | | | allyChooseDesktop) explain infamous 6 years old gnome bug #101968 workarounds
* (reallyChooseDesktop) make sure title use all availlable widthThierry Vignaud2008-09-011-1/+1
|
* - if network access, configure urpmi with --mirrorlist --distrib,Pascal Rigaux2008-09-011-4/+1
| | | | | | | | | and install updates. This replaces the previous "Install Updates" step. - this calls gurpmi.addmedia/urpmi.addmedia and gurpmi2/urpmi in chroot - we do not allow anymore to choose which updates are going to be updated (ie choosePackagesTree is not used for this anymore)
* call drakx-matchbox-window-manager with no options Pascal Rigaux2008-09-011-1/+1
| | | | | (since the options we used are the default)
* - hack /tmp/.X11-unix to allow accessing X in chrootPascal Rigaux2008-09-011-0/+5
|
* (summary_prompt) render with white backgroundThierry Vignaud2008-08-291-1/+1
|
* (summary_prompt) add asterisksThierry Vignaud2008-08-291-1/+3
|
* (new) graphical installer is not supported on early i810, thus prevent waiting Thierry Vignaud2008-08-291-0/+6
| | | | | several minutes needlessly
* (reallyChooseGroups) improved button layoutThierry Vignaud2008-08-291-1/+1
|
* (reallyChooseGroups) use new install timeThierry Vignaud2008-08-291-1/+1
|
* (reallyChooseGroups) align size label to the leftThierry Vignaud2008-08-291-1/+1
|
* (reallyChooseGroups) move size labelThierry Vignaud2008-08-291-1/+1
|
* - configure vga=785 (640x480) when vga=788 (800x600) fails during installPascal Rigaux2008-08-281-0/+13
| | | | | | | | | (useful on 800x480 netbooks) other solutions could be: - ensure gfxboot choose 785 when it detects 788 is not available - ensure kernel tries 785 when 788 fails
* we don't support SPARC and AXP's old X serversPascal Rigaux2008-08-281-15/+0
|
* (reallyChooseDesktop) render title in blueThierry Vignaud2008-08-271-1/+1
|
* (ask_deselect_media__copy_on_disk) handle too big media listThierry Vignaud2008-08-181-2/+2
|
* (reallyChooseDesktop) add tool tipsThierry Vignaud2008-08-121-0/+6
|
* (reallyChooseDesktop) new desktop choice screenThierry Vignaud2008-08-121-8/+28
|
* run matchbox window managerThierry Vignaud2008-07-241-0/+1
|
* stop set icons for bannersThierry Vignaud2008-07-241-3/+3
|
* (enteringStep,get_default_step_items,set_default_step_items,summary_prompt) noThierry Vignaud2008-07-241-4/+4
| | | | | more need to define a default banner icon now we do not display them anymore
* (new) stop creating a separate logo windowThierry Vignaud2008-07-241-1/+0
|
* - force back 75dpi to get back previous font sizesPascal Rigaux2008-06-201-1/+1
|
* - do not propose to deselect media if none can be deselectedPascal Rigaux2008-03-031-0/+2
|
* - add "vesa" X driver to use when framebuffer failsPascal Rigaux2008-02-051-1/+1
| | | | | | (useful for boxes which work with vga=785 which is not the default, in that case "vesa" should work)
* - fix ensuring X is launched on tty7 (cf #37087)Pascal Rigaux2008-01-281-1/+1
|
* - call X with -nolisten tcp to avoid "security" issues (#18320)Pascal Rigaux2008-01-251-0/+1
| | | | | (nb: this implies "xhost+" helper prog is not useful anymore)
* "my $foo if 0" semantic has changed in some cases, using the new "state" ↵Pascal Rigaux2008-01-181-1/+2
| | | | keyword instead
* - use xkb instead of xmodmap Pascal Rigaux2007-11-271-1/+1
| | | | | | | (this fixes XF86_Switch_VT_X not defined in our xmodmaps) => stage2 is bigger: 640KB uncompressed, 223KB compressed
* replace "Estimating" with "(estimating...)" as suggested in #35103Pascal Rigaux2007-11-261-1/+1
|
* - use time() to know when to timeout (when launching installer X server)Pascal Rigaux2007-10-111-0/+3
| | | | | | | since the loop may be slower than 1 second (xf86misc::main::Xtest takes time on a failing X server on i810). Also print a message telling user to wait after 8 seconds.
* - translate the pkg summary when mdv-rpm-summary info is availablePascal Rigaux2007-09-211-1/+1
| | | | | | (for the "Details" mode when installing packages) - ensure mdv-rpm-summary is installed first (if selected)
* - advertising: restore support for $title in .pl files (wrongly dropped in ↵Pascal Rigaux2007-09-171-0/+8
| | | | 10.4.195)