summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 16.6316.63Thierry Vignaud2015-02-271-0/+2
|
* fix too wide buttonsThierry Vignaud2015-02-271-0/+3
| | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases
* 16.6216.62Thierry Vignaud2015-02-191-0/+2
|
* use a vertical scrolling bar when neededThierry Vignaud2015-02-191-0/+1
| | | | there might be too much solutions (mga#15272)
* use an horizontal scrolling bar when neededThierry Vignaud2015-02-191-1/+2
| | | | | | | | | | | | gtk+ sometimes doesn't respect our sizing which causes the container to enlarge (see previous commit) with previous commit, this reduce the risk of having too small buttons, and fixes several issues in the installer: - buttons being too big causing their box & thus the dialog to increase which triggers a gtk+ bug which makes the window to jump (mga#12422) - as well as several other related issues (mga#11988, mga#14839, mga#15272, mga#15264)
* workaround too wide togglebuttons with empty labelThierry Vignaud2015-02-191-0/+3
| | | | | | | | | gtk+3 and/or Adwaita makes togglebuttons with empty label being at least 34px wide whereas when using ->new instead of ->new_with_label, they can be only 18px wide... ...which is still too much when we sized them to eg 5px and cause their container to enlarge
* 16.6116.61Thierry Vignaud2015-02-181-0/+2
|
* ensure we install radeon-firmware too if needed (mga#15203)Thierry Vignaud2015-02-181-0/+2
|
* 16.6016.60Thierry Vignaud2015-02-181-0/+2
|
* ensure we install kernel-firmware-nonfree (mga#15203)Thierry Vignaud2015-02-181-0/+2
| | | | | | (if needed) it's recommended but will be unselected if recommends are disabled resulting in non working display on reboot
* 16.5916.59Thierry Vignaud2015-02-181-0/+2
|
* display a nicer message when no removable medium is found (mga#14435)Thierry Vignaud2015-02-171-0/+3
|
* 16.5716.57Thierry Vignaud2015-02-111-0/+4
|
* 16.55Anne Nicolas2015-02-091-0/+11
|
* 16.5416.54Anne Nicolas2015-02-061-0/+4
|
* 16.5316.53Luc Menut2015-02-061-0/+2
|
* Add Adwaita gtk.cssLuc Menut2015-02-061-0/+1
|
* Add libpixbufloader-svg.so for Adwaita svg iconsLuc Menut2015-02-061-0/+1
|
* Add missing icons (mga#13673, mga#14355, mga#14840, mga#14844)Luc Menut2015-02-061-0/+1
|
* Switch to Adwaita theme - remove oxygen-gtkLuc Menut2015-02-061-0/+3
|
* 16.5216.52Thomas Backlund2015-02-051-0/+2
|
* fix stage2 loading graphical installer in efi modeThomas Backlund2015-02-051-0/+1
|
* Do not try to delete partitions if the partition table was overwrittenPascal Terjan2015-02-041-0/+1
|
* Fix GPT initialization on empty diskPascal Terjan2015-02-031-0/+1
|
* Default to GPT on large disks, not LVMPascal Terjan2015-02-031-0/+2
|
* 16.5116.51Anne Nicolas2015-02-031-0/+3
|
* adapt to 3.19Thierry Vignaud2015-01-281-0/+2
|
* 16.5016.50Thomas Backlund2015-01-091-0/+4
|
* add forgotten dateMarja van Waes2015-01-011-1/+1
|
* 16.4916.49Marja van Waes2014-12-311-0/+2
|
* Picking this NEWS instead of the NEWS one level up.Marja van Waes2014-12-311-0/+2
| | | | Is it documented anywhere which one should be used when?
* sync with kernel-3.18 (mga#14799)Thierry Vignaud2014-12-201-0/+1
|
* pre-create /dev/null & co before mounting devtmpfsThierry Vignaud2014-12-201-0/+3
|
* Mageia 5 artwork integration16.48RĂ©mi Verschelde2014-12-171-1/+2
| | | | Everything is ready for release, apart from left-background which holds a "beta2" whitemark
* remove wrong logs rather dedicated to imagesAnne Nicolas2014-12-171-2/+0
|
* 16.48Anne Nicolas2014-12-161-0/+3
|
* update NEWSAnne Nicolas2014-12-161-0/+1
|
* do not load hyper-v modules (mga#14117)Thierry Vignaud2014-12-121-0/+2
| | | | | this is already done by udev in stage1 (thanks David Remy for testing)
* 16.4716.47Thierry Vignaud2014-12-051-0/+2
|
* gnore modules failures for hyper-v (mga#14117)Thierry Vignaud2014-12-051-0/+1
| | | | | BTW why was this added here? this won't work in stage1... see commit 93cca46c26c2078593f663f894193053cc740d43
* do not crash if fstab contains a bind mountThierry Vignaud2014-11-251-0/+3
| | | | rationale: it crashes on a file (mga#14657)
* 16.4516.45Thierry Vignaud2014-10-261-0/+2
|
* fix selecting of uneeded locales (mga#3723)Thierry Vignaud2014-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | original fix by Pablo Saratxaga Mageia has he ability to choose both *language* and *country* Language is used for choosing translations to be displayed, etc. country for things like currency, etc. (country may be deduced from other geographical settings rather than choosen directly, but that is not the problem). GNU libc locales embedd both concepts (language and country) in a single locale. Obviously those exists for only some combinations. For cases were an existing matching locale doesn't exists, Mageia chooses two locales, one for the language oriented settings, and another four the country oriented settings. Unlike normal installer where packages to be installed are choosen; in draklive-install, we have a set of "all packages", and "uneeded" ones are removed. The problem was obviously the installer didn't see the "need" for the locales-xx package for country; only language was checked. This fixes that, the idea is to check for *both* $locale->{lang} and $locale->{country}, which can lead two *two* neeeded locales-xx packages
* pre-create /dev/null & co again (for draklive)Thierry Vignaud2014-10-261-0/+3
| | | | | | partially reverting commit 1a213f9497330c3173500e4e27d0e21a694beba4 add a comment explaining the purpose
* 16.4416.44Thierry Vignaud2014-10-231-0/+2
|
* try harder to umount everything when sg went havrocThierry Vignaud2014-10-231-0/+1
|
* document --stage2-update in --helpThierry Vignaud2014-10-211-0/+1
|
* mount /dev -o roThierry Vignaud2014-10-211-0/+3
| | | | (prevent rm -fr going havroc on some error pathes)
* add missing spacingThierry Vignaud2014-10-211-0/+1
|
* 16.4316.43Pascal Terjan2014-10-201-0/+1
|