Re-implemented TimeSlider.
commitb8a25366dac6062df304418d03cb731b05a58a8f
authorstrange <kawk256@gmail.com>
Mon, 22 Feb 2010 00:22:38 +0000 (21 17:22 -0700)
committerstrange <kawk256@gmail.com>
Mon, 22 Feb 2010 00:22:38 +0000 (21 17:22 -0700)
tree5ea0a91fddf0fe150628965ace98f90afc0a5015
parentf8e97bc385ff4fe7359d1b83869da29bc397569b
Re-implemented TimeSlider.

For some reason, my brain did not realize that TimeSlider was actually a
TimeSpinBox . . .

Now, I need to rename some signals. In DataThread(), the signal start() should
be renamed to . . . hmm. data_start(), perhaps? I suppose I'll just prepend on
data_ to the beginning of the signal names, at least as far as the DataThread
signals go . . .
gui/src/session/TimeSlider.cpp
gui/src/session/TimeSlider.h
gui/src/session/Visualization.cpp
gui/src/session/Visualization.h
gui/src/storage/Timestamp.cpp
gui/src/storage/Timestamp.h