okular/gui
Max Mueggler 8c61b6a2b4 Fixed issue with occasional mis-sized tile
It turns out that there were two issues at play here: rounding errors
meant that pixmaps were almost never the same size as pagePainter
thought the tiles should be, and the tile-is-the-size-it-should-be code
path was broken (but only hit in rare cases, seemingly at random).

To help with rounding errors in the future, I added a geometryF function
to NormalizedRect that returns a QRectF. In general,
device-independent-pixel points/rects should be floating point, and
device-pixel rects should be integer.
2022-11-30 08:39:26 +00:00
..
certificatemodel.cpp Add a few definitions that will come with ECM 5.85 2022-04-07 23:02:12 +00:00
certificatemodel.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
debug_ui.cpp mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
debug_ui.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
guiutils.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
guiutils.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
pagepainter.cpp Fixed issue with occasional mis-sized tile 2022-11-30 08:39:26 +00:00
pagepainter.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
priorities.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
signatureguiutils.cpp Port away from more QLinkedLists 2022-03-22 12:58:59 +01:00
signatureguiutils.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
signaturemodel.cpp Port away from more QLinkedLists 2022-03-22 12:58:59 +01:00
signaturemodel.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00
tocmodel.cpp emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
tocmodel.h mobile: Add Signature Viewing UI 2022-02-18 08:32:13 +00:00