annotate TODO @ 3:c0e337a01cb7

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