| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some generic fixes required for future cmake conversion | Michele Calgaro | 7 days | 5 | -41/+3 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix conversion of TQString to const char* | Michele Calgaro | 2026-02-03 | 15 | -58/+58 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Add visibility attributes to library functions | Michele Calgaro | 2026-01-25 | 6 | -56/+65 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Include moc files directly from the related source files | Michele Calgaro | 2026-01-23 | 11 | -36/+31 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Improvements suggested on PR #58 | Michele Calgaro | 2026-01-21 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove unused config defines | Michele Calgaro | 2026-01-19 | 2 | -36/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove BUILD_FLAGS | Michele Calgaro | 2026-01-19 | 2 | -9/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove VERSION_BRANCH and SS_DIRTAG | Michele Calgaro | 2026-01-19 | 1 | -2/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix invalid comparison warnings | Michele Calgaro | 2026-01-18 | 6 | -17/+20 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix 'this if clause does not guard...' warnings | Michele Calgaro | 2026-01-18 | 2 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix 'ISO C++11 forbids converting a string constant to char*' warnings | Michele Calgaro | 2026-01-18 | 4 | -5/+5 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove code related to obsoleted thread libraries | Michele Calgaro | 2026-01-15 | 2 | -41/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Look for translation .mo files in the new location | Michele Calgaro | 2025-12-31 | 1 | -9/+9 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix TQString formatting in 'KviTQString::sprintf'. | Michele Calgaro | 2025-12-27 | 3 | -63/+63 |
| | | | | | | | | | | | This was causing translation catalouges not to be found and eventually the program to always display in English. The problem was introduced by an automated Q --> TQ renaming done sometime in the past. 'KviTQString::sprintf' uses '%Q' as a marker for a TQString* argument, so using '%TQ' was resulting in garbage bytes being fed and the catalouges not being found. This resolves issue #44. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove KVI_VERSION_BRANCH since the version number is no longer used in the ↵ | Michele Calgaro | 2025-12-24 | 1 | -1/+0 |
| | | | | | | | application path Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove warning about 'template-id not allowed for constructor in C++20' | Michele Calgaro | 2025-12-24 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove build date code. The info does not add anything useful and make ↵ | Michele Calgaro | 2025-12-24 | 2 | -8/+0 |
| | | | | | | | reproducible builds not possible Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace TRUE/FALSE with boolean values true/false | Michele Calgaro | 2025-03-22 | 6 | -34/+34 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Don't use obsolete header kapp.h | Michele Calgaro | 2024-11-05 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Qt with TQt | Michele Calgaro | 2024-04-02 | 3 | -5/+4 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-01 | 10 | -70/+70 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove various '#define' strings - part 6 | Michele Calgaro | 2023-12-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 3 | -5/+5 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Drop USE_QT4 code | Michele Calgaro | 2023-08-31 | 85 | -3041/+20 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix FTBFS from issue #9. | Slávek Banko | 2023-08-15 | 1 | -2/+2 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-15 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 48 | -48/+48 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Drop compatibility code for TQPalette | Michele Calgaro | 2023-07-19 | 1 | -4/+4 |
| | | | | | 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 | 1 | -2/+2 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fixed FTBFS with clang. | Michele Calgaro | 2021-07-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove remaining 'register' instructions. | Michele Calgaro | 2020-02-21 | 1 | -7/+7 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 6 | -88/+88 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix build with a clean TQt namespace. | Slávek Banko | 2018-10-29 | 19 | -102/+102 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 1 | -2/+2 |
| | | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Workaround for parallel build | Slávek Banko | 2018-08-24 | 1 | -1/+6 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Added support for OpenSSL 1.1 | Slávek Banko | 2017-01-10 | 1 | -7/+25 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -3/+3 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -1/+1 |
| | | |||||
| * | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -1/+1 |
| | | |||||
| * | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 1 | -1/+1 |
| | | |||||
| * | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -2/+2 |
| | | |||||
| * | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 4 | -4/+4 |
| | | |||||
| * | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 2 | -4/+4 |
| | | |||||
| * | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 3 | -4/+4 |
| | | |||||
| * | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary language. | Darrell Anderson | 2012-10-21 | 1 | -1/+1 |
| | | |||||
| * | Fix inadvertent tqt changes. | Darrell Anderson | 2012-10-21 | 4 | -4/+4 |
| | | |||||
| * | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 4 | -6/+6 |
| | | |||||
| * | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 2 | -15/+15 |
| | | |||||
