Wed Apr 6 02:43:40 2005 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   d> fix two pass render from corrupting it->qd pointer (need one pointer for each queue?).
9   d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image).
10   d> fix broken zoom out drawing when using source tiles.
11   d> fix 2pass zoom when using source tiles and zoomed out (not always rendering second pass)
12
13  > image.c:
14   d> need to keep a list of ImageWindows and provide function to sync options to each object.
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   d> fix region computation rounding when updating scaled image in 'area ready' signal.
20    > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
21   d> fix slow loading of images when zoomed out - bug could be poor clamping to visible in PixbufRenderer.
22
23
24  > work on pan view:
25    > Pick a better keyboard shortcut than Control + J :)
26   d> Fix occasional redraw bugs when zoomed out.
27   d> Fix occasional odd requests for non-visible tiles when zoomed out (related to above?).
28   d> Fix slowness in image.c with huge grid size by changing use of pre-allocated tile array
29      to on-demand tile allocation (can this be implemented like source tiles?).
30      OR: use an array so that we do not need to walk a GList of pre-allocated tile containers
31   w> Fix search scrolling to try to center image and info popup.
32    > Fix info popup location to opposing horizontal side when near edge of grid.
33    > Find something to do with middle mouse clicks.
34    > should delete key actually work?
35    > search should highlight all matching images (with toggle?)
36    > should non-thumbnail images have a drop shadow?
37   d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
38   d> optimize pixbuf_draw_triangle
39    > does new pixbuf_draw_triangle contain line edge rounding error?
40    > move pixbuf_draw_* stuff into pixbuf_util.c
41
42    > time line view:
43      > allow use of file date or EXIF (embedded) date.
44      > allow horizontal _or_ vertical orientation.
45
46    > calendar view:
47     w> fix search. (UPDATE: still can not find day containing name/path/partial)
48      > supports thumbnail size images only, should grey out actual size items in size menu or something...
49      > allow use of file date or EXIF (embedded) date.
50      > fix scrolling when 'day' popup appears outsize of canvas.
51
52    > grid view:
53      > allow sorting by name, date, size, dimensions, etc.
54
55    > flower view:
56      > fix it :)
57
58    > under consideration:
59      > split view
60
61  > the info dialog is not set as a transient of the calling window, this causes it to be behind
62    a full screen window when 'stay above other windows' is enabled.
63
64  > folder tree view shortcuts for expanding/collapsing leak through to the main
65    window (+,-,*,/, etc.), figure what behavior is desired and fix this.
66
67  -------------
68
69  > update translations: it( ) ( ) ( )
70
71  > document recent additions/changes:
72    > Added 'Fast jpeg thumbnailing'.
73    > xvpics is now hidden option.
74    > Holding down shift will now scroll more when panning with mouse.
75
76
77 Minor (non blockers):
78 ----------------------------------------------
79
80  > when resizing/refreshing collection window, keep the same top left thumbnail visible
81
82  > do not lose slideshow when reworking window layout.
83
84  > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
85    > find dupes window (with button to open dialog to add new files/folders)
86    > collection window
87    > search window
88
89
90 Wishlist?:
91 ----------------------------------------------
92
93  > Initiating full screen from the command line should not
94    show main window until full screen is exited.
95
96  > add animated image support
97
98  > add gamma correction patch
99
100  > deleting a file should not discontinue slide show.
101
102  > add option to only preload max # of thumbnails (to conserve memory),
103    then release old/load new needed thumbnails on demand.
104
105  > printing (low priority):
106    > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
107    > allow selection of background color... (for image files only?)...
108    > allow text color and font selection
109
110  > image comparison window (displays two or more images for comparison)
111
112  > add symlink option (in addition to the move/copy stuff.)
113
114  > allow slideshow transition effects (wipe/fade etc.)
115
116  > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
117    > show change in overlay for image...
118    > account for changing of imd when toggling full screen...
119    > should change be only to current slideshow?
120