summaryrefslogtreecommitdiffstats
path: root/filters
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-151-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c0bcd64f7fce74db2ef792e73ed5eceb079fd64f)
* Replace Qt with TQtMichele Calgaro2024-03-2212-19/+19
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-034-8/+8
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 63c2fcedcd98caf7979bc4797029cbcb32433a5a)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1316-132/+132
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0521-24/+24
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2610-10/+10
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b727f4b3b1957bec28a350575237b93f8f278cdb)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-9/+9
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
* Replace Qt with TQtMichele Calgaro2023-11-1622-92/+92
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-282-6/+6
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-22140-140/+140
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-134-9/+9
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Chalk: Fix loading of PNG files with iCCPMavridis Philippe2023-05-111-28/+28
| | | | | | | | | | | | | | This commit makes some fixes to the way that iCCP profile data is read and loaded, and adds an additional check to ensure that the PNG file does have a profile. It also introduces a shorter libpng version check of the form: `#if PNG_LIBPNG_VER < 10500` This commit fixes issue #20. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 5d5725effa1a9e1567b9226f49338e8fe00a3107)
* Added build fix for with new version of libpaperormorph2023-03-031-1/+1
| | | | Signed-off-by: ormorph <[email protected]>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-112-21/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with clang. This resolves issue #25.Michele Calgaro2022-05-122-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0312-72/+57
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed build issue with libwv2 supportormorph2021-11-181-2/+2
| | | | Signed-off-by: ormorph <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-29370-346/+346
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed missing include file guard.Michele Calgaro2021-05-271-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-294-4/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted after dropping obsolete Qt2's QList and QVector classes.Michele Calgaro2020-05-241-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add libxml2 and libxslt detection using pkg-config.Slávek Banko2020-02-121-47/+66
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-11/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS on openSUSE TumbleweedFrançois Andriot2020-01-061-1/+1
| | | | | | formula.cc:294:1: error: narrowing conversion of '128' from 'int' to 'TQP_INT8' {aka 'char'} [-Wnarrowing] Signed-off-by: François Andriot <[email protected]>
* Fix inadvertently renamed Horizontal/Vertical => Qt::Horizontal/Vertical.Slávek Banko2020-01-011-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add check whether OpenEXR requires explicit specification of C++ standard.Slávek Banko2019-10-301-0/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Fix old upstream URLs for visible parts.Chris2019-07-162-2/+2
| | | | | Signed-off-by: Chris <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Add CMakeL10n rules.Slávek Banko2019-01-081-0/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-021-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-172-2/+2
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1748-61/+61
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unnecessary executable flag.Michele Calgaro2018-09-015-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Switch from strstream to sstream.Michele Calgaro2018-08-163-15/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with clangRay Vine2018-05-221-1/+3
| | | | | | This resolves bug 2897 Signed-off-by: Ray Vine <[email protected]>
* Fix FTBFS with ICU >= 58Slávek Banko2018-03-184-0/+23
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-033-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix incorrectly renamed stringsSlávek Banko2015-03-057-147/+147
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-11106-106/+106
| | | | match XDG specifications
* Added support for libwpd-0.10. This resolves FTBFS in Debian/Testing.Michele Calgaro2014-08-2520-411/+422
| | | | | Thanks to Slavek for testing in all Debian/Ubuntu distros and fixing a couple of problems with libwpd-0.8.
* Additional k => tde renaming and fixesSlávek Banko2013-09-0310-10/+10
|
* Fix FTBFS on armelSlávek Banko2013-06-151-3/+3
|
* Fix FTBFS due to missing flags for libxmlSlávek Banko2013-06-062-2/+3
| | | | Fix FTBFS due to 'signals' definition conflict
* Fix incorrect characters.Darrell Anderson2013-05-237-199/+199
|
* Fix redefinition problems with previous patchFrancois Andriot2013-04-081-28/+28
|
* Fix FTBFS with libwpd 0.9 and aboveTimothy Pearson2013-04-053-2/+165
| | | | | This resolves Bug 1169 Remove spurious build files
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1596-137/+137
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1436-36/+36
|