Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix indent | Thierry Vignaud | 2015-03-25 | 1 | -3/+3 | |
| | | | | | done separatly in order to have a better history for simplify then introducing new API | |||||
* | use a proper interface between parted/perl worlds | Thierry Vignaud | 2015-03-25 | 2 | -33/+19 | |
| | | | | | | | | | | | | | create directly the hash in XS instead of instead of sprintf()ing it into a string which was then parsed in perl in order to actually create the hash this fixes several issues: - due to adding some fields to the string under if (), we could silently have ignored some partitions - this also simplifies adding further fields | |||||
* | further simplify | Thierry Vignaud | 2015-03-25 | 1 | -3/+5 | |
| | ||||||
* | simplify (needed for next commit) | Thierry Vignaud | 2015-03-25 | 1 | -4/+4 | |
| | ||||||
* | fix retrieving partition | Thierry Vignaud | 2015-03-25 | 1 | -2/+2 | |
| | | | | | | | needed for next commit also we were passing '' as fs_type to c::disk_add_partition() $part was undef since commit 9e6b327ca2b1f46db62e0811fabf0a6cf0b114a7 | |||||
* | kill sparc leftover | Thierry Vignaud | 2015-03-25 | 1 | -7/+0 | |
| | ||||||
* | previous change impact installer too | Thierry Vignaud | 2015-03-25 | 1 | -0/+3 | |
| | ||||||
* | - bump max_nb() to 131 to cover mdadm managed imsm and ddf1 bios | Thomas Backlund | 2015-03-22 | 2 | -1/+4 | |
| | | | | fakeraids (containers defaults to >= 127 and partitions <=126) | |||||
* | fix wrong renaming of mandrake_firsttime service | Thomas Backlund | 2015-03-21 | 2 | -2/+2 | |
| | ||||||
* | 16.7016.70 | Rémi Verschelde | 2015-03-21 | 2 | -1/+3 | |
| | ||||||
* | better fix for the scrollbar in the package installation details window | Rémi Verschelde | 2015-03-21 | 2 | -1/+5 | |
| | | | | patch by Martin Whitaker (mga#13894) | |||||
* | Revert "work around scrollbar issues during package install" | Rémi Verschelde | 2015-03-21 | 1 | -1/+0 | |
| | | | | | | A better fix has been proposed by Martin Whitaker and will be pushed afterwards. This reverts commit 8f16c5d8220e5d9b7bb2e5439061752eea348d76. | |||||
* | 16.6916.69 | Thomas Backlund | 2015-03-20 | 3 | -1/+11 | |
| | ||||||
* | fix initial display in diskdrake (Martin Whitaker, mga#13679) | Thomas Backlund | 2015-03-20 | 1 | -0/+1 | |
| | ||||||
* | - work around scrollbar issues during package install | Thomas Backlund | 2015-03-20 | 1 | -0/+1 | |
| | | | | (Martin Whitaker, mga#13894) | |||||
* | fix telling kernel to reread partition table | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 | |
| | | | | use libparted in order to do so (mga#14758) | |||||
* | bind ped_disk_commit_to_os | Thierry Vignaud | 2015-03-20 | 1 | -0/+16 | |
| | | | | needed for next commit | |||||
* | add ESP to suggestion if needed | Thierry Vignaud | 2015-03-20 | 1 | -0/+1 | |
| | ||||||
* | reuse existing ESP under UEFI | Thierry Vignaud | 2015-03-20 | 1 | -0/+6 | |
| | ||||||
* | suggests /boot/EFI when we already have one | Thierry Vignaud | 2015-03-20 | 1 | -0/+4 | |
| | | | | see commit 5fd7be6bb8822a8434dcf667482771b2753a8b8d & mga#15366 | |||||
* | do not suggests /boot/EFI uselessly (mga#15448) | Thierry Vignaud | 2015-03-20 | 2 | -4/+16 | |
| | | | | we were creating another one when there was already one... | |||||
* | (isESP) export it | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 | |
| | ||||||
* | (isEfi) rename as isESP() | Thierry Vignaud | 2015-03-20 | 1 | -2/+2 | |
| | | | | as it really checks for ESP System Partition | |||||
* | match ESP partitions on all arches | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 | |
| | ||||||
* | perl_checker cleanup | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 | |
| | ||||||
* | Update Chinese (Taiwan) translation | Yuri Chornoivan | 2015-03-20 | 1 | -172/+69 | |
| | ||||||
* | 16.6816.68 | Thierry Vignaud | 2015-03-17 | 3 | -1/+5 | |
| | ||||||
* | log mkinitrd faillures (mga#9201) | Thierry Vignaud | 2015-03-17 | 3 | -2/+8 | |
| | ||||||
* | add 'deploops' option for debugging (mga#15350) | Thierry Vignaud | 2015-03-17 | 3 | -0/+3 | |
| | ||||||
* | fix mis-detecting some mobile broadband modems (mga#12492) | Thierry Vignaud | 2015-03-11 | 2 | -0/+4 | |
| | ||||||
* | 16.6716.67 | Thierry Vignaud | 2015-03-05 | 2 | -1/+3 | |
| | ||||||
* | unbreak draklive | Thierry Vignaud | 2015-03-05 | 1 | -0/+2 | |
| | ||||||
* | log step errors | Thierry Vignaud | 2015-03-05 | 2 | -0/+2 | |
| | ||||||
* | ignore firmwares within draklive | Thierry Vignaud | 2015-03-05 | 2 | -0/+4 | |
| | | | | rationale: it breaks building live images... | |||||
* | Fix typo (mga#10179)16.66 | Rémi Verschelde | 2015-03-05 | 1 | -1/+1 | |
| | ||||||
* | 16.66 | Anne Nicolas | 2015-03-05 | 3 | -1/+5 | |
| | ||||||
* | update NEWS | Anne Nicolas | 2015-03-05 | 2 | -0/+6 | |
| | ||||||
* | add "nofail" option to "foreign" mountpoints to avoid unwanted | Anne Nicolas | 2015-03-05 | 1 | -1/+5 | |
| | | | | recovery mode (Martin Whitaker) mga#10179 | |||||
* | Update translations from Transifex | Yuri Chornoivan | 2015-03-02 | 1 | -823/+247 | |
| | ||||||
* | 16.6516.65 | Rémi Verschelde | 2015-02-27 | 2 | -1/+4 | |
| | ||||||
* | Mageia 5 RC left background | Rémi Verschelde | 2015-02-27 | 1 | -0/+0 | |
| | ||||||
* | include udev rule for Synaptics | Thierry Vignaud | 2015-02-27 | 2 | -0/+4 | |
| | ||||||
* | 16.6416.64 | Thierry Vignaud | 2015-02-27 | 2 | -1/+3 | |
| | ||||||
* | add missing button icons (mga#15264) | Thierry Vignaud | 2015-02-27 | 2 | -0/+5 | |
| | | | | broken by the switch to the Adwaita theme | |||||
* | fix a broken message in logs | Thierry Vignaud | 2015-02-27 | 1 | -1/+2 | |
| | | | | | | | | | | eg: "found 9 packages to install: gnome-desktop3, 3.14.2, 1.mga5, x86_64, nmap, ..." instead of: "found 9 packages to install: gnome-desktop3-3.14.2-1.mga5.x86_64, nmap, ..." | |||||
* | 16.6316.63 | Thierry Vignaud | 2015-02-27 | 3 | -1/+5 | |
| | ||||||
* | fix too wide buttons | Thierry Vignaud | 2015-02-27 | 3 | -0/+21 | |
| | | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases | |||||
* | perl_checker cleanup | Thierry Vignaud | 2015-02-21 | 1 | -1/+1 | |
| | ||||||
* | typo fix | Marja van Waes | 2015-02-20 | 1 | -2/+2 | |
| | ||||||
* | silent a warning with perl-5.20 | Thierry Vignaud | 2015-02-19 | 1 | -1/+1 | |
| |