Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 542 Bytes

TODO.md

File metadata and controls

9 lines (8 loc) · 542 Bytes

TODO

  • nagme_gui.py: # TODO Update the timer list when a new timer is added when there was none
  • nagme_gui.py: # TODO system tray notification when timer has expired
  • nagme_gui.py: # TODO Play sound when timer expires
  • nagme_gui.py: # TODO There is a timing issue in label update and expiry (see 153,154 in timer_timer)
  • nagme_gui.py: # TODO Remove timer thread and implement as a schedulable time event, so we don't loop and waste cycles
  • nagme_timer.py: # TODO Make timer thread into a timer event, make it dynamic, instead