summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6f95eba..ac020bf 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-release:
+alpha:
- finish and merge new mpclient stuff
- highlight current song in playlist
- support for more playlists
@@ -13,3 +13,8 @@ other TODO:
- icons could use a lot improving
- waste less memory (library and playlist are main suspects)
- Lyrics - should use only Qt's xml functions and allow user to select lyrics
+- Get rid of the Settings widget. It's mostly useless -- its functionality
+ should be moved to the plugins themselves
+- cmdline arguments parsers -- wait for python2.7 (argparse module)?
+- switch to python3? -- waiting for PyQt4/PySide py3 support in Debian
+- try PySide?