summaryrefslogtreecommitdiffstats
path: root/chalk/core
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-152-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-043-16/+16
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-042-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2018-18/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-231-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop python2 support in scripts.Slávek Banko2023-01-221-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed FTBFS caused by usage of dynamic exception specification, no longer ↵Michele Calgaro2021-07-261-3/+3
| | | | | | accepted in c++17. Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-2962-23/+23
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add OPENEXR_CXXFLAGS to resolve FTBFS.Slávek Banko2020-09-071-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-012-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-2/+2
|
* Add workaround to compiler bug on Raspbian WheezySlávek Banko2014-08-271-2/+5
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-034-8/+8
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1530-31/+31
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-4/+4
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-012-2/+2
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-012-4/+4
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-2/+2
|
* Rename KSharedTimothy Pearson2013-01-3127-59/+59
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-277-7/+7
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2614-40/+40
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-3/+3
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-243-12/+12
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1717-17/+17
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-1423-74/+74
|
* Fix inadvertent TQt string conversionsTimothy Pearson2012-01-131-1/+1
| | | | This closes Bug 782
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-198-55/+55
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-184-10/+10
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1616-72/+72
| | | | This reverts commit 94844816550ad672ccfcdc25659c625546239998.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1516-72/+72
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* Fix koffice FTBFS under oneirictpearson2011-10-151-8/+16
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1258954 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1036-233/+233
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1016-36/+36
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0914-69/+69
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Finish rebranding of Krita as Chalktpearson2011-06-26154-0/+30751
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da