/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-18 14:55:12 UTC
  • Revision ID: tim@ed.am-20120518145512-4dg4ble01d47a8z5
moved rount Time a bit, and passed _button to SettingsMajorMode so that it can
come in and out of send_interim mode

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.
19
17
 
20
 
  And get rid of all the switch statements in propeller-clock.cc.
21
 
  
 
 
'\\ No newline at end of file'
 
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.