diff codeDoc/jobs.txt @ 45:0fd51d2c6c8a

Several changes to resising windows and layout widgets. This commit still has some bugs. Moved the implementable widgets from mde.gui.widget.Widget to miscWidgets, leaving base widgets in Widget. Rewrote some of GridLayoutWidget's implementation. Made many operations general to work for either columns or rows. Some optimisations were intended but ended up being removed due to problems. Allowed layout's to resize from either direction (only with window resizes). committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 22 May 2008 11:34:09 +0100
parents 07bd1a09e161
children 03fa79a48c48
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Fri May 16 12:22:10 2008 +0100
+++ b/codeDoc/jobs.txt	Thu May 22 11:34:09 2008 +0100
@@ -4,11 +4,16 @@
 
 In progress:
 Implementing font rendering
+Reading ft tutorial
+Use cartesian coordinates? Or not?
+Make layout's adjustCellSizes method call setSize?
+More resizing stuff...
 
 
 
 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
 Also see todo.txt and FIXME/NOTE comment marks.
+5   mergetag crashes with no ending > on a tag and doesn't add header data when comments are included!
 4   Not guaranteed to catch up-click ending callback! Appears not to be a problem...
 4   OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?).
 3   on-event draw support (mde.events and GUI need to tell mde.mde)
@@ -51,3 +56,6 @@
 
 
 Done (for git log message):
+Moved the implementable widgets from mde.gui.widget.Widget to miscWidgets, leaving base widgets in Widget.
+Rewrote some of GridLayoutWidget's implementation. Made many operations general to work for either columns or rows. Some optimisations were intended but ended up being removed due to problems.
+Allowed layout's to resize from either direction (only with window resizes).