summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Update (C)Albert Astals Cid1-0/+1
2020-01-05Accepting UTF-16 uiNames for form fieldsDavid García Garzón1-1/+1
2020-01-05Update (C) for previous commitsAlbert Astals Cid3-3/+3
2020-01-04Remove the error callback data pointer as none of the frontends make use of it.Adam Reichold2-4/+4
2020-01-04Reuse the GlobalParamsIniter in the qt5 frontend.Adam Reichold3-37/+8
2020-01-04Update (C) of previous commitsAlbert Astals Cid3-1/+3
2020-01-04Deep-copy the LinkOCGAction objectOliver Sander4-11/+19
2020-01-03Make LinkAction::nextActions return a const referenceOliver Sander1-9/+5
2020-01-03Make Sound::fileName a std::stringAlbert Astals Cid1-3/+2
2019-12-28Poppler 0.84.0poppler-0.84.0Albert Astals Cid1-1/+1
2019-12-23Use std::unique_ptr for m_formDataOliver Sander2-13/+10
2019-12-23qVariantFromValue -> QVariant::fromValueAlbert Astals Cid1-3/+3
2019-12-23qt5: QTime + elapsed -> QElapsedTimerAlbert Astals Cid2-4/+4
2019-12-15LinkOCGState: Make stateList a std::vector of objectsOliver Sander1-5/+5
2019-12-15LinkOCGState: Replace std::vector* by std::vectorOliver Sander1-2/+2
2019-12-15StateList: Replace std::vector<Ref*> by std::vector<Ref>Oliver Sander1-3/+3
2019-12-15LinkOCGState: Replace std::vector* by std::vectorOliver Sander1-2/+2
2019-12-06autotest for unicodeToAscii7 crasherNelson Benítez León1-0/+55
2019-12-03Enable modernize-loop-convertAlbert Astals Cid3-16/+12
2019-12-02Enable modernize-use-overrideAlbert Astals Cid25-57/+57
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid6-7/+10
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid4-18/+19
2019-11-29Return early in operator= if we're assigning to ourselvesAlbert Astals Cid1-0/+3
2019-11-28Move enableFreeType out of GlobalParamsAlbert Astals Cid1-4/+0
2019-11-27Poppler 0.83.0poppler-0.83.0Albert Astals Cid1-1/+1
2019-11-24Add const to TextOutputDev & friendsAlbert Astals Cid1-1/+1
2019-11-24Remove useless virtual markers on override functionsAlbert Astals Cid1-3/+3
2019-11-24Update (C) of few past commitsAlbert Astals Cid1-0/+1
2019-11-23Add some const to GfxState & friendsAlbert Astals Cid1-3/+2
2019-11-22qt5: trUtf8 -> tr (less warnings)Albert Astals Cid1-4/+4
2019-11-18Replace GooString::fromInt by std::to_stringOliver Sander1-22/+0
2019-11-09Make globalParams a std::unique_ptrOliver Sander3-8/+8
2019-10-30qt5: remove a bunch of unused internal functionsAlbert Astals Cid1-118/+0
2019-10-250.82.0poppler-0.82.0Albert Astals Cid1-1/+1
2019-10-23Make FontInfo::scan return a std::vector objectOliver Sander1-9/+4
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid2-2/+2
2019-10-03Enable a few more clang-tidy bugprone checksAlbert Astals Cid3-5/+4
2019-10-02Enable clang-tidy bugprone-too-small-loop-variableAlbert Astals Cid1-2/+2
2019-09-30Run clang-tidy on CIAlbert Astals Cid4-6/+7
2019-09-27Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-09-27Add some constAlbert Astals Cid3-4/+4
2019-09-22Poppler 0.81.0poppler-0.81.0Albert Astals Cid1-1/+1
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid2-12/+2
2019-08-220.80.0poppler-0.80.0Albert Astals Cid2-2/+2
2019-08-08Update (C) of last commitAlbert Astals Cid3-0/+3
2019-08-08Add subsitute-font information to Qt bindingsJan Grulich3-0/+13
2019-08-01Implemented support for modifying the text appearance stream textJoão Netto5-0/+65
2019-07-20These changes were implemented in 0.79João Netto1-3/+3
2019-07-19Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-07-19qt5: Fix MSVC build (hopefully)Albert Astals Cid2-3/+3