Thu Oct 19 09:35:18 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    > support konica / minolta MakerNote, investigate RAW.
29
30    > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag.
31
32   ---
33
34  > work on pan view:
35    > Pick a better keyboard shortcut than Control + J :)
36   w> Fix search scrolling to try to center image and info popup.
37    > Fix info popup location to opposing horizontal side when near edge of grid.
38    > Find something to do with middle mouse clicks.
39    > should delete key actually work?
40    > search should highlight all matching images (with toggle?)
41    > should non-thumbnail images have a drop shadow?
42   d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
43      > introduced bug (looks like clamp or rounding error)
44   d> optimize pixbuf_draw_triangle
45      > introduced bug (round error?)
46    > check ref counting of image when redrawing after finish loading
47
48    > add control to toggle 'ignore folder symlinks'
49    > the folder tree should not have to be re-read when changing options
50      that do not effect the file list count/contents
51
52    > time line view:
53     w> allow use of file date or EXIF (embedded) date.
54      > allow horizontal _or_ vertical orientation.
55
56    > calendar view:
57     w> fix search. (UPDATE: still can not find day containing name/path/partial)
58      > supports thumbnail size images only, should grey out actual size items in size menu or something...
59     w> allow use of file date or EXIF (embedded) date.
60      > fix scrolling when 'day' popup appears outsize of canvas.
61
62    > grid view:
63      > allow sorting by name, date, size, dimensions, etc.
64
65    > flower view:
66     d> do not show empty folders
67
68    > under consideration:
69      > split view
70
71   ---
72
73  > the info dialog is not set as a transient of the calling window, this causes it to be behind
74    a full screen window when 'stay above other windows' is enabled.
75
76  > folder tree view shortcuts for expanding/collapsing leak through to the main
77    window (+,-,*,/, etc.), figure what behavior is desired and fix this.
78
79   --- Doc updates:
80
81  > default edit commands not described.
82  > add formatted rename option.
83
84  -------------
85
86  > update translations: eu(x)
87
88  > document recent additions/changes:
89    > Added 'Fast jpeg thumbnailing'.
90    > xvpics is now hidden option.
91    > Holding down shift will now scroll more when panning with mouse.
92    > add --geometry command line option
93
94    > add blurb about moving images between collections with shift+drag
95
96
97 Minor (non blockers):
98 ----------------------------------------------
99
100 d> allow multiple command line dirs to work as expected
101    (ie contents of each are treated as given on command line)
102
103  > allow editor commands to be interrupted (via SIGTERM?)
104  > fix hanging editor commands that await user input (how to handle, or even detect this?)
105
106  > when resizing/refreshing collection window, keep the same top left thumbnail visible
107
108  > do not lose slideshow when reworking window layout.
109
110  > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
111    > find dupes window (with button to open dialog to add new files/folders)
112    > collection window
113    > search window
114
115 Wishlist?:
116 ----------------------------------------------
117
118  > Initiating full screen from the command line should not
119    show main window until full screen is exited.
120
121 d> add --geometry suipport
122
123  > Add shortcut to jump to next folder within parent folder.
124
125  > add animated image support
126
127  > add gamma correction patch
128
129  > deleting a file should not discontinue slide show.
130
131  > add option to only preload max # of thumbnails (to conserve memory),
132    then release old/load new needed thumbnails on demand.
133
134  > printing (low priority):
135    > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
136    > allow selection of background color... (for image files only?)...
137    > allow text color and font selection
138
139  > image comparison window (displays two or more images for comparison)
140
141  > add symlink option (in addition to the move/copy stuff.)
142
143  > allow slideshow transition effects (wipe/fade etc.)
144
145  > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
146    > show change in overlay for image...
147    > account for changing of imd when toggling full screen...
148    > should change be only to current slideshow?
149