diff TODO @ 12:147f4c4b9025

##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. ##### Tue Mar 1 11:32:26 2005 John Ellis <johne@verizon.net> * src/Makefile.am: Add pan-view.[ch]: * image.[ch]: Add support for using a grid of tiles as soource image. Added scroll_notify callback for when the viewable regionis scrolled. Added ability to set min and max for the zoom range. Removed unnecessary gtk_widget_size_request from image_size_sync. Added image_scroll_to_point. * layout_util.c: Add menu item and callback for the new 'Pan view'. * pixbuf_util.c (pixbuf_draw_layout): Fix for when offset is non-zero. * typedefs.h: Add source tile stuff for ImageWindow. * ui_tabcomp.c: Fix tab completion pop-up menu placement. * pan-view.[ch]: New files for the pan view - 2.1 is officially started :)
author gqview
date Tue, 01 Mar 2005 17:16:34 +0000
parents 6d50eaba8e4b
children 25335c62cd9b
line wrap: on
line diff
--- a/TODO	Tue Mar 01 14:50:03 2005 +0000
+++ b/TODO	Tue Mar 01 17:16:34 2005 +0000
@@ -1,16 +1,43 @@
 TODO key: d = done, w = work in progress, ? = possibly fixed
           * = required before next release
 
-Major (release blockers):
+Major:
 ----------------------------------------------
 
- must Fix for 2.0.0:
- -------------------
+ > work on pan view:
+   > Pick a better keyboard shortcut than Control + J :)
+   > 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
+   > 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.
+   > Set drag and drop data to clicked image.
+   > Should the copy/move/rename/delete operations be available here?
+   > ^ and if so, should delete key actually work?
+   > searching for same item more than once should step through all matches
+   > search should highlight all matching images
+   > should non-thumbnail images have a drop shadow?
 
-d> update translations: bg(x) es(x) it(x) ja(x) nl(x) pl(x) ru(x)
+   > time line view:
+     > searching by date should scroll to proper alignment with year/month/day boundaries.
+
+   > grid view:
+     > allow sorting by name, date, size, dimensions, etc.
+
+   > flower view:
+     > fix it :)
+
+ > 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.
 
  -------------
 
+ > update translations: ( ) ( ) ( )
+
  > document recent additions/changes:
     (none currently)