summaryrefslogtreecommitdiff
path: root/qt5/tests
AgeCommit message (Expand)AuthorFilesLines
2019-05-16qt5: Fix optional content handling with exclusive layersAlbert Astals Cid1-0/+10
2019-04-28qt5: Fix regression in annotation handlingAlbert Astals Cid1-0/+18
2019-04-02Make test pass on MSVCAlbert Astals Cid1-1/+1
2019-04-02add testcase for issue #743Nelson Benítez León1-0/+31
2019-03-30Form.cc: fix radiobutton reporting wrong stateNelson Benítez León1-0/+47
2019-03-30Add test case for annotations containing UTF-16LE-encoded text.Adam Reichold1-0/+20
2019-03-28qt: UnicodeParsedString support UTF16-LE stringsAlbert Astals Cid1-0/+2
2019-02-17Remove the "long" Object objRef constructorAlbert Astals Cid1-2/+2
2019-01-09Add a method the check if an outline item has children to avoid having to eag...Adam Reichold1-0/+2
2019-01-09Remove the intermediate Outline type since all items are owned by the documen...Adam Reichold1-9/+4
2019-01-09Add Qt5 API that lazily builds an outline by wrapping the internal objects.Adam Reichold2-0/+56
2018-12-22qt5: test-render-to-file: Save files as pngAlbert Astals Cid1-1/+1
2018-12-18Test for issue 690 with new fileAlbert Astals Cid1-0/+28
2018-12-09add new 'IgnoreDiacritics' option to ::findText()Nelson Benítez León1-0/+58
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 Sander4-26/+26
2018-11-09Minor clazy Qt fixes in tests and demoAlbert Astals Cid28-212/+265
2018-11-09No need to store to a QImage variable to not use it laterAlbert Astals Cid2-2/+2
2018-11-02Form.cc: fix checkbox lacking /AP cannot change stateNelson Benítez León2-0/+44
2018-10-31qt5: Test two leaks in a testAlbert Astals Cid1-0/+2
2018-10-31qt5: Fix crash when adding Highlight AnnotationsAlbert Astals Cid1-0/+31
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-2/+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-22qt5: Add simple tool to print the labels of pagesAlbert Astals Cid2-0/+49
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-02More review fixesTobias Deiminger1-18/+48
2018-09-02Add a roundtrip consistency test for the text color properties of annotations.Adam Reichold2-0/+76
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-2/+2
2018-02-21Fix warnings due to the use of deprecated overloads of Poppler::Page::Search ...Adam Reichold2-24/+24
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-4/+6
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid5-13/+13
2017-12-02Fix UTF test failAdrian Johnson1-5/+8
2017-11-15Support unicode on windows consoleAdrian Johnson2-0/+88
2017-09-21Remove the autotools based build systemAlbert Astals Cid1-141/+0
2017-09-20qt5: The tests don't need GUIAlbert Astals Cid16-16/+16
2017-09-16Fix missing-declarations warningsAlbert Astals Cid2-11/+11
2017-09-13Fix two minor typosOliver Sander1-2/+2
2017-09-03Remove the old if/else cmake syntaxAlbert Astals Cid1-4/+4
2017-08-13Revert part of last commit, we wants tests not to fail :)Albert Astals Cid1-1/+1
2017-08-13Fix copy'n'paste bugs: Qt4 -> Qt5Oliver Sander1-1/+1
2017-05-09New Object APIAlbert Astals Cid2-132/+73
2017-05-05auto_ptr -> unique_ptrAlbert Astals Cid2-4/+4
2017-03-09Add override markersAlbert Astals Cid3-7/+7