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

Major (new stuff):
----------------------------------------------

 must Fix for 1.5.4:
 -------------------

d> fix failure of full screen overlay to update when running slide show.
d> finish Manual, or at least fill in missing pages.

d> fix endless stack loop for failed thumbnails
   (error handler is calling done handler, noticing error and calling error handler which calls done...

d> update translations: (X)it (X)ja (X)fr (X)sv (X)es (X)ar

 -------------

 > fix copy operation ignoring failed copy to place with no permissions.
 > fix NULL displayed as destination on copy/move to place with no permissions.

 > blah, find dupes status is still not immediately updated upon start of reading image data...
d> untitled collection number is starting at (1) for second untitled, should be (2)

 > consider resetting smooth scroller to off when changing the image.
 > fix count/dimensions shown in full screen overlay when deleting last image in file list
 > determine method to let overlay know file count has changed
d> fix overlay bug: image 1260x2408, or whenever overlay aligns with left edge in full screen...

 > printing:
   > allow scaling and positioning of single image output
  w> add text output
     > hook up prefs to update preview when changed
     > add color selection
     > add font selection
  w> rgb/preview output:
    d> add text writer
     > check text+pixbuf bounds and adjust to avoid gdk_pixbuf_scale errors.
   > postscript output:
     > fix orientation in postscript output (current method is broken).
     > add text writer
   > store custom printer to history, restore on next window
   > save previous major pref states, restore on next window
   > when outputting to a file, check for overwrite of existing filename.
  d> allow user selection of max output dpi (currently hard set to 300).

 > add mini icon status display to statusbar showing current image is:
    > auto-rotated
    > user-rotated
    > contains errors ?
    > contains comment(s)
    > contains exif data (only when auto rotate is enabled?)

 > add toolbar to find dupes window (with button to open dialog to add new files/folders)

d> image window should display image index/count when it contains more than one image
   done, use overlay (I) to show this.
    > bug: deleting last image in list when fullscreen causes blank dimensions/incorrect index/count...

 > fix pane width with tools/files on right side of window and remember window positions off.

 > metadata has no maintenance option (something like remove old thumbnails)

 > add sidebar features to image windows (img-view.c)

 > allow search dialog to auto fill search criteria based on a sample image (move to wish?)

 > add thumbnail creation dialog, to pre render thumbnails, and optionally find dupes (.sim) data.

 > add option to only preload max # of thumbnails (to conserve memory),
   then release old/load new needed thumbnails on demand.

 > set CTRL + arrow to jump to left/right/top/bottom of image.

 > add gamma correction patch

d> nail down crasher bug in find dupes or icon view (not sure which) when deleting many files with 2 file sets.
   (attempt fix in view_file_icon.c by nulling data pointer in case data is accessed before the idle sync,
    but only time and testing will indicate if this is/was the problem) UPDATE:so far no more crashes here...

d> document recent additions:
  d > shift+click scrolling
  d > remote command line option
  d > exif sidebar customization by selecting rows in advanced view
  d > I shortcut key for toggling info display in full screen
  d > check if r key is documented for image windows
d> document missing stuff:
  d > drag and drop for image pane
  d > drag and drop for file pane
  d > drag and drop for search window
  d > tool bar hidable, and path entry of folder pane.
  d > fill in blank find dupes page
  d > fill in blank collections page
  d > fill in blank printing page
  d > fill in blank thumbnail page (this is meant for documenting the thumbnail cache)

Unfixable bugs:
----------------------------------------------

 > If, upon selecting a new image, and the image fails to display with only a
   black picture - and GQview's cpu usage goes up to near 100% - try scrolling
   the file view. If the problem corrects, you may be experiencing a bug in
   GTK 2.2.2, try updating GTK to 2.2.4.

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

 >when setting utime on thumbnail files begin to fail, start using a >= check for
  the thumbnail to source image comparisons.

 >add doubleclick to switch to/from fullscreen (on image, this is not that simple to do with current setup...)

 >when resizing/refreshing collection window, keep the same top left thumbnail visible

 >add animated image support

Wishlist?:
----------------------------------------------

d>Documentation!

d>full screen mode option to display filename/zoom. (ok, not zoom)

 >deleting a file should not discontinue slide show.

 >image comparison window (displays two or more images for comparison)

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

 >the '..' directory icon have a different icon... for up one dir

 >allow slideshow transition effects (wipe/fade etc.)

 >support reading image data, or a list of files via stdin (cat $FILE | gqview -)

