From: Ira W. Snyder Date: Tue, 9 Oct 2007 19:48:01 +0000 (-0700) Subject: Add TODO list X-Git-Url: https://irasnyder.com/gitweb/?a=commitdiff_plain;h=1ab72e759380f5a584908a34b14652c7bf4bf5b2;p=cs356-p1-elevator.git Add TODO list Signed-off-by: Ira W. Snyder --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..2f1a1ff --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +Make PositionLabels inherit from Gtk::Table and have them display an arrow +with their direction, as well as just an integer version of their position. + +Move the PositionLabels to the top of the screen. + +Remove debug code from GUI setup + +Make the input of floors and elevators GUI based (dialog boxes) + +Four buttons: Start, Pause, Resume, Quit