/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to src/TODO

  • Committer: Tim Marston
  • Date: 2012-05-17 22:49:36 UTC
  • Revision ID: tim@ed.am-20120517224936-0wgyem932dlq5bs4
various tweaks, a (failed) attempt to fix text reset bug and added TODO

Show diffs side-by-side

added added

removed removed

14
14
  
15
15
  This would also make calls to Text::draw() unnecessary from mode draw()
16
16
  routines.
 
17
  
 
18
* Turn modes back in to classes.
17
19
 
18
 
  At the same time, remove calls to Text::reset() from SwitcherMajorMode. This
19
 
  now be done at the start of reset_messages(), which should be renamed to
20
 
  set_up_messages() in all modes.
 
20
  And get rid of all the switch statements in propeller-clock.cc.
 
21
  
 
 
'\\ No newline at end of file'