Mailinglist Archive: yast-commit (1339 mails)
| < Previous | Next > |
[yast-commit] r46268 - in /branches/tmp/aschnell/part-redesign/storage/src/include: ep-lvm-dialogs.ycp ep-lvm.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Wed, 09 Apr 2008 08:27:32 -0000
- Message-id: <20080409082732.C9F402708E@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Wed Apr 9 10:27:32 2008
New Revision: 46268
URL: http://svn.opensuse.org/viewcvs/yast?rev=46268&view=rev
Log:
- ui stuff
Modified:
branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp
Modified:
branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp?rev=46268&r1=46267&r2=46268&view=diff
==============================================================================
--- branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
(original)
+++ branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
Wed Apr 9 10:27:32 2008
@@ -147,8 +147,8 @@
{
return `Frame("Stripes",
`HBox(
- `Left(`ComboBox("Stripes", ["1", "2", "3", "4"])),
- `Left(`ComboBox("Stripe Size", ["4 kB", "8 kB", "16
kB", "32 kB"])),
+ `Left(`ComboBox("Number", ["1", "2", "3", "4"])),
+ `Left(`ComboBox("Size", ["4 kB", "8 kB", "16 kB", "32
kB"])),
`HStretch())
);
}
Modified: branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp?rev=46268&r1=46267&r2=46268&view=diff
==============================================================================
--- branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp
(original)
+++ branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp Wed Apr
9 10:27:32 2008
@@ -15,14 +15,26 @@
void CreateLvmMainPanel(any user_data)
{
UI::ReplaceWidget(`tree_panel,
- `VBox(
- `HStretch(),
- `Left(`Heading("Volume Managment")),
+ Greasemonkey::Transform(
`VBox(
- `PushButton(`id(`create_vg), "Create Volume
Group..."),
- `PushButton(`id(`create_lv), "Create Logical
Volume...")
- ),
- `VStretch()
+ `HStretch(),
+ `Left(`Heading("Volume Managment")),
+ `VStackFrames(
+ `Frame(_("Volume Group"),
+ `VBox(
+ `HStretch(),
+
`Left(`PushButton(`id(`create_vg), "Create Volume Group..."))
+ )
+ ),
+ `Frame(_("Logical Volume"),
+ `VBox(
+ `HStretch(),
+
`Left(`PushButton(`id(`create_lv), "Create Logical Volume..."))
+ )
+ ),
+ `VStretch()
+ )
+ )
)
);
@@ -61,6 +73,7 @@
`HStretch(),
StorageFields::Overview(fields, tg, device),
`HBox(
+ `PushButton(`id(`resize), "Resize..."),
`PushButton(`id(`delete), "Delete..."),
`HStretch()
)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Apr 9 10:27:32 2008
New Revision: 46268
URL: http://svn.opensuse.org/viewcvs/yast?rev=46268&view=rev
Log:
- ui stuff
Modified:
branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp
Modified:
branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp?rev=46268&r1=46267&r2=46268&view=diff
==============================================================================
--- branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
(original)
+++ branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm-dialogs.ycp
Wed Apr 9 10:27:32 2008
@@ -147,8 +147,8 @@
{
return `Frame("Stripes",
`HBox(
- `Left(`ComboBox("Stripes", ["1", "2", "3", "4"])),
- `Left(`ComboBox("Stripe Size", ["4 kB", "8 kB", "16
kB", "32 kB"])),
+ `Left(`ComboBox("Number", ["1", "2", "3", "4"])),
+ `Left(`ComboBox("Size", ["4 kB", "8 kB", "16 kB", "32
kB"])),
`HStretch())
);
}
Modified: branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp?rev=46268&r1=46267&r2=46268&view=diff
==============================================================================
--- branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp
(original)
+++ branches/tmp/aschnell/part-redesign/storage/src/include/ep-lvm.ycp Wed Apr
9 10:27:32 2008
@@ -15,14 +15,26 @@
void CreateLvmMainPanel(any user_data)
{
UI::ReplaceWidget(`tree_panel,
- `VBox(
- `HStretch(),
- `Left(`Heading("Volume Managment")),
+ Greasemonkey::Transform(
`VBox(
- `PushButton(`id(`create_vg), "Create Volume
Group..."),
- `PushButton(`id(`create_lv), "Create Logical
Volume...")
- ),
- `VStretch()
+ `HStretch(),
+ `Left(`Heading("Volume Managment")),
+ `VStackFrames(
+ `Frame(_("Volume Group"),
+ `VBox(
+ `HStretch(),
+
`Left(`PushButton(`id(`create_vg), "Create Volume Group..."))
+ )
+ ),
+ `Frame(_("Logical Volume"),
+ `VBox(
+ `HStretch(),
+
`Left(`PushButton(`id(`create_lv), "Create Logical Volume..."))
+ )
+ ),
+ `VStretch()
+ )
+ )
)
);
@@ -61,6 +73,7 @@
`HStretch(),
StorageFields::Overview(fields, tg, device),
`HBox(
+ `PushButton(`id(`resize), "Resize..."),
`PushButton(`id(`delete), "Delete..."),
`HStretch()
)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |