Author: mkrueger
Date: 2007-08-08 05:07:40 -0400 (Wed, 08 Aug 2007)
New Revision: 83644
Modified:
trunk/monodevelop/Extras/MonoDevelop.Gettext/ChangeLog
trunk/monodevelop/Extras/MonoDevelop.Gettext/MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs
trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/MonoDevelop.Gettext.TranslationProjectOptionsDialog.cs
trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/gui.stetic
Log:
* gtk-gui/MonoDevelop.Gettext.TranslationProjectOptionsDialog.cs,
MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs: Fixed
82336:Gettext addin: Translation project options dialog not HIG
compliant.
Modified: trunk/monodevelop/Extras/MonoDevelop.Gettext/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/MonoDevelop.Gettext/ChangeLog 2007-08-08
09:02:52 UTC (rev 83643)
+++ trunk/monodevelop/Extras/MonoDevelop.Gettext/ChangeLog 2007-08-08
09:07:40 UTC (rev 83644)
@@ -1,5 +1,12 @@
2007-08-08 Mike Krüger <[EMAIL PROTECTED]>
+ * gtk-gui/MonoDevelop.Gettext.TranslationProjectOptionsDialog.cs,
+ MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs: Fixed
+ 82336:Gettext addin: Translation project options dialog not HIG
+ compliant.
+
+2007-08-08 Mike Krüger <[EMAIL PROTECTED]>
+
* MonoDevelop.Gettext.NodeBuilders/TranslationProjectNodeBuilder.cs,
MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs,
MonoDevelop.Gettext/TranslationProject.cs: Fixed 82335: Gettext
Modified:
trunk/monodevelop/Extras/MonoDevelop.Gettext/MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs
===================================================================
---
trunk/monodevelop/Extras/MonoDevelop.Gettext/MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs
2007-08-08 09:02:52 UTC (rev 83643)
+++
trunk/monodevelop/Extras/MonoDevelop.Gettext/MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs
2007-08-08 09:07:40 UTC (rev 83644)
@@ -40,9 +40,9 @@
{
this.project = project;
this.Build();
+ label5.Justify = Justification.Left;
TranslationProjectConfiguration config =
this.project.ActiveConfiguration as TranslationProjectConfiguration;
-
entryPackageName.Text = config.PackageName;
entryRelPath.Text = config.RelPath;
folderentrySystemPath.Path = config.AbsPath;
Modified:
trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/MonoDevelop.Gettext.TranslationProjectOptionsDialog.cs
===================================================================
---
trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/MonoDevelop.Gettext.TranslationProjectOptionsDialog.cs
2007-08-08 09:02:52 UTC (rev 83643)
+++
trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/MonoDevelop.Gettext.TranslationProjectOptionsDialog.cs
2007-08-08 09:07:40 UTC (rev 83644)
@@ -23,8 +23,6 @@
private Gtk.Entry entryPackageName;
- private Gtk.HSeparator hseparator1;
-
private Gtk.Frame frame1;
private Gtk.Alignment GtkAlignment2;
@@ -59,20 +57,14 @@
private Gtk.Label label1;
- private Gtk.VBox pageSelectProject;
-
- private Gtk.Label labelTitle1;
-
- private Gtk.HSeparator hseparator4;
-
- private Gtk.Label label4;
-
private Gtk.ScrolledWindow scrolledwindow1;
private Gtk.TreeView treeviewProjectList;
private Gtk.Label label2;
+ private Gtk.HSeparator hseparator1;
+
private Gtk.Button buttonCancel;
private Gtk.Button buttonOk;
@@ -83,6 +75,7 @@
this.Name = "MonoDevelop.Gettext.TranslationProjectOptionsDialog";
this.Title = Mono.Unix.Catalog.GetString("Translation Options");
this.WindowPosition = ((Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
this.HasSeparator = false;
// Internal child
MonoDevelop.Gettext.TranslationProjectOptionsDialog.VBox
Gtk.VBox w1 = this.VBox;
@@ -92,11 +85,13 @@
this.notebook1 = new Gtk.Notebook();
this.notebook1.CanFocus = true;
this.notebook1.Name = "notebook1";
- this.notebook1.CurrentPage = 1;
+ this.notebook1.CurrentPage = 0;
+ this.notebook1.BorderWidth = ((uint)(6));
// Container child notebook1.Gtk.Notebook+NotebookChild
this.vbox2 = new Gtk.VBox();
this.vbox2.Name = "vbox2";
this.vbox2.Spacing = 6;
+ this.vbox2.BorderWidth = ((uint)(6));
// Container child vbox2.Gtk.Box+BoxChild
this.hbox4 = new Gtk.HBox();
this.hbox4.Name = "hbox4";
@@ -104,7 +99,7 @@
// Container child hbox4.Gtk.Box+BoxChild
this.label3 = new Gtk.Label();
this.label3.Name = "label3";
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("_Package
Name:");
+ this.label3.LabelProp = Mono.Unix.Catalog.GetString("_Package
name:");
this.label3.UseUnderline = true;
this.hbox4.Add(this.label3);
Gtk.Box.BoxChild w2 =
((Gtk.Box.BoxChild)(this.hbox4[this.label3]));
@@ -126,14 +121,6 @@
w4.Expand = false;
w4.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
- this.hseparator1 = new Gtk.HSeparator();
- this.hseparator1.Name = "hseparator1";
- this.vbox2.Add(this.hseparator1);
- Gtk.Box.BoxChild w5 =
((Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
this.frame1 = new Gtk.Frame();
this.frame1.Name = "frame1";
this.frame1.ShadowType = ((Gtk.ShadowType)(0));
@@ -154,23 +141,22 @@
this.entryRelPath.IsEditable = true;
this.entryRelPath.InvisibleChar = '●';
this.table1.Add(this.entryRelPath);
- Gtk.Table.TableChild w6 =
((Gtk.Table.TableChild)(this.table1[this.entryRelPath]));
+ Gtk.Table.TableChild w5 =
((Gtk.Table.TableChild)(this.table1[this.entryRelPath]));
+ w5.LeftAttach = ((uint)(1));
+ w5.RightAttach = ((uint)(2));
+ w5.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.folderentrySystemPath = new
MonoDevelop.Components.FolderEntry();
+ this.folderentrySystemPath.Name = "folderentrySystemPath";
+ this.table1.Add(this.folderentrySystemPath);
+ Gtk.Table.TableChild w6 =
((Gtk.Table.TableChild)(this.table1[this.folderentrySystemPath]));
+ w6.TopAttach = ((uint)(1));
+ w6.BottomAttach = ((uint)(2));
w6.LeftAttach = ((uint)(1));
w6.RightAttach = ((uint)(2));
w6.XOptions = ((Gtk.AttachOptions)(4));
w6.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
- this.folderentrySystemPath = new
MonoDevelop.Components.FolderEntry();
- this.folderentrySystemPath.Name = "folderentrySystemPath";
- this.table1.Add(this.folderentrySystemPath);
- Gtk.Table.TableChild w7 =
((Gtk.Table.TableChild)(this.table1[this.folderentrySystemPath]));
- w7.TopAttach = ((uint)(1));
- w7.BottomAttach = ((uint)(2));
- w7.LeftAttach = ((uint)(1));
- w7.RightAttach = ((uint)(2));
- w7.XOptions = ((Gtk.AttachOptions)(4));
- w7.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
this.radiobuttonRelPath = new
Gtk.RadioButton(Mono.Unix.Catalog.GetString("_Relative to output path:"));
this.radiobuttonRelPath.CanFocus = true;
this.radiobuttonRelPath.Name = "radiobuttonRelPath";
@@ -178,8 +164,9 @@
this.radiobuttonRelPath.UseUnderline = true;
this.radiobuttonRelPath.Group = new GLib.SList(System.IntPtr.Zero);
this.table1.Add(this.radiobuttonRelPath);
- Gtk.Table.TableChild w8 =
((Gtk.Table.TableChild)(this.table1[this.radiobuttonRelPath]));
- w8.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w7 =
((Gtk.Table.TableChild)(this.table1[this.radiobuttonRelPath]));
+ w7.XOptions = ((Gtk.AttachOptions)(4));
+ w7.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.radiobuttonSystemPath = new
Gtk.RadioButton(Mono.Unix.Catalog.GetString("_System path:"));
this.radiobuttonSystemPath.CanFocus = true;
@@ -188,10 +175,11 @@
this.radiobuttonSystemPath.UseUnderline = true;
this.radiobuttonSystemPath.Group = this.radiobuttonRelPath.Group;
this.table1.Add(this.radiobuttonSystemPath);
- Gtk.Table.TableChild w9 =
((Gtk.Table.TableChild)(this.table1[this.radiobuttonSystemPath]));
- w9.TopAttach = ((uint)(1));
- w9.BottomAttach = ((uint)(2));
- w9.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w8 =
((Gtk.Table.TableChild)(this.table1[this.radiobuttonSystemPath]));
+ w8.TopAttach = ((uint)(1));
+ w8.BottomAttach = ((uint)(2));
+ w8.XOptions = ((Gtk.AttachOptions)(4));
+ w8.YOptions = ((Gtk.AttachOptions)(4));
this.GtkAlignment2.Add(this.table1);
this.frame1.Add(this.GtkAlignment2);
this.GtkLabel2 = new Gtk.Label();
@@ -200,10 +188,10 @@
this.GtkLabel2.UseMarkup = true;
this.frame1.LabelWidget = this.GtkLabel2;
this.vbox2.Add(this.frame1);
- Gtk.Box.BoxChild w12 =
((Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
- w12.Position = 2;
- w12.Expand = false;
- w12.Fill = false;
+ Gtk.Box.BoxChild w11 =
((Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.frame2 = new Gtk.Frame();
this.frame2.Name = "frame2";
@@ -222,10 +210,10 @@
this.label5.Name = "label5";
this.label5.LabelProp = Mono.Unix.Catalog.GetString("The Catalog
initialization should look like:");
this.vbox4.Add(this.label5);
- Gtk.Box.BoxChild w13 =
((Gtk.Box.BoxChild)(this.vbox4[this.label5]));
- w13.Position = 0;
- w13.Expand = false;
- w13.Fill = false;
+ Gtk.Box.BoxChild w12 =
((Gtk.Box.BoxChild)(this.vbox4[this.label5]));
+ w12.Position = 0;
+ w12.Expand = false;
+ w12.Fill = false;
// Container child vbox4.Gtk.Box+BoxChild
this.frame3 = new Gtk.Frame();
this.frame3.Name = "frame3";
@@ -243,10 +231,10 @@
this.GtkAlignment4.Add(this.labelInitString);
this.frame3.Add(this.GtkAlignment4);
this.vbox4.Add(this.frame3);
- Gtk.Box.BoxChild w16 =
((Gtk.Box.BoxChild)(this.vbox4[this.frame3]));
- w16.Position = 1;
- w16.Expand = false;
- w16.Fill = false;
+ Gtk.Box.BoxChild w15 =
((Gtk.Box.BoxChild)(this.vbox4[this.frame3]));
+ w15.Position = 1;
+ w15.Expand = false;
+ w15.Fill = false;
this.GtkAlignment3.Add(this.vbox4);
this.frame2.Add(this.GtkAlignment3);
this.GtkLabel6 = new Gtk.Label();
@@ -255,52 +243,19 @@
this.GtkLabel6.UseMarkup = true;
this.frame2.LabelWidget = this.GtkLabel6;
this.vbox2.Add(this.frame2);
- Gtk.Box.BoxChild w19 =
((Gtk.Box.BoxChild)(this.vbox2[this.frame2]));
- w19.Position = 3;
- w19.Expand = false;
- w19.Fill = false;
+ Gtk.Box.BoxChild w18 =
((Gtk.Box.BoxChild)(this.vbox2[this.frame2]));
+ w18.Position = 2;
+ w18.Expand = false;
+ w18.Fill = false;
this.notebook1.Add(this.vbox2);
- Gtk.Notebook.NotebookChild w20 =
((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
- w20.TabExpand = false;
+ Gtk.Notebook.NotebookChild w19 =
((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
+ w19.TabExpand = false;
// Notebook tab
this.label1 = new Gtk.Label();
this.label1.Name = "label1";
this.label1.LabelProp = Mono.Unix.Catalog.GetString("Settings");
this.notebook1.SetTabLabel(this.vbox2, this.label1);
// Container child notebook1.Gtk.Notebook+NotebookChild
- this.pageSelectProject = new Gtk.VBox();
- this.pageSelectProject.Name = "pageSelectProject";
- this.pageSelectProject.Spacing = 6;
- // Container child pageSelectProject.Gtk.Box+BoxChild
- this.labelTitle1 = new Gtk.Label();
- this.labelTitle1.Name = "labelTitle1";
- this.labelTitle1.Xalign = 0F;
- this.labelTitle1.LabelProp =
Mono.Unix.Catalog.GetString("<big><b>Select Projects</b></big>");
- this.labelTitle1.UseMarkup = true;
- this.pageSelectProject.Add(this.labelTitle1);
- Gtk.Box.BoxChild w21 =
((Gtk.Box.BoxChild)(this.pageSelectProject[this.labelTitle1]));
- w21.Position = 0;
- w21.Expand = false;
- w21.Fill = false;
- // Container child pageSelectProject.Gtk.Box+BoxChild
- this.hseparator4 = new Gtk.HSeparator();
- this.hseparator4.Name = "hseparator4";
- this.pageSelectProject.Add(this.hseparator4);
- Gtk.Box.BoxChild w22 =
((Gtk.Box.BoxChild)(this.pageSelectProject[this.hseparator4]));
- w22.Position = 1;
- w22.Expand = false;
- w22.Fill = false;
- // Container child pageSelectProject.Gtk.Box+BoxChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("Select the
projects which you want to create translations for::");
- this.pageSelectProject.Add(this.label4);
- Gtk.Box.BoxChild w23 =
((Gtk.Box.BoxChild)(this.pageSelectProject[this.label4]));
- w23.Position = 2;
- w23.Expand = false;
- w23.Fill = false;
- // Container child pageSelectProject.Gtk.Box+BoxChild
this.scrolledwindow1 = new Gtk.ScrolledWindow();
this.scrolledwindow1.CanFocus = true;
this.scrolledwindow1.Name = "scrolledwindow1";
@@ -312,27 +267,33 @@
this.treeviewProjectList.CanFocus = true;
this.treeviewProjectList.Name = "treeviewProjectList";
this.scrolledwindow1.Add(this.treeviewProjectList);
- this.pageSelectProject.Add(this.scrolledwindow1);
- Gtk.Box.BoxChild w25 =
((Gtk.Box.BoxChild)(this.pageSelectProject[this.scrolledwindow1]));
- w25.Position = 3;
- this.notebook1.Add(this.pageSelectProject);
- Gtk.Notebook.NotebookChild w26 =
((Gtk.Notebook.NotebookChild)(this.notebook1[this.pageSelectProject]));
- w26.Position = 1;
- w26.TabExpand = false;
+ this.notebook1.Add(this.scrolledwindow1);
+ Gtk.Notebook.NotebookChild w21 =
((Gtk.Notebook.NotebookChild)(this.notebook1[this.scrolledwindow1]));
+ w21.Position = 1;
+ w21.TabExpand = false;
// Notebook tab
this.label2 = new Gtk.Label();
this.label2.Name = "label2";
this.label2.LabelProp = Mono.Unix.Catalog.GetString("Include in
Projects");
- this.notebook1.SetTabLabel(this.pageSelectProject, this.label2);
+ this.notebook1.SetTabLabel(this.scrolledwindow1, this.label2);
w1.Add(this.notebook1);
- Gtk.Box.BoxChild w27 = ((Gtk.Box.BoxChild)(w1[this.notebook1]));
- w27.Position = 0;
+ Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(w1[this.notebook1]));
+ w22.Position = 0;
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.hseparator1 = new Gtk.HSeparator();
+ this.hseparator1.Name = "hseparator1";
+ w1.Add(this.hseparator1);
+ Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(w1[this.hseparator1]));
+ w23.PackType = ((Gtk.PackType)(1));
+ w23.Position = 2;
+ w23.Expand = false;
+ w23.Fill = false;
// Internal child
MonoDevelop.Gettext.TranslationProjectOptionsDialog.ActionArea
- Gtk.HButtonBox w28 = this.ActionArea;
- w28.Name = "dialog1_ActionArea";
- w28.Spacing = 6;
- w28.BorderWidth = ((uint)(5));
- w28.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
+ Gtk.HButtonBox w24 = this.ActionArea;
+ w24.Name = "dialog1_ActionArea";
+ w24.Spacing = 6;
+ w24.BorderWidth = ((uint)(5));
+ w24.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonCancel = new Gtk.Button();
this.buttonCancel.CanDefault = true;
@@ -342,9 +303,9 @@
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget(this.buttonCancel, -6);
- Gtk.ButtonBox.ButtonBoxChild w29 =
((Gtk.ButtonBox.ButtonBoxChild)(w28[this.buttonCancel]));
- w29.Expand = false;
- w29.Fill = false;
+ Gtk.ButtonBox.ButtonBoxChild w25 =
((Gtk.ButtonBox.ButtonBoxChild)(w24[this.buttonCancel]));
+ w25.Expand = false;
+ w25.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonOk = new Gtk.Button();
this.buttonOk.CanDefault = true;
@@ -354,10 +315,10 @@
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
this.AddActionWidget(this.buttonOk, -5);
- Gtk.ButtonBox.ButtonBoxChild w30 =
((Gtk.ButtonBox.ButtonBoxChild)(w28[this.buttonOk]));
- w30.Position = 1;
- w30.Expand = false;
- w30.Fill = false;
+ Gtk.ButtonBox.ButtonBoxChild w26 =
((Gtk.ButtonBox.ButtonBoxChild)(w24[this.buttonOk]));
+ w26.Position = 1;
+ w26.Expand = false;
+ w26.Fill = false;
if ((this.Child != null)) {
this.Child.ShowAll();
}
Modified: trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/gui.stetic
===================================================================
--- trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/gui.stetic
2007-08-08 09:02:52 UTC (rev 83643)
+++ trunk/monodevelop/Extras/MonoDevelop.Gettext/gtk-gui/gui.stetic
2007-08-08 09:07:40 UTC (rev 83644)
@@ -965,6 +965,7 @@
<property name="MemberName" />
<property name="Title" translatable="yes">Translation Options</property>
<property name="WindowPosition">CenterOnParent</property>
+ <property name="BorderWidth">6</property>
<property name="Buttons">2</property>
<property name="HelpButton">False</property>
<property name="HasSeparator">False</property>
@@ -977,10 +978,12 @@
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="CurrentPage">1</property>
+ <property name="BorderWidth">6</property>
<child>
<widget class="Gtk.VBox" id="vbox2">
<property name="MemberName" />
<property name="Spacing">6</property>
+ <property name="BorderWidth">6</property>
<child>
<widget class="Gtk.HBox" id="hbox4">
<property name="MemberName" />
@@ -988,7 +991,7 @@
<child>
<widget class="Gtk.Label" id="label3">
<property name="MemberName" />
- <property name="LabelProp" translatable="yes">_Package
Name:</property>
+ <property name="LabelProp" translatable="yes">_Package
name:</property>
<property name="UseUnderline">True</property>
</widget>
<packing>
@@ -1019,17 +1022,6 @@
</packing>
</child>
<child>
- <widget class="Gtk.HSeparator" id="hseparator1">
- <property name="MemberName" />
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
<widget class="Gtk.Frame" id="frame1">
<property name="MemberName" />
<property name="ShadowType">None</property>
@@ -1057,10 +1049,9 @@
<packing>
<property name="LeftAttach">1</property>
<property name="RightAttach">2</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
+ <property name="AutoSize">False</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
+ <property name="XExpand">True</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -1099,9 +1090,10 @@
<property name="Group">group1</property>
</widget>
<packing>
- <property name="AutoSize">True</property>
+ <property name="AutoSize">False</property>
+ <property name="XOptions">Fill</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">True</property>
+ <property name="XExpand">False</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -1123,8 +1115,9 @@
<property name="TopAttach">1</property>
<property name="BottomAttach">2</property>
<property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">True</property>
+ <property name="XExpand">False</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -1148,7 +1141,7 @@
</child>
</widget>
<packing>
- <property name="Position">2</property>
+ <property name="Position">1</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -1170,9 +1163,10 @@
<property name="MemberName" />
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.Label" id="label5">
+ <widget class="Gtk.Label" id="label4">
<property name="MemberName" />
- <property name="LabelProp"
translatable="yes">The Catalog initialization should look like:</property>
+ <property name="Xalign">0</property>
+ <property name="LabelProp"
translatable="yes">The catalog initialization string should look
like:</property>
</widget>
<packing>
<property name="Position">0</property>
@@ -1195,8 +1189,8 @@
<child>
<widget class="Gtk.Label"
id="labelInitString">
<property name="MemberName" />
+ <property name="Xalign">0</property>
<property name="LabelProp"
translatable="yes">Mono.Unix.Catalog.Init ("i8n1", "./locale");</property>
- <property
name="Selectable">True</property>
</widget>
</child>
</widget>
@@ -1225,7 +1219,7 @@
</child>
</widget>
<packing>
- <property name="Position">3</property>
+ <property name="Position">2</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -1246,66 +1240,19 @@
</packing>
</child>
<child>
- <widget class="Gtk.VBox" id="pageSelectProject">
+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow1">
<property name="MemberName" />
- <property name="Spacing">6</property>
+ <property name="CanFocus">True</property>
+ <property name="VscrollbarPolicy">Automatic</property>
+ <property name="HscrollbarPolicy">Automatic</property>
+ <property name="ShadowType">In</property>
+ <property name="BorderWidth">6</property>
<child>
- <widget class="Gtk.Label" id="labelTitle1">
+ <widget class="Gtk.TreeView" id="treeviewProjectList">
<property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp"
translatable="yes"><big><b>Select
Projects</b></big></property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.HSeparator" id="hseparator4">
- <property name="MemberName" />
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="label4">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">Select the
projects which you want to create translations for::</property>
- </widget>
- <packing>
- <property name="Position">2</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.ScrolledWindow" id="scrolledwindow1">
- <property name="MemberName" />
<property name="CanFocus">True</property>
- <property name="VscrollbarPolicy">Automatic</property>
- <property name="HscrollbarPolicy">Automatic</property>
- <property name="ShadowType">In</property>
- <child>
- <widget class="Gtk.TreeView" id="treeviewProjectList">
- <property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="HeadersClickable">True</property>
- </widget>
- </child>
+ <property name="HeadersClickable">True</property>
</widget>
- <packing>
- <property name="Position">3</property>
- <property name="AutoSize">True</property>
- </packing>
</child>
</widget>
<packing>
@@ -1328,6 +1275,18 @@
<property name="AutoSize">True</property>
</packing>
</child>
+ <child>
+ <widget class="Gtk.HSeparator" id="hseparator1">
+ <property name="MemberName" />
+ </widget>
+ <packing>
+ <property name="PackType">End</property>
+ <property name="Position">2</property>
+ <property name="AutoSize">True</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
</widget>
</child>
<child internal-child="ActionArea">
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches