

Features:

Get basic window running and in CVS	0:20	0:20
  7/25/03	11:30 - 11:50
text field pushes item into list view
  7/25/03	11:50 - 12:00		0:10	0:30

delete item with backspace
  7/25/03       12:05 - 12:55 		0:40	1:!0
      (after some false starts, needed to make subclass of tableview)
      (-10 for lunch starting)
save contents on quit or save
      (including some battle with skycasters.  sigh)
  7/25/03       13:00 - 13:15		0:15	1:25
                13:50 - 14:00		0:10	1:35
make it float over all other windows
  7/25/03	15:20 - 15:30		0:10	1:45
tighten up UI, make things smaller
  7/25/03       15:30 - 15:35		0:05	1:50
                15:45 - 16:00		0:15	2:05
little close-X to remove items
  (make a custom cell - thrashing around)
  7/25/03       16:55 - 17:45           0:50    2:55
  (retiring for a bit to read up on cell docs)
  7/25/03	20:40 - 22:26		1:45	4:40
  (got drawing done.  Need to figure out mouse tracking)
  (think I went on a big dead-end looking at startTrackingAt: and friends)
  (try the trackMouse:inRect:... next)
  7/27/03	20:00 - 20:10		0:10	4:50
  (doing trackMouse:intRect.  thunderstorms so not net access.  Still not
   sure what to do in the tracking code.  maybe check gnustep)
  7/30/03       20:15 - 20:40		0:25	5:15
  (try seeing if the default button cell works corrrectly.  indeed it does)
add hot-key to bring to the front
  (Looks like Quentin Carnicelli's hotkey stuff is just what I need)
  (http://www.rogueamoeba.com/~qdc/pub/)
  7/30/03	20:45 - 22:00		1:15	6:30
prefs: whether to float.  and set hot-key
  7/31/03	19:45 - 20:10		0:25	6:55
  7/31/03	20:30 - 20:45		0:15	7:10
  7/31/03	21:15 - 22:25		0:10	7:20
  (need to fix the keystroke saving/loading stuff)x
  8/01/03 	 8:30 -  8:45		0:15	7:35
  (awake from nib stupidities)
  8/01/03 	 9:50 - 10:15		0:25	8:00
don't quit when prefs window is closed
  8/01/03	10:20 - 10:30		0:10	8:10
  8/01/03	11:05 - 11:15		0:10	8:20
cleanup and comment
  8/01/03	11:35 - 12:30		0:55	9:15
add an icon
  8/01/03	14:00 - 14:45		0:45   10:00
helptext, documentation, screen shots, web page
  8/01/03	14:50 - 15:10		0:20   10:20
  8/01/03	15:15 - 16:00		0:45   11:05

Ship it!


==================================================

What it is:

A little push-down stack in a floating windoid.

Handy for a very short-term to-do list.  Like
  * when debugging, "I'm doing this"  "ok, taking side-trip into this"
    "ok.  now where was I?  damn!"

  * or when writing, "I need to remember to do this"  "d'oh.  Need to go back
    and fix this thing." "ok.  now where was I?  damn!"

