Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-06 | 6 | -17/+17 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | tests: Wait for the dcop server to be ready. | Slávek Banko | 2020-12-06 | 1 | -0/+6 |
| | | | | | | Use a separate ICEAUTHORITY for tests. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-27 | 7 | -11/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add a knob to use fixed path `iceauth` tool | OBATA Akio | 2020-08-26 | 2 | -3/+16 |
| | | | | | | | | `system()` and `popen()` may unsafe unless using absolute command path. Rely on PATH environment variable set by users may result in unwanted tool. Signed-off-by: OBATA Akio <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix to set DCOP_PATH properly | OBATA Akio | 2020-08-26 | 1 | -0/+6 |
| | | | | | | | | | It is only used in dcop module and empty is unwanted situation, so properly define it in dcop/CMakeLists.txt. Rerevant header generation is also moved to there, and prevent to define in main config.h file too. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Add LOCAL_PEEREID sockopt support for peer socket uid check | OBATA Akio | 2020-08-12 | 1 | -2/+12 |
| | | | | | | It is supported on NetBSD 5 and later. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | dcopidlng fixes: | Slávek Banko | 2020-06-11 | 1 | -1/+1 |
| | | | | | | + do not skip an empty class if it is declared with K_DCOP Signed-off-by: Slávek Banko <[email protected]> | ||||
* | dcopidlng fixes: | Slávek Banko | 2020-06-07 | 4 | -22/+41 |
| | | | | | | | | | | | | | | + includes may use quotation marks + argument types can contain multiple words + avoid use long, short, int or char type as the argument name + avoid use type as the argument name if the const qualifier is used + use long notation of int types + the arguments can be nameless + return types can have qualifiers + do not warn on inherit of the DCOPObject and TQObject classes + the documentation comment does not have to end on a separate line Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove remaining 'register' instructions. | Michele Calgaro | 2020-02-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 5 | -34/+34 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Process the new location of the ICEauthority file | Slávek Banko | 2019-12-02 | 2 | -25/+79 |
| | | | | | | | | | | | | | | | + 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 <[email protected]> | ||||
* | cmake: Avoid double generating of dcop/tests files. | Slávek Banko | 2019-11-05 | 1 | -14/+7 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Added TQStringVariantMap to dcop known types. | Michele Calgaro | 2019-07-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix CMake build dependencies for tests. | Slávek Banko | 2019-03-03 | 1 | -0/+12 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -3/+3 |
| | | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. | Michele Calgaro | 2018-09-25 | 3 | -5/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 4 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT | Slávek Banko | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix CMake build dependencies | Slávek Banko | 2017-04-09 | 1 | -15/+7 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | testing: Run tests that use DCOP in a temporary home | Slávek Banko | 2017-02-01 | 1 | -0/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | testing: fix bash specific syntax in dcop test | Slávek Banko | 2017-01-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | dcop/tests: run dcop tests in a safer manner | Alexander Golubev | 2017-01-29 | 3 | -2/+13 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Include module into test names | Alexander Golubev | 2017-01-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Make dcop tests run without X | Alexander Golubev | 2017-01-29 | 3 | -10/+24 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Fix a couple of harmless warnings | Alexander Golubev | 2017-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Add dcop tests to cmake | Alexander Golubev | 2017-01-29 | 6 | -9/+72 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Fix invalid perl syntax in kdocAstUtil.pm | François Andriot | 2015-12-06 | 1 | -1/+1 |
| | | | | | | This resolves Bug 2543 Signed-off-by: François Andriot <[email protected]> | ||||
* | Fix compositing manager detection | Timothy Pearson | 2014-11-23 | 2 | -4/+25 |
| | | | | Add advanced option to allow a DCOP call to bypass the local call-->send translation shortcut | ||||
* | Fix ucred support in openbsd | François Andriot | 2014-10-08 | 1 | -0/+4 |
| | |||||
* | Revert commit 1d498994 | Slávek Banko | 2014-04-05 | 1 | -1/+0 |
| | |||||
* | Include xrender library directory when linking | Timothy Pearson | 2014-04-02 | 1 | -0/+1 |
| | | | | This relates to Bug 1199 | ||||
* | Fix KDE->TDE rebranding in dcop command line help. | Darrell Anderson | 2014-01-25 | 1 | -5/+5 |
| | |||||
* | Rename terminateKDE->terminateTDE | Darrell Anderson | 2013-09-07 | 1 | -3/+3 |
| | |||||
* | Remove line breaks from stdout/stderr messages to improve readability. | Darrell Anderson | 2013-09-07 | 1 | -16/+16 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -3/+3 |
| | |||||
* | Bump library versions to 14.0.0 | Timothy Pearson | 2013-08-26 | 1 | -1/+1 |
| | | | | This relates to Bug 1575 | ||||
* | Fix DCOP standard TQt object marshaling | Timothy Pearson | 2013-05-15 | 2 | -19/+35 |
| | | | | This partially resolves Bug 1510 | ||||
* | Trivial log cleanup | Timothy Pearson | 2013-04-05 | 1 | -1/+1 |
| | | | | | This closes Bug 1201 Thanks to Darrell Anderson for the patch! | ||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 4 | -6/+6 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -6/+6 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 3 | -5/+5 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 2 | -5/+5 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 6 | -24/+24 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs | Darrell Anderson | 2012-10-21 | 1 | -4/+4 |
|\ |