comparison TODO @ 8:e0d0593d519e

Sync to GQview 1.5.9 release. ######## DO NOT BASE ENHANCEMENTS OR TRANSLATION UPDATES ON CODE IN THIS CVS! This CVS is never up to date with current development and is provided solely for reference purposes, please use the latest official release package when making any changes or translation updates. ########
author gqview
date Sat, 26 Feb 2005 00:07:07 +0000
parents e149abcda4eb
children 6d50eaba8e4b
comparison
equal deleted inserted replaced
7:990fcf466906 8:e0d0593d519e
1 TODO key: d = done, w = work in progress, ? = possibly fixed, * = wt? - how? 1 TODO key: d = done, w = work in progress, ? = possibly fixed
2 PB = can only be done after move to gdk_pixbuf 2 * = required before next release
3 3
4 Major: 4 Major (release blockers):
5 ---------------------------------------------- 5 ----------------------------------------------
6 >NOW that gdk-pixbuf(0.7.0) does not require gnome-libs, the conversion to it 6
7 will start. 7 must Fix for 2.0.0:
8 >fix translation pt_BR.po file (corrupted) 8 -------------------
9
10 > update translations: ( ) ( ) ( )
11
12 -------------
13
14 > document recent additions/changes:
15 (none currently)
16
9 17
10 Minor: 18 Minor:
11 ---------------------------------------------- 19 ----------------------------------------------
12 d>save thumbnail on/off setting.
13 >properly restore main window when coming back from full screen.
14 (position / maximized, etc.)
15 d>make space/back follow schedule during random slideshow.
16 >add larger thumbnail option.
17 >save history lists for move/copy dialogs, etc.
18 >maybe show image in delete/rename/copy/move dialogs (should be simple now).
19 >add a read-ahead buffer for next image, note that this will not be threaded. (PB)
20 (gdk-pixbuf will allow it to be done in short idle calls, allowing interuption)
21 >generate thumbnails in idle calls, instead of creating a new main loop to seem
22 responsive.
23 >make *'s const, where appropriate ()
24 >make Escape key cancel dialogs.
25 20
26 >progress meter during load, or progressive load. (PB) 21 > when resizing/refreshing collection window, keep the same top left thumbnail visible
27 >add progress dialog when moving/copying/deleting multiple files. (PB)
28 >.xbm file format not listed by default? .pnm, more?
29 22
30 >ability to specify view window background color 23 > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
31 >show wait cursor during image load (after update to PB, may not be as useful) 24 > find dupes window (with button to open dialog to add new files/folders)
25 > collection window
26 > search window
32 27
33 >reload should reload the image too. (PB) <-- reason: Imlib caching sometimes misses
34 modification times.
35 28
36 Wishlist?: 29 Wishlist?:
37 ---------------------------------------------- 30 ----------------------------------------------
38 >recursive slide show (careful with implementation ,requires slideshow recode)
39 d>scroll to first matching file during tab completion typing in main window.
40 >allow multiple columns when viewing thumbs and tools float. (multi column clist?)
41 >add bookmark type option.
42 >allow to sort files by date and size.
43 >add destination move file preset type locations bound to 1 - 0 keys. (like editors?)
44 >move to gdkpixbuf, when it is ready (1.0)
45 >image list, like playlist in sound players
46 >add vert drag bar
47 >make *.jpg on command line show only jpg files, for ex.
48 31
32 > Initiating full screen from the command line should not
33 show main window until full screen is exited.
34
35 > add animated image support
36
37 > add gamma correction patch
38
39 > deleting a file should not discontinue slide show.
40
41 > add option to only preload max # of thumbnails (to conserve memory),
42 then release old/load new needed thumbnails on demand.
43
44 > printing (low priority):
45 > fix text postscript output by converting utf8 to a locale (better) understood by postscript...
46 > allow selection of background color... (for image files only?)...
47 > allow text color and font selection
48
49 > image comparison window (displays two or more images for comparison)
50
51 > add symlink option (in addition to the move/copy stuff.)
52
53 > allow slideshow transition effects (wipe/fade etc.)
54
55 > allow on the fly slideshow delay change with [,] and [.] (< and > too?)
56 > show change in overlay for image...
57 > account for changing of imd when toggling full screen...
58 > should change be only to current slideshow?
59