summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfbookmarkmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* doc: Document QPdfBookmarkModel and QPdfLinkModelShawn Rutledge2022-06-061-0/+48
* QPdfBookmarkModel: make DisplayRole distinct from Title roleShawn Rutledge2022-05-241-0/+2
* Remove QPdfBookmarkModel::structureModeShawn Rutledge2022-05-241-25/+2
* QPdfBookmarkModel: replace StructureMode enum with an enum classShawn Rutledge2022-05-241-3/+3
* QPdfDocument: use enum classesShawn Rutledge2022-05-241-1/+1
* QPdfBookmarkModel: add location and zoom rolesShawn Rutledge2022-04-241-4/+54
* Turn QPdfBookmarkModel::Role into an enum classShawn Rutledge2022-04-221-14/+13
* Expose PdfBookmarkModel to QML; use with TreeView in manual testShawn Rutledge2022-04-061-1/+2
* QPdfBookmarkModelPrivate: stop inheriting QAbstractItemModelPrivateShawn Rutledge2022-04-061-22/+5
* Make dtors out-of-lineMarc Mutz2021-12-071-0/+2
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Add QtPdf to cmake buildMichal Klocek2021-08-171-0/+1
* Fix almost all deprecation warningsJüri Valdmann2020-08-131-1/+1
* Use QList instead of QVectorJarek Kobus2020-07-151-2/+2
* Fixup copyright headers and includesAllan Sandfeld Jensen2020-03-161-1/+1
* Deal with unsigned data type changes in QPdfBookmarkModelShawn Rutledge2019-11-251-2/+2
* Add QtPdf and QtPdfWidgets modulesMichal Klocek2019-11-251-3/+3
* Make QPdfBookmarkModel usable for QMLTobias Koenig2019-11-251-0/+11
* Add 'PageNumberRole' to QPdfBookmarkModelTobias Koenig2019-11-251-1/+18
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-251-5/+20
* Add QPdfBookmarkModel classTobias Koenig2019-11-251-0/+320