Commit Graph

1659 Commits (c64685ad8d7b76b78a5342fc03e7b7cf245eec84)
 

Author SHA1 Message Date
TDE Gitea 0656a7511d Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
Slávek Banko 3c9bcf2134
Use a common test for dbus detection and paths configuration.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko ebf0115af1
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE=1.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 83e4c4d56c
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 04e54344be Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
OBATA Akio dd6da7345a Fix if-else syntax for the case missing OSS support 6 years ago
OBATA Akio 08b7645468 Change to always build and install KACL
It is used by others even if missing POSIX ACL support.
6 years ago
OBATA Akio 6aead73137 Add some missing supplement macros for MIDI support
They are used but not defined for missing OSS support.
6 years ago
OBATA Akio 9e6c88287f
Change to define __STDC_LIMIT_MACROS first
<stdint.h> (or other system headers handling the macro) may be included
indirectly from other header files (<sys/types.h> is a reasonable one).
6 years ago
OBATA Akio 6716d0dfb9 Convert GETMNTINFO_USES_STATVFS check to CMake
Fix to build on such platforms, it is used but not checked with CMake.
6 years ago
TDE Gitea 96ea8604a1 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea f68d337320 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
Slávek Banko f1c0bbd1e8
Update CMakeL10n rules
+ Add rule to update template with common texts - tde.pot.
+ Add the X-POT option to ensure that the common texts are part of tdelibs.pot.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 6b3ce66088
Fixed access to TDE wallets created before R14.0.6 that uses special non-ascii characters in their password.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Emanoil Kotsev cfb7075fa2
Fixed problem with access to tdewallet caused by commit 6ec26d85.
This resolves issue #11

Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Fabio Rossi d8177b4058 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 b7788884cb Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea e5e93742f3 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea c1e276c292 Reset submodule main/tdelibs/admin to latest HEAD 6 years ago
Slávek Banko e532d9345d Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 7ef585492c
Rename translation context QXml => TQXml
to match the translation context in TQt3.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 0e892bc700
Deleted blank line at the beginning of the file.
This prevented proper processing by extractrc.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 9053451f7a Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
Slávek Banko 2040c56119
Small adjustments in Kate syntax highlighting files.
+ Modify the line break in <language> tag in cpp.xml.
+ Remove UTF8 BOM from ppd.xml.
+ It allows processing by extractattr.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 0518787fab Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
gregory guy 80a7ad41e3
add some missing icons, these have been converted/resized from the highest resolution available
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro 6ec26d859b
KPasswordEdit::password() now returns a TQString instead of a const char *. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy 82afa07a43
fix issue #3 utempter detection
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro 75d48a810c
Conversion exitkde -> exittde in knotify.evertsrc file. This relates to
bug 2283.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 6629107ba8
Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.
The FTBFS seems to happen only for some users, so this fix should help
in such cases.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro ad3d32f424
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro aa3c544e95
Removed obsolete Qt2's TQVector class and replaced
with TQt3's TQPtrVector.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 6e6c0f097e
Fixed unwanted rename in Kate's qt4 syntax highlight file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 2e0398f755
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 8d88f31f74
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 682dcc3f5d Reset submodule main/tdelibs/admin to latest HEAD 6 years ago
Michele Calgaro 8d07cff840
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro a97b283fd5
Fixed unvoluntary rename in qt4 syntax highlight file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 89389861b3
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
Michele Calgaro 2518c29202
qt -> tqt conversion:
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 <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 50087701ab
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 6290931c7a
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 50273bde75
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 5fd6b45e58 Reset submodule main/tdelibs/admin to latest HEAD 6 years ago
Michele Calgaro f67512dd4b
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 492830edfe
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 0c5985ae03
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko cbe888f1c4
Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
TDE Gitea 1f693264be Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
TDE Gitea e54dc42f64 Reset submodule main/tdelibs/admin to latest HEAD 7 years ago