summaryrefslogtreecommitdiff
path: root/qt4
AgeCommit message (Expand)AuthorFilesLines
2008-12-20[Qt4] use QHash instead of QMap where applicablePino Toscano1-3/+4
2008-12-20Add refcount support to TextPageCarlos Garcia Campos1-1/+1
2008-11-30add my copyright herePino Toscano1-0/+1
2008-11-30[Qt4] support URI actions for TOC itemsPino Toscano1-0/+5
2008-11-30extract the LinkAction "serialization" in an own function, and make it more safePino Toscano1-26/+59
2008-11-30move the addTocChildren() implementation in the cppPino Toscano4-62/+69
2008-11-15[Qt4] deserialize the value of the 'right' coordinate, tooPino Toscano1-5/+6
2008-11-09Update copyrights of the last commitsAlbert Astals Cid1-0/+1
2008-11-08Minor code cleanup and consistency issuesCarlos Garcia Campos2-7/+7
2008-11-05Add myself hereAlbert Astals Cid1-0/+1
2008-11-05[Qt4Demo] Fix leakAlbert Astals Cid1-0/+1
2008-10-21[Qt4] Small docu improvementAlbert Astals Cid1-0/+3
2008-10-09Poppler 0.10.0poppler-0.10.0Albert Astals Cid1-1/+1
2008-10-05[Qt4] when the PDF exporting fails, delete the file if it was created byPino Toscano1-0/+13
2008-10-04Correctly return wheter it was saved or notAlbert Astals Cid1-3/+5
2008-10-04Fix Poppler::Link::linkArea for rotated pagesAlbert Astals Cid1-0/+3
2008-09-300.9.3poppler-0.9.3Albert Astals Cid1-1/+1
2008-09-28[Qt4] various apidox improvementsPino Toscano3-55/+168
2008-09-28[Qt4] Activate the 'printing' flag by default in the PSConverter.Pino Toscano2-1/+3
2008-09-230.9.2poppler-0.9.2Albert Astals Cid1-1/+1
2008-09-20Compile with -pedanticAlbert Astals Cid4-5/+7
2008-09-170.9.1poppler-0.9.1Albert Astals Cid1-1/+1
2008-09-10we want to distribute this file toopoppler-0.9.0Albert Astals Cid1-1/+2
2008-09-09m_doc->doc->getOptContentConfig() can be null, so check for itAlbert Astals Cid1-1/+1
2008-09-09Qt4 frontend had timezone parsing that got lost when moving to the common fun...Albert Astals Cid1-3/+19
2008-09-08change version to 0.9.0Albert Astals Cid1-1/+1
2008-09-08soname 3.1.0 for qt4 libs, we are BC/SC but got new APIAlbert Astals Cid2-2/+2
2008-09-07[Qt4] apidox improvementsPino Toscano3-11/+93
2008-09-07no more need for including the qt3 pathsPino Toscano3-3/+0
2008-09-06[Qt4] Fix docuAlbert Astals Cid1-1/+1
2008-09-06[Qt4] add option flags for the PS converterPino Toscano2-8/+52
2008-09-06We are pringint here, so pass the printing flag as trueAlbert Astals Cid1-1/+1
2008-09-05Only like QtTest to the tests, not to the lib itselfAlbert Astals Cid1-11/+11
2008-09-02[Qt4] small apidox improvementsPino Toscano5-11/+90
2008-09-02expand the macros, extract poppler-optcontent.hPino Toscano1-3/+5
2008-09-01Do not crash on documents with no pagesAlbert Astals Cid1-0/+6
2008-08-29Are we a lib or aren't we? Unify String to Date parsing so we all behave the ...Albert Astals Cid2-61/+7
2008-08-24Merge branch 'master' of ssh://pino@git.freedesktop.org/git/poppler/popplerPino Toscano21-11/+40
2008-08-24[Qt4] add showControl and playMode properties of MovieObject'sPino Toscano2-0/+34
2008-08-24[Qt4] make the MovieObject ctor private, with only Page able to use itPino Toscano1-4/+5
2008-08-24[Qt4] initialize the MovieObject from an AnnotMoviePino Toscano3-9/+7
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid21-11/+40
2008-08-23[Qt4] convert the title of movie annotationsPino Toscano1-0/+6
2008-08-23[Qt4] get/set the title for movie annotationsPino Toscano2-0/+16
2008-08-23[Qt4] convert the movie annotation from the core type to the Qt4 onePino Toscano1-3/+15
2008-08-23[Qt4] first version of a MovieAnnotationPino Toscano2-1/+99
2008-08-23compile the new poppler-movie.ccPino Toscano2-0/+2
2008-08-23[Qt4] first version of a MovieObject object for moviesPino Toscano2-0/+107
2008-08-13[Qt4] make sure to use the correct page width/height for form widgets coordin...Pino Toscano1-3/+9
2008-08-12[Qt4] add a method to get the activation action of a FormFieldPino Toscano2-0/+27