summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* cmake files: change keywords to lower caseMichele Calgaro2024-03-10113-228/+227
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 41c1fd1fc0486eb29655f220b412867c173ac059)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-033-6/+6
| | | | | 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-0744-446/+446
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e84ff3d61520e4200f987d3a0b6bea570b2e8b32)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-159-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit da9081a78aa22cc87ff98f07719e1c3befaebfc2)
* Replace 'Event' #define stringsMichele Calgaro2023-11-302-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b50df900ce9ce1c9ad3b2e6dd25feb5cde644e1d)
* Replace Qt with TQtMichele Calgaro2023-11-057-21/+21
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 96c67c9b3924ab034d3d34aa03d3ea7cf0746587)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-034-6/+6
| | | | | 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-163-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba6005e901224a5f03b58e975a1b452ef61ae8ec)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2457-60/+60
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a70f1720eb66ddeb89d4340e44c601e3613b837)
* Drop automake build support.Michele Calgaro2022-12-102-56/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-115-42/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2022-03-186-22/+22
| | | | | | 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-184-18/+18
| | | | | | 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-183-1/+181
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Cleanup and fix headers installed for public APISlávek Banko2022-03-1459-15/+230
| | | | | | | | | | + 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 Calgaro2020-09-2910-15/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use the context attribute in the UI filesSlávek Banko2018-12-283-16/+8
| | | | | | 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-172-9/+9
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on Fedora 28Slávek Banko2018-07-1210-0/+21
| | | | | | This resolves bug 2901 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-1/+1
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-138-13/+13
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fix unintended renamingSlávek Banko2013-11-087-17/+17
|
* Update minor TQt3 tool names to match current TQt3 sources in GITTimothy Pearson2013-11-077-17/+17
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-036-13/+13
|
* Rename KABC namespaceTimothy Pearson2013-02-201-7/+7
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1556-116/+116
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1411-11/+11
|
* Rename kcompletionboxTimothy Pearson2013-02-071-1/+1
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0418-66/+66
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0128-41/+41
|
* Fix FTBFSTimothy Pearson2013-02-018-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0130-75/+75
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2715-60/+60
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2510-27/+27
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2425-73/+73
|
* Fix disconnected signal/slotTimothy Pearson2012-11-171-1/+1
|
* Fix inadvertent "TQ" changes.Slávek Banko2012-07-2810-22/+22
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-138-16/+16
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0118-54/+54
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1757-60/+60
|
* Fix a number of crashesTimothy Pearson2012-01-143-6/+6
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2143-138/+138
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1941-254/+254
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1866-383/+383
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1687-796/+796
| | | | This reverts commit 252fce5a2a5384702fbcc1c9987284d7bd2e6943.