From e724d29ea307e3c0c1af0703ea5ed98cd4a46e08 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 11 May 2010 22:23:09 -0500 Subject: [PATCH] Updating todos --- src/mormonchannel_gtk.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/mormonchannel_gtk.py b/src/mormonchannel_gtk.py index 85d068e..64762d3 100755 --- a/src/mormonchannel_gtk.py +++ b/src/mormonchannel_gtk.py @@ -2,9 +2,14 @@ # -*- coding: utf-8 -*- """ -@todo Reverse order option. Toggle between playing ascending/descending chronological order -@todo Track recent +@todo Switch presenters to show Play when not active rather than Stop +@todo Implement Jump TO +@todo Implement highlighting of current track +@todo Restructure so there is a windows/ folder with a file per source +@todo Add additional sources @bug All connect's need disconnects or else we will leak a bunch of objects +@todo Track recent +@todo Reverse order option. Toggle between playing ascending/descending chronological order """ from __future__ import with_statement -- 1.7.9.5