[Monodevelop-patches-list] r2122 - in trunk/MonoDevelop: Extras/MonoQuery Extras/MonoQuery/Gui/Forms build/data/resources/icons
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Jan 8 05:06:22 EST 2005
Author: chergert
Date: 2005-01-08 05:06:22 -0500 (Sat, 08 Jan 2005)
New Revision: 2122
Modified:
trunk/MonoDevelop/Extras/MonoQuery/ChangeLog
trunk/MonoDevelop/Extras/MonoQuery/Gui/Forms/CreateConnectionDruid.cs
trunk/MonoDevelop/build/data/resources/icons/Makefile.am
Log:
MonoQuery icons now install. Expand new connection on addition in monoqueryview.
Modified: trunk/MonoDevelop/Extras/MonoQuery/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/MonoQuery/ChangeLog 2005-01-08 09:51:12 UTC (rev 2121)
+++ trunk/MonoDevelop/Extras/MonoQuery/ChangeLog 2005-01-08 10:06:22 UTC (rev 2122)
@@ -1,4 +1,8 @@
2005-01-08 Christian Hergert <chris at mosaix.net>
+
+ * Fixed druid to expand the connection after building
+
+2005-01-08 Christian Hergert <chris at mosaix.net>
* Following Makefile.am fixes
* Copy .addin.xml if it changes
Modified: trunk/MonoDevelop/Extras/MonoQuery/Gui/Forms/CreateConnectionDruid.cs
===================================================================
--- trunk/MonoDevelop/Extras/MonoQuery/Gui/Forms/CreateConnectionDruid.cs 2005-01-08 09:51:12 UTC (rev 2121)
+++ trunk/MonoDevelop/Extras/MonoQuery/Gui/Forms/CreateConnectionDruid.cs 2005-01-08 10:06:22 UTC (rev 2122)
@@ -230,6 +230,7 @@
MonoQueryNodeConnection node = new MonoQueryNodeConnection( conn );
if ( (node as MonoDevelop.Gui.Widgets.TreeNode) != null ) {
rootNode.Nodes.Add( node as MonoDevelop.Gui.Widgets.TreeNode );
+ node.Expand();
}
} else {
service.ShowMessage( GettextCatalog.GetString(
@@ -504,4 +505,4 @@
// #endregion // End Private Methods
// }
//}
-//
\ No newline at end of file
+//
Modified: trunk/MonoDevelop/build/data/resources/icons/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/data/resources/icons/Makefile.am 2005-01-08 09:51:12 UTC (rev 2121)
+++ trunk/MonoDevelop/build/data/resources/icons/Makefile.am 2005-01-08 10:06:22 UTC (rev 2122)
@@ -311,6 +311,14 @@
VB.Project.WebProject \
gnome-fs-regular.png \
BreakPoint.png \
-ExecutionMarker.png
+ExecutionMarker.png \
+MonoQuery.Addconnection \
+MonoQuery.Connect \
+MonoQuery.Database \
+MonoQuery.Disconnect \
+MonoQuery.Procedure \
+MonoQuery.Table \
+MonoQuery.Tables \
+MonoQuery.View
EXTRA_DIST = $(icons_DATA)
More information about the Monodevelop-patches-list
mailing list