/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: edam
  • Date: 2012-05-18 12:11:01 UTC
  • Revision ID: tim@ed.am-20120518121101-0wik922hyvjkcjdi
switched back to using classes for modes

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
 
 
20
 
  And get rid of all the switch statements in propeller-clock.cc.
21
 
  
 
 
'\\ No newline at end of file'
 
17
 
 
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.
 
21
 
 
22
* Restore call to Button::set_press_mode()
 
23
 
 
24
  This was removed when switching to mode classes. But how to restore it?
 
25
 
 
26
  The button could be "passed" to the SettingsMajorMode, so that it can set and
 
27
  unset interim presses on activation/deactivation?
 
 
'\\ No newline at end of file'