annotate TODO @ 5:fe4dc2bef842

Broke the configure script on purpose, Added files to note that: THIS_CVS_IS_NOT_UP_TO_DATE
author gqview
date Tue, 19 Sep 2000 15:04:17 +0000
parents e149abcda4eb
children e0d0593d519e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
1 TODO key: d = done, w = work in progress, ? = possibly fixed, * = wt? - how?
3
gqview
parents: 1
diff changeset
2 PB = can only be done after move to gdk_pixbuf
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
3
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
4 Major:
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
5 ----------------------------------------------
4
e149abcda4eb Syncing to 0.8.1
gqview
parents: 3
diff changeset
6 >NOW that gdk-pixbuf(0.7.0) does not require gnome-libs, the conversion to it
e149abcda4eb Syncing to 0.8.1
gqview
parents: 3
diff changeset
7 will start.
3
gqview
parents: 1
diff changeset
8 >fix translation pt_BR.po file (corrupted)
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
9
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
10 Minor:
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
11 ----------------------------------------------
3
gqview
parents: 1
diff changeset
12 d>save thumbnail on/off setting.
gqview
parents: 1
diff changeset
13 >properly restore main window when coming back from full screen.
gqview
parents: 1
diff changeset
14 (position / maximized, etc.)
gqview
parents: 1
diff changeset
15 d>make space/back follow schedule during random slideshow.
gqview
parents: 1
diff changeset
16 >add larger thumbnail option.
gqview
parents: 1
diff changeset
17 >save history lists for move/copy dialogs, etc.
gqview
parents: 1
diff changeset
18 >maybe show image in delete/rename/copy/move dialogs (should be simple now).
gqview
parents: 1
diff changeset
19 >add a read-ahead buffer for next image, note that this will not be threaded. (PB)
gqview
parents: 1
diff changeset
20 (gdk-pixbuf will allow it to be done in short idle calls, allowing interuption)
gqview
parents: 1
diff changeset
21 >generate thumbnails in idle calls, instead of creating a new main loop to seem
gqview
parents: 1
diff changeset
22 responsive.
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
23 >make *'s const, where appropriate ()
3
gqview
parents: 1
diff changeset
24 >make Escape key cancel dialogs.
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
25
3
gqview
parents: 1
diff changeset
26 >progress meter during load, or progressive load. (PB)
gqview
parents: 1
diff changeset
27 >add progress dialog when moving/copying/deleting multiple files. (PB)
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
28 >.xbm file format not listed by default? .pnm, more?
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
29
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
30 >ability to specify view window background color
3
gqview
parents: 1
diff changeset
31 >show wait cursor during image load (after update to PB, may not be as useful)
gqview
parents: 1
diff changeset
32
gqview
parents: 1
diff changeset
33 >reload should reload the image too. (PB) <-- reason: Imlib caching sometimes misses
gqview
parents: 1
diff changeset
34 modification times.
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
35
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
36 Wishlist?:
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
37 ----------------------------------------------
3
gqview
parents: 1
diff changeset
38 >recursive slide show (careful with implementation ,requires slideshow recode)
gqview
parents: 1
diff changeset
39 d>scroll to first matching file during tab completion typing in main window.
gqview
parents: 1
diff changeset
40 >allow multiple columns when viewing thumbs and tools float. (multi column clist?)
gqview
parents: 1
diff changeset
41 >add bookmark type option.
gqview
parents: 1
diff changeset
42 >allow to sort files by date and size.
gqview
parents: 1
diff changeset
43 >add destination move file preset type locations bound to 1 - 0 keys. (like editors?)
gqview
parents: 1
diff changeset
44 >move to gdkpixbuf, when it is ready (1.0)
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
45 >image list, like playlist in sound players
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
46 >add vert drag bar
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
47 >make *.jpg on command line show only jpg files, for ex.
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
48