summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker cleanupsThierry Vignaud2013-04-211-2/+2
|
* fix UI redraw issue after unlocking dmcrypt partition (mga#5661)Colin Guthrie2013-04-211-4/+14
|
* drop unused parameterThierry Vignaud2013-03-041-1/+1
|
* use mygtk2::register_main_window()Thierry Vignaud2012-12-131-1/+1
|
* (main,try_) fix partitions not being shown after clicking on "ReloadThierry Vignaud2012-04-271-0/+6
| | | | partition table" (mga#3260)
* reuse code from hd_gtk, fixes display of "Use free space" solutionPascal Terjan2012-04-241-7/+17
|
* fix removing several notebook pagesPascal Terjan2012-04-241-3/+9
|
* (raid2real_kind) introduces itThierry Vignaud2012-04-201-0/+5
| | | | | | | like lvm2kind(), it processes one raid device at a time instead of returning { type => 'raid, name => 'raid', val => undef } (which later causes crashes in partioning wizard) (this obviously was never tested when introducing the later)
* (per_kind_action_box) fix too many parametersThierry Vignaud2012-03-231-2/+2
| | | | | | | issue introduced in commit r245228 on Sep 15 2008 (was: "split button bars into 3 bars") (spot by perl_checker)
* perl_checker cleanupsThierry Vignaud2012-03-231-7/+7
|
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ------------------------------------------------------------------------
* Display lock icon for not enabled dmcrypt tooPascal Terjan2010-06-031-1/+1
|
* Use isLUKSPascal Terjan2010-04-291-2/+2
|
* fix display of non unlocked encrypted partitionsPascal Terjan2010-04-271-1/+1
|
* display lock icon on encrypted partitionsPascal Terjan2010-04-221-3/+6
|
* Unify "Encrypted" displayPascal Terjan2010-04-221-3/+0
|
* Do not display dm-crypt partitions in separate tab, display included ↵Pascal Terjan2010-04-211-10/+8
| | | | partition directly in-place
* diskdrake: show Ext4 instead of Ext3 in the gtk filesystems button boxOlivier Blin2009-12-161-1/+1
|
* diskdrake: allow copying disk and partition infos (#55886)Pascal Terjan2009-11-261-1/+1
|
* resize disk graphical description when resizing diskdrakePascal Terjan2009-10-151-1/+1
|
* rewrite partitionning wizard to look better in gtk (not perfect yet)Pascal Terjan2009-10-051-4/+9
|
* Add dmcrypt in the type list in "specification"Pascal Terjan2009-07-291-1/+1
|
* (interactive_help) fix displaying help at install timeThierry Vignaud2009-04-221-2/+1
|
* diskdrake: display label in the graphical view when no mountpoint is setPascal Terjan2009-03-271-1/+1
|
* diskdrake: don't crash when creating a partition in LVM with the partition ↵Pascal Terjan2009-03-101-1/+1
| | | | type buttons (#38078)
* Try to get more info on #45850Pascal Terjan2009-01-191-1/+1
|
* - ext4dev is now stable and called ext4 in 2.6.28+Pascal Terjan2009-01-051-2/+2
|
* fix/adjust some help pages (#42986)Thierry Vignaud2008-09-301-1/+1
|
* - diskdrake:Pascal Rigaux2008-09-181-2/+11
| | | | | o handle partitions encrypted with cryptsetup
* (per_entry_action_box) fix crashing when using 'strict' pragmaThierry Vignaud2008-09-171-1/+1
|
* (main) add a separatorThierry Vignaud2008-09-151-0/+1
|
* better layout for bottom button barThierry Vignaud2008-09-151-3/+7
|
* split button bars into 3 barsThierry Vignaud2008-09-151-5/+11
|
* remove ending "!" from "Read carefully!"Thierry Vignaud2008-09-111-1/+1
|
* (create_buttons4partitions) fix too large partition bar (#43073) by sizing ↵Thierry Vignaud2008-09-081-1/+1
| | | | the partitions bar on file system type bar's width
* (get_action_box_size) create it out of add_kind2notebook() (needed for next ↵Thierry Vignaud2008-09-081-1/+5
| | | | commit)
* (main) improve GUI by adding spacing between buttonsThierry Vignaud2008-09-081-1/+1
|
* (create_boxradio,create_box_with_title,create_widget,get_label_width,main,re ↵Thierry Vignaud2008-09-021-0/+1
| | | | | | | allyChooseDesktop) explain infamous 6 years old gnome bug #101968 workarounds
* (general_action_box) use new style button for "Help"Thierry Vignaud2008-09-011-1/+1
|
* - configure vga=785 (640x480) when vga=788 (800x600) fails during installPascal Rigaux2008-08-281-3/+0
| | | | | | | | | (useful on 800x480 netbooks) other solutions could be: - ensure gfxboot choose 785 when it detects 788 is not available - ensure kernel tries 785 when 788 fails
* (filesystems_button_box) add more space between filesystem buttonsThierry Vignaud2008-08-271-1/+1
|
* (main) properly size widget (infamous gnome bug #101968)Thierry Vignaud2008-08-271-0/+1
|
* (main) render title as blueThierry Vignaud2008-08-271-1/+3
|
* (main) ensure we initialize only once but at least one, thus fixingThierry Vignaud2008-08-221-4/+6
| | | | | crash when embedded or in installer (#43011)
* (add_kind2notebook) increase default width of buttons so that they fit in ↵Thierry Vignaud2008-08-211-1/+1
| | | | expert mode
* (main) ensure partitions bar is properlyz size on first display (#24410)Thierry Vignaud2008-08-211-1/+6
|
* (create_buttons4partitions) adjust ratio after latest commit whichThierry Vignaud2008-08-211-1/+1
| | | | | fixed width computing
* (create_buttons4partitions) fix sizing partitions bar (#24410): weThierry Vignaud2008-08-211-1/+1
| | | | | | were sizing width of the box according to window's heigh instead of window's width...
* (per_entry_action_box) do not show any relief around scrolled window forThierry Vignaud2008-08-131-1/+1
| | | | | action buttons