
Not in any particular order:

 * Start channels at the right number.  Some people end up with channels
   not at the right number.  Something seems particularily messed up with this
   in the code, as is documented there.
 * Use session management for window state saving
 * Tooltips flicker forever when overtop of the video screen
 * We have to make kv4lsetup a bit smarter in finding the video device.
 * FreeBSD support
 * Xinerama support for the stream itself
 * Get rid of all the QString->ASCII casts
 * Licence information needs to be added to the source files
 * Some i18n() are missing
 * KDesktopTV -- shouldn't be too hard to do once scaling is done.
 * Make the TV screen a KPart and the app a KPart App.
 * Use Xv for hardware scaling
 * Get things working in all colour depths -- doesn't work for me in 24bpp
   but xawtv does
 * When docked, play tv in tray icon
 * Better OSD for volume especially, and also better font size
 * lots of video recording fixups!   --- ffmpeg (or other) integration
 * Fix documentation up - it's non existent in most cases
 * Icons are still a bit of a mess.  Clean them up, get rid of unneeded ones.
 * switch to KDE debug messages instead of qdebug
 * Unrelated but useful: create an lirc plugin for khotkeys so that we can
   launch KWinTV from the remote as well.
 * Why don't we use lirc_client instead of hacking our own lirc?  What if they
   change their lib?  Perhaps even keep both around and default to our own if
   lirc_client devel libs aren't there.
 * Teletext support (Rich Moore)
 * XMLTV support (Rich Moore)




