# HG changeset patch # User IBBoard # Date 1263640035 0 # Node ID 1b603f97e7de45b9f9c8130474a8244b33d178c9 # Parent a35c8be4600695ce62a15f7e2e14e1a3ccebfa52 Re #86: Complete initial GTK# UI * Add default config file to build * Auto-updates of source code diff -r a35c8be46006 -r 1b603f97e7de IBBoard.WarFoundry.GUI.GTK.csproj --- a/IBBoard.WarFoundry.GUI.GTK.csproj Mon Oct 26 20:57:36 2009 +0000 +++ b/IBBoard.WarFoundry.GUI.GTK.csproj Sat Jan 16 11:07:15 2010 +0000 @@ -67,6 +67,9 @@ + + PreserveNewest + diff -r a35c8be46006 -r 1b603f97e7de WarFoundryGTKPref.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WarFoundryGTKPref.xml Sat Jan 16 11:07:15 2010 +0000 @@ -0,0 +1,13 @@ + + + + + + +]> + +en + +Info + diff -r a35c8be46006 -r 1b603f97e7de gtk-gui/IBBoard.WarFoundry.GTK.FrmMainWindow.cs --- a/gtk-gui/IBBoard.WarFoundry.GTK.FrmMainWindow.cs Mon Oct 26 20:57:36 2009 +0000 +++ b/gtk-gui/IBBoard.WarFoundry.GTK.FrmMainWindow.cs Sat Jan 16 11:07:15 2010 +0000 @@ -183,6 +183,7 @@ this.toolbar.Name = "toolbar"; this.toolbar.ShowArrow = false; this.toolbar.ToolbarStyle = ((Gtk.ToolbarStyle)(0)); + this.toolbar.IconSize = ((Gtk.IconSize)(3)); this.vbox1.Add(this.toolbar); Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox1[this.toolbar])); w3.Position = 1; diff -r a35c8be46006 -r 1b603f97e7de gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs --- a/gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs Mon Oct 26 20:57:36 2009 +0000 +++ b/gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs Sat Jan 16 11:07:15 2010 +0000 @@ -172,14 +172,14 @@ this.bttnCreate.UseUnderline = true; // Container child bttnCreate.Gtk.Container+ContainerChild Gtk.Alignment w13 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F); - // Container child GtkAlignment1.Gtk.Container+ContainerChild + // Container child GtkAlignment.Gtk.Container+ContainerChild Gtk.HBox w14 = new Gtk.HBox(); w14.Spacing = 2; - // Container child GtkHBox1.Gtk.Container+ContainerChild + // Container child GtkHBox.Gtk.Container+ContainerChild Gtk.Image w15 = new Gtk.Image(); w15.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Menu, 16); w14.Add(w15); - // Container child GtkHBox1.Gtk.Container+ContainerChild + // Container child GtkHBox.Gtk.Container+ContainerChild Gtk.Label w17 = new Gtk.Label(); w17.LabelProp = Mono.Unix.Catalog.GetString("C_reate"); w17.UseUnderline = true;