summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix moving fonts (mga#16074)distro/mga4Thierry Vignaud2015-06-032-1/+4
| | | | | | bug introduced in commit fa7f54e968cebad63914465a603aa65eef9af1be also do not create files in / (mga#10501, mga#15996)
* 16.26.1416.26.14Thierry Vignaud2015-05-192-1/+3
|
* don't try to install scim-googlepinyin (mga#6681)Thierry Vignaud2015-05-192-2/+4
| | | | it has never been imported in Mageia...
* fix setting banner icon top margin (mga#12358)Thierry Vignaud2015-05-192-1/+3
| | | | | | Gtk3's gtk_widget_set_margin_top() really is buged when margin < 0 bug introduced in commit f5ed08a589bc9081c68188c464a5a978557d0b2a
* fix an error with --testing (mga#13363)Thierry Vignaud2015-05-192-2/+3
| | | | also fix a non crash error with rm()
* fix crash with --windows_import (mga9347)Thierry Vignaud2015-05-192-1/+2
| | | | bug introduced in commit a8111ada7f12b135d6abf5b6d86084b3377da08c
* fix crash (mga#13627)Thierry Vignaud2015-05-192-1/+4
| | | | bug introduced in commit 3cf3179c502b85693b4b9fed28cc6c0695ee98b6
* fix make dist with git-2.2Thierry Vignaud2015-05-141-1/+1
| | | | | | | | | after trying to play with ":(glob)" & strange git-archive errors, the safest way is actually the simplest... rationale: we're killing the install/ directory later anyway the only difference is that we now include .gitattributes & .perl_checker in the archive
* 16.26.1316.26.13Thierry Vignaud2015-05-142-1/+3
|
* fix gtk+3 regression crash with --dav (mga#13204)Thierry Vignaud2015-05-142-0/+2
|
* fix installing grub2 on MBR (mga#15640)Thierry Vignaud2015-04-271-1/+1
| | | | | regression introduced in: commit b0039ed72e22303c213539ed68315fd90c3c73f1
* grub2-install output too (mga#15439)Thierry Vignaud2015-04-273-1/+8
| | | | It would help mga#15751 too
* factorize command callThierry Vignaud2015-04-271-5/+2
| | | | (needed for next commit)
* fix too wide buttonsThierry Vignaud2015-04-273-0/+20
| | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases
* Update Greek translationDimitrios Glentadakis2015-01-291-5/+5
|
* 16.26.1216.26.12Thierry Vignaud2014-08-172-1/+3
|
* add support for gtkset() on 'ComboBoxText' widgetsThierry Vignaud2014-08-172-0/+4
| | | | | | | for drakpxelinux... Conflicts: perl-install/NEWS
* 16.26.1116.26.11Thierry Vignaud2014-06-282-2/+2
|
* really apply fix for mga#13492Thierry Vignaud2014-06-281-0/+1
|
* 16.26.1016.26.10Thierry Vignaud2014-06-272-1/+3
|
* fix not being able to select packages when list contains only one (mga#13492)Thierry Vignaud2014-06-271-0/+2
| | | | | Conflicts: perl-install/NEWS
* 16.26.916.26.9Thierry Vignaud2014-06-262-1/+3
|
* fix installing fonts (Frédéric Buclin, mga#11849)Thierry Vignaud2014-06-262-2/+4
| | | | | fallout from gtk2 -> gtk3 switch get_filenames() now returns an arrayref instead of a list.
* fix loosing TZ choice when canceling TZ selection (mga#13534)Thierry Vignaud2014-06-202-1/+3
|
* fix crash on clicking Cancel after TZ selection (mga#13534)Thierry Vignaud2014-06-202-1/+4
| | | | | Conflicts: perl-install/NEWS
* 16.26.816.26.8Thierry Vignaud2014-02-042-1/+3
|
* Updated Turkish translationtarakbumba2014-02-031-6/+6
|
* French translation updateRémi Verschelde2014-02-021-1304/+349
|
* Updated Estonian translationMarek Laane2014-02-021-7/+7
|
* updateThierry Vignaud2014-02-022-8/+8
|
* Merge branch 'master' of ssh://git.mageia.org/software/drakxThierry Vignaud2014-02-0271-23217/+22339
|\
| * Slovenian translation updatedfilip2014-02-021-4/+4
| |
| * Fix translation catalogs to add new translatable string (<control>H)Yuri Chornoivan2014-02-0272-23217/+22339
| |
* | fix another missing translation spot by "Yuri Chornoivan"Thierry Vignaud2014-02-011-1/+1
|/
* fix untranslated "Help" entry in menu (mga#12497)Thierry Vignaud2014-02-012-1/+4
| | | | | one string wasn't tagged as "to be translate" in commit ca6a026a23f723a74dab9a7d3afc11c2a43c01f2
* Little fix to Estonian translationMarek Laane2014-02-011-4/+4
|
* 16.26.716.26.7Colin Guthrie2014-01-252-1/+3
|
* Ensure uid/gid extraction works when adding users via summary pageColin Guthrie2014-01-252-0/+8
| | | | | | | Fixes chown'ing user to root when adding existing user on upgrade. mga#12375
* bump release in MakefileAnne Nicolas2014-01-241-1/+1
|
* 2.5Anne Nicolas2014-01-241-0/+4
|
* images: Double syslinux overhead to 256. mga#11795Colin Guthrie2014-01-241-1/+2
|
* images: Provide a shortcut to build all.imgColin Guthrie2014-01-241-1/+6
| | | | mga#11795
* 16.26.616.26.6Thierry Vignaud2014-01-232-1/+3
|
* fix hidden icon in individual package selection (mga#12397)Thierry Vignaud2014-01-232-0/+3
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-222-1/+4
| | | | issues mga#11184 mga#12364
* 16.26.516.26.5Thierry Vignaud2014-01-222-1/+3
|
* fix untranslated buttonThierry Vignaud2014-01-223-0/+12
|
* 16.26.416.26.4Thierry Vignaud2014-01-222-1/+3
|
* fix lost help screenshots (mga#11176)Thierry Vignaud2014-01-222-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-212-1/+3
| | | | first screenshot already exists by this time...