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