view TODO @ 36:9b01fe7e84d5

Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net> * pan-view.c: Use mostly neutral (gray) colors in the pan view to avoid tainting user perspective of image hues. * pixbuf-renderer.c (pixbuf_renderer_move): Free tile cache of source to avoid wasteful memory allocation, this will reduce memory waste when in full screen. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Tue, 12 Apr 2005 12:11:31 +0000
parents a41ecbb26a96
children 67ba4381497e
line wrap: on
line source

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

Major:
----------------------------------------------

 > pixbuf-renderer.c:
  d> fix two pass render from corrupting it->qd pointer (need one pointer for each queue?).
  d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image).
  d> fix broken zoom out drawing when using source tiles.
  d> fix 2pass zoom when using source tiles and zoomed out (not always rendering second pass)
  d> pixbuf_renderer_move should be clearing the tiles of the source image since they are no longer
     valid and are then wasting memory (for example when full screen is active).

 > image.c:
  d> need to keep a list of ImageWindows and provide function to sync options to each object.
  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.
  d> fix region computation rounding when updating scaled image in 'area ready' signal.
   > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
  d> fix slow loading of images when zoomed out - bug could be poor clamping to visible in PixbufRenderer.


 > work on pan view:
   > Pick a better keyboard shortcut than Control + J :)
  d> Fix occasional redraw bugs when zoomed out.
  d> Fix occasional odd requests for non-visible tiles when zoomed out (related to above?).
  d> 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.
   > 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)
  d> optimize pixbuf_draw_triangle
   > does new pixbuf_draw_triangle contain line edge rounding error?
  d> move pixbuf_draw_* stuff into pixbuf_util.c

   > time line view:
     > 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...
     > 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 :)

   > 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.

 > folder tree view shortcuts for expanding/collapsing leak through to the main
   window (+,-,*,/, etc.), figure what behavior is desired and fix this.

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

 > update translations: it( ) ( ) ( )

 > document recent additions/changes:
   > Added 'Fast jpeg thumbnailing'.
   > xvpics is now hidden option.
   > Holding down shift will now scroll more when panning with mouse.


Minor (non blockers):
----------------------------------------------

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

 > do not lose slideshow when reworking window layout.

 > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
   > find dupes window (with button to open dialog to add new files/folders)
   > collection window
   > search window


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

 > Initiating full screen from the command line should not
   show main window until full screen is exited.

 > add animated image support

 > add gamma correction patch

 > deleting a file should not discontinue slide show.

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

 > printing (low priority):
   > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
   > allow selection of background color... (for image files only?)...
   > allow text color and font selection

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

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

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

 > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
   > show change in overlay for image...
   > account for changing of imd when toggling full screen...
   > should change be only to current slideshow?