Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
[geeqie.git] / TODO
diff --git a/TODO b/TODO
index 48da5ce..f527653 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,51 +4,104 @@ TODO key: d = done, w = work in progress, ? = possibly fixed
 Major:
 ----------------------------------------------
 
+ > pixbuf-renderer.c:
+   > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first
+
+ > image.c:
+  d> test and probably fix delay_flip.
+      > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw
+        by pre-rendering any scaled tiles that are visible before signaling 'render_complete'.
+   > make this a g_object with signals for completed, changed, etc.
+   > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
+
+ > cache-load.c:
+   > should honor enable_thumbnails setting
+
+  ---
+
+ >raw + exif formats:
+
+   > all thats left to do is possibly mmap the file so we have all the tiff data available when
+     looking for the make TIFF tag (0x10f) as it may not always fit within data available from
+     the first read() in image-load.c.
+
+   > support konica / minolta MakerNote, investigate RAW.
+
+   > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag.
+
+  ---
+
  > work on pan view:
    > Pick a better keyboard shortcut than Control + J :)
-  d> Add warning dialog that it will be slow if the standard thumbnail cache is not enabled.
-   > Fix occasional redraw bugs when zoomed out.
-   > Fix occasional odd requests for non-visible tiles when zoomed out (related to above?).
-   > Fix slowness in image.c with huge grid size by changing use of pre-allocated tile array
-     to on-demand tile allocation (can this be implemented like source tiles?).
-     OR: use an array so that we do not need to walk a GList of pre-allocated tile containers
   w> Fix search scrolling to try to center image and info popup.
    > Fix info popup location to opposing horizontal side when near edge of grid.
    > Find something to do with middle mouse clicks.
-  d> Set drag and drop data to clicked image.
-  d> Should the copy/move/rename/delete operations be available here?
-   > ^ and if so, should delete key actually work?
-  d> searching for same item more than once should step through all matches
+   > should delete key actually work?
    > search should highlight all matching images (with toggle?)
    > should non-thumbnail images have a drop shadow?
+  d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
+     > introduced bug (looks like clamp or rounding error)
+  d> optimize pixbuf_draw_triangle
+     > introduced bug (round error?)
+   > check ref counting of image when redrawing after finish loading
+
+   > add control to toggle 'ignore folder symlinks'
+   > the folder tree should not have to be re-read when changing options
+     that do not effect the file list count/contents
 
    > time line view:
-    d> searching by date should scroll to proper alignment with year/month/day boundaries.
+    w> allow use of file date or EXIF (embedded) date.
+     > allow horizontal _or_ vertical orientation.
+
+   > calendar view:
+    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.
 
    > grid view:
      > allow sorting by name, date, size, dimensions, etc.
 
    > flower view:
-     > fix it :)
+    d> do not show empty folders
+
+   > under consideration:
+     > split view
+
+  ---
 
  > the info dialog is not set as a transient of the calling window, this causes it to be behind
    a full screen window when 'stay above other windows' is enabled.
 
-d> use doubles instead of floats wherever possible
+ > 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: ( ) ( ) ( )
+ > update translations: eu(x)
 
  > document recent additions/changes:
    > Added 'Fast jpeg thumbnailing'.
    > xvpics is now hidden option.
    > Holding down shift will now scroll more when panning with mouse.
 
+   > add blurb about moving images between collections with shift+drag
+
 
 Minor (non blockers):
 ----------------------------------------------
 
+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?)
+
  > when resizing/refreshing collection window, keep the same top left thumbnail visible
 
  > do not lose slideshow when reworking window layout.
@@ -58,13 +111,14 @@ Minor (non blockers):
    > collection window
    > search window
 
-
 Wishlist?:
 ----------------------------------------------
 
  > Initiating full screen from the command line should not
    show main window until full screen is exited.
 
+ > Add shortcut to jump to next folder within parent folder.
+
  > add animated image support
 
  > add gamma correction patch