diff codeDoc/jobs.txt @ 179:1f9d00f392bd default tip

Fixed a bug where (non-resizible) widgets wouldn't get shrunk when minimal size decreases, meaning optional context menus are hiden properly now. Optimised when ServiceContentList.opCall is called, I think without breaking anything.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 15 Sep 2009 20:09:59 +0200
parents af40e9679436
children
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Tue Sep 15 10:36:37 2009 +0200
+++ b/codeDoc/jobs.txt	Tue Sep 15 20:09:59 2009 +0200
@@ -3,16 +3,17 @@
 
 
 In progress:
-Optional context menus don't always show/hide properly.
+Investigating what happens when IServiceContent.setContent is called.
+
 Having setContent recusively call on subWidgets is not quite right: where the addContent function was used to pass a different content, the content should not be reset by a content() call propegated from a parent.
-Why is ServiceContent.opCall() called in addition to call from CollapsibleWidget?
-Why is ServiceContentList.opCall() not called? Probably because it's callbacks are never called.
 
 
 
 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
 Also search for FIXME/NOTE/BUG/WARNING comment marks.
+5   Context menu callbacks (actions) sometimes are sometimes called when opening the context menu.
 4   Move createWidget code out of WidgetManager.
+4   Make GridLayoutWidget decrease size when no cols/rows are resizable and min-size reduces (to make optional context menu items disappear completely when not available).
 3   Make clickEvent only for down-clicks?
 3   RequestRedraw should become a function of the renderer.
 3   Implement a RootWidget moving functionality out of AWidgetManager, etc., now, or later?