OBATA Akio
2c18879814
Change to just include <utmpx.h> over <utmp.h>
...
Including deprecated <utmp.h> over standard <utmpx.h> may
cause unwanted side effects, for example, enables old-code-compatibility
functions and override utmpx functions.
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio
d3b49e3ec5
Change to dclare `strlcat` and `strlcpy` conditionally
...
They should be declared only for the case missing.
Current prototype signatures should be for suppliment implementations
in TDE core library.
It may differ than platform builtin one, 3rd argment is `size_t',
so it cause prototype mismatch for the case `size_t` != `unsigned long`.
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
TDE Gitea
25b1a428dd
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
fb30f0e327
Reset submodule main/tdenetwork/libtdevnc to latest HEAD
6 years ago
TDE Gitea
373b8f03e2
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
81aaf2b9b0
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
Slávek Banko
95285a6e56
Use socklen_t directly, instead of deprecated ksize_t.
...
This resolves FTBFS on FreeBSD 12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
53aff5055e
Reset submodule main/tdenetwork/libtdevnc to latest HEAD
6 years ago
Slávek Banko
9f6b1118bc
Use common CMake tests.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
337dfa9173
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
678289e9d6
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
Slávek Banko
dca06b0505
Fix empty translation.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
3927af6b2a
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
2407c33616
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
Slávek Banko
ba6db0daa9
Add CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Fabio Rossi
66285bb35a
Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
...
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
TDE Gitea
08d9d65077
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
24a7bd5ea0
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
5db79c09a4
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
TDE Gitea
74af448c63
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
Michele Calgaro
53fe3bf43a
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
ca937b0c3e
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
Michele Calgaro
f70fe735b5
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
...
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
db944412a6
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy
2a97cbef31
change EXEC_PROCESS for EXECUTE_PROCESS, this solves issue #2
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
d3b0007539
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
5d9f0b15fc
Reset submodule main/tdenetwork/libtdevnc to latest HEAD
6 years ago
TDE Gitea
0387af6b8e
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
Michele Calgaro
adaee77261
qt -> tqt conversion:
...
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
9c1ef7fda1
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
Slávek Banko
94033dc8bb
Add includes to UI files to resolve FTBFS
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
716e33b80b
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
9840678387
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
03bbfe99b1
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
Michele Calgaro
ec29223fe9
Reset submodule main/tdenetwork/libtdevnc to latest HEAD
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
e524e3be92
Removed unnecessary executable flag. This relates to bug 2153.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
ecfe503345
Reset submodule main/tdenetwork/libtdevnc to latest HEAD
6 years ago
Michele Calgaro
28ea76eab7
Fixed typedef-related warnings from compiler.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
c0dd6fa720
Fix FTBFS with stricter C++11
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
3fcbeef084
Update bug reports url to bugs.trinitydesktop.org
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
b07c9747b9
Reset submodule main/tdenetwork/libtdevnc to latest HEAD
6 years ago
Slávek Banko
449164733b
kopete: Add descriptions for connection options
...
This relates to bug 2669
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Automated System
1bc24fe743
Reset submodule main/tdenetwork/admin to latest HEAD
7 years ago
Automated System
8fc3165714
Reset submodule main/tdenetwork/admin to latest HEAD
7 years ago
Automated System
fc4c3849b1
Reset submodule main/tdenetwork/admin to latest HEAD
7 years ago
Slávek Banko
036b0229db
kopete: Remove the AIM specific code from liboscar
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
dc34f9c391
kopete: Remove AIM protocol
...
AIM network has been shutdown in 2017-12-15
This resolves Bug 2846
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
f6fd4ab6c0
kopete: Remove references to MSN from the documentation
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
c49165ddb7
kopete: Fix unintended renaming ICQ => ICTQ
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
2d5f9c55da
kopete: Remove CMake build option for MSN protocol
...
MSN protocol has already been dropped in commit 04860347
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago