From b0916046d1e4762d0837dc3ab81f3c25d32e57fd Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 28 Oct 2004 20:02:50 +0000 Subject: [PATCH] --merging_locks; 6 items remaining. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358604 --- kpdf/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kpdf/TODO b/kpdf/TODO index c24e364d0..e6dd46c06 100644 --- a/kpdf/TODO +++ b/kpdf/TODO @@ -13,7 +13,6 @@ Things to do in order to merge in HEAD (first item has highest priority): everywhere, even in widgets that get hidden. Need to solve this on its roots, a paintEvent patch solves this but is a bad way to solve this. -> minimize PageView's reLayout and requestPixmaps on changes --> use a KConfigXT settings framework {general, [reading aids,] ...} -> this may be postponed after merge: implementing async document generator using Albert's generator thread -> pageview: fix keys/mouse navigation in both single/continous modes [60% done] -> new icons (contest at kde-look that will end in 2004-Oct-XX) @@ -24,7 +23,6 @@ More items (first items will enter 'In progress list' first): *THIS ITEMS ARE CURRENTLY FROZEN SINCE "HEAD-MERGE" LIST IS CLEARED* -> screen editing (annotations): framework (BR67300,BR62793) -> screen editing (annotations): tools (BR67300) --> reading aids (accessibility): paper color: select, mode: normal, invert, contrast, recolor bg/text, enhance: links, ... -> session support: restoring page location (BR82589) -> export all text in plain_text/html -> extract(export?) images (have a look at ImageOutputDev.cc and pdfimages.cc from xpdf (not in our xpdf sources)) @@ -41,10 +39,12 @@ More items (first items will enter 'In progress list' first): -> wrong zoom buttons order (BR74248) (check consistancy with kdvi/kghostview/.. (not konq)) Porting / In progress on the branch (first item comes first): +-> ADD: reading aids (accessibility) [settings config done while now] -> ADD: click over image allows "save image" (and display rect around image too) [50% done] -> ADD: viewport changes the right way when clicking links [30% done] Done (newest feature comes firts): +-> ADD: KConfigXT settings framework and Accessibility config (acc. code mostly not done) -> FIX: workaround for scrollview bug 1/2 (painting hidden widgets under certain circumstances) -> ADD: zoom into a rect defined by mouse (aka zoom to window) -> FIX: sheet rotation in landscape case