|
|
|
|
@ -33,6 +33,7 @@ Bugs and wishes to close when moving okular to kdegraphics: |
|
|
|
|
-> WISH 145345: goto page: update slider while editing page number |
|
|
|
|
|
|
|
|
|
In progress [working on]: |
|
|
|
|
-> gui: add config for gfx (yes/no) and text (yes/no/kde) antialias |
|
|
|
|
-> core: provide a binary compatible okularcore library to extend the format capabilities |
|
|
|
|
-> core: forms support (mainly for pdf) (BR91809) |
|
|
|
|
-> KPDF -> okular conversion of configuration & datafiles {configuration(done), document data(in progress), kwallet passwords(missing)} |
|
|
|
|
@ -52,8 +53,6 @@ In progress [working on]: |
|
|
|
|
|
|
|
|
|
More items (first items will enter 'In progress list' first): |
|
|
|
|
-> annotations: "move" and "delete" tools |
|
|
|
|
-> gui: add config for gfx (yes/no) and text (yes/no/kde) antialias |
|
|
|
|
-> PS backend: get rid of the own AA config and use the Document one |
|
|
|
|
-> various backends: fill about data information |
|
|
|
|
-> rethink which buttons show in the toolbar (BR139825) |
|
|
|
|
-> annotations: configurabile tools in the toolbar (BR137903) |
|
|
|
|
@ -73,8 +72,6 @@ More items (first items will enter 'In progress list' first): |
|
|
|
|
-> core: add a way to handle "named xpdf links" in Okular::Action instead of resolving all |
|
|
|
|
dests when displaying a page (speedups a lot generation of page with many links) |
|
|
|
|
-> toolbar: move the toolbar to the top of pageview (left panel is really at the left of the toolbar) |
|
|
|
|
-> thumbnailslist: refactor to do internal rendering as pageview does (way faster |
|
|
|
|
than using QScrollArea + inserted Widgets and saves 8% on document loading) |
|
|
|
|
-> thumbnailslist: clinking on highlighted rect should bring the viewport to that search result (BR98334) |
|
|
|
|
-> Dom framework to cache document metadata. It should archive those types of data: |
|
|
|
|
(NOTE: already Dom'ed object is marked with 'X') |
|
|
|
|
@ -109,7 +106,7 @@ More items (first items will enter 'In progress list' first): |
|
|
|
|
-> presentation: 2 pages per view, for users reading ebooks with wide screens. |
|
|
|
|
-> goto 'logical' page (usually differs from pdf's page) (req. by Luca Burrelli) |
|
|
|
|
-> move some document related features from part to the document (see find, goto dialog, ...) |
|
|
|
|
-> tools: ruler (BR111254), measure: distance, perimeter, ?area?, color picker |
|
|
|
|
-> tools: ruler (BR155737), measure: distance, perimeter, ?area?, color picker |
|
|
|
|
-> export: export to other formats keeping formatting (PS is basically printing. PNG is easy too) |
|
|
|
|
-> export: extract images (have a look at ImageOutputDev.cc and pdfimages.cc from xpdf (not in our xpdf sources)) |
|
|
|
|
-> history as a toolbox child (collecting Doc's viewport changes notifications) |
|
|
|
|
@ -123,6 +120,8 @@ Icons needed: |
|
|
|
|
- COMMON (here in ToolBox): Toc, Annotations |
|
|
|
|
|
|
|
|
|
Done (newest features come first): |
|
|
|
|
-> CHG: thumbnails list: refactor to do internal rendering as pageview does |
|
|
|
|
-> ADD: select more than one annotation in the annotation tree (BR155668) |
|
|
|
|
-> ADD: text selection: select all (BR109346) |
|
|
|
|
-> ADD: text selection in wordprocessor style (BR130123) |
|
|
|
|
-> ADD: open gzipped and bzipped documents (BR102704) |
|
|
|
|
|