TDE Gitea
f2553c2ff4
Reset submodule main/tdenetwork/cmake to latest HEAD
5 years ago
Slávek Banko
b1c3084856
Switch all submodules to https.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
adcc0f44ef
Clean up desktop files and fix German translations.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Andrew Randrianasulu
23344311de
Adding checking for Samba version 4 in kcm_sambaconf/sambafile.cpp
...
Fixes issue #15 in tdenetwork
Signed-off-by: Andrew Randrianasulu <randrianasulu@gmail.com>
Minor adjustments to refine the version test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
d75671abac
Removed .lsm files. lsm database is outdated and unmaintained.
5 years ago
Roman Savochenko
b75ba2ef0d
krfb: Add a function for appending new symbols to the actual X-server keymap
...
This resolves bug 3014 and issue #11
Signed-off-by: Roman Savochenko <roman@oscada.org>
5 years ago
Chris
78e79db9ef
Modernize path to first video device to /dev/video0.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
a5fee689bf
Fix remaining brandings in tdenetwork.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
be39705ebd
Fix branding of kopete and make it promoting TDE.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
TDE Gitea
4e46e91981
Reset submodule main/tdenetwork/cmake to latest HEAD
5 years ago
Michele Calgaro
d67f68267f
Adjusted to use new TQStringVariantMap type.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
7209623bd0
Fix FTBFS from commit 2c188798
.
...
On Linux, utmp.h is necessary even if utmpx.h is present.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
OBATA Akio
48ca387b65
kppp: fix to build on NetBSD
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio
7537d9ef7d
Change to check `strerror` and `fdopen` with CMake
...
It is hard to update list of "available" platforms.
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
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