Commit Graph

553 Commits (d26dabfef3e5039c69f21453b6635952b555ed0b)
 

Author SHA1 Message Date
Michele Calgaro 05fb0edd5f
Removed .lsm files. lsm database is outdated and unmaintained. 6 years ago
Chris 818d71c9f0 Remove accidentally added "Qt" prefix from strings.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Chris 10525c7762 Fix remaining brandings in tdegraphics.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Chris e8af185d02 Remove old upstream URL.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Chris aa6cfdab39 Remove old kolourpaint URL and fix version string.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Chris e1526af556 Fix Kooka branding.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Michele Calgaro a89f0502ac
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea c2f684a749 Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
Michele Calgaro 5c454501e0
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
OBATA Akio e7a848c7aa Add support fo Poppler >= 0.76
Follow Catalog::find_page argments change and GooList removal.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
TDE Gitea 4eb49b55f2 Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
TDE Gitea e4b2104a1d Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
TDE Gitea b454c64a5f Reset submodule main/tdegraphics/admin to latest HEAD 6 years ago
Slávek Banko f87fd6d4e2
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 5f61971b3c Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
TDE Gitea 53baa4f070 Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
OBATA Akio 9d8dc22220 Add support for Poppler >= 0.72
GooString::getCString was renamed to GooString::c_str.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
Slávek Banko f47d27d00c
Fix empty translation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 554632bed7 Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
TDE Gitea 1dded7092c Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
Slávek Banko aa4563ad70
Add support for Poppler >= 0.71.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko d0243fcc86
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 7a078e4485
Fix inadvertently renamed Orientation => Qt::Orientation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Fabio Rossi 5767e49f35 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 662826dc0a Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
TDE Gitea 4650f1e6d0 Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
TDE Gitea 60a64cd6b7 Reset submodule main/tdegraphics/admin to latest HEAD 6 years ago
TDE Gitea a2a6acfd9b Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
Michele Calgaro 2c146f492c
Removed TQStringToGString, which is fundamentally wrong.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 358d9e899a
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 d65b672dce Reset submodule main/tdegraphics/cmake to latest HEAD 6 years ago
Michele Calgaro 578577c47f
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 deb3e1e0eb
Fixed konqueror crash related to pdf files. This resolves bug 2974.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 95ef0537a7
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 5f7edcb540 Reset submodule main/tdegraphics/admin to latest HEAD 6 years ago
Michele Calgaro 0f786c3188
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 87903775ed
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
Slávek Banko f20f4f9cf7
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko a00a2f6c7f
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea a116968546 Reset submodule main/tdegraphics/admin to latest HEAD 6 years ago
Michele Calgaro e0925d331d
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko c297496599
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 4c083c146b
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea adcebe91b2 Reset submodule main/tdegraphics/cmake to latest HEAD 7 years ago
TDE Gitea d9913acf80 Reset submodule main/tdegraphics/admin to latest HEAD 7 years ago
Slávek Banko a0163f4c26
Add support for Poppler >= 0.64
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Ray Vine 594387b4f3
Change the poppler test from 0.60 to 0.58
because the relevant code changes are related to 0.58

Signed-off-by: Ray Vine <ray-v@inbox.lv>
7 years ago
Michele Calgaro ff75de8dce
Make kmrml deprecated in R14.1 series.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko a23a5364c5
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 40703895da
Fixed corrupted japanese translations. This relates to bug 2952.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago