comparison TODO @ 3:c0e337a01cb7

0.8.0
author gqview
date Thu, 13 Apr 2000 12:55:19 +0000
parents b3e0e515fabf
children e149abcda4eb
comparison
equal deleted inserted replaced
2:0591360d4e38 3:c0e337a01cb7
1 TODO key: d = done, w = work in progress, ? = possibly fixed, * = wt? - how? 1 TODO key: d = done, w = work in progress, ? = possibly fixed, * = wt? - how?
2 2 PB = can only be done after move to gdk_pixbuf
3 d>try gtk_container_remove instead of reparent, to try to fix dragging hang.
4 d>After dragging files, check if they are now gone (moved).
5 >Remember previous directory used in move/copy dialogs.
6 3
7 Major: 4 Major:
8 ---------------------------------------------- 5 ----------------------------------------------
9 d>Fix window resizing to start-up size when window is made smaller, then an 6 >fix translation pt_BR.po file (corrupted)
10 image is changed, or widget is 'operated'.
11 d>Fix hang (endless gtk loop on drags in GTK+ 1.2.3) bah, in gdb its a pain,
12 breaking it within the error causes a stuck pointer grab :-/
13 HOW TO REPEAT:
14 enable 'save tool state'
15 set the tools to float
16 exit
17 restart
18 unfloat tools
19 try to do drag and drop -> BOOM!
20 UPDATE: I dunno, this still looks like a gtk bug?
21 7
22 Minor: 8 Minor:
23 ---------------------------------------------- 9 ----------------------------------------------
24 >add a read-ahead buffer for next image, note that this will not be threaded. 10 d>save thumbnail on/off setting.
25 >add command line option to invoke full screen and slideshow on startup 11 >properly restore main window when coming back from full screen.
12 (position / maximized, etc.)
13 d>make space/back follow schedule during random slideshow.
14 >add larger thumbnail option.
15 >save history lists for move/copy dialogs, etc.
16 >maybe show image in delete/rename/copy/move dialogs (should be simple now).
17 >add a read-ahead buffer for next image, note that this will not be threaded. (PB)
18 (gdk-pixbuf will allow it to be done in short idle calls, allowing interuption)
19 >generate thumbnails in idle calls, instead of creating a new main loop to seem
20 responsive.
26 >make *'s const, where appropriate () 21 >make *'s const, where appropriate ()
27 >make Escape cancel dialogs. 22 >make Escape key cancel dialogs.
28 23
29 >add progress dialog when moving/copying/deleting multiple files. 24 >progress meter during load, or progressive load. (PB)
25 >add progress dialog when moving/copying/deleting multiple files. (PB)
30 >.xbm file format not listed by default? .pnm, more? 26 >.xbm file format not listed by default? .pnm, more?
31 27
32 >ability to specify view window background color 28 >ability to specify view window background color
33 >show wait cursor during image load 29 >show wait cursor during image load (after update to PB, may not be as useful)
30
31 >reload should reload the image too. (PB) <-- reason: Imlib caching sometimes misses
32 modification times.
34 33
35 Wishlist?: 34 Wishlist?:
36 ---------------------------------------------- 35 ----------------------------------------------
36 >recursive slide show (careful with implementation ,requires slideshow recode)
37 d>scroll to first matching file during tab completion typing in main window.
38 >allow multiple columns when viewing thumbs and tools float. (multi column clist?)
39 >add bookmark type option.
40 >allow to sort files by date and size.
41 >add destination move file preset type locations bound to 1 - 0 keys. (like editors?)
42 >move to gdkpixbuf, when it is ready (1.0)
37 >image list, like playlist in sound players 43 >image list, like playlist in sound players
38 >add vert drag bar 44 >add vert drag bar
39 >make *.jpg on command line show only jpg files, for ex. 45 >make *.jpg on command line show only jpg files, for ex.
40 46