Mercurial > geeqie
annotate TODO @ 68:c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
* pl.po: Update Polish translation,
submitted by Wit Wilinski <madman@linux.bydg.org>.
* README: Updates.
author | gqview |
---|---|
date | Fri, 13 Oct 2006 13:44:30 +0000 |
parents | f63ecca6c087 |
children | 7425cb0aeb03 |
rev | line source |
---|---|
8 | 1 TODO key: d = done, w = work in progress, ? = possibly fixed |
2 * = required before next release | |
3 | |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
4 Major: |
8 | 5 ---------------------------------------------- |
1 | 6 |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
7 > pixbuf-renderer.c: |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
8 > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
9 |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
10 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
11 > image.c: |
25
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
12 d> test and probably fix delay_flip. |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
13 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
14 by pre-rendering any scaled tiles that are visible before signaling 'render_complete'. |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
15 > make this a g_object with signals for completed, changed, etc. |
27
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
16 > fix delay flip 'completed' signal (full screen busy cursor is not always turned off) |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
17 |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
18 > cache-load.c: |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
19 > should honor enable_thumbnails setting |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
20 |
53
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
21 --- |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
22 |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
23 >raw + exif formats: |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
24 |
54
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
25 > all thats left to do is possibly mmap the file so we have all the tiff data available when |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
26 looking for the make TIFF tag (0x10f) as it may not always fit within data available from |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
27 the first read() in image-load.c. |
53
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
28 |
54
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
29 d> make a generic tiff header and directory parser from the nikon parser for use by all raw |
53
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
30 parsers that involve tiff. |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
31 |
59
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
32 d> clean up canon parser (there are now many convenience utils to simplify tiff header, etc.): |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
33 d> canon_read_int can be substituted with, or wrap exif_get_int16/32. |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
34 d> CR2 tiff code can now use exif_tiff_directory_offset. |
53
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
35 |
57
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
54
diff
changeset
|
36 d> support olympus MakerNote, investigate RAW (raw embedded jpeg appears to be tiny). |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
54
diff
changeset
|
37 > support konica / minolta MakerNote, investigate RAW. |
53
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
38 |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
39 > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag. |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
40 |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
41 --- |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
42 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
43 > work on pan view: |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
44 > Pick a better keyboard shortcut than Control + J :) |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
45 w> Fix search scrolling to try to center image and info popup. |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
46 > Fix info popup location to opposing horizontal side when near edge of grid. |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
47 > Find something to do with middle mouse clicks. |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
48 > should delete key actually work? |
17
bd9ae48e4eb2
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
15
diff
changeset
|
49 > search should highlight all matching images (with toggle?) |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
50 > should non-thumbnail images have a drop shadow? |
32
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
51 d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop) |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
52 > introduced bug (looks like clamp or rounding error) |
32
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
53 d> optimize pixbuf_draw_triangle |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
54 > introduced bug (round error?) |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
55 > check ref counting of image when redrawing after finish loading |
39
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
56 d> speed up sorting image.. stage when sorting/merging cache list |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
57 |
40
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
58 > add control to toggle 'ignore folder symlinks' |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
59 > the folder tree should not have to be re-read when changing options |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
60 that do not effect the file list count/contents |
8 | 61 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
62 > time line view: |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
63 w> allow use of file date or EXIF (embedded) date. |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
64 > allow horizontal _or_ vertical orientation. |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
65 |
18
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
66 > calendar view: |
20
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
67 w> fix search. (UPDATE: still can not find day containing name/path/partial) |
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
68 > supports thumbnail size images only, should grey out actual size items in size menu or something... |
40
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
69 w> allow use of file date or EXIF (embedded) date. |
25
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
70 > fix scrolling when 'day' popup appears outsize of canvas. |
18
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
71 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
72 > grid view: |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
73 > allow sorting by name, date, size, dimensions, etc. |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
74 |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
75 > flower view: |
40
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
76 d> do not show empty folders |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
77 |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
78 > under consideration: |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
79 > split view |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
80 |
53
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
81 --- |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
82 |
41
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
83 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 |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
84 apparently GTK passes in unitialized values for this case (definite programming error, but also a GTK bug?). |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
85 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
86 > the info dialog is not set as a transient of the calling window, this causes it to be behind |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
87 a full screen window when 'stay above other windows' is enabled. |
8 | 88 |
25
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
89 > folder tree view shortcuts for expanding/collapsing leak through to the main |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
90 window (+,-,*,/, etc.), figure what behavior is desired and fix this. |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
91 |
66
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
92 d> add a formatted auto-rename option, such that simply typing new_file_name_*_### will result in |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
93 renaming to file with * replaced by original name without extension, and ### by ascending number, |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
94 and maintain extension. |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
95 |
63
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
96 --- Doc updates: |
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
97 |
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
98 > default edit commands not described. |
66
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
99 > add formatted rename option. |
63
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
100 |
8 | 101 ------------- |
102 | |
68
c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
gqview
parents:
67
diff
changeset
|
103 d> update translations: be(x) ca(x) de(x) fr(x) it(x) ko(x) pl(x) pt_BR(x) sk(x) zh_TW(x) |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
104 > post-trans updates: fix ...zoom to fit. fuzzies, as all we did was remove the period |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
105 |
8 | 106 > document recent additions/changes: |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
107 > Added 'Fast jpeg thumbnailing'. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
108 > xvpics is now hidden option. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
109 > Holding down shift will now scroll more when panning with mouse. |
8 | 110 |
1 | 111 |
10 | 112 Minor (non blockers): |
1 | 113 ---------------------------------------------- |
8 | 114 |
115 > when resizing/refreshing collection window, keep the same top left thumbnail visible | |
1 | 116 |
10 | 117 > do not lose slideshow when reworking window layout. |
118 | |
8 | 119 > add toolbar to: (UPDATE: these toolbars may not make it into 1.6) |
120 > find dupes window (with button to open dialog to add new files/folders) | |
121 > collection window | |
122 > search window | |
1 | 123 |
124 Wishlist?: | |
125 ---------------------------------------------- | |
8 | 126 |
127 > Initiating full screen from the command line should not | |
128 show main window until full screen is exited. | |
129 | |
42
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
130 > Add shortcut to jump to next folder within parent folder. |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
131 |
8 | 132 > add animated image support |
133 | |
134 > add gamma correction patch | |
135 | |
136 > deleting a file should not discontinue slide show. | |
137 | |
138 > add option to only preload max # of thumbnails (to conserve memory), | |
139 then release old/load new needed thumbnails on demand. | |
1 | 140 |
8 | 141 > printing (low priority): |
142 > fix text postscript output by converting utf8 to a locale (better) understood by postscript... | |
143 > allow selection of background color... (for image files only?)... | |
144 > allow text color and font selection | |
145 | |
146 > image comparison window (displays two or more images for comparison) | |
147 | |
148 > add symlink option (in addition to the move/copy stuff.) | |
149 | |
150 > allow slideshow transition effects (wipe/fade etc.) | |
151 | |
152 > allow on the fly slideshow delay change with [,] and [.] (< and > too?) | |
153 > show change in overlay for image... | |
154 > account for changing of imd when toggling full screen... | |
155 > should change be only to current slideshow? | |
156 |