summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* adapt to URPM-5.14 (using perl native ints)Thierry Vignaud2017-09-075-13/+6
| | | | See mga#21441
* include part of udev's hwdb (mga#20327)Thierry Vignaud2017-09-072-0/+12
| | | | | | | Let's hope it fixes touchpad in installer. Such a missing file might also explain why adding the udev rule wasn't enough for mga#20074.
* Update Chinese (Traditional) translation from TxYuri Chornoivan2017-09-051-7/+64
|
* Fix wrong Norwegian translation of 'minute' plurals (mga#21604)Yuri Chornoivan2017-08-252-2/+2
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2017-08-241-7/+7
|
* Update Japanese translation from TxYuri Chornoivan2017-08-221-45/+1
|
* Update Japanese translation from TxYuri Chornoivan2017-08-221-12/+2
|
* Update Japanese translation from TxYuri Chornoivan2017-08-221-5/+6
|
* Update Tajik translation from TxYuri Chornoivan2017-08-211-5/+5
|
* Update Tajik translation from TxYuri Chornoivan2017-08-211-2/+2
|
* Update Czech translation from TxYuri Chornoivan2017-07-241-6/+6
|
* Update Czech translation from TxYuri Chornoivan2017-07-241-2/+2
|
* Update Czech translation from TxYuri Chornoivan2017-07-241-10/+10
|
* fix wrong Pt translation of XFCE (mga#21252)Marja van Waes2017-07-151-3/+3
|
* 17.8817.88Thomas Backlund2017-07-073-1/+9
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2017-06-301-59/+7
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2017-06-301-2/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2017-06-301-3/+4
|
* 17.8717.87Anne Nicolas2017-06-252-1/+5
|
* left background for Mageia 6 final versionAnne Nicolas2017-06-251-0/+0
|
* 17.8617.86Martin Whitaker2017-06-232-1/+5
|
* Centre the advert images displayed by the installer.Martin Whitaker2017-06-231-1/+1
| | | | Gives better appearance at higher screen resolutions.
* Increase the default window size of the installer to 1024x768 (mga#20624)Frédéric Buclin2017-06-232-3/+5
| | | | | This permits to correctly display the different panels as some of them contain quite a lot of data.
* 17.8517.85Thierry Vignaud2017-06-223-1/+5
|
* Don't overwrite custom grub2 settings when updating/upgrading (mga#20596)Martin Whitaker2017-06-223-2/+4
| | | | | Fixes a corner case bug where GRUB_DEFAULT and GRUB_SAVEDEFAULT would be overwritten if previously set to a value that evaluates as false.
* list 8812au (mga#21043)Thierry Vignaud2017-06-102-0/+4
|
* Update German translation from TxYuri Chornoivan2017-06-051-10/+9
|
* 17.8417.84Rémi Verschelde2017-06-053-1/+9
|
* Update German translation from TxYuri Chornoivan2017-06-051-11/+11
|
* Update German translation from TxYuri Chornoivan2017-06-041-14/+15
|
* Update German translation from TxYuri Chornoivan2017-06-041-11/+11
|
* Update German translation from TxYuri Chornoivan2017-06-041-3/+3
|
* 17.8317.83Thierry Vignaud2017-06-043-1/+5
|
* log previous changesThierry Vignaud2017-06-042-0/+4
|
* Update German translation from TxYuri Chornoivan2017-06-041-3/+4
|
* Update German translation from TxYuri Chornoivan2017-06-041-5/+6
|
* Update German translation from TxYuri Chornoivan2017-06-031-4/+4
|
* Update German translation from TxYuri Chornoivan2017-06-031-4/+4
|
* Update German translation from TxYuri Chornoivan2017-06-031-2/+2
|
* Update German translation from TxYuri Chornoivan2017-06-031-2/+2
|
* Update German translation from TxYuri Chornoivan2017-06-031-2/+2
|
* Update German translation from TxYuri Chornoivan2017-06-031-2/+2
|
* Update German translation from TxYuri Chornoivan2017-06-011-2/+2
|
* Update German translation from TxYuri Chornoivan2017-05-311-3/+2
|
* Update German translation from TxYuri Chornoivan2017-05-311-2/+2
|
* Update Dutch translation from TxYuri Chornoivan2017-05-311-2/+5
|
* Update Dutch translation from TxYuri Chornoivan2017-05-311-2/+2
|
* updateThierry Vignaud2017-05-313-29/+30
|
* log output of libinput-list-devices (mga#20327)Thierry Vignaud2017-05-301-0/+1
|
* fix crash introduced in 17.77 (mga#20956)Thierry Vignaud2017-05-302-0/+4
| | | | | | | | | | | | | | Depending on machine speed/slowness, signals will not be fired in the order expected and Repaint() will be called before global variable $cairo is set by draw(). This can be reproduced by making $timer to happens much faster than every 120ms so that it happens before the first call to draw() This workaround fix the bug introduced in commit 1a30f422b41250e338d2c1d209aec1b64204c8e0 But it would probably be saner to get rid of the $cairo global variable and to create a Cairo context in every Repaint() caller instead...