summaryrefslogtreecommitdiffstats
path: root/filters
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocess.hHEADmasterMichele Calgaro14 days3-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-271-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* mswriter: fix wrong ListElement template. This resolves issue #78Michele Calgaro2024-10-031-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-151-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-03-1712-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-024-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0416-132/+132
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-151-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0421-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2610-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-1622-92/+92
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-262-6/+6
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20140-140/+140
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-114-9/+9
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix functionality broken by commit a9bbaa83Michele Calgaro2023-07-011-9/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSortedList classMichele Calgaro2023-06-192-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Chalk: Fix loading of PNG files with iCCPMavridis Philippe2023-05-101-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 <mavridisf@gmail.com>
* Added build fix for with new version of libpaperormorph2023-03-031-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-112-21/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with clang. This resolves issue #25.Michele Calgaro2022-05-122-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0312-72/+57
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed build issue with libwv2 supportormorph2021-11-181-2/+2
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-29370-346/+346
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed missing include file guard.Michele Calgaro2021-05-271-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-294-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted after dropping obsolete Qt2's QList and QVector classes.Michele Calgaro2020-05-241-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add libxml2 and libxslt detection using pkg-config.Slávek Banko2020-02-121-47/+66
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <francois.andriot@free.fr>
* Fix inadvertently renamed Horizontal/Vertical => Qt::Horizontal/Vertical.Slávek Banko2020-01-011-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add check whether OpenEXR requires explicit specification of C++ standard.Slávek Banko2019-10-301-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <xchrisx@uber.space> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2019-01-081-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-021-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1748-61/+61
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag.Michele Calgaro2018-09-015-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Switch from strstream to sstream.Michele Calgaro2018-08-163-15/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with clangRay Vine2018-05-221-1/+3
| | | | | | This resolves bug 2897 Signed-off-by: Ray Vine <ray-v@inbox.lv>
* Fix FTBFS with ICU >= 58Slávek Banko2018-03-184-0/+23
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC6Slávek Banko2016-09-033-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|