Tue Oct 31 18:06:42 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 d> figure out if crash when expanding a folder in the folder tree view when pessing "*" is a bug in
8    GTK+ 2.10.4 (gdb shows it deep inside gtk). This does not happen on GTK+ 2.6.
9    (determined fault of GTK+, filed as GTK+ bug #366782.
10
11  > pixbuf-renderer.c:
12    > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first
13
14  > image.c:
15   d> test and probably fix delay_flip.
16       > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw
17         by pre-rendering any scaled tiles that are visible before signaling 'render_complete'.
18    > make this a g_object with signals for completed, changed, etc.
19    > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
20
21  > cache-load.c:
22    > should honor enable_thumbnails setting
23
24   ---
25
26  >raw + exif formats:
27
28    > all thats left to do is possibly mmap the file so we have all the tiff data available when
29      looking for the make TIFF tag (0x10f) as it may not always fit within data available from
30      the first read() in image-load.c.
31
32    > support konica / minolta MakerNote, investigate RAW.
33
34    > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag.
35
36   ---
37
38  > work on pan view:
39    > Pick a better keyboard shortcut than Control + J :)
40   w> Fix search scrolling to try to center image and info popup.
41    > Fix info popup location to opposing horizontal side when near edge of grid.
42    > Find something to do with middle mouse clicks.
43    > should delete key actually work?
44    > search should highlight all matching images (with toggle?)
45    > should non-thumbnail images have a drop shadow?
46   d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
47      > introduced bug (looks like clamp or rounding error)
48   d> optimize pixbuf_draw_triangle
49      > introduced bug (round error?)
50    > check ref counting of image when redrawing after finish loading
51
52    > add control to toggle 'ignore folder symlinks'
53    > the folder tree should not have to be re-read when changing options
54      that do not effect the file list count/contents
55
56    > time line view:
57     w> allow use of file date or EXIF (embedded) date.
58      > allow horizontal _or_ vertical orientation.
59
60    > calendar view:
61     w> fix search. (UPDATE: still can not find day containing name/path/partial)
62      > supports thumbnail size images only, should grey out actual size items in size menu or something...
63     w> allow use of file date or EXIF (embedded) date.
64      > fix scrolling when 'day' popup appears outsize of canvas.
65
66    > grid view:
67      > allow sorting by name, date, size, dimensions, etc.
68
69    > flower view:
70     d> do not show empty folders
71
72    > under consideration:
73      > split view
74
75   ---
76
77  > the info dialog is not set as a transient of the calling window, this causes it to be behind
78    a full screen window when 'stay above other windows' is enabled.
79
80  > folder tree view shortcuts for expanding/collapsing leak through to the main
81    window (+,-,*,/, etc.), figure what behavior is desired and fix this.
82
83   --- Doc updates:
84
85  > default edit commands not described.
86  > add formatted rename option.
87
88  -------------
89
90  > update translations: eu(x)
91
92  > document recent additions/changes:
93    > Added 'Fast jpeg thumbnailing'.
94    > xvpics is now hidden option.
95    > Holding down shift will now scroll more when panning with mouse.
96    > add --geometry command line option
97    > add [shift]+G grayscale alteration
98    > add F11 for full screen toggle
99
100    > add blurb about moving images between collections with shift+drag
101
102
103 Minor (non blockers):
104 ----------------------------------------------
105
106  > update icon used for window to the (not so) new icon
107
108  > xv and xpaint are hardly used or even installed by any distro anymore - time
109    to remove these (and find alternates?) seems silly to only have gimp.
110
111 d> update .desktop MimeType list to match Fedora's patch for missing formats
112
113 d> allow multiple command line dirs to work as expected
114    (ie contents of each are treated as given on command line)
115
116  > allow editor commands to be interrupted (via SIGTERM?)
117  > fix hanging editor commands that await user input (how to handle, or even detect this?)
118
119  > when resizing/refreshing collection window, keep the same top left thumbnail visible
120
121  > do not lose slideshow when reworking window layout.
122
123  > fix printing of transparent images to not use black for transparency (white or user settable).
124
125  > add [control]+G to display as greyscale
126
127  > fix comment field in keywords bar to a height of 2 or 3 text lines.
128
129  > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
130    > find dupes window (with button to open dialog to add new files/folders)
131    > collection window
132    > search window
133
134 Wishlist?:
135 ----------------------------------------------
136
137  > Explore tabbed view option to main window, where 'view in new window' option results
138    in a new tab instead of window.
139
140  > Initiating full screen from the command line should not
141    show main window until full screen is exited.
142
143 d> add --geometry suipport
144
145  > Add shortcut to jump to next folder within parent folder.
146
147  > add animated image support
148
149  > add gamma correction patch
150
151  > deleting a file should not discontinue slide show.
152
153  > add option to only preload max # of thumbnails (to conserve memory),
154    then release old/load new needed thumbnails on demand.
155
156  > printing (low priority):
157    > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
158    > allow selection of background color... (for image files only?)...
159    > allow text color and font selection
160
161  > image comparison window (displays two or more images for comparison)
162
163  > add symlink option (in addition to the move/copy stuff.)
164
165  > allow slideshow transition effects (wipe/fade etc.)
166
167  > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
168    > show change in overlay for image...
169    > account for changing of imd when toggling full screen...
170    > should change be only to current slideshow?
171