summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney
Commit message (Collapse)AuthorAgeFilesLines
* Fix TQT_NO_STL × QT_NO_STL to resolve FTBFS in stable branch,Slávek Banko2022-03-212-14/+14
| | | | | | which comes from commit 5ec229a4470f605eca53326853ff246a49e80189. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix building with hidden visibility.Slávek Banko2022-03-201-2/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 64d92fbade9e54ba8bb334b67ba541cea1f7ae9e)
* Enforce the use of TQt with STL only where it is necessary.Slávek Banko2022-03-203-10/+27
| | | | | | | The definition of -UTQT_NO_STL is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f3fd991c693316d26e360438eff8ecff8a54553d)
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2022-03-2011-58/+58
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5e6c401557744fe5f9765471605cc793939fee1f)
* Replace the use of the old API TQString::data().Slávek Banko2022-03-208-31/+31
| | | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit eeae53f59df4d79d0399c2217a165ff2fab754db)
* Conversion to the cmake building system.Slávek Banko2022-03-204-2/+200
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a6454b1658d325d6ff2d6ba6c349b772148798e0)
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2022-03-201-2/+0
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 38f46e7137a77df91eb38133921f6536d847ba81)
* Cleanup and fix headers installed for public APISlávek Banko2022-03-1575-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> (cherry picked from commit d536400b45d5ea05df97d42b81802ef801cb2eda)
* Removed code formatting modelines.Michele Calgaro2020-09-2911-20/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 045c60664e3f46bd878d4adbe26081bb40dcbc31)
* Fix FTBFS for build without cppunitr14.0.5Slávek Banko2018-07-122-6/+0
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1b4f3fa5564005bf99486750e4c5fdd980b0b757)
* Fix unintended renamingDarrell Anderson2014-02-162-4/+4
|
* Fix unintended renamingSlávek Banko2013-11-081-4/+4
|
* Update minor TQt3 tool names to match current TQt3 sources in GITTimothy Pearson2013-11-071-4/+4
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-159-9/+9
|
* Rename KSharedTimothy Pearson2013-01-318-27/+27
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-2/+2
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-1312-40/+40
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0118-94/+94
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-172-2/+2
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-142-7/+7
|
* Update to upstream stable version 1.0.5Timothy Pearson2012-01-141-3/+16
|
* Fix a number of crashesTimothy Pearson2012-01-144-5/+5
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-215-8/+8
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1920-175/+175
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1822-330/+330
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1632-496/+496
| | | | This reverts commit 252fce5a2a5384702fbcc1c9987284d7bd2e6943.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1532-496/+496
|
* Fix FTBFSTimothy Pearson2011-11-241-1/+1
|
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵tpearson2011-09-182-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:tpearson2011-08-1043-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:tpearson2011-08-1028-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 FTBFStpearson2011-08-011-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 hackstpearson2011-07-211-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:tpearson2011-07-0921-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[...]tpearson2011-07-071-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kmymoneytpearson2011-07-0588-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 kmymoneytpearson2011-07-04110-0/+48010
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da