comparison TODO @ 26:acd9885ebd78

Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net> * image.[ch]: Add utility to sync image settings to user preferences. * pixbuf-renderer.c: Fix rounding errors. * preferences.c: Call image_options_sync() when applying changes. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Tue, 29 Mar 2005 01:28:17 +0000
parents 0c3b353b666e
children 9c24765c2d3a
comparison
equal deleted inserted replaced
25:0c3b353b666e 26:acd9885ebd78
8 d> fix two pass render from corrupting it->qd pointer (need one pointer for each queue?). 8 d> fix two pass render from corrupting it->qd pointer (need one pointer for each queue?).
9 d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image). 9 d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image).
10 > fix broken zoom out drawing when using source tiles. 10 > fix broken zoom out drawing when using source tiles.
11 11
12 > image.c: 12 > image.c:
13 > need to keep a list of ImageWindows and provide function to sync options to each object. 13 d> need to keep a list of ImageWindows and provide function to sync options to each object.
14 d> test and probably fix delay_flip. 14 d> test and probably fix delay_flip.
15 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw 15 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw
16 by pre-rendering any scaled tiles that are visible before signaling 'render_complete'. 16 by pre-rendering any scaled tiles that are visible before signaling 'render_complete'.
17 > make this a g_object with signals for completed, changed, etc. 17 > make this a g_object with signals for completed, changed, etc.
18 > fix region computation rounding when updating scaled image in 'area ready' signal. 18 d> fix region computation rounding when updating scaled image in 'area ready' signal.
19 19
20 20
21 > work on pan view: 21 > work on pan view:
22 > Pick a better keyboard shortcut than Control + J :) 22 > Pick a better keyboard shortcut than Control + J :)
23 > Fix occasional redraw bugs when zoomed out. 23 > Fix occasional redraw bugs when zoomed out.
58 > folder tree view shortcuts for expanding/collapsing leak through to the main 58 > folder tree view shortcuts for expanding/collapsing leak through to the main
59 window (+,-,*,/, etc.), figure what behavior is desired and fix this. 59 window (+,-,*,/, etc.), figure what behavior is desired and fix this.
60 60
61 ------------- 61 -------------
62 62
63 > update translations: ( ) ( ) ( ) 63 > update translations: it( ) ( ) ( )
64 64
65 > document recent additions/changes: 65 > document recent additions/changes:
66 > Added 'Fast jpeg thumbnailing'. 66 > Added 'Fast jpeg thumbnailing'.
67 > xvpics is now hidden option. 67 > xvpics is now hidden option.
68 > Holding down shift will now scroll more when panning with mouse. 68 > Holding down shift will now scroll more when panning with mouse.