mirror of
https://github.com/claunia/osrepodbmgr.git
synced 2025-12-16 19:14:25 +00:00
Added window titles.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2017-05-03 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* dlgMetadata.cs:
|
||||
* gtk-gui/gui.stetic:
|
||||
* gtk-gui/osrepodbmgr.dlgMetadata.cs:
|
||||
* gtk-gui/osrepodbmgr.dlgBlockMedia.cs:
|
||||
* gtk-gui/osrepodbmgr.dlgFilesystem.cs:
|
||||
* gtk-gui/osrepodbmgr.dlgOpticalDisc.cs:
|
||||
Added window titles.
|
||||
|
||||
2017-05-03 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DicCore.cs:
|
||||
|
||||
@@ -1292,6 +1292,7 @@ namespace osrepodbmgr
|
||||
return;
|
||||
|
||||
dlgOpticalDisc _dlgOpticalDisc = new dlgOpticalDisc();
|
||||
_dlgOpticalDisc.Title = string.Format("Editing disc metadata for {0}", (string)lstDiscs.GetValue(discIter, 0));
|
||||
_dlgOpticalDisc.Metadata = (OpticalDiscType)lstDiscs.GetValue(discIter, 1);
|
||||
_dlgOpticalDisc.FillFields();
|
||||
|
||||
@@ -1311,6 +1312,7 @@ namespace osrepodbmgr
|
||||
return;
|
||||
|
||||
dlgBlockMedia _dlgBlockMedia = new dlgBlockMedia();
|
||||
_dlgBlockMedia.Title = string.Format("Editing disk metadata for {0}", (string)lstDisks.GetValue(diskIter, 0));
|
||||
_dlgBlockMedia.Metadata = (BlockMediaType)lstDisks.GetValue(diskIter, 1);
|
||||
_dlgBlockMedia.FillFields();
|
||||
|
||||
|
||||
@@ -1225,6 +1225,7 @@ QNX/QNX/20090229/source.zip</property>
|
||||
</widget>
|
||||
<widget class="Gtk.Dialog" id="osrepodbmgr.dlgMetadata" design-size="909 533">
|
||||
<property name="MemberName" />
|
||||
<property name="Title" translatable="yes">Editing metadata...</property>
|
||||
<property name="WindowPosition">CenterOnParent</property>
|
||||
<property name="Buttons">2</property>
|
||||
<property name="HelpButton">False</property>
|
||||
@@ -3132,7 +3133,7 @@ QNX/QNX/20090229/source.zip</property>
|
||||
<widget class="Gtk.Notebook" id="notebook1">
|
||||
<property name="MemberName" />
|
||||
<property name="CanFocus">True</property>
|
||||
<property name="CurrentPage">10</property>
|
||||
<property name="CurrentPage">0</property>
|
||||
<child>
|
||||
<widget class="Gtk.VBox" id="vbox2">
|
||||
<property name="MemberName" />
|
||||
@@ -6728,6 +6729,7 @@ QNX/QNX/20090229/source.zip</property>
|
||||
</widget>
|
||||
<widget class="Gtk.Dialog" id="osrepodbmgr.dlgFilesystem" design-size="902 594">
|
||||
<property name="MemberName" />
|
||||
<property name="Title" translatable="yes">Edit filesystem metadata</property>
|
||||
<property name="WindowPosition">CenterOnParent</property>
|
||||
<property name="Buttons">2</property>
|
||||
<property name="HelpButton">False</property>
|
||||
@@ -7576,7 +7578,7 @@ QNX/QNX/20090229/source.zip</property>
|
||||
<widget class="Gtk.Notebook" id="notebook1">
|
||||
<property name="MemberName" />
|
||||
<property name="CanFocus">True</property>
|
||||
<property name="CurrentPage">12</property>
|
||||
<property name="CurrentPage">0</property>
|
||||
<child>
|
||||
<widget class="Gtk.VBox" id="vbox2">
|
||||
<property name="MemberName" />
|
||||
|
||||
@@ -614,7 +614,7 @@ namespace osrepodbmgr
|
||||
this.notebook1 = new global::Gtk.Notebook();
|
||||
this.notebook1.CanFocus = true;
|
||||
this.notebook1.Name = "notebook1";
|
||||
this.notebook1.CurrentPage = 10;
|
||||
this.notebook1.CurrentPage = 0;
|
||||
// Container child notebook1.Gtk.Notebook+NotebookChild
|
||||
this.vbox2 = new global::Gtk.VBox();
|
||||
this.vbox2.Name = "vbox2";
|
||||
@@ -3154,7 +3154,7 @@ namespace osrepodbmgr
|
||||
w277.Position = 1;
|
||||
w277.Expand = false;
|
||||
w277.Fill = false;
|
||||
if ((this.Child != null))
|
||||
if((this.Child != null))
|
||||
{
|
||||
this.Child.ShowAll();
|
||||
}
|
||||
|
||||
@@ -137,6 +137,7 @@ namespace osrepodbmgr
|
||||
global::Stetic.Gui.Initialize(this);
|
||||
// Widget osrepodbmgr.dlgFilesystem
|
||||
this.Name = "osrepodbmgr.dlgFilesystem";
|
||||
this.Title = global::Mono.Unix.Catalog.GetString("Edit filesystem metadata");
|
||||
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
||||
// Internal child osrepodbmgr.dlgFilesystem.VBox
|
||||
global::Gtk.VBox w1 = this.VBox;
|
||||
@@ -753,7 +754,7 @@ namespace osrepodbmgr
|
||||
w65.Position = 1;
|
||||
w65.Expand = false;
|
||||
w65.Fill = false;
|
||||
if ((this.Child != null))
|
||||
if((this.Child != null))
|
||||
{
|
||||
this.Child.ShowAll();
|
||||
}
|
||||
|
||||
@@ -307,6 +307,7 @@ namespace osrepodbmgr
|
||||
global::Stetic.Gui.Initialize(this);
|
||||
// Widget osrepodbmgr.dlgMetadata
|
||||
this.Name = "osrepodbmgr.dlgMetadata";
|
||||
this.Title = global::Mono.Unix.Catalog.GetString("Editing metadata...");
|
||||
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
||||
// Internal child osrepodbmgr.dlgMetadata.VBox
|
||||
global::Gtk.VBox w1 = this.VBox;
|
||||
|
||||
@@ -858,7 +858,7 @@ namespace osrepodbmgr
|
||||
this.notebook1 = new global::Gtk.Notebook();
|
||||
this.notebook1.CanFocus = true;
|
||||
this.notebook1.Name = "notebook1";
|
||||
this.notebook1.CurrentPage = 12;
|
||||
this.notebook1.CurrentPage = 0;
|
||||
// Container child notebook1.Gtk.Notebook+NotebookChild
|
||||
this.vbox2 = new global::Gtk.VBox();
|
||||
this.vbox2.Name = "vbox2";
|
||||
@@ -4209,6 +4209,8 @@ namespace osrepodbmgr
|
||||
this.txtMSFEnd.Hide();
|
||||
this.lblTrackSequence.Hide();
|
||||
this.txtTrackSequence.Hide();
|
||||
this.lblSessionSequence.Hide();
|
||||
this.txtSessionSequence.Hide();
|
||||
this.lblTrackType.Hide();
|
||||
this.cmbTrackType.Hide();
|
||||
this.txtBytesPerSector.Hide();
|
||||
|
||||
Reference in New Issue
Block a user