[Monodevelop-patches-list] r2335 - trunk/MonoDevelop/Unused/Gdl
John Luke <jluke@cfl.rr.com>
jluke at mono-cvs.ximian.com
Sun Mar 13 00:06:07 EST 2005
Author: jluke
Date: 2005-03-13 00:06:07 -0500 (Sun, 13 Mar 2005)
New Revision: 2335
Modified:
trunk/MonoDevelop/Unused/Gdl/DockItemGrip.cs
trunk/MonoDevelop/Unused/Gdl/DockLayout.cs
trunk/MonoDevelop/Unused/Gdl/TODO
Log:
flush
Modified: trunk/MonoDevelop/Unused/Gdl/DockItemGrip.cs
===================================================================
--- trunk/MonoDevelop/Unused/Gdl/DockItemGrip.cs 2005-03-13 05:05:32 UTC (rev 2334)
+++ trunk/MonoDevelop/Unused/Gdl/DockItemGrip.cs 2005-03-13 05:06:07 UTC (rev 2335)
@@ -197,7 +197,7 @@
if (tooltips != null)
tooltips = null;
if (item != null) {
- //TODO: Disconnect future signal handlers for notify.
+ // FIXME: Disconnect future signal handlers for notify.
}
item = null;
base.OnDestroyed ();
Modified: trunk/MonoDevelop/Unused/Gdl/DockLayout.cs
===================================================================
--- trunk/MonoDevelop/Unused/Gdl/DockLayout.cs 2005-03-13 05:05:32 UTC (rev 2334)
+++ trunk/MonoDevelop/Unused/Gdl/DockLayout.cs 2005-03-13 05:06:07 UTC (rev 2335)
@@ -445,18 +445,15 @@
return obj;
}
- // this appears to create objects from the xml
void RecursiveBuild (XmlNode parentNode, DockObject parent)
{
- //Console.WriteLine ("RecursiveBuild: {0}, {1}", parentNode.Name, parent);
if (master == null || parentNode == null)
return;
DockObject obj;
- // if parent is null, we should build toplevels
+ // FIXME: if parent is null, we should build toplevels
//if (parent == null)
- // parent = master.TopLevelDocks[0] as DockObject;
foreach (XmlNode node in parentNode.ChildNodes)
{
@@ -629,7 +626,6 @@
bool locked = ((CheckButton) sender).Active;
if (master != null)
master.Locked = locked ? 1 : 0;
- //UpdateItemsModel ();
}
void MasterLockedNotifyCb (object sender, EventArgs a)
Modified: trunk/MonoDevelop/Unused/Gdl/TODO
===================================================================
--- trunk/MonoDevelop/Unused/Gdl/TODO 2005-03-13 05:05:32 UTC (rev 2334)
+++ trunk/MonoDevelop/Unused/Gdl/TODO 2005-03-13 05:06:07 UTC (rev 2335)
@@ -5,6 +5,7 @@
- when we can use pango 1.6, use the built-in ellipsizing
- audit event emitting frequency
- use less ArrayLists
+ - fix lock/unlock menuitems
potential new features
- restore size/position on de-iconify?
More information about the Monodevelop-patches-list
mailing list