summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 16.7016.70Rémi Verschelde2015-03-212-1/+3
|
* better fix for the scrollbar in the package installation details windowRémi Verschelde2015-03-212-1/+5
| | | | patch by Martin Whitaker (mga#13894)
* Revert "work around scrollbar issues during package install"Rémi Verschelde2015-03-211-1/+0
| | | | | | A better fix has been proposed by Martin Whitaker and will be pushed afterwards. This reverts commit 8f16c5d8220e5d9b7bb2e5439061752eea348d76.
* 16.6916.69Thomas Backlund2015-03-203-1/+11
|
* fix initial display in diskdrake (Martin Whitaker, mga#13679)Thomas Backlund2015-03-201-0/+1
|
* - work around scrollbar issues during package installThomas Backlund2015-03-201-0/+1
| | | | (Martin Whitaker, mga#13894)
* fix telling kernel to reread partition tableThierry Vignaud2015-03-201-1/+1
| | | | use libparted in order to do so (mga#14758)
* bind ped_disk_commit_to_osThierry Vignaud2015-03-201-0/+16
| | | | needed for next commit
* add ESP to suggestion if neededThierry Vignaud2015-03-201-0/+1
|
* reuse existing ESP under UEFIThierry Vignaud2015-03-201-0/+6
|
* suggests /boot/EFI when we already have oneThierry Vignaud2015-03-201-0/+4
| | | | see commit 5fd7be6bb8822a8434dcf667482771b2753a8b8d & mga#15366
* do not suggests /boot/EFI uselessly (mga#15448)Thierry Vignaud2015-03-202-4/+16
| | | | we were creating another one when there was already one...
* (isESP) export itThierry Vignaud2015-03-201-1/+1
|
* (isEfi) rename as isESP()Thierry Vignaud2015-03-201-2/+2
| | | | as it really checks for ESP System Partition
* match ESP partitions on all archesThierry Vignaud2015-03-201-1/+1
|
* perl_checker cleanupThierry Vignaud2015-03-201-1/+1
|
* Update Chinese (Taiwan) translationYuri Chornoivan2015-03-201-172/+69
|
* 16.6816.68Thierry Vignaud2015-03-173-1/+5
|
* log mkinitrd faillures (mga#9201)Thierry Vignaud2015-03-173-2/+8
|
* add 'deploops' option for debugging (mga#15350)Thierry Vignaud2015-03-173-0/+3
|
* fix mis-detecting some mobile broadband modems (mga#12492)Thierry Vignaud2015-03-112-0/+4
|
* 16.6716.67Thierry Vignaud2015-03-052-1/+3
|
* unbreak drakliveThierry Vignaud2015-03-051-0/+2
|
* log step errorsThierry Vignaud2015-03-052-0/+2
|
* ignore firmwares within drakliveThierry Vignaud2015-03-052-0/+4
| | | | rationale: it breaks building live images...
* Fix typo (mga#10179)16.66Rémi Verschelde2015-03-051-1/+1
|
* 16.66Anne Nicolas2015-03-053-1/+5
|
* update NEWSAnne Nicolas2015-03-052-0/+6
|
* add "nofail" option to "foreign" mountpoints to avoid unwantedAnne Nicolas2015-03-051-1/+5
| | | | recovery mode (Martin Whitaker) mga#10179
* Update translations from TransifexYuri Chornoivan2015-03-021-823/+247
|
* 16.6516.65Rémi Verschelde2015-02-272-1/+4
|
* Mageia 5 RC left backgroundRémi Verschelde2015-02-271-0/+0
|
* include udev rule for SynapticsThierry Vignaud2015-02-272-0/+4
|
* 16.6416.64Thierry Vignaud2015-02-272-1/+3
|
* add missing button icons (mga#15264)Thierry Vignaud2015-02-272-0/+5
| | | | broken by the switch to the Adwaita theme
* fix a broken message in logsThierry Vignaud2015-02-271-1/+2
| | | | | | | | | | eg: "found 9 packages to install: gnome-desktop3, 3.14.2, 1.mga5, x86_64, nmap, ..." instead of: "found 9 packages to install: gnome-desktop3-3.14.2-1.mga5.x86_64, nmap, ..."
* 16.6316.63Thierry Vignaud2015-02-273-1/+5
|
* fix too wide buttonsThierry Vignaud2015-02-273-0/+21
| | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases
* perl_checker cleanupThierry Vignaud2015-02-211-1/+1
|
* typo fixMarja van Waes2015-02-201-2/+2
|
* silent a warning with perl-5.20Thierry Vignaud2015-02-191-1/+1
|
* 16.6216.62Thierry Vignaud2015-02-193-1/+5
|
* use a vertical scrolling bar when neededThierry Vignaud2015-02-193-1/+4
| | | | there might be too much solutions (mga#15272)
* use an horizontal scrolling bar when neededThierry Vignaud2015-02-193-3/+5
| | | | | | | | | | | | 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-193-2/+8
| | | | | | | | | 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-182-1/+3
|
* ensure we install radeon-firmware too if needed (mga#15203)Thierry Vignaud2015-02-182-1/+3
|
* 16.6016.60Thierry Vignaud2015-02-182-1/+3
|
* ensure we install kernel-firmware-nonfree (mga#15203)Thierry Vignaud2015-02-182-0/+3
| | | | | | (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-182-1/+3
|