Fri Nov 24 21:37:01 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  > color profiles:
25    > support profiles embedded in images
26    > add support in img-view.c
27
28   ---
29
30  >raw + exif formats:
31
32    > all thats left to do is possibly mmap the file so we have all the tiff data available when
33      looking for the make TIFF tag (0x10f) as it may not always fit within data available from
34      the first read() in image-load.c.
35
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    > fix parsers to properly indicate which offsets are valid
41      instead of making one zero if the other is found, this leads to making
42      the file loader parse an entire file even if we found no jpeg but did find an exif segment.
43      (simply set non-found offsets to file length?)
44
45   ---
46
47  > work on pan view:
48    > Pick a better keyboard shortcut than Control + J :)
49   w> Fix search scrolling to try to center image and info popup.
50    > Fix info popup location to opposing horizontal side when near edge of grid.
51    > Find something to do with middle mouse clicks.
52    > should delete key actually work?
53    > search should highlight all matching images (with toggle?)
54    > should non-thumbnail images have a drop shadow?
55   d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
56      > introduced bug (looks like clamp or rounding error)
57   d> optimize pixbuf_draw_triangle
58      > introduced bug (round error?)
59    > check ref counting of image when redrawing after finish loading
60
61    > add control to toggle 'ignore folder symlinks'
62    > the folder tree should not have to be re-read when changing options
63      that do not effect the file list count/contents
64
65    > time line view:
66     w> allow use of file date or EXIF (embedded) date.
67      > allow horizontal _or_ vertical orientation.
68
69    > calendar view:
70     w> fix search. (UPDATE: still can not find day containing name/path/partial)
71      > supports thumbnail size images only, should grey out actual size items in size menu or something...
72     w> allow use of file date or EXIF (embedded) date.
73     d> fix scrolling when 'day' popup appears outsize of canvas.
74
75    > grid view:
76      > allow sorting by name, date, size, dimensions, etc.
77
78    > flower view:
79     d> do not show empty folders
80
81    > under consideration:
82      > split view
83
84   ---
85
86  > the info dialog is not set as a transient of the calling window, this causes it to be behind
87    a full screen window when 'stay above other windows' is enabled.
88
89  > folder tree view shortcuts for expanding/collapsing leak through to the main
90    window (+,-,*,/, etc.), figure what behavior is desired and fix this.
91
92  -------------
93
94  > update translations:
95
96  > document recent additions/changes:
97    > Added 'Fast jpeg thumbnailing'.
98    > xvpics is now hidden option.
99    > Holding down shift will now scroll more when panning with mouse.
100    > add --geometry command line option
101    > add [shift]+G grayscale alteration
102    > add F11 for full screen toggle
103    > default edit commands not described.
104    > add formatted rename option.
105    > [Control]+V now shows image in new window
106    > [Shift]+P print shortcut added to collection and img-view windows.
107      (fixme, forgot to add it to find dialog).
108    > add color profile page
109
110    > add blurb about moving images between collections with shift+drag
111
112    > start documenting the pan view, at least the basic options
113      and how search works/what's supported
114
115
116 Minor (non blockers):
117 ----------------------------------------------
118
119 d> update icon used for window to the (not so) new icon
120
121  > fix gtk_table_attach use to not use FALSE for fill vertical arg.
122
123  > xv and xpaint are hardly used or even installed by any distro anymore - time
124    to remove these (and find alternates?) seems silly to only have gimp.
125
126 d> update .desktop MimeType list to match Fedora's patch for missing formats
127
128  > allow editor commands to be interrupted (via SIGTERM?)
129  > fix hanging editor commands that await user input (how to handle, or even detect this?)
130
131  > when resizing/refreshing collection window, keep the same top left thumbnail visible
132
133  > do not lose slideshow when reworking window layout.
134
135  > fix printing of transparent images to not use black for transparency (white or user settable).
136
137 d> add [shift]+G to display as greyscale
138
139  > fix comment field in keywords bar to a height of 2 or 3 text lines.
140
141  > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
142    > find dupes window (with button to open dialog to add new files/folders)
143    > collection window
144    > search window
145
146 Wishlist?:
147 ----------------------------------------------
148
149  > Explore tabbed view option to main window, where 'view in new window' option results
150    in a new tab instead of window.
151
152  > Initiating full screen from the command line should not
153    show main window until full screen is exited.
154
155 d> add --geometry suipport
156
157  > Add shortcut to jump to next folder within parent folder.
158
159  > add animated image support
160
161  > add gamma correction patch
162
163  > deleting a file should not discontinue slide show.
164
165  > add option to only preload max # of thumbnails (to conserve memory),
166    then release old/load new needed thumbnails on demand.
167
168  > printing (low priority):
169    > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
170    > allow selection of background color... (for image files only?)...
171    > allow text color and font selection
172
173  > image comparison window (displays two or more images for comparison)
174
175  > add symlink option (in addition to the move/copy stuff.)
176
177  > allow slideshow transition effects (wipe/fade etc.)
178
179  > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
180    > show change in overlay for image...
181    > account for changing of imd when toggling full screen...
182    > should change be only to current slideshow?
183