comparison TODO @ 14:25335c62cd9b

##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. ##### Thu Mar 3 01:16:23 2005 John Ellis <johne@verizon.net> * pan-view.c: Add 'dots' image size option, fix up border size at edge of grid, and make drag and drop work to/from the window. Wed Mar 2 23:34:30 2005 John Ellis <johne@verizon.net> * globals.c, gqview.h, rcfile.c: Add thumbnail_fast option variable. * image-load.c, typedefs.h: Add shrunk flag to determine if an image was scaled down using image_loader_set_requested_size. * image.c: Make panning with mouse scroll more when holding shift key. * preferences.c: Add option for 'Fast jpeg thumbnailing' and disabled xvpics option in the gui - now a hidden option. * thumb.c, thumb_standard.c: Add support for thumbnail_fast option..
author gqview
date Thu, 03 Mar 2005 06:32:53 +0000
parents 147f4c4b9025
children 3263965d5f9e
comparison
equal deleted inserted replaced
13:ef790149ae21 14:25335c62cd9b
10 > Fix occasional redraw bugs when zoomed out. 10 > Fix occasional redraw bugs when zoomed out.
11 > Fix occasional odd requests for non-visible tiles when zoomed out (related to above?). 11 > Fix occasional odd requests for non-visible tiles when zoomed out (related to above?).
12 > Fix slowness in image.c with huge grid size by changing use of pre-allocated tile array 12 > Fix slowness in image.c with huge grid size by changing use of pre-allocated tile array
13 to on-demand tile allocation (can this be implemented like source tiles?). 13 to on-demand tile allocation (can this be implemented like source tiles?).
14 OR: use an array so that we do not need to walk a GList of pre-allocated tile containers 14 OR: use an array so that we do not need to walk a GList of pre-allocated tile containers
15 > Fix search scrolling to try to center image and info popup. 15 w> Fix search scrolling to try to center image and info popup.
16 > Fix info popup location to opposing horizontal side when near edge of grid. 16 > Fix info popup location to opposing horizontal side when near edge of grid.
17 > Find something to do with middle mouse clicks. 17 > Find something to do with middle mouse clicks.
18 > Set drag and drop data to clicked image. 18 d> Set drag and drop data to clicked image.
19 > Should the copy/move/rename/delete operations be available here? 19 d> Should the copy/move/rename/delete operations be available here?
20 > ^ and if so, should delete key actually work? 20 > ^ and if so, should delete key actually work?
21 > searching for same item more than once should step through all matches 21 > searching for same item more than once should step through all matches
22 > search should highlight all matching images 22 > search should highlight all matching images
23 > should non-thumbnail images have a drop shadow? 23 > should non-thumbnail images have a drop shadow?
24 24
25 > time line view: 25 > time line view:
26 > searching by date should scroll to proper alignment with year/month/day boundaries. 26 d> searching by date should scroll to proper alignment with year/month/day boundaries.
27 27
28 > grid view: 28 > grid view:
29 > allow sorting by name, date, size, dimensions, etc. 29 > allow sorting by name, date, size, dimensions, etc.
30 30
31 > flower view: 31 > flower view:
32 > fix it :) 32 > fix it :)
33 33
34 > the info dialog is not set as a transient of the calling window, this causes it to be behind 34 > the info dialog is not set as a transient of the calling window, this causes it to be behind
35 a full screen window when 'stay above other windows' is enabled. 35 a full screen window when 'stay above other windows' is enabled.
36 36
37 > use doubles instead of floats wherever possible
38
37 ------------- 39 -------------
38 40
39 > update translations: ( ) ( ) ( ) 41 > update translations: ( ) ( ) ( )
40 42
41 > document recent additions/changes: 43 > document recent additions/changes:
42 (none currently) 44 > Added 'Fast jpeg thumbnailing'.
45 > xvpics is now hidden option.
46 > Holding down shift will now scroll more when panning with mouse.
43 47
44 48
45 Minor (non blockers): 49 Minor (non blockers):
46 ---------------------------------------------- 50 ----------------------------------------------
47 51