David Faure

Results 59 comments of David Faure

Cool. Can you make a merge request?

@CMLDMR Do you still need help with making a pull request, if you're still interested in doing that?

Oh, right, sorry, that's https://github.com/KDAB/KDReports/pull/26 Let's discuss it there.

I'm worried about KDReports ending up with 100 dependencies, if it's all implemented as shared libs to link to. Optional dependencies, of course, but this still means enabling all of...

Sum and grouping sound like jobs for proxymodels anyway, those can be provided externally :) The CI is KDAB-internal at the moment, we'll handle it if necessary, no big deal....

You are right, but this cannot be changed. The content document (the main text, excluding headers and footers) is laid out using QTextDocument, which knows about a single "page size"....

You would need not only the height of the element, but also the height of the document contents as of "before inserting the footer", no? (in order to insert a...

Ah, this is the same as https://bugs.kde.org/show_bug.cgi?id=445787 which I fixed long ago, so what's missing is to update KOpeningHours in osmose-backend again. Coming up, let's see if I remember how...

Done but I'm still having problems testing the change. I do ``` cd docker docker-compose -f docker-compose.yml -f docker-compose-dev.yml build docker-compose -f docker-compose.yml -f docker-compose-dev.yml run backend bash ``` and...