Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 15 | -97/+97 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop automake build support. | Michele Calgaro | 2022-12-10 | 2 | -64/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix building with hidden visibility. | Slávek Banko | 2022-03-18 | 1 | -2/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Enforce the use of TQt with STL only where it is necessary. | Slávek Banko | 2022-03-18 | 3 | -10/+27 |
| | | | | | | The definition of -UTQT_NO_STL is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Added controlled conversions to char* instead of automatic ascii conversions. | Slávek Banko | 2022-03-18 | 11 | -58/+58 |
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Replace the use of the old API TQString::data(). | Slávek Banko | 2022-03-18 | 8 | -31/+31 |
| | | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Conversion to the cmake building system. | Slávek Banko | 2022-03-18 | 4 | -2/+200 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Cleanup and fix headers installed for public API | Slávek Banko | 2022-03-14 | 75 | -143/+241 |
| | | | | | | | | | | + Added installation of headers that are referenced, but were not installed. + Some headers were listed as inst_HEADERS and also as noinst_HEADERS. + Replaced paths to directories in source code used in "include <...>". + Common "tdeversion.h" is now used instead of local "kdecompat.h". + Including "config.h" has been moved from ".h" to ".cpp" files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-29 | 11 | -20/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 1 | -2/+0 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS for build without cppunit | Slávek Banko | 2018-07-12 | 2 | -6/+0 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 2 | -4/+4 |
| | |||||
* | Fix unintended renaming | Slávek Banko | 2013-11-08 | 1 | -4/+4 |
| | |||||
* | Update minor TQt3 tool names to match current TQt3 sources in GIT | Timothy Pearson | 2013-11-07 | 1 | -4/+4 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 9 | -9/+9 |
| | |||||
* | Rename KShared | Timothy Pearson | 2013-01-31 | 8 | -27/+27 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 2 | -2/+2 |
| | |||||
* | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 12 | -40/+40 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 18 | -94/+94 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 2 | -2/+2 |
| | |||||
* | Update various qt function definitions and static methods for tqt3 | Timothy Pearson | 2012-02-14 | 2 | -7/+7 |
| | |||||
* | Update to upstream stable version 1.0.5 | Timothy Pearson | 2012-01-14 | 1 | -3/+16 |
| | |||||
* | Fix a number of crashes | Timothy Pearson | 2012-01-14 | 4 | -5/+5 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 5 | -8/+8 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 20 | -175/+175 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 22 | -330/+330 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 32 | -496/+496 |
| | | | | This reverts commit 252fce5a2a5384702fbcc1c9987284d7bd2e6943. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 32 | -496/+496 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵ | tpearson | 2011-09-18 | 2 | -20/+20 |
| | | | | | | | | | from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 43 | -292/+292 |
| | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 28 | -259/+259 |
| | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix kmymoney2 FTBFS | tpearson | 2011-08-01 | 1 | -0/+2 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1244305 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix kmymoney FTBFS under Qt4 with a series of nasty hacks | tpearson | 2011-07-21 | 1 | -5/+5 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1242563 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Remove the tq in front of these incorrectly TQt4-converted methods/data members: | tpearson | 2011-07-09 | 21 | -134/+134 |
| | | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Rename incorrect instances of tqrepaint[...] to repaint[...] | tpearson | 2011-07-07 | 1 | -1/+1 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | TQt4 port kmymoney | tpearson | 2011-07-05 | 88 | -5162/+5156 |
| | | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239855 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Added kmymoney | tpearson | 2011-07-04 | 110 | -0/+48010 |
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |