Sat May 14 13:04:23 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    > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first
9
10
11  > image.c:
12   d> test and probably fix delay_flip.
13       > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw
14         by pre-rendering any scaled tiles that are visible before signaling 'render_complete'.
15    > make this a g_object with signals for completed, changed, etc.
16    > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
17
18  > cache-load.c:
19    > should honor enable_thumbnails setting
20
21
22  > work on pan view:
23    > Pick a better keyboard shortcut than Control + J :)
24   w> Fix search scrolling to try to center image and info popup.
25    > Fix info popup location to opposing horizontal side when near edge of grid.
26    > Find something to do with middle mouse clicks.
27    > should delete key actually work?
28    > search should highlight all matching images (with toggle?)
29    > should non-thumbnail images have a drop shadow?
30   d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
31      > introduced bug (looks like clamp or rounding error)
32   d> optimize pixbuf_draw_triangle
33      > introduced bug (round error?)
34    > check ref counting of image when redrawing after finish loading
35   d> speed up sorting image.. stage when sorting/merging cache list
36
37    > add control to toggle 'ignore folder symlinks'
38    > the folder tree should not have to be re-read when changing options
39      that do not effect the file list count/contents
40
41    > time line view:
42     w> allow use of file date or EXIF (embedded) date.
43      > allow horizontal _or_ vertical orientation.
44
45    > calendar view:
46     w> fix search. (UPDATE: still can not find day containing name/path/partial)
47      > supports thumbnail size images only, should grey out actual size items in size menu or something...
48     w> allow use of file date or EXIF (embedded) date.
49      > fix scrolling when 'day' popup appears outsize of canvas.
50
51    > grid view:
52      > allow sorting by name, date, size, dimensions, etc.
53
54    > flower view:
55     d> do not show empty folders
56
57    > under consideration:
58      > split view
59
60 d> fix window size hints not to use USER_SIZE as we do not use gtk_window_resize to set the hint's attribute, and
61    apparently GTK passes in unitialized values for this case (definite programming error, but also a GTK bug?).
62
63  > the info dialog is not set as a transient of the calling window, this causes it to be behind
64    a full screen window when 'stay above other windows' is enabled.
65
66  > folder tree view shortcuts for expanding/collapsing leak through to the main
67    window (+,-,*,/, etc.), figure what behavior is desired and fix this.
68
69  -------------
70
71  > update translations: it( ) ( ) ( )
72
73  > document recent additions/changes:
74    > Added 'Fast jpeg thumbnailing'.
75    > xvpics is now hidden option.
76    > Holding down shift will now scroll more when panning with mouse.
77
78
79 Minor (non blockers):
80 ----------------------------------------------
81
82  > when resizing/refreshing collection window, keep the same top left thumbnail visible
83
84  > do not lose slideshow when reworking window layout.
85
86  > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
87    > find dupes window (with button to open dialog to add new files/folders)
88    > collection window
89    > search window
90
91
92 Wishlist?:
93 ----------------------------------------------
94
95  > Initiating full screen from the command line should not
96    show main window until full screen is exited.
97
98  > Add shortcut to jump to next folder within parent folder.
99
100  > add animated image support
101
102  > add gamma correction patch
103
104  > deleting a file should not discontinue slide show.
105
106  > add option to only preload max # of thumbnails (to conserve memory),
107    then release old/load new needed thumbnails on demand.
108
109  > printing (low priority):
110    > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
111    > allow selection of background color... (for image files only?)...
112    > allow text color and font selection
113
114  > image comparison window (displays two or more images for comparison)
115
116  > add symlink option (in addition to the move/copy stuff.)
117
118  > allow slideshow transition effects (wipe/fade etc.)
119
120  > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
121    > show change in overlay for image...
122    > account for changing of imd when toggling full screen...
123    > should change be only to current slideshow?
124