Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>
[geeqie.git] / TODO
diff --git a/TODO b/TODO
index 3a75a49..c96b27b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,11 @@ d> figure out if crash when expanding a folder in the folder tree view when pess
  > cache-load.c:
    > should honor enable_thumbnails setting
 
+ > color profiles:
+  d> support profiles embedded in images
+  d> check if clamp arg is handled correct in post_process_*()
+   > add support in img-view.c
+
   ---
 
  >raw + exif formats:
@@ -33,6 +38,11 @@ d> figure out if crash when expanding a folder in the folder tree view when pess
 
    > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag.
 
+   > fix parsers to properly indicate which offsets are valid
+     instead of making one zero if the other is found, this leads to making
+     the file loader parse an entire file even if we found no jpeg but did find an exif segment.
+     (simply set non-found offsets to file length?)
+
   ---
 
  > work on pan view:
@@ -61,7 +71,7 @@ d> figure out if crash when expanding a folder in the folder tree view when pess
     w> fix search. (UPDATE: still can not find day containing name/path/partial)
      > supports thumbnail size images only, should grey out actual size items in size menu or something...
     w> allow use of file date or EXIF (embedded) date.
-     > fix scrolling when 'day' popup appears outsize of canvas.
+    d> fix scrolling when 'day' popup appears outsize of canvas.
 
    > grid view:
      > allow sorting by name, date, size, dimensions, etc.
@@ -80,14 +90,9 @@ d> figure out if crash when expanding a folder in the folder tree view when pess
  > folder tree view shortcuts for expanding/collapsing leak through to the main
    window (+,-,*,/, etc.), figure what behavior is desired and fix this.
 
-  --- Doc updates:
-
- > default edit commands not described.
- > add formatted rename option.
-
  -------------
 
- > update translations: eu(x)
+ > update translations:
 
  > document recent additions/changes:
    > Added 'Fast jpeg thumbnailing'.
@@ -96,23 +101,29 @@ d> figure out if crash when expanding a folder in the folder tree view when pess
    > add --geometry command line option
    > add [shift]+G grayscale alteration
    > add F11 for full screen toggle
+   > default edit commands not described.
+   > add formatted rename option.
+   > [Control]+V now shows image in new window
+   > [Shift]+P print shortcut added to collection and img-view windows.
+     (fixme, forgot to add it to find dialog).
+   > add color profile page
 
    > add blurb about moving images between collections with shift+drag
 
+   > start documenting the pan view, at least the basic options
+     and how search works/what's supported
+
 
 Minor (non blockers):
 ----------------------------------------------
 
-d> update icon used for window to the (not so) new icon
+d> fix memory leak in real_slideshow_start() when slideshow_step fails.
+
+d> fix gtk_table_attach use to not use FALSE for fill vertical arg.
 
  > xv and xpaint are hardly used or even installed by any distro anymore - time
    to remove these (and find alternates?) seems silly to only have gimp.
 
-d> update .desktop MimeType list to match Fedora's patch for missing formats
-
-d> allow multiple command line dirs to work as expected
-   (ie contents of each are treated as given on command line)
-
  > allow editor commands to be interrupted (via SIGTERM?)
  > fix hanging editor commands that await user input (how to handle, or even detect this?)
 
@@ -122,8 +133,6 @@ d> allow multiple command line dirs to work as expected
 
  > fix printing of transparent images to not use black for transparency (white or user settable).
 
- > add [control]+G to display as greyscale
-
  > fix comment field in keywords bar to a height of 2 or 3 text lines.
 
  > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
@@ -140,8 +149,6 @@ Wishlist?:
  > Initiating full screen from the command line should not
    show main window until full screen is exited.
 
-d> add --geometry suipport
-
  > Add shortcut to jump to next folder within parent folder.
 
  > add animated image support