TODO key: d = done, w = work in progress, ? = possibly fixed
          * = required before next release

Major:  (1.2 blockers)
----------------------------------------------

d>add 'custom similarity' option.
d>add display of similarity result (percentage match) in the list.

d>add two-pass render option (simple render while loading, actuall quality when done loading)

d>fix simple directory list to sync to scroll to previous directory as before (in 1.0.x)
d>use checkmark menu items in place of (Un)float, hide, etc...

d>tree view auto scroller is not cleaned up on destroy of the tree (poss. crash).
d>when toggling thumbnails (off) half way through, fix the alignment spacing of _all_ rows.

 >tab completion filename scrolling needs implemented
 >stat the base path every few seconds and call a refresh if mtime changed,

 >there is an icon view bug causing scroll jumping after drag selection with mouse

 >add a real CRC checksum and use in place of checksum_simple

 >add collection auto-save option (to ~/.gqview/autosave ?) hmm.

 >rewrite the file filter, it uses globals for each type - use 1 GList,
  allow easy addition of other types.

d>check that path_list_filter() honors dotfile/filter options.

d>optimize the rotation functions...
  UPDATE: This is as good as it will get without a lot of code duplication to make
          clockwise and counter-clockwise 'dedicated' versions (no inner loop ifs).

 >pre-or-post 1.2? Port to gtk+ 2, work is in progress in another source tree...

Minor:
----------------------------------------------

 >move from middle button to standard button for mouse dragging (requires either our
  own selection code for the clists, or wait until GTK 2.0 port - looks like latter.)

d>when an image cannot be read (no read access), display this fact in place of the
  image dimensions. (1.0 will keep the current behavior - display unknown icon).

 >full screen mode option to display filename/zoom.

 >post buffer the last seen image (for quick flipping for comparison), but only
  when read-ahead is enabled (may push before 1.0)

 >let 'view' windows remember, and move among, multiple files from dnd, including recursive.

 >add symlink option (in addition to the move/copy/rename/delete stuff.)

 >when removing a file from a collection and it is viewed in main window, go to the
  next image in the collection, if there is one.

 >add an option to delay the image change until the new image is rendered (slideshow)

 >fix image alterations to keep same image location visible.

 >when zooming with mouse (ctrl-wheel) center image on mouse position.

 >allow display of text (filename) under icons in collection window.
  (stupid CList is going to make this difficult ?, maybe impossible w/ clist)

 >add EXIF image info support (have patch) - not sure how I want to use it though.

Wishlist?:
----------------------------------------------
 
 >utility to rename multiple files all at once (with glob?).

w>ability to open multiple 'main windows' - requires slight redesign,
  will not happen for 1.0 - maybe 1.2?
