summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 16.2816.28Thierry Vignaud2014-04-281-0/+2
|
* recognize new kernel-3.14 driversThierry Vignaud2014-04-281-0/+2
| | | | we lack the new ones introduced in 3.13...
* 16.2716.27Thierry Vignaud2014-02-181-0/+2
|
* fix crash when choosing a RTL language (mga#12793)Thierry Vignaud2014-02-181-0/+1
| | | | | *** Gtk3::Widget::set_default_direction: passed too many parameters (expected 1, got 2); ignoring excess at /usr/lib/libDrakX/install/gtk.pm line 74. * error: FATAL: invalid enum GtkTextDirection value Gtk3::Widget, expecting: none / GTK_TEXT_DIR_NONE, ltr / GTK_TEXT_DIR_LTR, rtl / GTK_TEXT_DIR_RTL at /usr/lib/perl5/vendor_perl/5.18.2/i386-linux-thread-multi/Glib/Object/Introspection.pm line 59.
* Ensure uid/gid extraction works when adding users via summary pageColin Guthrie2014-01-251-0/+3
| | | | | | | Fixes chown'ing user to root when adding existing user on upgrade. mga#12375
* 16.26.616.26.6Thierry Vignaud2014-01-231-0/+2
|
* fix hidden icon in individual package selection (mga#12397)Thierry Vignaud2014-01-231-0/+2
|
* 16.26.516.26.5Thierry Vignaud2014-01-221-0/+2
|
* fix untranslated buttonThierry Vignaud2014-01-221-0/+3
|
* 16.26.416.26.4Thierry Vignaud2014-01-221-0/+2
|
* fix lost help screenshots (mga#11176)Thierry Vignaud2014-01-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue being that the help process doesn't know about $::prefix being /mnt... So we moved the screenshots several times :-( $ xzgrep fb2png report.bug.xz * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0 * running: fb2png /dev/fb0 //root/DrakX-screenshots/2.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0 * running: fb2png /dev/fb0 //root/DrakX-screenshots/3.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0 * running: fb2png /dev/fb0 //root/DrakX-screenshots/4.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0 * running: fb2png /dev/fb0 //root/DrakX-screenshots/5.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/3.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/4.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/5.png 0 * running: fb2png /dev/fb0 /tmp/DrakX-screenshots/6.png 0 * running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/7.png 0 * running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/8.png 0 * running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/9.png 0 * running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/10.png 0 (...)
* do warn on first screenshot (mga#11176)Thierry Vignaud2014-01-211-0/+2
| | | | first screenshot already exists by this time...
* add a warning about QWERTYThierry Vignaud2014-01-211-0/+3
|
* 16.26.316.26.3Thierry Vignaud2014-01-211-0/+2
|
* do not warn if a screenshot already has been taked (mga#11176)Thierry Vignaud2014-01-211-0/+3
| | | | | as help runs in a one shot process, it doesn't remember the warning has already been done
* 16.26.216.26.2Anne Nicolas2014-01-201-0/+4
|
* 16.26.116.26.1Thierry Vignaud2014-01-201-0/+2
|
* increase back minimum partition width for Oxygen (mga#11977)Thierry Vignaud2014-01-201-0/+3
| | | | | | reverting commit 6861dc0526938a22da627308591d652b05b8fbf6 this should results in better sizing if there's a lot a small partitions as oxygen's ToggleButtons minimum width is bigger
* 16.2616.26Thierry Vignaud2014-01-201-0/+2
|
* show labels on partition buttonsThierry Vignaud2014-01-201-0/+1
| | | | reverting commit 54dd9e586b59fdacb54bcd2f78d29870d00b1f3e
* revert minimum partition width to its pre-gtk3 valueThierry Vignaud2014-01-201-0/+1
| | | | reverting commit 6861dc0526938a22da627308591d652b05b8fbf6
* fix not moving window (mga#11790, mga#11988, mga#11977)Thierry Vignaud2014-01-201-0/+1
| | | | | | regression introduced in commit fadc8b97ed98977bf264d87d62c33e779f299716 sadly flickering may happen
* fix sizing partition widgetsThierry Vignaud2014-01-201-0/+2
| | | | | ratio would be negative when allocated width was reported as 1 in some cases since commit 807df2a2b558461a2890f9bec0050f0bd974c92e
* fix detecting if basesystem is installed (mga#10722)Thierry Vignaud2014-01-191-0/+3
| | | | | | thus fixing "basesystem package not selected" real cause might be some package flags not having been updated
* update NEWSAnne Nicolas2014-01-191-0/+4
|
* 16.2416.24Thierry Vignaud2014-01-181-0/+2
|
* fix untranslated button & title in help dialogs (mga#9828)Thierry Vignaud2014-01-181-0/+1
|
* make screenshots work (mga#11176)Thierry Vignaud2014-01-181-0/+3
| | | | | | | | screenshots were not working since we moved the actual display of help in another program. Switch to install mode and make sure we've a real $::o object. Today is Marja's birthday!
* 16.2316.23Thierry Vignaud2014-01-161-0/+2
|
* do not show labels on partition buttons (mga#11988)Thierry Vignaud2014-01-161-0/+3
| | | | should prevent window to move at install time
* better logsThierry Vignaud2014-01-161-2/+3
|
* 16.2216.22Thierry Vignaud2014-01-151-0/+2
|
* fix "No GSettings schemas are installed on the system" (mga#12279)Thierry Vignaud2014-01-151-0/+2
| | | | this error happens when inspecting partitions
* services.pm: Use no-reload mode when interacting with systemd.Colin Guthrie2014-01-141-0/+4
| | | | | | | | | | Basically, there seems to be an issue right now if we do lots of reloads. It seems to be somewhat racy and systemd gets generally confused when we do this during boot (which we do) and trigger a reload. The reload isn't strictly needed, as we do also explicitly start the services we enable (with --no-block so that we don't cause a deadlock) so all *should* be 99% OK. Using it at runtime might mean we don't have fully up-to-date enablement status, but being able to boot wins at the moment.
* 16.2116.21Thierry Vignaud2014-01-131-0/+2
|
* increase minimum partition width for Oxygen (mga#11977)Thierry Vignaud2014-01-131-0/+2
| | | | if it's not enough, we will disable labels on partitions buttons again
* revert back to matchbox instead of mutterThierry Vignaud2014-01-131-0/+3
| | | | | | | 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
* do not propose check bad blocks for btrfs (Manuel Hiebel, mga#10116)Thierry Vignaud2014-01-131-0/+3
|
* 16.2016.20Anne Nicolas2014-01-061-0/+2
|
* update NEWSAnne Nicolas2014-01-051-0/+2
|
* fix versionAnne Nicolas2014-01-041-1/+1
|
* Mageia 4 RC left backgroundAnne Nicolas2014-01-041-0/+4
|
* fix bug IDThierry Vignaud2013-12-201-1/+1
|
* 16.1716.17Thierry Vignaud2013-12-201-0/+2
|
* use mutter instead of matchboxThierry Vignaud2013-12-201-0/+3
| | | | | in order to try to workaround diskdrake issues (mga#11790, mga#11989, ...) as a side effect, stage2 shrinks by 3Mb...
* fix pausing installing while displaying release notesThierry Vignaud2013-12-201-0/+2
| | | | (reverting commit 3d93ee6ae8a7715327ba89f3250f49c81ca47c7d)
* hint that nonfree is needed if a CPU needs a microcodeThierry Vignaud2013-12-201-0/+2
|
* advise to install xephyr if missingThierry Vignaud2013-12-201-0/+3
|
* drakx-in-chroot changes concerns stage2 not drakxtoolsThierry Vignaud2013-12-201-0/+2
|
* 16.1416.14Anne Nicolas2013-12-101-0/+4
|