summaryrefslogtreecommitdiffstats
path: root/kfile-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix cmake build: removed unnecessary and potentially harmful check in ↵Alexander Golubev2013-01-051-7/+5
| | | | | | | poppler-tqt This resolves Bug 1295 (cherry picked from commit 3fe3a36fd56dd0bb142d901186f7db85981c914f)
* Fix poppler-tqt include and library dir in pkgconfig fileSlávek Banko2012-10-141-2/+2
| | | | | Thanks to Francois Andriot for the patch (cherry picked from commit 7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf)
* Use poppler pkg-config information when running version checksTimothy Pearson2012-10-141-2/+2
| | | | (cherry picked from commit 03e9329656db37001866d8d225942604f23c8dd9)
* Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}Darrell Anderson2012-10-141-1/+1
| | | | | | | to be consistent with patch in GIT hash b99d4323ddffa1b9edcb8bab724a73729b79d883. This partially resolves bug report 600. (cherry picked from commit 7a275239c96b1a69c49f1ffbdb498078bf68a168)
* Fix FTBFS on older poppler versionsTimothy Pearson2012-07-052-19/+19
| | | | (cherry picked from commit 30b1d13fab1ee5214fd838db8417930bd76bc24b)
* Fix FTBFS on Poppler >= 0.20Timothy Pearson2012-07-053-5/+20
| | | | | This resolves Bug 1061 (cherry picked from commit 44d1a52bf8b9bf70433107446ec20dfe05b198fb)
* Add poppler-tqt.pc fileTimothy Pearson2012-06-142-0/+18
| | | | (cherry picked from commit b2d01d000c11d7c0dd183e1af059f81ac5249c25)
* Disable poppler requirement if PDF support is disabledSlávek Banko2012-06-121-1/+3
| | | | | Thanks to Francois Andriot for the patch! (cherry picked from commit 8104b62a19379b41e78c7b4ee808fec5d3340603)
* Replace fixed hard-coding of poppler include directory with cmake variable.Darrell Anderson2012-06-032-1/+11
| | | | | Thanks to Francois Andriot. (cherry picked from commit 5077913f281976bb69e0497b682b320f1d01a08e)
* Fix inadvertent "TQ" changes.Darrell Anderson2012-06-031-2/+2
| | | | (cherry picked from commit ca4b0c6d6aef469eede468b405ea89e119da3626)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-035-9/+9
| | | | (cherry picked from commit ebbee358abafa1b5166404c6fe5cc44ae2837a57)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-037-23/+23
| | | | (cherry picked from commit 74c05bbf9d92e43a6cf3799355b5f3598884409e)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-032-6/+6
| | | | (cherry picked from commit 45f529de247fc4b3662f6b474abe03fe904306ec)
* rename the following methods:tpearson2011-08-1038-71/+71
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-103-4/+4
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix instances of Orientation in quotes which were accidentally renamed to ↵tpearson2011-08-032-3/+3
| | | | | | Qt::Orientation during TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdegraphics poppler >=0.16 detectiontpearson2011-07-312-5/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244223 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdegraphics FTBFS under poppler < 0.16tpearson2011-07-311-2/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244151 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add test for poppler >= 0.16 due to API changetpearson2011-07-312-1/+17
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244150 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdegraphics CMake compilationtpearson2011-07-316-9/+54
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-091-1/+1
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdegraphics poppler-tqt header file installation locationtpearson2011-06-261-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1238430 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdegraphics FTBFStpearson2011-06-192-6/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237560 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Move poppler-qt to poppler-tqt and fix build sequencetpearson2011-06-1915-9/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237558 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdegraphicstpearson2011-06-1954-372/+391
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Merge required poppler-qt into kdegraphics with Autotoolstpearson2011-06-1815-10/+2239
| | | | | | | CMake support still needs to be added git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237420 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics/kfile-plugins] added forgotten module (gsthumbnail)samelian2011-05-071-1/+10
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230824 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics] added cmake support for kfax, kfaxview, kghostview, and ↵samelian2011-05-0722-0/+720
| | | | | | kfile-plugins git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230814 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversiontpearson2010-08-0240-547/+547
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2589-0/+10305
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da