summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update Polish translation from TxYuri Chornoivan2015-05-141-10/+15
|
* Update Polish translation from TxYuri Chornoivan2015-05-141-32/+56
|
* Update Polish translation from TxYuri Chornoivan2015-05-141-136/+32
|
* updateThierry Vignaud2015-05-142-21/+20
|
* typo fix (Marja)Thierry Vignaud2015-05-141-1/+1
|
* Update Hungarian translationYuri Chornoivan2015-05-141-740/+115
|
* Update Ukrainian translationYuri Chornoivan2015-05-142-8/+8
|
* two more Dutch stringsMarja van Waes2015-05-131-5/+5
|
* update Dutch translationMarja van Waes2015-05-131-2/+3
|
* updateThierry Vignaud2015-05-131-1/+1
|
* sync with codeThierry Vignaud2015-05-1371-446/+976
|
* Update Slovak translation from TxYuri Chornoivan2015-05-131-697/+148
|
* Update Slovak translation from TxYuri Chornoivan2015-05-131-947/+230
|
* Update Slovak translation from TxYuri Chornoivan2015-05-131-38/+56
|
* Update Slovak translation from TxYuri Chornoivan2015-05-131-349/+170
|
* perl_checker cleanupsThierry Vignaud2015-05-131-7/+7
|
* updateThierry Vignaud2015-05-132-8/+8
|
* merge translations from ../../share/poThierry Vignaud2015-05-1370-80/+84
|
* sync with codeThierry Vignaud2015-05-1371-401/+1872
|
* Update Italian translation from TxYuri Chornoivan2015-05-121-3/+6
|
* Update Italian translation from TxYuri Chornoivan2015-05-121-3/+7
|
* s/mga9648/mga#9648/Thierry Vignaud2015-05-111-1/+1
|
* better commit too btwThierry Vignaud2015-05-111-1/+1
|
* better dialog title (mga9648)Thierry Vignaud2015-05-112-1/+3
|
* 16.9416.94Thomas Backlund2015-05-102-1/+3
|
* last commit also fixes mga#15875 that got broken by mga#10647Thomas Backlund2015-05-101-0/+1
|
* - remove_unused_packages():Thomas Backlund2015-05-102-1/+5
| | | | | * dont remove crda, iw, wireless-regdb, usb_modeswitch, usb_modeswitch-data (they are needed to be able to support hotplugged wireless hw)
* Update Basque translationEgoitz Rodriguez2015-05-101-14/+21
|
* Update Basque translationEgoitz Rodriguez2015-05-102-58/+149
|
* 16.9316.93Thierry Vignaud2015-05-093-1/+5
|
* do use vga value for grub2Thierry Vignaud2015-05-093-0/+3
|
* fix setting default grub2 entryThierry Vignaud2015-05-093-1/+7
|
* kill commented out codeThierry Vignaud2015-05-091-2/+0
|
* Update Basque translationEgoitz Rodriguez2015-05-091-16/+25
|
* 16.9216.92Thierry Vignaud2015-05-094-1/+6
|
* add a dedicate step for grub2 (mga#9627)Thierry Vignaud2015-05-093-1/+48
| | | | | | | rationale: grub2 entries are autogenerated, thus: - we cannot just reuse labels from previous bootloader (grub-legacy/lilo) - we cannot alter entries
* sort logsThierry Vignaud2015-05-091-1/+1
|
* backup grub2 files before configuringThierry Vignaud2015-05-093-0/+12
|
* enhanced commentThierry Vignaud2015-05-091-1/+1
|
* (get_grub2_first_entry) split it outThierry Vignaud2015-05-091-1/+8
|
* (get_grub2_append) split itThierry Vignaud2015-05-091-5/+9
| | | | | | out of write_grub2() needed for next commit
* perl_checker cleanupsThierry Vignaud2015-05-091-1/+1
|
* include & detect r8723bs (mga#15874)Thierry Vignaud2015-05-082-0/+4
|
* do not set noauto for /boot/EFI (mga#15627)Thierry Vignaud2015-05-073-1/+5
| | | | side effect of (side effect of commit 745849cdace7ed86ce12a9a7564bffb42edf0ef3)