summaryrefslogtreecommitdiffstats
path: root/kmymoney2
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hr14.1.xMichele Calgaro2025-08-182-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f49fd2dc8e23f80732e79fa0eb80ff1059fa33b3)
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-0215-26/+26
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ea77e27d61983f4ca5fe73d627fc000712abe9d)
* Use tde_install_symlink to create symlink during installation,Slávek Banko2024-11-181-14/+1
| | | | | | | | | | instead of calling add_custom_command, add_custom_target and install. This not only simplifies the code, but prevents the problem of repeated starting of the 'ln' command with CMake >= 3.31, which led to FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e617b844b58acc6be75236628390a431e4d7b21c)
* Need to include definition of Q_UNUSED macroMichele Calgaro2024-10-291-0/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c622965761f8940197e46703484b07db294bc34c)
* tqabstractlayout.h is obsoleteMichele Calgaro2024-08-291-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 342aed5005137e982210d2320406b316003189f5)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 451bff5e53c2f78bd6e7475bbdd657b32f269a1b)
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 15a11584a5e978821c7de52687ca5b22ce2f7749)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-153-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e62655240c39501177ae3900c1e06a14071d3327)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22063d77180753d4fddd9840514a5d073e695b5b)
* cmake files: change keywords to lower caseMichele Calgaro2024-03-10361-691/+690
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 41c1fd1fc0486eb29655f220b412867c173ac059)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-034-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8a8cd95d641315f149c06c17fc3033f3f0be6fc8)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0793-1113/+1113
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e84ff3d61520e4200f987d3a0b6bea570b2e8b32)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-1515-180/+180
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit da9081a78aa22cc87ff98f07719e1c3befaebfc2)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-044-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 29a883cec1a2631638574e0cf9f867d172981b82)
* Replace 'Event' #define stringsMichele Calgaro2023-11-305-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b50df900ce9ce1c9ad3b2e6dd25feb5cde644e1d)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-246-9/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9bb2179ec0b55df8162909ad36a2781f73e5e734)
* Replace Qt with TQtMichele Calgaro2023-11-0541-195/+195
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 96c67c9b3924ab034d3d34aa03d3ea7cf0746587)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-281-12/+12
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ecdc0343d446e810e477e8924e846de7f3313c55)
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04d6c8be1394e2f023257368f8e911416edb9b8a)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-038-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 07ee42fec37a3bee1c18f7dc776389063787f894)
* Drop USE_TQT4 codeMichele Calgaro2023-08-292-2/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7933eeb0613bc492820e6e048027dd010ad71234)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-168-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba6005e901224a5f03b58e975a1b452ef61ae8ec)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a266dff036219bfe8687956cbb05861ae26f0d1b)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 290876c28679f397be9eabed8110c28b42b3d27a)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-24135-179/+179
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a70f1720eb66ddeb89d4340e44c601e3613b837)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-122-19/+19
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7da583b50658b88243d71ddfd0a9d2146d6bda6c)
* Copy translations to a new directory layout.Slávek Banko2022-12-106-30/+24
| | | | | | Added translations of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.Michele Calgaro2022-12-1090-1035/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-117-54/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix building with hidden visibility.Slávek Banko2022-03-182-7/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Enforce the use of TQt with STL only where it is necessary.Slávek Banko2022-03-186-18/+35
| | | | | | 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 Banko2022-03-1834-137/+137
| | | | | | 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 Banko2022-03-1829-194/+195
| | | | | | 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 Banko2022-03-1833-106/+1238
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Cleanup and fix headers installed for public APISlávek Banko2022-03-14258-252/+866
| | | | | | | | | | + 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>
* Remove generated sources.Slávek Banko2022-03-122-368/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-2957-88/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-281-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-281-0/+6
| | | | | | Update translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use the context attribute in the UI filesSlávek Banko2018-12-284-18/+9
| | | | | | to determine the translation context. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-173-11/+9
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-272-2/+2
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QTDESIGN -> TQTDESIGN, to fix FTBFS.Michele Calgaro2018-09-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag.Michele Calgaro2018-09-012-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS for build without cppunitSlávek Banko2018-07-125-15/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS for build with --enable-finalSlávek Banko2018-07-123-1/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on Fedora 28Slávek Banko2018-07-1215-0/+31
| | | | | | This resolves bug 2901 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23455-0/+0
|
* Rename a few icons left in rc filesr14.0.0Timothy Pearson2014-11-201-1/+1
|