comparison TODO @ 72:415afde5ba68

Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net> * ar.po, be.po, bg.po, ca.po, cs.po, de.po, es.po, fi.po, hu.po, it.po, ja.po, nl.po, pl.po, pt_BR.po, ro.po, ru.po, sk.po, sv.po, vi.po, zh_TW.po: Fix punctuation of "Allow enlargement of image for zoom to fit" translations, and unmark as fuzzy when only the change in punctuation caused the fuzzy state. * README: Updated po-stats list.
author gqview
date Sat, 14 Oct 2006 09:56:04 +0000
parents 7425cb0aeb03
children 56f62cdde8e0
comparison
equal deleted inserted replaced
71:7425cb0aeb03 72:415afde5ba68
4 Major: 4 Major:
5 ---------------------------------------------- 5 ----------------------------------------------
6 6
7 > pixbuf-renderer.c: 7 > pixbuf-renderer.c:
8 > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first 8 > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first
9
10 9
11 > image.c: 10 > image.c:
12 d> test and probably fix delay_flip. 11 d> test and probably fix delay_flip.
13 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw 12 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw
14 by pre-rendering any scaled tiles that are visible before signaling 'render_complete'. 13 by pre-rendering any scaled tiles that are visible before signaling 'render_complete'.
99 > add formatted rename option. 98 > add formatted rename option.
100 99
101 ------------- 100 -------------
102 101
103 d> update translations: be(x) ca(x) de(x) fi(x) fr(x) it(x) ko(x) pl(x) pt_BR(x) sk(x) zh_TW(x) 102 d> update translations: be(x) ca(x) de(x) fi(x) fr(x) it(x) ko(x) pl(x) pt_BR(x) sk(x) zh_TW(x)
104 > post-trans updates: fix ...zoom to fit. fuzzies, as all we did was remove the period 103 d> post-trans updates: fix ...zoom to fit. fuzzies, as all we did was remove the period
105 104
106 > document recent additions/changes: 105 > document recent additions/changes:
107 > Added 'Fast jpeg thumbnailing'. 106 > Added 'Fast jpeg thumbnailing'.
108 > xvpics is now hidden option. 107 > xvpics is now hidden option.
109 > Holding down shift will now scroll more when panning with mouse. 108 > Holding down shift will now scroll more when panning with mouse.
110 109
111 110
112 Minor (non blockers): 111 Minor (non blockers):
113 ---------------------------------------------- 112 ----------------------------------------------
113
114 > allow multiple command line dirs to work as expected
115 (ie contents of each are treated as given on command line)
116
117 > allow editor commands to be interrupted (via SIGTERM?)
118 > fix hanging editor commands that await user input (how to handle, or even detect this?)
114 119
115 > when resizing/refreshing collection window, keep the same top left thumbnail visible 120 > when resizing/refreshing collection window, keep the same top left thumbnail visible
116 121
117 > do not lose slideshow when reworking window layout. 122 > do not lose slideshow when reworking window layout.
118 123