diff IBBoard.WarFoundry.GUI.GTK.csproj @ 52:4bad8cb3f889

Re #60: Add UI to add/remove/edit weapons in GTK * Remove "not implemented" exceptions and add first implementation of setting equipment list * Add widgets to add equipment form * Subscribe to Clicked instead of Activated to hook on to correct event * Extract tree rendering method into helper class Also: * Improve exception handling of unhandled exceptions (print full stack trace with "caused by" hierarchy)
author IBBoard <dev@ibboard.co.uk>
date Sun, 22 Aug 2010 14:32:16 +0000
parents dafbd432ca23
children e3fe48c4d794
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.GTK.csproj	Sat Aug 21 20:00:03 2010 +0000
+++ b/IBBoard.WarFoundry.GUI.GTK.csproj	Sun Aug 22 14:32:16 2010 +0000
@@ -54,6 +54,7 @@
     <Compile Include="UIControl\Interfaces\IAddEquipmentUI.cs" />
     <Compile Include="FrmAddEquipment.cs" />
     <Compile Include="gtk-gui\IBBoard.WarFoundry.GUI.GTK.FrmAddEquipment.cs" />
+    <Compile Include="Util\GtkWarFoundryUtil.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="App.png" />
@@ -110,5 +111,6 @@
   <ItemGroup>
     <Folder Include="UIControl\" />
     <Folder Include="UIControl\Interfaces\" />
+    <Folder Include="Util\" />
   </ItemGroup>
 </Project>
\ No newline at end of file