summaryrefslogtreecommitdiffstats
path: root/dcop
Commit message (Collapse)AuthorAgeFilesLines
* dcopidlng fixes:Slávek Banko2020-06-111-1/+1
| | | | | | | + do not skip an empty class if it is declared with K_DCOP Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 234c903a9b4e6e6aff30721fd3594e54cea0c2d5)
* dcopidlng fixes:Slávek Banko2020-06-074-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 <slavek.banko@axis.cz> (cherry picked from commit 49614d38c9b298488b2cba15bbee48db8d7ec316)
* Remove remaining 'register' instructions.Michele Calgaro2020-02-201-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 30606e55f1a570463d837cb110b0bd4adba6643b)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-305-34/+34
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9)
* Process the new location of the ICEauthority fileSlávek Banko2019-12-032-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 <slavek.banko@axis.cz> (cherry picked from commit 38b2b0be7840d868c21093a406ab98a646212de1)
* cmake: Avoid double generating of dcop/tests files.Slávek Banko2019-11-051-14/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 83d02c95a1edfc69f303d838f904dc142bdb2f41)
* Fix CMake build dependencies for tests.Slávek Banko2019-03-031-0/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8fc2a6ca26ff8a6aaffc57357be865a8dcfecbd8)
* Fix CMake build dependenciesSlávek Banko2017-04-091-15/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1cc26703c32c70e888ef94bc408dcb5da6b5f5a4)
* testing: Run tests that use DCOP in a temporary homeSlávek Banko2017-02-011-0/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit df203a23f4d96fae5fbc61bb180c4db8f63e63ae)
* testing: fix bash specific syntax in dcop testSlávek Banko2017-01-291-1/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 30d5bd4d72248f63eb5b20209a4ba9537dc44295)
* dcop/tests: run dcop tests in a safer mannerAlexander Golubev2017-01-293-2/+13
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit f2d8e88f099f908075d3d7b166fdb40d9be6c1c5)
* Include module into test namesAlexander Golubev2017-01-291-1/+2
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 6c1b8a75f293ed4f1a08ec2064a2f5fa60de395b)
* Make dcop tests run without XAlexander Golubev2017-01-293-10/+24
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 7f6c0b1c7d39628a7c1f3cc4271f92054fe151eb)
* Fix a couple of harmless warningsAlexander Golubev2017-01-291-1/+1
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit e0b892796d218e0ad64ed6698640e1923662d943)
* Add dcop tests to cmakeAlexander Golubev2017-01-296-9/+72
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 26d76a4c048d99e282356616ca8e1e5ad45a7f53)
* Fix invalid perl syntax in kdocAstUtil.pmFrançois Andriot2015-12-061-1/+1
| | | | | | | This resolves Bug 2543 Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 7be2f6784dcb70a494fc9eb98da68cf10f8a6edb)
* Fix compositing manager detectionTimothy Pearson2014-11-232-4/+25
| | | | Add advanced option to allow a DCOP call to bypass the local call-->send translation shortcut
* Fix ucred support in openbsdFrançois Andriot2014-10-081-0/+4
|
* 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
|
* Rename terminateKDE->terminateTDEDarrell Anderson2013-09-071-3/+3
|
* Remove line breaks from stdout/stderr messages to improve readability.Darrell Anderson2013-09-071-16/+16
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-3/+3
|
* Bump library versions to 14.0.0Timothy Pearson2013-08-261-1/+1
| | | | This relates to Bug 1575
* Fix DCOP standard TQt object marshalingTimothy Pearson2013-05-152-19/+35
| | | | This partially resolves Bug 1510
* Trivial log cleanupTimothy Pearson2013-04-051-1/+1
| | | | | This closes Bug 1201 Thanks to Darrell Anderson for the patch!
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-6/+6
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-012-6/+6
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-5/+5
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-206-24/+24
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-2/+2
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsDarrell Anderson2012-10-211-4/+4
|\
| * Update TQt3 property/enum macrosTimothy Pearson2012-10-201-4/+4
| |
* | Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|/
* Branding: KDE panel->TDE panel.Darrell Anderson2012-06-271-1/+1
|
* Use tqtinterface-provided values for DCOP text typesTimothy Pearson2012-06-095-62/+62
| | | | This resolves Bug 994
* Add source code module name to stdout/stderr message to improve readability.Darrell Anderson2012-05-061-1/+1
|
* GCC 4.7 fix needed to build tdebase.Darrell Anderson2012-04-271-3/+3
| | | | | This partially resolves bug report 958. Thanks to Francois Andriot.
* Fix typos.Darrell Anderson2012-04-042-4/+4
|
* Add source code module name [KDE-ICE error] to stdout/stderr messages to ↵Darrell Anderson2012-03-131-2/+2
| | | | improve readability.
* Fix FTBFSTimothy Pearson2012-03-081-6/+6
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2012-03-077-186/+186
|\
| * Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2012-03-072-126/+126
| |
| * Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2012-03-075-60/+60
| |
* | Rename additional members for tqt3Timothy Pearson2012-03-071-1/+1
|/
* Rename additional global TQt functionsTimothy Pearson2012-03-0123-175/+175
|