Mercurial > geeqie.yaz
annotate TODO @ 20:b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
Sat Mar 5 15:51:07 2005 John Ellis <johne@verizon.net>
* pan-view.c: Make date search work in calendar view, plus calendar
fixes. Make '/' search key refocus search entry.
author | gqview |
---|---|
date | Sat, 05 Mar 2005 20:55:43 +0000 |
parents | bc5da5b63abd |
children | 17acca639a86 |
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 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
7 > work on pan view: |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
8 > Pick a better keyboard shortcut than Control + J :) |
15
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
9 d> Add warning dialog that it will be slow if the standard thumbnail cache is not enabled. |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
10 > Fix occasional redraw bugs when zoomed out. |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
11 > Fix occasional odd requests for non-visible tiles when zoomed out (related to above?). |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
12 > Fix slowness in image.c with huge grid size by changing use of pre-allocated tile array |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
13 to on-demand tile allocation (can this be implemented like source tiles?). |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
14 OR: use an array so that we do not need to walk a GList of pre-allocated tile containers |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
15 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
|
16 > 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
|
17 > Find something to do with middle mouse clicks. |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
18 d> Set drag and drop data to clicked image. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
19 d> Should the copy/move/rename/delete operations be available here? |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
20 > ^ and if so, 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
|
21 d> searching for same item more than once should step through all matches |
bd9ae48e4eb2
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
15
diff
changeset
|
22 > 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
|
23 > should non-thumbnail images have a drop shadow? |
8 | 24 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
25 > time line view: |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
26 d> searching by date should scroll to proper alignment with year/month/day boundaries. |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
27 |
18
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
28 > calendar view: |
20
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
29 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
|
30 > supports thumbnail size images only, should grey out actual size items in size menu or something... |
18
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
31 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
32 > grid view: |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
33 > 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
|
34 |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
35 > flower view: |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
36 > fix it :) |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
37 |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
38 > 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
|
39 a full screen window when 'stay above other windows' is enabled. |
8 | 40 |
15
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
41 d> use doubles instead of floats wherever possible |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
42 |
8 | 43 ------------- |
44 | |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
45 > update translations: ( ) ( ) ( ) |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
46 |
8 | 47 > document recent additions/changes: |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
48 > Added 'Fast jpeg thumbnailing'. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
49 > xvpics is now hidden option. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
50 > Holding down shift will now scroll more when panning with mouse. |
8 | 51 |
1 | 52 |
10 | 53 Minor (non blockers): |
1 | 54 ---------------------------------------------- |
8 | 55 |
56 > when resizing/refreshing collection window, keep the same top left thumbnail visible | |
1 | 57 |
10 | 58 > do not lose slideshow when reworking window layout. |
59 | |
8 | 60 > add toolbar to: (UPDATE: these toolbars may not make it into 1.6) |
61 > find dupes window (with button to open dialog to add new files/folders) | |
62 > collection window | |
63 > search window | |
1 | 64 |
65 | |
66 Wishlist?: | |
67 ---------------------------------------------- | |
8 | 68 |
69 > Initiating full screen from the command line should not | |
70 show main window until full screen is exited. | |
71 | |
72 > add animated image support | |
73 | |
74 > add gamma correction patch | |
75 | |
76 > deleting a file should not discontinue slide show. | |
77 | |
78 > add option to only preload max # of thumbnails (to conserve memory), | |
79 then release old/load new needed thumbnails on demand. | |
1 | 80 |
8 | 81 > printing (low priority): |
82 > fix text postscript output by converting utf8 to a locale (better) understood by postscript... | |
83 > allow selection of background color... (for image files only?)... | |
84 > allow text color and font selection | |
85 | |
86 > image comparison window (displays two or more images for comparison) | |
87 | |
88 > add symlink option (in addition to the move/copy stuff.) | |
89 | |
90 > allow slideshow transition effects (wipe/fade etc.) | |
91 | |
92 > allow on the fly slideshow delay change with [,] and [.] (< and > too?) | |
93 > show change in overlay for image... | |
94 > account for changing of imd when toggling full screen... | |
95 > should change be only to current slideshow? | |
96 |