summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-08-12 09:54:13 +0200
committerAnton Khirnov <wyskas@gmail.com>2010-08-12 19:31:34 +0200
commit4531fcc0b47f5371c9745907f48e4eb4f73d6447 (patch)
tree795daa5112f9898112711089627f7b63b4357f1e
parent6bd954986e9b13b31f7f3c2e41f06c9459419eea (diff)
update TODO
-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?