summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* Left background for final releaseAnne Nicolas2014-01-201-0/+0
|
* 16.1516.25Anne Nicolas2014-01-191-1/+1
|
* update NEWSAnne Nicolas2014-01-191-0/+4
|
* Add desktop for Mageia 4Anne Nicolas2014-01-196-0/+0
|
* 16.2416.24Thierry Vignaud2014-01-182-1/+3
|
* fix untranslated button & title in help dialogs (mga#9828)Thierry Vignaud2014-01-183-0/+6
|
* make screenshots work (mga#11176)Thierry Vignaud2014-01-182-1/+9
| | | | | | | | 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-163-1/+5
|
* do not show labels on partition buttons (mga#11988)Thierry Vignaud2014-01-162-2/+11
| | | | should prevent window to move at install time
* better logsThierry Vignaud2014-01-161-2/+3
|
* fix a rpmdrake crash (mga#12331)Thierry Vignaud2014-01-162-0/+2
|
* dont remove pulseaudio-module-bluetooth (mga#12323)Thomas Backlund2014-01-162-1/+3
|
* 16.2216.22Thierry Vignaud2014-01-153-1/+5
|
* fix "No GSettings schemas are installed on the system" (mga#12279)Thierry Vignaud2014-01-152-0/+8
| | | | this error happens when inspecting partitions
* services.pm: Use no-reload mode when interacting with systemd.Colin Guthrie2014-01-143-4/+14
| | | | | | | | | | 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.
* fix random order of fields with perl-5.18Thierry Vignaud2014-01-132-1/+2
|
* fix detecting some wireless devices as scanners (mga#9895)Thierry Vignaud2014-01-132-1/+4
|
* 16.2116.21Thierry Vignaud2014-01-133-1/+5
|
* increase minimum partition width for Oxygen (mga#11977)Thierry Vignaud2014-01-133-1/+5
| | | | if it's not enough, we will disable labels on partitions buttons again
* revert back to matchbox instead of mutterThierry Vignaud2014-01-133-2/+10
| | | | | | | 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-133-1/+6
|
* Update Romanian translationYuri Chornoivan2014-01-113-1820/+569
|
* fix menu acceleratorsThierry Vignaud2014-01-083-2/+4
| | | | got mixed up in commit ca6a026a23f723a74dab9a7d3afc11c2a43c01f2
* perl_checker cleanups including fixing wrong variable name (mga#11746)Thierry Vignaud2014-01-071-2/+2
|
* display mga copyright too (mga#10289)Thierry Vignaud2014-01-072-0/+3
|
* enhanced logThierry Vignaud2014-01-071-1/+2
|
* Add bug reference to NEWSJani Välimaa2014-01-071-1/+1
|
* Add minimal/experimental lightdm autologin support to drakbootJani Välimaa2014-01-072-0/+14
|
* 16.2016.20Anne Nicolas2014-01-062-1/+3
|
* update NEWSAnne Nicolas2014-01-051-0/+2
|
* Mageia 4 designAnne Nicolas2014-01-051-0/+0
|
* 16.1916.19Anne Nicolas2014-01-041-1/+1
|
* fix versionAnne Nicolas2014-01-041-1/+1
|
* Mageia 4 RC left backgroundAnne Nicolas2014-01-042-0/+4
|
* 16.1816.18Thierry Vignaud2013-12-282-1/+3
|
* do not fill logs with "Cannot open /dev/input/eventX" (mga#8232)Thierry Vignaud2013-12-272-2/+8
| | | | | issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011
* do not crash if /dev/input/eventX doesn't exist (mga#10296)Thierry Vignaud2013-12-272-1/+2
| | | | | | | | do not attempt to create /dev/* if not root like previous commit, issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011
* better logThierry Vignaud2013-12-271-1/+2
|
* display the real accessed /dev/input/eventX file (mga#8232)Thierry Vignaud2013-12-272-1/+2
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-12-211-28/+17
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-12-211-6/+6
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-12-211-24/+23
|
* Merge branch 'master' of git://git.mageia.org/software/drakxFrancesc Pinyol Margalef2013-12-21285-26512/+30017
|\
| * perl_checker cleanupsThierry Vignaud2013-12-201-3/+3
| |
| * use expanders for clarityThierry Vignaud2013-12-202-5/+6
| |
| * fix bug IDThierry Vignaud2013-12-201-1/+1
| |
| * 16.1716.17Thierry Vignaud2013-12-203-1/+5
| |
| * use mutter instead of matchboxThierry Vignaud2013-12-203-7/+5
| | | | | | | | | | 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-202-1/+3
| | | | | | | | (reverting commit 3d93ee6ae8a7715327ba89f3250f49c81ca47c7d)
| * hint that nonfree is needed if a CPU needs a microcodeThierry Vignaud2013-12-202-1/+7
| |