summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Replace Gushort by unsigned shortOliver Sander1-1/+1
2018-12-06Replace Guchar by unsigned charOliver Sander3-7/+7
2018-12-06qt5: Revert involuntary ABI changeAlbert Astals Cid3-5/+7
2018-11-28use qt5 _data tests per Adam Reichold's recommendationGreg Knight1-15/+17
2018-11-27add testFromInt to fail if GooString::fromInt is broken againGreg Knight1-0/+20
2018-11-16Make GooString constructible and assignable from null pointers again since so...Adam Reichold1-0/+37
2018-11-12qt5: tests, go back to fromUt8, some tests failed on MSVCAlbert Astals Cid2-18/+18
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander16-72/+72
2018-11-11Update (C) of last commitsAlbert Astals Cid3-3/+3
2018-11-09Minor clazy Qt fixes in tests and demoAlbert Astals Cid40-244/+304
2018-11-09char * -> QStringLiteralAlbert Astals Cid1-1/+1
2018-11-09exclude some function-args-by-value and function-args-by-refAlbert Astals Cid6-3/+6
2018-11-09Pass small and trivially-copyable type by valueAlbert Astals Cid3-10/+10
2018-11-09No need to store to a QImage variable to not use it laterAlbert Astals Cid2-2/+2
2018-11-08qt5: Add -DQT_NO_SIGNALS_SLOTS_KEYWORDSAlbert Astals Cid1-0/+1
2018-11-02Form.cc: fix checkbox lacking /AP cannot change stateNelson Benítez León2-0/+44
2018-10-31Poppler 0.71.0poppler-0.71.0Albert Astals Cid1-1/+1
2018-10-31qt5: Test two leaks in a testAlbert Astals Cid1-0/+2
2018-10-31qt5: Fix crash when adding Highlight AnnotationsAlbert Astals Cid2-1/+32
2018-10-26qt5: Default to hidden symbolsAlbert Astals Cid2-4/+8
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander12-94/+94
2018-10-220.70.1poppler-0.70.1Albert Astals Cid1-1/+1
2018-10-21Poppler 0.70.0poppler-0.70.0Albert Astals Cid2-2/+2
2018-10-21Update (C)Albert Astals Cid5-1/+6
2018-10-15Make Page::renderToImage with Arthur more thread safeTobias Deiminger1-1/+2
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold2-8/+0
2018-10-08Make my own mess compile againOliver Sander1-0/+2
2018-10-08Port AnnotPath to use std::vector<AnnotCoord> instead of std::unique_ptr<Anno...Adam Reichold1-4/+4
2018-10-08annots: Use std::unique_ptr instead of new/deleteCarlos Garcia Campos2-24/+17
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-1/+1
2018-10-05SignatureValidationInfoPrivate: Match declaration in poppler-form.hAlbert Astals Cid1-1/+2
2018-10-03Add microbenchmark to check effect of using memcpy instead of assignment.Adam Reichold2-0/+37
2018-10-02Fix windows build by not build a test that doesnt' build anymoreAlbert Astals Cid1-1/+1
2018-10-02don't fail tests on platforms we already know the test failsAlbert Astals Cid1-0/+8
2018-10-01Parse Unicode decimals as well as ASCII decimals when resolving page labels.Adam Reichold1-0/+20
2018-09-24More constAlbert Astals Cid5-10/+9
2018-09-23Error: Make the msg be constAlbert Astals Cid1-1/+1
2018-09-22Fix copypasta mistakeAlbert Astals Cid1-1/+1
2018-09-22qt5: Be more stubborn getting the page from a label stringAlbert Astals Cid1-2/+6
2018-09-22qt5: Add simple tool to print the labels of pagesAlbert Astals Cid2-0/+49
2018-09-22qt5: Add Page::index()Albert Astals Cid2-1/+12
2018-09-21Poppler 0.69poppler-0.69.0Albert Astals Cid2-2/+2
2018-09-19Compile Qt5 frontend with -DQT_STRICT_ITERATORSTobias Deiminger1-0/+5
2018-09-19Update (C)Albert Astals Cid2-0/+2
2018-09-18Document the new 'ArthurFontID' typeOliver Sander1-1/+1
2018-09-18Bugfix: Do not disregard Ref::gen when using Ref as a cache keyOliver Sander1-13/+1
2018-09-17Fix TODO in OCGs by creating a look-up table from Ref to OptionalContentGroup...Adam Reichold2-10/+4
2018-09-08Fix compilation with QT_STRICT_ITERATORSTobias Deiminger1-1/+1
2018-09-02qt5: test: Compile with old qtAlbert Astals Cid1-5/+5
2018-09-02Add missing (C)Albert Astals Cid3-0/+4