comparison TODO @ 75:56f62cdde8e0

Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net> * eu.po: Add Basque translation, submitted by Piarres Beobide <pi@beobide.net>. * configure.in (ALL_LINGUAS): Add eu. * README: Update credits.
author gqview
date Sun, 15 Oct 2006 06:59:10 +0000
parents 415afde5ba68
children 07773a3c5b29
comparison
equal deleted inserted replaced
74:c9d553df8d25 75:56f62cdde8e0
23 23
24 > all thats left to do is possibly mmap the file so we have all the tiff data available when 24 > all thats left to do is possibly mmap the file so we have all the tiff data available when
25 looking for the make TIFF tag (0x10f) as it may not always fit within data available from 25 looking for the make TIFF tag (0x10f) as it may not always fit within data available from
26 the first read() in image-load.c. 26 the first read() in image-load.c.
27 27
28 d> make a generic tiff header and directory parser from the nikon parser for use by all raw
29 parsers that involve tiff.
30
31 d> clean up canon parser (there are now many convenience utils to simplify tiff header, etc.):
32 d> canon_read_int can be substituted with, or wrap exif_get_int16/32.
33 d> CR2 tiff code can now use exif_tiff_directory_offset.
34
35 d> support olympus MakerNote, investigate RAW (raw embedded jpeg appears to be tiny).
36 > support konica / minolta MakerNote, investigate RAW. 28 > support konica / minolta MakerNote, investigate RAW.
37 29
38 > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag. 30 > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag.
39 31
40 --- 32 ---
50 d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop) 42 d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
51 > introduced bug (looks like clamp or rounding error) 43 > introduced bug (looks like clamp or rounding error)
52 d> optimize pixbuf_draw_triangle 44 d> optimize pixbuf_draw_triangle
53 > introduced bug (round error?) 45 > introduced bug (round error?)
54 > check ref counting of image when redrawing after finish loading 46 > check ref counting of image when redrawing after finish loading
55 d> speed up sorting image.. stage when sorting/merging cache list
56 47
57 > add control to toggle 'ignore folder symlinks' 48 > add control to toggle 'ignore folder symlinks'
58 > the folder tree should not have to be re-read when changing options 49 > the folder tree should not have to be re-read when changing options
59 that do not effect the file list count/contents 50 that do not effect the file list count/contents
60 51
77 > under consideration: 68 > under consideration:
78 > split view 69 > split view
79 70
80 --- 71 ---
81 72
82 d> fix window size hints not to use USER_SIZE as we do not use gtk_window_resize to set the hint's attribute, and
83 apparently GTK passes in unitialized values for this case (definite programming error, but also a GTK bug?).
84
85 > the info dialog is not set as a transient of the calling window, this causes it to be behind 73 > the info dialog is not set as a transient of the calling window, this causes it to be behind
86 a full screen window when 'stay above other windows' is enabled. 74 a full screen window when 'stay above other windows' is enabled.
87 75
88 > folder tree view shortcuts for expanding/collapsing leak through to the main 76 > folder tree view shortcuts for expanding/collapsing leak through to the main
89 window (+,-,*,/, etc.), figure what behavior is desired and fix this. 77 window (+,-,*,/, etc.), figure what behavior is desired and fix this.
90
91 d> add a formatted auto-rename option, such that simply typing new_file_name_*_### will result in
92 renaming to file with * replaced by original name without extension, and ### by ascending number,
93 and maintain extension.
94 78
95 --- Doc updates: 79 --- Doc updates:
96 80
97 > default edit commands not described. 81 > default edit commands not described.
98 > add formatted rename option. 82 > add formatted rename option.
99 83
100 ------------- 84 -------------
101 85
102 d> update translations: be(x) ca(x) de(x) fi(x) fr(x) it(x) ko(x) pl(x) pt_BR(x) sk(x) zh_TW(x) 86 > update translations: eu(x)
103 d> post-trans updates: fix ...zoom to fit. fuzzies, as all we did was remove the period
104 87
105 > document recent additions/changes: 88 > document recent additions/changes:
106 > Added 'Fast jpeg thumbnailing'. 89 > Added 'Fast jpeg thumbnailing'.
107 > xvpics is now hidden option. 90 > xvpics is now hidden option.
108 > Holding down shift will now scroll more when panning with mouse. 91 > Holding down shift will now scroll more when panning with mouse.