/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
 
  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'
 
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'