1
|
1 TODO key: d = done, w = work in progress, ? = possibly fixed, * = wt? - how?
|
|
2
|
|
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
|
|
7 Major:
|
|
8 ----------------------------------------------
|
|
9 d>Fix window resizing to start-up size when window is made smaller, then an
|
|
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
|
|
22 Minor:
|
|
23 ----------------------------------------------
|
|
24 >add a read-ahead buffer for next image, note that this will not be threaded.
|
|
25 >add command line option to invoke full screen and slideshow on startup
|
|
26 >make *'s const, where appropriate ()
|
|
27 >make Escape cancel dialogs.
|
|
28
|
|
29 >add progress dialog when moving/copying/deleting multiple files.
|
|
30 >.xbm file format not listed by default? .pnm, more?
|
|
31
|
|
32 >ability to specify view window background color
|
|
33 >show wait cursor during image load
|
|
34
|
|
35 Wishlist?:
|
|
36 ----------------------------------------------
|
|
37 >image list, like playlist in sound players
|
|
38 >add vert drag bar
|
|
39 >make *.jpg on command line show only jpg files, for ex.
|
|
40
|