summaryrefslogtreecommitdiffstats
path: root/kig/modes
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility with C++17.r14.1.2Slávek Banko2024-04-154-10/+10
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0bcb76d981bf8ebd8806d6ae73cdcb77b5f4a124)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-042-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8240e696414576ea5e95894bb1c332eaab03d9ec)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-195-34/+34
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 69e4de2f4cee257151ca13b207dc677b2d958fed)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-057-16/+16
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f08f58fdc18573fbdf637e872a0a4646be58628c)
* Replace Qt with TQtMichele Calgaro2023-11-071-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8e3d1d47df0efdc66fe6b96f8b1c78a2cb18ee6)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 118efac31c7d85eda2db83c3f37cccfb6bd3e17d)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-216-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8)
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-071-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-1114-25/+25
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to the cmake building system.gregory guy2019-06-274-22/+50
| | | | | | | Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-3/+3
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-156-11/+11
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-045-17/+17
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-019-9/+9
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-014-7/+7
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-212-16/+16
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-176-7/+7
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-20/+20
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-198-17/+17
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-188-17/+17
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1614-57/+57
| | | | This reverts commit 6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1514-57/+57
|
* Fix FTBFS on armelTimothy Pearson2011-11-191-0/+3
|
* Fix FTBFSTimothy Pearson2011-11-182-3/+5
|
* rename the following methods:tpearson2011-08-1013-43/+43
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-102-2/+2
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0912-66/+66
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-144-4/+4
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeedutpearson2011-06-1128-267/+274
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-0715-69/+69
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1212481 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-0415-69/+69
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1211429 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-022-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3128-418/+418
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2533-0/+6532
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da