summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* rename "no_suggests" option as "no_recommends"Thierry Vignaud2014-10-201-2/+2
|
* log X.org server logs when it fails to start up (mga#13471)Thierry.Vignaud2014-10-201-1/+3
|
* make code more readableThierry.Vignaud2014-10-201-1/+4
| | | | (needed for next commit)
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* kill the now useless mouse optionsThierry Vignaud2014-06-061-1/+1
| | | | | also kill the ‘wacom _dev’ option which is useless since commit 7fcb6cc30e6264865a66551a2ab9cca3dc089c64 more than 10 years ago
* simplify after previous commitThierry.Vignaud2014-06-051-1/+1
| | | | we only have either Driver:foobar or Xnest
* kill last remainging bit of XFree86-3.x supportThierry.Vignaud2014-06-051-1/+1
| | | | | should have been gone along either in 2000 (when switching from XFree86 3.x to 4.x or in 2004/2005 when switching from XFree86 to X.org...
* kill last remaining bit from MoveThierry.Vignaud2014-06-051-1/+1
| | | | should have been ripped in commit dfdf67465048d060f7f86cd70d55cb78b6da15d9
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-5/+2
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* perl_checker cleanupsThierry Vignaud2014-02-071-1/+1
|
* revert back to matchbox instead of mutterThierry Vignaud2014-01-131-1/+1
| | | | | | | rationale: it doesn't fix diskdrake issues (mga#11977) whereas it doesn't draw window decorations w/o any window manager (mga#12218) basically reverting commit 19a11905a998a1e62fb8f32aeb749f1b5a9bafd6
* use mutter instead of matchboxThierry Vignaud2013-12-201-1/+1
| | | | | in order to try to workaround diskdrake issues (mga#11790, mga#11989, ...) as a side effect, stage2 shrinks by 3Mb...
* (reallyChooseGroups) reindent after previous commit for clarityThierry Vignaud2013-12-061-12/+12
|
* (reallyChooseGroups) make bottom buttons always availableThierry Vignaud2013-12-061-5/+3
| | | | by puting the scrolling window only around the package group check boxes
* wrap too big labels in summary dialog (mga#11793)Thierry Vignaud2013-11-281-1/+1
|
* disable updating ads titlesThierry Vignaud2013-11-241-1/+2
| | | | | testing latest commit shows that updating ads titles hasn't actually worked for years...
* update API for installerThierry Vignaud2013-11-241-2/+1
|
* workaround the same segfault when picking the desktopThierry Vignaud2013-11-241-1/+1
| | | | alter mygtk3 in order to pass a button to join its group
* stop using Image_using_pixmapThierry Vignaud2013-11-241-1/+1
| | | | cairo as used by gtk+ does a better job those days anyway...
* fix setting locale with Gtk3Thierry Vignaud2013-11-241-1/+1
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-7/+7
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-21/+21
|
* convert from mygtk2 to ugtk2Thierry Vignaud2013-11-241-6/+6
| | | | (needed for next commits)
* Revert "stage2: add Feature:Independently_install_desktop_environments"ennael2013-09-041-37/+12
| | | | | | | This reverts commit 331e242249bec7f80b303c1d37f3c9c8829988f5. Conflicts: perl-install/NEWS
* Revert "- stage2: add cinnamon to desktop selection"ennael2013-09-041-9/+7
| | | | | | | This reverts commit 6b1bd5a9a8771625a783fb1ff794ba06caac0e70. Conflicts: perl-install/install/NEWS
* respect default in desktop selectDerek Jennings2013-08-241-3/+1
|
* - stage2: add cinnamon to desktop selectionDerek Jennings2013-08-231-4/+8
|
* stage2: add Feature:Independently_install_desktop_environmentsDerek Jennings2013-08-211-12/+37
|
* fix displaying release notes while installing (mga#10087)Thierry Vignaud2013-05-151-6/+6
|
* fix displaying ads (mga#9939)Thierry Vignaud2013-05-021-1/+2
| | | | | regression introduced in commit r8029 on 2013-04-26: "fix doble logging of 'filesystem' installation (mga#7758)"
* (installCallback) fix doble logging of %(pre|post)trans packagesThierry Vignaud2013-04-261-1/+1
| | | | eg: 'filesystem' which has a %pretrans scriptlet (mga#7758)
* simplifyThierry Vignaud2013-03-041-6/+2
|
* drop unused parameterThierry Vignaud2013-03-041-6/+5
|
* adapt to new help layout (mga#5634)Thierry Vignaud2012-12-281-4/+4
|
* (setPackages) fix dialogs titleThierry Vignaud2012-12-141-0/+9
|
* retrieve package descriptions from XML meta-data instead of from huge hdlistsThierry Vignaud2012-11-161-2/+2
| | | | (fix not displaying packages description in network installs) (mga#549)
* (reallyChooseGroups) remove "select all" buttonThierry Vignaud2012-09-141-1/+0
| | | | | rationale: it's not as usefull as "unselect all" & it takes too much place when translated
* (reallyChooseGroups) fix crash when clicking previous in minimal install ↵Thierry Vignaud2012-09-041-3/+3
| | | | step (mga#7345)
* minor indent fixThierry Vignaud2012-08-301-1/+1
|
* (reallyChooseGroups) add "select all" & "unselect all" buttonsThierry Vignaud2012-07-261-1/+6
| | | | buttons layout should be probably enhanced later...
* (reallyChooseGroups) add a scrollbarThierry Vignaud2012-07-261-0/+2
| | | | (due to Oxygen theme eating more space than Ia Ora one)
* fix detecting if Xorg started successfullyThierry Vignaud2012-06-051-1/+1
|
* (new,_setup_and_start_X) fix fallbacking on curses install aka abortThierry Vignaud2012-06-041-2/+2
| | | | | | | gtk install startup if X failed to start issue introduced in r2434 on Dec 16 2011: "(_setup_and_start_X) split it out of new()"
* (_setup_and_start_X) /dev/kbd is unused for quite some timesThierry Vignaud2012-05-231-3/+0
|
* (choosePackagesTree) honor "no suggests" option (mga#3467)Thierry Vignaud2012-04-231-1/+3
| | | | | was not "implemented" for individual package selection when pterjan commited r259864 on Sep 2 2009: "allow minimal install without suggests"
* (choosePackagesTree) fix passing ->{media} to extractHeadersThierry Vignaud2012-04-231-1/+1
| | | | (was a missmerge)
* (choosePackagesTree) display informations, even if we failed to retrieve the ↵Thierry Vignaud2012-04-161-2/+2
| | | | | | | | package header the later is needed only for description. "No description" will be merged in from rpmdrake
* (cleanHeaders,extractHeaders) resurect them, thus enabling to retrieve ↵Thierry Vignaud2012-04-161-0/+1
| | | | | | package descriptions from headers (mga#549) (got ripped after swtiching to urpmi, needed for next commits)
* perl_checker cleanupsThierry Vignaud2012-03-231-0/+1
|