Michele Calgaro
5b32da3ab3
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed8e30bc6d
)
4 years ago
OBATA Akio
f17a911197
Add a knob to use fixed path `iceauth` tool
...
`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 <obache@wizdas.com>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ac8c8ca54a
)
4 years ago
OBATA Akio
928f3ce5fa
Fix to set DCOP_PATH properly
...
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 <obache@wizdas.com>
(cherry picked from commit 56c5973b6b
)
4 years ago
OBATA Akio
93c6d3795f
Add LOCAL_PEEREID sockopt support for peer socket uid check
...
It is supported on NetBSD 5 and later.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 7827038ab4
)
4 years ago
Slávek Banko
7c906bf227
dcopidlng fixes:
...
+ 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 234c903a9b
)
4 years ago
Slávek Banko
1dfd3ebadf
dcopidlng fixes:
...
+ 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 49614d38c9
)
4 years ago
Michele Calgaro
d94da50a46
Remove remaining 'register' instructions.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 30606e55f1
)
5 years ago
Michele Calgaro
41e0f335b5
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aa98dbfe80
)
5 years ago
Slávek Banko
eaf53f100d
Process the new location of the ICEauthority file
...
+ 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 38b2b0be78
)
5 years ago
Slávek Banko
95e165a077
cmake: Avoid double generating of dcop/tests files.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83d02c95a1
)
5 years ago
Slávek Banko
38601b30c9
Fix CMake build dependencies for tests.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8fc2a6ca26
)
6 years ago
Slávek Banko
9a2c96ae04
Fix CMake build dependencies
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1cc26703c3
)
8 years ago
Slávek Banko
7502543922
testing: Run tests that use DCOP in a temporary home
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit df203a23f4
)
8 years ago
Slávek Banko
a6615bdaaa
testing: fix bash specific syntax in dcop test
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 30d5bd4d72
)
8 years ago
Alexander Golubev
b3961a447f
dcop/tests: run dcop tests in a safer manner
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f2d8e88f09
)
8 years ago
Alexander Golubev
ab10c24ace
Include module into test names
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 6c1b8a75f2
)
8 years ago
Alexander Golubev
b08c1db715
Make dcop tests run without X
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7f6c0b1c7d
)
8 years ago
Alexander Golubev
14aee6dcdb
Fix a couple of harmless warnings
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit e0b892796d
)
8 years ago
Alexander Golubev
73da3d8e5c
Add dcop tests to cmake
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 26d76a4c04
)
8 years ago
François Andriot
094540b660
Fix invalid perl syntax in kdocAstUtil.pm
...
This resolves Bug 2543
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 7be2f6784d
)
9 years ago
Timothy Pearson
9ea35022d2
Fix compositing manager detection
...
Add advanced option to allow a DCOP call to bypass the local call-->send translation shortcut
10 years ago
François Andriot
3adf509ac8
Fix ucred support in openbsd
10 years ago
Slávek Banko
e7d1b8fe33
Revert commit 1d498994
11 years ago
Timothy Pearson
1d498994f8
Include xrender library directory when linking
...
This relates to Bug 1199
11 years ago
Darrell Anderson
d5554fcb01
Fix KDE->TDE rebranding in dcop command line help.
11 years ago
Darrell Anderson
c4284606f6
Rename terminateKDE->terminateTDE
11 years ago
Darrell Anderson
e4f16abb29
Remove line breaks from stdout/stderr messages to improve readability.
11 years ago
Slávek Banko
c6cb3f2794
Additional k => tde renaming and fixes
11 years ago
Timothy Pearson
cb17faa3e2
Bump library versions to 14.0.0
...
This relates to Bug 1575
11 years ago
Timothy Pearson
7e397d203c
Fix DCOP standard TQt object marshaling
...
This partially resolves Bug 1510
12 years ago
Timothy Pearson
4891e4bc15
Trivial log cleanup
...
This closes Bug 1201
Thanks to Darrell Anderson for the patch!
12 years ago
Timothy Pearson
8bd62a3b0d
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
d1e0cc99a2
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
deac2ca49f
Rename a number of classes to enhance compatibility with KDE4
12 years ago
Timothy Pearson
5159cd2beb
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
dfe289850f
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
703fb0c89c
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
12 years ago
Timothy Pearson
8e7816b2f9
Rename KApplication to TDEApplication to avoid conflicts with KDE4
12 years ago
Timothy Pearson
5bca2e3e42
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
12 years ago
Darrell Anderson
7bdcf7b7a9
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
12 years ago
Darrell Anderson
5d9a593c1f
Fix inadvertent tqt changes.
12 years ago
Timothy Pearson
fe43761567
Update TQt3 property/enum macros
12 years ago
Darrell Anderson
9a3a6725be
Branding: KDE panel->TDE panel.
13 years ago
Timothy Pearson
2366375b23
Use tqtinterface-provided values for DCOP text types
...
This resolves Bug 994
13 years ago
Darrell Anderson
070bc678cc
Add source code module name to stdout/stderr message to improve readability.
13 years ago
Darrell Anderson
7d40df8740
GCC 4.7 fix needed to build tdebase.
...
This partially resolves bug report 958.
Thanks to Francois Andriot.
13 years ago
Darrell Anderson
0d043b41b4
Fix typos.
13 years ago
Darrell Anderson
018767abe9
Add source code module name [KDE-ICE error] to stdout/stderr messages to improve readability.
13 years ago
Timothy Pearson
0dbdc7c4ae
Fix FTBFS
13 years ago
Timothy Pearson
06227c5420
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
13 years ago