summaryrefslogtreecommitdiffstats
path: root/kommander/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-054-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1412-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2133-37/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-071-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2033-33/+33
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kommander: removed 'Run in KDE4' menu entry and code.Michele Calgaro2022-05-131-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of .desktop files.Slávek Banko2021-05-051-32/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with CMake build:Slávek Banko2021-03-121-0/+3
| | | | | | | | + 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>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2021-03-113-14/+14
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-03-1110-5/+84
| | | | | | | | | | | | | | | | 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>
* Rename *OBJECT_NAME_STRINGormorph2020-08-271-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to accidental double quote duplicationTimothy Pearson2014-10-231-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* 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-0347-54/+54
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1522-30/+30
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-3/+3
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-072-3/+3
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0410-17/+17
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-016-7/+7
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-018-15/+15
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2414-28/+28
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-3/+3
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-2/+2
|
* Fix 'format not a string literal' error.Darrell Anderson2012-11-021-1/+1
| | | | Thanks to Serghei Amelian.
* Update TQt3 property/enum macrosTimothy Pearson2012-10-203-3/+3
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-133-3/+3
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1733-33/+33
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-5/+5
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1920-47/+47
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-185-15/+15
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1623-75/+75
| | | | This reverts commit 2b0e1de2ffcca7bb93f1fd8ddd32f74041d0d076.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1523-75/+75
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1646-52/+52
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-1/+1
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-1/+1
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1012-64/+64
| | | | | | | | 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-107-20/+20
| | | | | | | | | 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-093-4/+4
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdewebdevtpearson2011-06-1667-322/+358
| | | | | | | 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
* Runtime object naming repaired in kdewebdevtpearson2011-02-241-1/+1
| | | | | | | NOTE: runtime object naming still needs to be checked for stray "Q*" strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1222551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0228-50/+50
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3167-1691/+1691
| | | | 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-2575-0/+9197
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da