Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop (broken) support for Alpha, PPC, Sparc & most of IA64 | Thierry.Vignaud | 2014-05-26 | 1 | -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 cleanups | Thierry Vignaud | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | revert back to matchbox instead of mutter | Thierry Vignaud | 2014-01-13 | 1 | -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 matchbox | Thierry Vignaud | 2013-12-20 | 1 | -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 clarity | Thierry Vignaud | 2013-12-06 | 1 | -12/+12 |
| | |||||
* | (reallyChooseGroups) make bottom buttons always available | Thierry Vignaud | 2013-12-06 | 1 | -5/+3 |
| | | | | by puting the scrolling window only around the package group check boxes | ||||
* | wrap too big labels in summary dialog (mga#11793) | Thierry Vignaud | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | disable updating ads titles | Thierry Vignaud | 2013-11-24 | 1 | -1/+2 |
| | | | | | testing latest commit shows that updating ads titles hasn't actually worked for years... | ||||
* | update API for installer | Thierry Vignaud | 2013-11-24 | 1 | -2/+1 |
| | |||||
* | workaround the same segfault when picking the desktop | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | alter mygtk3 in order to pass a button to join its group | ||||
* | stop using Image_using_pixmap | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | cairo as used by gtk+ does a better job those days anyway... | ||||
* | fix setting locale with Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 1 | -7/+7 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 1 | -21/+21 |
| | |||||
* | convert from mygtk2 to ugtk2 | Thierry Vignaud | 2013-11-24 | 1 | -6/+6 |
| | | | | (needed for next commits) | ||||
* | Revert "stage2: add Feature:Independently_install_desktop_environments" | ennael | 2013-09-04 | 1 | -37/+12 |
| | | | | | | | This reverts commit 331e242249bec7f80b303c1d37f3c9c8829988f5. Conflicts: perl-install/NEWS | ||||
* | Revert "- stage2: add cinnamon to desktop selection" | ennael | 2013-09-04 | 1 | -9/+7 |
| | | | | | | | This reverts commit 6b1bd5a9a8771625a783fb1ff794ba06caac0e70. Conflicts: perl-install/install/NEWS | ||||
* | respect default in desktop select | Derek Jennings | 2013-08-24 | 1 | -3/+1 |
| | |||||
* | - stage2: add cinnamon to desktop selection | Derek Jennings | 2013-08-23 | 1 | -4/+8 |
| | |||||
* | stage2: add Feature:Independently_install_desktop_environments | Derek Jennings | 2013-08-21 | 1 | -12/+37 |
| | |||||
* | fix displaying release notes while installing (mga#10087) | Thierry Vignaud | 2013-05-15 | 1 | -6/+6 |
| | |||||
* | fix displaying ads (mga#9939) | Thierry Vignaud | 2013-05-02 | 1 | -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 packages | Thierry Vignaud | 2013-04-26 | 1 | -1/+1 |
| | | | | eg: 'filesystem' which has a %pretrans scriptlet (mga#7758) | ||||
* | simplify | Thierry Vignaud | 2013-03-04 | 1 | -6/+2 |
| | |||||
* | drop unused parameter | Thierry Vignaud | 2013-03-04 | 1 | -6/+5 |
| | |||||
* | adapt to new help layout (mga#5634) | Thierry Vignaud | 2012-12-28 | 1 | -4/+4 |
| | |||||
* | (setPackages) fix dialogs title | Thierry Vignaud | 2012-12-14 | 1 | -0/+9 |
| | |||||
* | retrieve package descriptions from XML meta-data instead of from huge hdlists | Thierry Vignaud | 2012-11-16 | 1 | -2/+2 |
| | | | | (fix not displaying packages description in network installs) (mga#549) | ||||
* | (reallyChooseGroups) remove "select all" button | Thierry Vignaud | 2012-09-14 | 1 | -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 Vignaud | 2012-09-04 | 1 | -3/+3 |
| | | | | step (mga#7345) | ||||
* | minor indent fix | Thierry Vignaud | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | (reallyChooseGroups) add "select all" & "unselect all" buttons | Thierry Vignaud | 2012-07-26 | 1 | -1/+6 |
| | | | | buttons layout should be probably enhanced later... | ||||
* | (reallyChooseGroups) add a scrollbar | Thierry Vignaud | 2012-07-26 | 1 | -0/+2 |
| | | | | (due to Oxygen theme eating more space than Ia Ora one) | ||||
* | fix detecting if Xorg started successfully | Thierry Vignaud | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | (new,_setup_and_start_X) fix fallbacking on curses install aka abort | Thierry Vignaud | 2012-06-04 | 1 | -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 times | Thierry Vignaud | 2012-05-23 | 1 | -3/+0 |
| | |||||
* | (choosePackagesTree) honor "no suggests" option (mga#3467) | Thierry Vignaud | 2012-04-23 | 1 | -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 extractHeaders | Thierry Vignaud | 2012-04-23 | 1 | -1/+1 |
| | | | | (was a missmerge) | ||||
* | (choosePackagesTree) display informations, even if we failed to retrieve the ↵ | Thierry Vignaud | 2012-04-16 | 1 | -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 Vignaud | 2012-04-16 | 1 | -0/+1 |
| | | | | | | package descriptions from headers (mga#549) (got ripped after swtiching to urpmi, needed for next commits) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -0/+1 |
| | |||||
* | (reallyChooseDesktop) kill doble call to grab_focus() | Thierry Vignaud | 2012-03-23 | 1 | -1/+0 |
| | |||||
* | (_setup_and_start_X) split it out of new() | Thierry Vignaud | 2011-12-16 | 1 | -42/+47 |
| | |||||
* | (_launchX) split it out of new() | Thierry Vignaud | 2011-12-16 | 1 | -48/+50 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2011-10-10 | 1 | -2/+2 |
| | |||||
* | fix missing "Mageia" instances (found by perl_checker) | Thierry Vignaud | 2011-10-10 | 1 | -3/+3 |
| | |||||
* | (installPackages) only retrieve release notes once during installation | Thierry Vignaud | 2011-09-08 | 1 | -1/+1 |
| | | | | | (also reduces install log size) | ||||
* | - perl -pi -e 's!hard drive!hard disk drive!' | Ahmad Samir | 2011-04-04 | 1 | -2/+2 |
| | |||||
* | - use 'cannot' instead of 'can not' | Ahmad Samir | 2011-04-02 | 1 | -5/+5 |
| | | | | | - use 'LDAP' instead of 'Ldap' |