summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 16.9916.99Thierry Vignaud2015-05-203-1/+5
|
* display cosmetics when reading back GPTThierry Vignaud2015-05-203-0/+8
| | | | | let's diskdrake show the same types as for MBR partitions. to be cleaned once we switch to libparted for everything...
* fix default grub2 kernel parameters (mga#15984)Thierry Vignaud2015-05-203-1/+3
|
* do not wrongly detect grub2 on UEFIThierry Vignaud2015-05-203-0/+5
| | | | | | when there's actually no bootloader installed rationale: grub2 is detected if both grub.cfg & install.sh exist
* prefer 'fat32' over 'fat16'Thierry Vignaud2015-05-201-0/+2
| | | | | not that important as we do the format/..., we only rely on libparted for writing the partition table & setting the GUID, but just in case...
* libparted: map 'fat32' to 'vfat' (mga#15987)Thierry Vignaud2015-05-203-0/+9
| | | | | | | fix fs returned by libparted thus fixing mount point for FAT partitions on GTP (mga#15987) this also fix setting the proper GUID for FAT partitions on GPT
* simplifyThierry Vignaud2015-05-201-4/+8
| | | | needed for next commit
* 16.9816.98Thierry Vignaud2015-05-192-1/+3
|
* don't try to install scim-googlepinyin (mga#6681)Thierry Vignaud2015-05-193-2/+6
| | | | it has never been imported in Mageia...
* fix setting banner icon top margin (mga#12358)Thierry Vignaud2015-05-192-1/+4
| | | | | | 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
* 16.9716.97Thierry Vignaud2015-05-183-1/+5
|
* perl_checker cleanupThierry Vignaud2015-05-181-1/+1
|
* enables to get raw available space (mga15257)Thierry Vignaud2015-05-183-2/+7
|
* (getNeededMinSpace) split it outThierry Vignaud2015-05-181-3/+9
| | | | needed for mga#15257
* Update Brazilian Portuguese translation from TxYuri Chornoivan2015-05-171-6/+7
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2015-05-171-2/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2015-05-171-28/+51
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2015-05-171-56/+147
|
* 16.9616.96Thierry Vignaud2015-05-173-1/+5
|
* fix regression refusing FAT for ESP (mga#15962)Thierry Vignaud2015-05-174-2/+11
| | | | regression introduced in commit ae5b3ce9845669227ef06c90dfaa1065a7ceebe8
* log which mount has not a true fs (mga#15962)Thierry Vignaud2015-05-171-1/+1
|
* perl_checker fixThierry Vignaud2015-05-171-1/+1
|
* log which disk we've issue withThierry Vignaud2015-05-171-1/+1
|
* Update Slovak translation from TxYuri Chornoivan2015-05-171-140/+164
|
* Update Slovak translation from TxYuri Chornoivan2015-05-171-2/+2
|
* Update Slovak translation from TxYuri Chornoivan2015-05-151-66/+81
|
* Update Slovak translation from TxYuri Chornoivan2015-05-151-2/+2
|
* Update Hungarian translation from TxYuri Chornoivan2015-05-151-534/+58
|
* Update Hungarian translation from TxYuri Chornoivan2015-05-151-2/+2
|
* Update Hungarian translation from TxYuri Chornoivan2015-05-151-28/+51
|
* Update Hungarian translation from TxYuri Chornoivan2015-05-151-261/+41
|
* Update German translation from TxYuri Chornoivan2015-05-151-5/+8
|
* Update German translation from TxYuri Chornoivan2015-05-151-1/+3
|
* Update German translation from TxYuri Chornoivan2015-05-151-37/+72
|
* Update Slovenian translationfilip2015-05-142-7/+7
|
* Update Czech translation from TxYuri Chornoivan2015-05-141-6/+7
|
* Update Czech translation from TxYuri Chornoivan2015-05-141-2/+2
|
* Update Czech translation from TxYuri Chornoivan2015-05-141-26/+51
|
* Update Czech translation from TxYuri Chornoivan2015-05-141-58/+147
|
* Update Indonesian translation from TxYuri Chornoivan2015-05-141-5/+6
|
* Update Indonesian translation from TxYuri Chornoivan2015-05-141-2/+2
|
* Update Indonesian translation from TxYuri Chornoivan2015-05-141-44/+68
|
* Update Indonesian translation from TxYuri Chornoivan2015-05-141-57/+151
|
* 16.9516.95Thierry Vignaud2015-05-143-1/+5
|
* fix gtk+3 regression crash with --dav (mga#13204)Thierry Vignaud2015-05-142-0/+3
|
* fix a crash after "insufficient space" errorThierry Vignaud2015-05-143-1/+6
| | | | | | | | | | | | | | | | | create_display_box gets called twice. The first time, only the $kind parameter has a value, the second time all the parameters (including $button) have values. On the first time through the partitioning step, the second call to create_display_box sets the selected_for_resize flag for my NTFS partition. When returning to the partitioning step, this flag is still set, so the first call to create_display_box executes the block of code that ends with $button->signal_connect('focus-in-event' => sub { ... }); even though it doesn't have a value for $button. (Martin Whitaker, mga#15919)
* Update Polish translation from TxYuri Chornoivan2015-05-141-294/+31
|