summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Expand)AuthorFilesLines
2020-02-26Update (C) of last commitAlbert Astals Cid1-1/+1
2020-02-26Handle LinkAction objects by std::unique_ptrsOliver Sander3-10/+11
2020-02-26Use a vector of unique_ptr for LinkAction::nextActionListOliver Sander1-2/+2
2020-02-23Update (C) last commitAlbert Astals Cid2-2/+2
2020-02-23Use a std::string value in LinkURIOliver Sander2-2/+2
2020-02-23Use a std::string value in LinkNamedOliver Sander1-13/+13
2020-02-23Use a std::string value in LinkJavaScriptOliver Sander1-1/+1
2020-02-23Implement UnicodeParsedString for std::stringOliver Sander2-3/+9
2020-02-15Update(C)Albert Astals Cid1-0/+1
2020-02-15Use std::unique_ptr to pass around LinkDest objectsOliver Sander1-1/+1
2020-02-05Update (C)Albert Astals Cid1-1/+1
2020-01-30qt5: Fix loading from iodeviceAlbert Astals Cid1-0/+1
2020-01-29Poppler 0.85.0poppler-0.85.0Albert Astals Cid2-2/+2
2020-01-29qt5: Add deseret lowercase search testAlbert Astals Cid1-0/+3
2020-01-28qt5: add test to show that deseret search worksAlbert Astals Cid1-0/+15
2020-01-28qt5: fix search for "complex" charactersAlbert Astals Cid1-5/+2
2020-01-13qt5: Allow to load document from QIODeviceAlexander Volkov7-5/+200
2020-01-05qt5: Fix FormField::name encodingDavid García Garzón2-1/+19
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