summaryrefslogtreecommitdiffstats
path: root/quanta/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-057-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1414-53/+53
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-212-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2019-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-181-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with CMake build:Slávek Banko2021-03-123-0/+11
| | | | | | | | + Determine TQt and TDE include directories as SYSTEM. It solves priority for #include "..." × #include <...> + Additional linked libraries. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-03-119-27/+40
| | | | | | | | | | | | | | | | Delete empty files (dummy.cpp, xsldbgconfig.h). Remove hard-coded path for the kmdr-executor executable. Replaced $TQTDIR/doc/html string path for TQTDOCDIR in kommander. Add man pages taken from the Debian packaging. Signed-off-by: gregory guy <gregory-tde@laposte.net> Fix linking - kxsldbgcommon-static and kimagemapeditorcommon-static needs to be embedded. Move the linking of xml and readline libraries to the appropriate static libraries. Add build option WITH_QUANTA_CVSSERVICE. Add a test whether the readline can be linked standalone or whether ncurses is needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-4/+4
|
* Rename KABC namespaceTimothy Pearson2013-02-201-2/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1517-27/+27
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-145-5/+5
|
* Fix FTBFSTimothy Pearson2013-02-113-0/+0
|
* Fix unintended renameTimothy Pearson2013-02-115-7/+7
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0115-23/+23
|
* Fix FTBFSTimothy Pearson2013-02-013-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-018-51/+51
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2711-17/+17
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2511-43/+43
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-244-7/+7
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Fix a number of unconnected signals and slotsTimothy Pearson2012-11-171-1/+1
|
* Fix QString -> TQString.Darrell Anderson2012-09-162-22/+22
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-131-2/+2
|
* Rename additional global TQt functionsTimothy Pearson2012-03-012-2/+2
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1719-19/+19
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2111-24/+24
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1911-34/+34
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1821-57/+57
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1635-123/+123
| | | | This reverts commit 2b0e1de2ffcca7bb93f1fd8ddd32f74041d0d076.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1535-123/+123
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-2/+2
|
* Fix FTBFS on armelTimothy Pearson2011-11-231-0/+3
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-164-5/+5
|
* rename the following methods:tpearson2011-08-1041-84/+84
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1016-85/+85
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0925-39/+39
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdewebdev FTBFS under Qt3tpearson2011-06-174-8/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdewebdevtpearson2011-06-1665-711/+730
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdewebdev/quanta] initial cmake supportsamelian2011-01-163-0/+106
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1214824 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdewebdev/quanta] fix deprecation warnings; make compatible with ↵samelian2011-01-162-3/+3
| | | | | | QT_NO_ASCII_CAST flag git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1214823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0211-24/+24
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3144-767/+767
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2568-0/+12530
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da