summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (reallyChooseDesktop) kill doble call to grab_focus()Thierry Vignaud2012-03-231-1/+0
|
* (_setup_and_start_X) split it out of new()Thierry Vignaud2011-12-161-42/+47
|
* (_launchX) split it out of new()Thierry Vignaud2011-12-161-48/+50
|
* perl_checker cleanupsThierry Vignaud2011-10-101-2/+2
|
* fix missing "Mageia" instances (found by perl_checker)Thierry Vignaud2011-10-101-3/+3
|
* (installPackages) only retrieve release notes once during installationThierry Vignaud2011-09-081-1/+1
| | | | | (also reduces install log size)
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-2/+2
|
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-5/+5
| | | | | - use 'LDAP' instead of 'Ldap'
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* fix using empty dmraidPascal Terjan2010-02-091-1/+1
|