summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfsearchmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert search result bounds to account for PDF transformsShawn Rutledge2024-03-221-5/+7
* Add PdfSearchModel.count; disable search up/down buttons if emptyShawn Rutledge2023-12-301-0/+14
* Harden QPdfSearchModel::resultAtIndex() against OOB indexShawn Rutledge2023-12-291-1/+1
* QPdfSearchModel: remove onDocumentPageCountChanged()Ivan Solovev2023-08-301-9/+1
* Clear PDF search results on document page model changeMikolaj Boc2023-04-171-0/+12
* Resolve duplicate symbol errorAmir Masoud Abdol2023-04-141-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-111-11/+11
* Rename _Count to NRolesAllan Sandfeld Jensen2022-08-091-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-041-0/+2
* doc: Document the QPdfSearchModel C++ classShawn Rutledge2022-03-311-0/+62
* Combine QPdfDestination and QPdfSearchResult into QPdfLinkShawn Rutledge2022-03-241-7/+7
* QPdfSearchModel: take a QString arg by cref, not valueMarc Mutz2021-12-031-1/+1
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Update dependencies on 'dev' in qt/qtwebengineAllan Sandfeld Jensen2020-09-231-3/+0
* Update dependencies on 'dev' in qtwebengineAllan Sandfeld Jensen2020-08-181-1/+1
* Fix almost all deprecation warningsJüri Valdmann2020-08-131-1/+2
* Use QList instead of QVectorJarek Kobus2020-07-151-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-06-271-1/+1
* PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-261-14/+28
* Use a timer to update PdfSearchModel in the backgroundShawn Rutledge2020-02-171-0/+18
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-171-26/+203
* Add QPdfSearchModel, QML PdfSearchModel and PdfPageViewShawn Rutledge2020-01-231-0/+115