summaryrefslogtreecommitdiffstats
path: root/dcop/client
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-151-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-2/+2
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-34/+34
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* dcopclient: Added support for TQStringVariantMapMavridis Philippe2022-05-201-0/+3
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* dcopclient: Fix TQStringList handling.Mavridis Philippe2022-05-201-1/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* dcopclient: Fixed TQMap/TQValueList display.Mavridis Philippe2022-05-201-6/+6
| | | | | | This fixes issue #166. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* dcopclient: Use default path for XDG_RUNTIME_DIR if the variable is not set.Slávek Banko2021-11-081-50/+57
| | | | | | This resolves issue TDE/tdebase#241. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-275-9/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Process the new location of the ICEauthority fileSlávek Banko2019-12-021-3/+23
| | | | | | | | | | | | | | | + our internal implementation of IceAuthFileName tests whether the ICEauthority file exists in the folder specified by the XDG_RUNTIME_DIR variable + DCOP client tests whether the ICEauthority file for a specific user exists in the user's folder based on the XDG_RUNTIME_DIR variable + tdeinit uses the IceAuthFileName() function instead of building the file name This relates to bug 3027. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix a couple of harmless warningsAlexander Golubev2017-01-291-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Revert commit 1d498994Slávek Banko2014-04-051-1/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-021-0/+1
| | | | This relates to Bug 1199
* Fix KDE->TDE rebranding in dcop command line help.Darrell Anderson2014-01-251-5/+5
|
* Fix DCOP standard TQt object marshalingTimothy Pearson2013-05-152-19/+35
| | | | This partially resolves Bug 1510
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-272-4/+4
|
* Use tqtinterface-provided values for DCOP text typesTimothy Pearson2012-06-091-28/+28
| | | | This resolves Bug 994
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2012-03-071-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-014-24/+24
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-192-2/+2
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-1/+1
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-163-6/+6
| | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-153-6/+6
|
* Fix kdelibs FTBFS on native TQt3Timothy Pearson2011-11-151-3/+3
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-3/+3
|
* rename the following methods:tpearson2011-08-103-22/+22
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdelibs to function correctly with TQt for Qt4tpearson2011-02-152-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/dcop] link libX11 to dcopquitsamelian2011-02-151-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220752 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/dcop] link libX11 to dcopsamelian2011-02-151-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220747 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Patch a few buffer overrun problems and odd crash potentialstpearson2011-01-261-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217371 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion for TQt for Qt4 3.4.0 TP2tpearson2011-01-134-42/+42
| | | | | | | | This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move ↵samelian2011-01-111-4/+0
| | | | | | TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-075-56/+56
| | | | | | | | 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/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-035-56/+56
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] added initial cmake supportsamelian2010-10-051-0/+61
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Various compilation fixes.tpearson2010-08-051-2/+2
| | | | | | | | Most are to specify types where ambiguity is present, so for example 'T' becomes (QChar)'T' git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1159657 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-314-188/+188
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2510-0/+1970
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da