Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use tdeprocess.hHEADmaster | Michele Calgaro | 14 days | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop Borland compiler specific code | Michele Calgaro | 2024-10-27 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | mswriter: fix wrong ListElement template. This resolves issue #78 | Michele Calgaro | 2024-10-03 | 1 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace kdemacros.h with tdemacros.h | Michele Calgaro | 2024-07-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace KDE_DEPRECATED with TDE_DEPRECATED | Michele Calgaro | 2024-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2024-03-17 | 12 | -19/+19 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-02 | 4 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-04 | 16 | -132/+132 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove various '#define' strings - part 6 | Michele Calgaro | 2023-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-04 | 21 | -24/+24 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 10 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 3 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-16 | 22 | -92/+92 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-26 | 2 | -6/+6 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 140 | -140/+140 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-11 | 4 | -9/+9 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix functionality broken by commit a9bbaa83 | Michele Calgaro | 2023-07-01 | 1 | -9/+15 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop Qt2's TQSortedList class | Michele Calgaro | 2023-06-19 | 2 | -3/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Chalk: Fix loading of PNG files with iCCP | Mavridis Philippe | 2023-05-10 | 1 | -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 libpaper | ormorph | 2023-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> | ||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-11 | 2 | -21/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with clang. This resolves issue #25. | Michele Calgaro | 2022-05-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-03 | 12 | -72/+57 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed build issue with libwv2 support | ormorph | 2021-11-18 | 1 | -2/+2 |
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2021-05-29 | 370 | -346/+346 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed missing include file guard. | Michele Calgaro | 2021-05-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-29 | 4 | -4/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Adjusted after dropping obsolete Qt2's QList and QVector classes. | Michele Calgaro | 2020-05-24 | 1 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add libxml2 and libxslt detection using pkg-config. | Slávek Banko | 2020-02-12 | 1 | -47/+66 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 2 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS on openSUSE Tumbleweed | François Andriot | 2020-01-06 | 1 | -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 Banko | 2020-01-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add check whether OpenEXR requires explicit specification of C++ standard. | Slávek Banko | 2019-10-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 1 | -14/+0 |
| | |||||
* | Fix old upstream URLs for visible parts. | Chris | 2019-07-16 | 2 | -2/+2 |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2019-01-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. | Michele Calgaro | 2018-12-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 2 | -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 module | Michele Calgaro | 2018-09-17 | 48 | -61/+61 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed unnecessary executable flag. | Michele Calgaro | 2018-09-01 | 5 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Switch from strstream to sstream. | Michele Calgaro | 2018-08-16 | 3 | -15/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with clang | Ray Vine | 2018-05-22 | 1 | -1/+3 |
| | | | | | | This resolves bug 2897 Signed-off-by: Ray Vine <ray-v@inbox.lv> | ||||
* | Fix FTBFS with ICU >= 58 | Slávek Banko | 2018-03-18 | 4 | -0/+23 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 3 | -3/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix incorrectly renamed strings | Slávek Banko | 2015-03-05 | 7 | -147/+147 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 106 | -106/+106 |
| | | | | match XDG specifications | ||||
* | Added support for libwpd-0.10. This resolves FTBFS in Debian/Testing. | Michele Calgaro | 2014-08-25 | 20 | -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 fixes | Slávek Banko | 2013-09-03 | 10 | -10/+10 |
| | |||||
* | Fix FTBFS on armel | Slávek Banko | 2013-06-15 | 1 | -3/+3 |
| |