Review Request 127371: Support selections in Calligra ODT plugin for Okular (main textflow-only for now)

Friedrich W. H. Kossebau kossebau at kde.org
Sun Mar 27 18:33:56 BST 2016



> On March 18, 2016, 7:54 p.m., Camilla Boemann wrote:
> > In general my reservations is the same as you explain - an entire method just to enable a plugin
> > 
> > in theory it would be possible to use selectionRect but I conceede it would be really un-economical

I so hoped you had a better idea :) Too bad then.
At least the code is isolated and does not interfer with other code, so if we hopefully one day can discard it again due to native selection possible it could be simply dropped again without any problems.


> On March 18, 2016, 7:54 p.m., Camilla Boemann wrote:
> > libs/textlayout/KoTextLayoutEndNotesArea.h, line 48
> > <https://git.reviewboard.kde.org/r/127371/diff/1/?file=449993#file449993line48>
> >
> >     apidox pls since it's use is so specific

Added a longer APIDOX comment to KoTextLayoutArea::generateCharAreaInfos() where also all other area methods have all their comments.


> On March 18, 2016, 7:54 p.m., Camilla Boemann wrote:
> > libs/textlayout/KoTextLayoutTableArea.cpp, line 287
> > <https://git.reviewboard.kde.org/r/127371/diff/1/?file=449996#file449996line287>
> >
> >     because for painting we want to repeat the headers on every page :)

But isn't that ensured by the separate loops for the header rows and the `firstRow` calculation?
I just had another look, and now even less than before grasp what both `testRow` and `visitedCells` are supposed to do in the end.
Need to catch you on irc to teach me :)
So keeping this TODO for now and doing with commit including it, as something here either is fishy or needs better documentation for newbies like me :)


- Friedrich W. H.


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127371/#review93691
-----------------------------------------------------------


On March 18, 2016, 12:56 a.m., Friedrich W. H. Kossebau wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127371/
> -----------------------------------------------------------
> 
> (Updated March 18, 2016, 12:56 a.m.)
> 
> 
> Review request for Calligra and Camilla Boemann.
> 
> 
> Repository: calligra
> 
> 
> Description
> -------
> 
> A first approach to collect chars and their positions on a given page, as needed by Okular.
> 
> I followed the logic used for painting, as that one also needs to calculate what content is part of a certain page, so copying the algorithm seemed most obvious for a start.
> 
> Disadvantage: This approach needs access to internal data of the area objects, so I had to add the code to the actual *Area classes. So they now carry logic for a currently single use-case, which also is not the most typical. Surely not a lot of code, but ideally this special need for the Okular plugin should not add its payload for everyone.
> 
> So looking for better ideas here, at least for later.
> 
> TODOs for the future:
> - text from master pages (headers/footers)
> - text in objects (floating text boxes, diagrams, whatever)
> - include header/paragraph numbering/bullet points
> - only add line-breaks for real paragraph ends perhaps
> 
> Please give this some first round of feedback. IMHO it already adds value, as it finally allows to copy text from the main textflow.
> So would not mind to have this as-is for 3.0, to be improved than at least later, if not before. Unless it is unacceptable for good reasons :)
> 
> In a perfect future OkularĀ“s plugin API will allow native selections, so all the knowledge about text flow is not lost. But for now we have to support the API which exists.
> 
> (Short note: I will not be able to instantly reply, currently seeing to replace broken IT, might take another week at least, no email or irc for now. This patch here was already uploaded before things turned defunct locally, so pushing it out now for review at least).
> 
> 
> Diffs
> -----
> 
>   extras/okularodtgenerator/OkularOdtGenerator.h c4404c4 
>   extras/okularodtgenerator/OkularOdtGenerator.cpp d1d428d 
>   libs/textlayout/KoCharAreaInfo.h PRE-CREATION 
>   libs/textlayout/KoTextLayoutArea.h 27934d7 
>   libs/textlayout/KoTextLayoutArea.cpp bacfa58 
>   libs/textlayout/KoTextLayoutEndNotesArea.h 6c1eb12 
>   libs/textlayout/KoTextLayoutEndNotesArea.cpp 2c1e241 
>   libs/textlayout/KoTextLayoutTableArea.h 8d912ee 
>   libs/textlayout/KoTextLayoutTableArea.cpp 4d2cdc1 
> 
> Diff: https://git.reviewboard.kde.org/r/127371/diff/
> 
> 
> Testing
> -------
> 
> Normal text, text in tables, text in generated content, footnotes & endnotes could be selected in the ODT (& DOC/DOCX/WPD) files I tried.
> 
> 
> Thanks,
> 
> Friedrich W. H. Kossebau
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20160327/86cea2b2/attachment.htm>


More information about the calligra-devel mailing list