Modify version string to post-release version 11.8.17
[gmpc-alarm.git] / TODO
blob420d2ef9eef8f82ededd081ea4ec8f55eeb793be
1 A bunch of random thoughts, TODOs including features and general fixes.
3 Legend:
4         [ ] - incomplete
5         [x] - complete
6         [X] - major complete
7         [-] - removed
8         [!] - in progress/half done
9         [?] - completed but may break
10         [_] - deferred, unneeded? 
12 TODO:
13         [ ] - update statusbar to show timer if playlist is focused
14         [x] - allow spinners to wrap time (seconds affects minutes affects hours) (gtk+ 2.10.x+ only)
15         [x] - fix timer not checking if preference page active before updating label
16         [ ] - fix strange %02d behavior with spinner fields
17         [_] - fix crude variable (prefs_active) for representing if prefs page is visible 
18                 - (for updates to countdown label)
20 Future:
21         [ ] - custom user actions
22         [ ] - better way to schedule time in general?
23                 - current uses timeout and checks every second.. :/