todo work
authorEd Page <eopage@byu.net>
Sat, 22 May 2010 03:27:00 +0000 (22:27 -0500)
committerEd Page <eopage@byu.net>
Sat, 22 May 2010 03:27:00 +0000 (22:27 -0500)
src/mormonchannel_gtk.py

index 9320663..1624f1c 100755 (executable)
@@ -2,16 +2,19 @@
 # -*- coding: utf-8 -*-
 
 """
 # -*- coding: utf-8 -*-
 
 """
-@todo Re-use windows for better performance
-@todo Make radio program updates only happen when the app has focus to reduce CPU wakes
 @todo Need to confirm id's are persistent (not just for todos but broken behavior on transition)
        @todo Track recent
        @todo Persisted Pause
        @todo Favorites
 @todo Sleep timer
 @todo Need to confirm id's are persistent (not just for todos but broken behavior on transition)
        @todo Track recent
        @todo Persisted Pause
        @todo Favorites
 @todo Sleep timer
-@todo Reverse order option.  Toggle between playing ascending/descending chronological order
 @todo Podcast integration
        @todo Default with BYU Devotionals, http://speeches.byu.edu/?act=help&page=podcast
 @todo Podcast integration
        @todo Default with BYU Devotionals, http://speeches.byu.edu/?act=help&page=podcast
+       @todo Mormon Messages
+@todo Reverse order option.  Toggle between playing ascending/descending chronological order
+@todo Jump to website
+@todo Offline mode
+@todo Re-use windows for better performance
+@todo Make radio program updates only happen when the app has focus to reduce CPU wakes
 """
 
 from __future__ import with_statement
 """
 
 from __future__ import with_statement