summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/partitioning_wizard.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix a crash when reloading partition table (mga#9838)Thierry Vignaud2013-04-231-0/+1
|
* fix losing crypt key when re-reeading partition tables (mga#5661)Thierry Vignaud2013-04-191-0/+5
|
* drop unused parameterThierry Vignaud2013-03-041-1/+1
|
* (display_choices) make logs easier to read in report.bugThierry Vignaud2012-12-111-4/+4
|
* (main) fix 2 three years old perl_checker warningsThierry Vignaud2012-12-111-2/+2
|
* reuse code from hd_gtk, fixes display of "Use free space" solutionPascal Terjan2012-04-241-3/+2
|
* (create_display_box) fix crashing on calling a method on a non blessed referenceThierry Vignaud2012-04-201-1/+2
|
* (fs::partitioning_wizard::main) use newly introduced raid2real_kind() inThierry Vignaud2012-04-201-1/+1
| | | | | | | | | | | | | order to get data about RAID devices, thus fixing: - crashing on selecting a RAID device (calling first_usable_sector on undefined value in partition_table::get_normal_parts_and_holes()) - listing RAID devices (bug introduced in commit r265764 pterjan by on Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm") sadly we trade "calling method on undefined value" for "calling method on unblessed reference" (see next commit)
* Fix usage of raid2kindPascal Terjan2012-03-241-2/+1
|
* (main) add a FIXME note about a unused parameter since commit r265764Thierry Vignaud2012-03-231-0/+1
| | | | | | | | by pterjanib Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm" (spot by perl_checker)
* help perl_checkerThierry Vignaud2012-03-231-0/+2
|
* perl_checker cleanupsThierry Vignaud2012-03-231-3/+3
|
* factorize more distro nameThierry Vignaud2011-04-261-2/+2
|
* replace Mageia Linux by MageiaAnne Nicolas2011-04-241-2/+2
|
* - perl -pi -e 's!For this, create a partition!To accomplish this, create a ↵Ahmad Samir2011-04-041-1/+1
| | | | partition!'
* - perl -pi -e 's!need to reboot before the modification can take ↵Ahmad Samir2011-04-041-1/+1
| | | | | | | place"!"need to reboot before the modification can take effect"!' - perl -pi -e 's!"You need to reboot for the partition table modifications to take place"!"You need to reboot for the partition table modifications to take effect"!'
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-3/+3
| | | | | - use 'LDAP' instead of 'Ldap'
* - modify a string in partitioning_wizard.pm to be more grammatically correctAhmad Samir2011-04-021-1/+1
| | | | | (spotted by Sigrid Carrera, on mageia-i18n ML)
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* add scrollbar to partitionning wizard if neededPascal Terjan2010-06-091-4/+9
|
* fix installation of plymouthPascal Terjan2010-04-271-6/+1
|
* - install plymouth if / is encrypted, to ask for passwordPascal Terjan2010-04-271-2/+8
|
* partitioning_wizard: fix a crash on empty diskPascal Terjan2010-02-091-1/+1
|
* Add back and fix lvm in patitioning wizardPascal Terjan2010-02-081-2/+4
|
* display lvm/dmraid/... name in combo box, and disable lvm for nowPascal Terjan2010-02-041-2/+1
|
* partitioning wizard: offer to install on dmraid and existing lvmPascal Terjan2010-02-041-1/+3
|
* suggest non-removable disks firstOlivier Blin2009-11-301-1/+1
|
* partitioning wizard: only display Help button in installPascal Terjan2009-11-041-1/+2
|
* please perl_checkerOlivier Blin2009-10-281-2/+2
|
* make sure sizes and widths are intOlivier Blin2009-10-281-2/+2
|
* ugtkifyOlivier Blin2009-10-281-7/+5
|
* use ugtk2 sweetOlivier Blin2009-10-281-5/+3
|
* rename as add_part_size_info to avoid confusion with part_infoOlivier Blin2009-10-281-3/+3
|
* styleOlivier Blin2009-10-281-0/+3
|
* whitespace cleanOlivier Blin2009-10-281-32/+32
|
* rename last ev2 occurence as mdv_widgetOlivier Blin2009-10-281-4/+4
|
* factorize resized partition info creationOlivier Blin2009-10-281-15/+15
|
* simplifyOlivier Blin2009-10-281-2/+1
|
* change syntax to please perl_checkerOlivier Blin2009-10-281-1/+1
|
* perl_checker fixesOlivier Blin2009-10-281-8/+8
|
* rename w as part_infoOlivier Blin2009-10-281-5/+4
|
* rename ev as more specific part_widgetOlivier Blin2009-10-281-9/+8
|
* use ugtk2 magic and separate variable for partition separatorOlivier Blin2009-10-281-6/+5
|
* import ugtk2 wrappersOlivier Blin2009-10-281-0/+2
|
* no need to update req_size on allocate, only the width and ratio are changingOlivier Blin2009-10-281-1/+1
|
* update ratio on size-allocateOlivier Blin2009-10-281-1/+5
|
* part and entry variables are the same, drop partOlivier Blin2009-10-281-10/+7
|
* use ratio variableOlivier Blin2009-10-281-1/+1
|
* remove unused variableOlivier Blin2009-10-281-2/+0
|
* factorize in button_activate helperOlivier Blin2009-10-281-8/+6
|