Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
[geeqie.git] / TODO
1 TODO key: d = done, w = work in progress, ? = possibly fixed
2           * = required before next release
3
4 Major:
5 ----------------------------------------------
6
7  > pixbuf-renderer.c:
8    > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first
9
10  > image.c:
11   d> test and probably fix delay_flip.
12       > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw
13         by pre-rendering any scaled tiles that are visible before signaling 'render_complete'.
14    > make this a g_object with signals for completed, changed, etc.
15    > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
16
17  > cache-load.c:
18    > should honor enable_thumbnails setting
19
20   ---
21
22  >raw + exif formats:
23
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
26      the first read() in image-load.c.
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.
37
38    > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag.
39
40   ---
41
42  > work on pan view:
43    > Pick a better keyboard shortcut than Control + J :)
44   w> Fix search scrolling to try to center image and info popup.
45    > Fix info popup location to opposing horizontal side when near edge of grid.
46    > Find something to do with middle mouse clicks.
47    > should delete key actually work?
48    > search should highlight all matching images (with toggle?)
49    > should non-thumbnail images have a drop shadow?
50   d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
51      > introduced bug (looks like clamp or rounding error)
52   d> optimize pixbuf_draw_triangle
53      > introduced bug (round error?)
54    > check ref counting of image when redrawing after finish loading
55   d> speed up sorting image.. stage when sorting/merging cache list
56
57    > add control to toggle 'ignore folder symlinks'
58    > the folder tree should not have to be re-read when changing options
59      that do not effect the file list count/contents
60
61    > time line view:
62     w> allow use of file date or EXIF (embedded) date.
63      > allow horizontal _or_ vertical orientation.
64
65    > calendar view:
66     w> fix search. (UPDATE: still can not find day containing name/path/partial)
67      > supports thumbnail size images only, should grey out actual size items in size menu or something...
68     w> allow use of file date or EXIF (embedded) date.
69      > fix scrolling when 'day' popup appears outsize of canvas.
70
71    > grid view:
72      > allow sorting by name, date, size, dimensions, etc.
73
74    > flower view:
75     d> do not show empty folders
76
77    > under consideration:
78      > split view
79
80   ---
81
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
86    a full screen window when 'stay above other windows' is enabled.
87
88  > folder tree view shortcuts for expanding/collapsing leak through to the main
89    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
95   --- Doc updates:
96
97  > default edit commands not described.
98  > add formatted rename option.
99
100  -------------
101
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)
103 d> post-trans updates: fix ...zoom to fit. fuzzies, as all we did was remove the period
104
105  > document recent additions/changes:
106    > Added 'Fast jpeg thumbnailing'.
107    > xvpics is now hidden option.
108    > Holding down shift will now scroll more when panning with mouse.
109
110
111 Minor (non blockers):
112 ----------------------------------------------
113
114  > allow multiple command line dirs to work as expected
115    (ie contents of each are treated as given on command line)
116
117  > allow editor commands to be interrupted (via SIGTERM?)
118  > fix hanging editor commands that await user input (how to handle, or even detect this?)
119
120  > when resizing/refreshing collection window, keep the same top left thumbnail visible
121
122  > do not lose slideshow when reworking window layout.
123
124  > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
125    > find dupes window (with button to open dialog to add new files/folders)
126    > collection window
127    > search window
128
129 Wishlist?:
130 ----------------------------------------------
131
132  > Initiating full screen from the command line should not
133    show main window until full screen is exited.
134
135  > Add shortcut to jump to next folder within parent folder.
136
137  > add animated image support
138
139  > add gamma correction patch
140
141  > deleting a file should not discontinue slide show.
142
143  > add option to only preload max # of thumbnails (to conserve memory),
144    then release old/load new needed thumbnails on demand.
145
146  > printing (low priority):
147    > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
148    > allow selection of background color... (for image files only?)...
149    > allow text color and font selection
150
151  > image comparison window (displays two or more images for comparison)
152
153  > add symlink option (in addition to the move/copy stuff.)
154
155  > allow slideshow transition effects (wipe/fade etc.)
156
157  > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
158    > show change in overlay for image...
159    > account for changing of imd when toggling full screen...
160    > should change be only to current slideshow?
161