Commit Graph

2001 Commits (141ced0c41af8726eedac425ea24cd162bcff862)
 

Author SHA1 Message Date
OBATA Akio 141ced0c41
Prevent to use conditional inclusion preprocessor feature (since C++23)
`#elifdef` is supported since C23 and C++23, but such newer compiler
is not required here.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 419c185be7)
1 year ago
TDE Gitea 0cd3572f0d Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
TDE Gitea 8841d4d56f Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Slávek Banko 1b8945b1d3
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 49ab8ddf53)
1 year ago
TDE Gitea 50a6c5bfb2 Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Mavridis Philippe 050ff82bcc
KTabBar: add way to revert tab color to default
This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.

It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit c28a87c7d2)
1 year ago
TDE Gitea 10b5c67d72 Merge translation files from master branch. 1 year ago
TDE Gitea 08bb80b17d Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Slávek Banko 2cc4398e5c
Update version to R14.1.2~[DEVELOPMENT]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Slávek Banko e73f4c08b9
Update version number for R14.1.1 final release.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Slávek Banko 2c66e97379
Drop INT32 => TQ_INT32 definitions that are no longer needed, causing
conflicting declaration and leading to FTBFS on 32bit architectures.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3edad5e6f5)
1 year ago
Michele Calgaro 8d49342be2
Removed unsupported qtint*/qtuint* types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9300f9e576)
1 year ago
Michele Calgaro 04d3532360
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4c0dae60b2)
1 year ago
TDE Gitea b0f1961286 Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Michele Calgaro d254bec7e7
Update hashing code for strings to be the same as upstream gettext. The old version results in slightly different hash values for strings with ellipsis (and potentially other unicode characters). This relates to TDE/tdebase#394.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 987507131d)
1 year ago
Michele Calgaro 615cb38ff9
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d67c4fd582)
1 year ago
Michele Calgaro 5cb1ea0827
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f36f89663)
1 year ago
Michele Calgaro c7cf5fd96d
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cc5cf548f1)
1 year ago
Michele Calgaro 7f3bcfe100
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1e5d5c92c3)
1 year ago
Michele Calgaro 08a957a2e9
Replace tqt_mo_* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 34632650f1)
1 year ago
TDE Gitea 660ad7b0d4 Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Michele Calgaro db9293e2ee
Drop Symbian support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8d94694c14)
1 year ago
Michele Calgaro e8f6750e65
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57af4f9d87)
2 years ago
TDE Gitea 97fea74e68 Merge translation files from master branch. 2 years ago
Michele Calgaro 09e466f879
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 48b07a0ff1)
2 years ago
Michele Calgaro 34a191d96f
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 23278d2593)
2 years ago
Michele Calgaro 18c573e806
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0b74ba868)
2 years ago
TDE Gitea 9d6823ebc6 Merge translation files from master branch. 2 years ago
Michele Calgaro 55cd4e5c56
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8eb500c4e8)
2 years ago
TDE Gitea 5c2b0a1494 Reset submodule main/core/tdelibs/admin to latest HEAD 2 years ago
Michele Calgaro 7073100361
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 36c049e135)
2 years ago
TDE Gitea 08eacf589a Merge translation files from master branch. 2 years ago
TDE Gitea 21eca98b14 Merge translation files from master branch. 2 years ago
TDE Gitea 67283752b8 Merge translation files from master branch. 2 years ago
TDE Gitea e44cba946f Merge translation files from master branch. 2 years ago
TDE Gitea 0b6d6bf374 Update translation template. 2 years ago
Michele Calgaro e7912d059c
Add Gentoo ebuild mime type. This resolves issue #211.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d0dcf302a8)
2 years ago
Mavridis Philippe ae7f97b2dd
Doxygen: respect code indentation
With this commit, when viewing the source code of a file in the Trinity API docs
(e.g. http://trinitydesktop.org/docs/trinity/tdelibs/tdeui/html/kkeydialog_8cpp_source.html)
the line is correctly indented by using the `white-space: pre;` CSS rule.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit e11968425d)
2 years ago
Michele Calgaro 41336d84c9
Rework and fix commit 4d90cc61
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 54b5898649)
2 years ago
Michele Calgaro 605ad06ae3
Fix FTBFS caused by previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9440fb5585)
2 years ago
Denis Kozadaev e02f27b042
SunOS spesific SSL pathes
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit ee09921685)
2 years ago
Michele Calgaro eebb278115
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de0664d904)
2 years ago
TDE Gitea 1070f24afc Reset submodule main/core/tdelibs/libltdl to latest HEAD 2 years ago
TDE Gitea bb3d7ccc7b Merge translation files from master branch. 2 years ago
Emanoil Kotsev ad87bef297
Do not center the content of body element in tdeapi documentation
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 6c8b373f34)
2 years ago
Denis Kozadaev 227cd7b44b
Add SunOS specific patches
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit e5acdb1b39)
2 years ago
TDE Gitea b7a4d45c14 Reset submodule main/core/tdelibs/libltdl to latest HEAD 2 years ago
TDE Gitea 1933f94ecc Merge translation files from master branch. 2 years ago
Michele Calgaro c4006e0eb7
Update version to R14.1.1~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 6b4507c6aa
Update release version to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago