diff --git a/TODO b/TODO index d776bdf..de613a7 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.170 2010/02/11 16:44:57 tundra Exp $ +$Id: TODO,v 1.171 2010/11/20 00:59:30 tundra Exp $ Document @@ -12,10 +12,21 @@ - Fix Association BUG: See /local/etc/.twander.global to reproduce when two *gz associations are defined. +- Fix BUG: Cannot open Win Desktop with shortcut when + files stored there contain Spanish accent characters. + Probably a Unicode bug of some sort. + +- Add keyboard option to set refresh interval with bounding + heuristic on time if user asks for one that is too short. + +- Cleanup errors reported by pylint + - Add display of free/used on current volume - Reorg titlebar to use less space +- Add incremental select feature: -> text + - Add ability to modify options from within running program with option to save at end of config file. @@ -30,7 +41,8 @@ - Remove dependence on mutex module and replace with semaphore/queue model. -- Variable width columns +- Variable width columns, with ability to select which + columns are visible. - More OO model - each instance of the program is an object OR ... should each directory view be an object?