[gnome-disk-utility/udisks2-port] Add tooltips for edit partition dialogs
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/udisks2-port] Add tooltips for edit partition dialogs
- Date: Mon, 31 Oct 2011 21:48:09 +0000 (UTC)
commit 4e7fca883a096a2c8633a725ba2964151b8a8fd7
Author: David Zeuthen <davidz redhat com>
Date: Mon Oct 31 17:47:58 2011 -0400
Add tooltips for edit partition dialogs
Signed-off-by: David Zeuthen <davidz redhat com>
data/ui/edit-dos-partition-dialog.ui | 17 +++++++++++++++++
data/ui/edit-gpt-partition-dialog.ui | 10 +++++++---
2 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/edit-dos-partition-dialog.ui b/data/ui/edit-dos-partition-dialog.ui
index ce86cac..5855191 100644
--- a/data/ui/edit-dos-partition-dialog.ui
+++ b/data/ui/edit-dos-partition-dialog.ui
@@ -98,6 +98,7 @@
<object class="GtkComboBoxText" id="type-combobox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_markup" translatable="yes">The partition type as a 8-bit unsigned integer</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -112,6 +113,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_markup" translatable="yes">A flag used by the Platform bootloader to determine where the OS should be loaded from. Sometimes the partition with this flag set is referred to as the <i>active</i> partition</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
@@ -127,6 +129,21 @@
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/data/ui/edit-gpt-partition-dialog.ui b/data/ui/edit-gpt-partition-dialog.ui
index 0d477b7..0cfa128 100644
--- a/data/ui/edit-gpt-partition-dialog.ui
+++ b/data/ui/edit-gpt-partition-dialog.ui
@@ -98,6 +98,7 @@
<object class="GtkComboBoxText" id="type-combobox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_markup" translatable="yes">The partition type represented as a 32-bit <i>GUID</i></property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -126,6 +127,7 @@
<object class="GtkEntry" id="name-entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_markup" translatable="yes">The partition name (up to 36 unicode characters). This is useful if you want to refer to the device via a symlink in the <b>/dev/disk/by-partlabel</b> directory</property>
<property name="max_length">36</property>
<property name="invisible_char">â</property>
</object>
@@ -142,6 +144,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_markup" translatable="yes">Used to indicate that the partition and its contents are required for the OS/Platform to function. Special care should be taken to not delete or overwrite the contents</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
@@ -160,6 +163,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_markup" translatable="yes">Legacy BIOS Bootable. This is equivalent to Master Boot Record <i>bootable</i> flag. It is normally only used for GPT partitions on MBR systems</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
@@ -178,6 +182,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_markup" translatable="yes">If set, some OSes may mount or use the contents of the partition as read-only instead of read-write</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
@@ -196,6 +201,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_markup" translatable="yes">If set, some OSes may hide the contents of the partition in their user interfaces</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
@@ -214,6 +220,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_markup" translatable="yes">If set, some OSes may not automount the contents of the partition</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
@@ -238,9 +245,6 @@
<child>
<placeholder/>
</child>
- <child>
- <placeholder/>
- </child>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]