Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tag the strings as translatable | Thierry Vignaud | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2015-04-05 | 1 | -3/+3 |
| | |||||
* | Sync Brazilian Portuguese translation with Tx | Yuri Chornoivan | 2015-04-05 | 2 | -1575/+459 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2015-04-05 | 1 | -629/+139 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2015-04-05 | 1 | -872/+261 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2015-04-05 | 1 | -166/+82 |
| | |||||
* | add 'BIG HAMMER' fix to reboot gnome systems at end of configuration steps ↵ | Thomas Backlund | 2015-04-05 | 1 | -0/+16 |
| | | | | on first boot after live install | ||||
* | Update German translation from Tx | Yuri Chornoivan | 2015-04-05 | 1 | -401/+156 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2015-04-05 | 1 | -1292/+350 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2015-04-05 | 1 | -219/+78 |
| | |||||
* | do not offer to select RAID as it result in a crash | Thierry Vignaud | 2015-04-03 | 3 | -1/+7 |
| | | | | | rationale: we only show top storage devices which are the ones that work Fix mga#5800 | ||||
* | 16.7616.76 | Thierry Vignaud | 2015-04-03 | 3 | -1/+5 |
| | |||||
* | rescue fix will actually came through drakxtools | Thierry Vignaud | 2015-04-03 | 1 | -0/+1 |
| | |||||
* | grub2-install output too (mga#15439) | Thierry Vignaud | 2015-04-03 | 3 | -1/+8 |
| | |||||
* | factorize command call | Thierry Vignaud | 2015-04-03 | 1 | -5/+2 |
| | | | | (needed for next commit) | ||||
* | split install_raw_grub2() out of install_grub2() | Thierry Vignaud | 2015-04-03 | 1 | -1/+6 |
| | | | | thus fixing grub2 rescue (mga#13408, mga#13901) | ||||
* | advertise log change | Thierry Vignaud | 2015-04-03 | 1 | -0/+1 |
| | |||||
* | really try to detect recovery partitions on GPT | Thierry Vignaud | 2015-04-03 | 3 | -1/+7 |
| | | | | fix "set_partition_flag: unknown type: recovery" (mga#15621) | ||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2015-04-02 | 1 | -5/+5 |
| | |||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2015-04-02 | 1 | -384/+122 |
| | |||||
* | Update Albanian translation from Tx | Yuri Chornoivan | 2015-03-31 | 1 | -1147/+562 |
| | |||||
* | Update Albanian translation from Tx | Yuri Chornoivan | 2015-03-31 | 1 | -1780/+574 |
| | |||||
* | Update Albanian translation from Tx | Yuri Chornoivan | 2015-03-31 | 1 | -474/+217 |
| | |||||
* | log fdisk -l output before/after partitionning | Thierry Vignaud | 2015-03-30 | 1 | -0/+2 |
| | |||||
* | 16.7516.75 | Thierry Vignaud | 2015-03-30 | 3 | -1/+5 |
| | |||||
* | relax checks for ESP | Thierry Vignaud | 2015-03-30 | 3 | -1/+3 |
| | | | | | | - match ESP even if already mounted - drop checking if !recovery, it's useless as isESP() and isRecovery() checks for different partition types, etc | ||||
* | fix getting ESP with "use free space" | Thierry Vignaud | 2015-03-30 | 3 | -1/+5 |
| | | | | make sure to not override /boot/EFI mount point with /media/win_X | ||||
* | make sure to check for existing ESP on all disks | Thierry Vignaud | 2015-03-30 | 3 | -1/+3 |
| | |||||
* | try to detect recovery partitions on GPT | Thierry Vignaud | 2015-03-30 | 4 | -0/+29 |
| | |||||
* | (isRecovery) move "Compaq diagnostics" test here | Thierry Vignaud | 2015-03-30 | 2 | -1/+2 |
| | | | | | | | | (needed for next commit) should have been done in commit 4b06a8a57d52b7d5447a1b487b8d33e36b4121b7 added in commit c2ef4a362e13249d8a774c7c5b7d0a8ab5df7d11 | ||||
* | better fix for too corrupted partition table | Thierry Vignaud | 2015-03-30 | 3 | -1/+6 |
| | |||||
* | Update NEWS for reverted patch | Rémi Verschelde | 2015-03-30 | 1 | -0/+3 |
| | |||||
* | Revert "Revert "work around scrollbar issues during package install"" | Rémi Verschelde | 2015-03-30 | 1 | -0/+1 |
| | | | | | | | This reverts commit b79658e0019ed214bd3ca27705a373895c67e16b. As stated in 04cfaf0, the second patch for mga#13894 was not doing the job perfectly so we revert to the first patch. | ||||
* | Revert "better fix for the scrollbar in the package installation details window" | Rémi Verschelde | 2015-03-30 | 1 | -2/+1 |
| | | | | | | | | This reverts commit ff785ad67f69650b978704b7d2043389e0067222. The "better fix" has been tested and though it does a good job at letting the user go back in the history, it does not keep track of the latest entry perfectly. More work needs to be done on this to have a clean solution. | ||||
* | 16.7416.74 | Thierry Vignaud | 2015-03-27 | 3 | -1/+5 |
| | |||||
* | fix retrieving ntfs partitions s/ntfs/ntfs-3g/ | Thierry Vignaud | 2015-03-27 | 3 | -0/+4 |
| | |||||
* | really fix retrieving swap partition type | Thierry Vignaud | 2015-03-27 | 3 | -1/+7 |
| | | | | Thomas rushed to push before I run perl_checker... :-( | ||||
* | 16.7316.73 | Thomas Backlund | 2015-03-27 | 3 | -1/+5 |
| | |||||
* | fix creating RAID devices (mga#15400) | Thierry Vignaud | 2015-03-27 | 3 | -0/+4 |
| | | | | | regression fixed by reverting a line from commit 329701ba075af74ae6d7f857f62c35c942c24486 | ||||
* | fix failing to read partition table (mga#13592, mga#15272) | Thierry Vignaud | 2015-03-27 | 3 | -1/+4 |
| | | | | | | this is making it more readable regarding: "I cannot read the partition table of device XXX, it is too corrupted" (mga#13592, mga#15272, mga#15472) | ||||
* | fix fs_type returned by libparted for swaps | Thierry Vignaud | 2015-03-27 | 3 | -2/+3 |
| | |||||
* | log which type is unknown | Thierry Vignaud | 2015-03-27 | 2 | -2/+2 |
| | |||||
* | fix tagging LVM/raid as "linux filesystem" with GPT | Thierry Vignaud | 2015-03-27 | 4 | -2/+16 |
| | |||||
* | fix tagging ntfs-3g as "linux filesystem" with GPT | Thierry Vignaud | 2015-03-27 | 3 | -0/+3 |
| | | | | libparted needs it to be named like this in order to put the right | ||||
* | fix tagging swap as "linux filesystem" with GPT | Thierry Vignaud | 2015-03-27 | 3 | -0/+3 |
| | | | | | libparted needs it to be named like this in order to put the right GUID... | ||||
* | fix retrieving LVM/RAID partition type | Thierry Vignaud | 2015-03-27 | 3 | -0/+9 |
| | | | | simimar to commit ee22664bcb1fdedece15e07d047ba86f3d791ee6 | ||||
* | make it more generic | Thierry Vignaud | 2015-03-27 | 2 | -3/+5 |
| | | | | just bind the libparted function (needed for next commit) | ||||
* | extract mapping string to flag | Thierry Vignaud | 2015-03-27 | 1 | -6/+11 |
| | | | | needed for next commit | ||||
* | tell users to ignore Gtk3 warnings | Thierry Vignaud | 2015-03-26 | 2 | -0/+3 |
| |