Alexander Golubev
d32b076ae6
tderandr: workaround for tde/75
...
Some videocards' drivers (most notably propryetary nvidia) report
incorrect screen refresh rate via XRRRates(). Use
XRRGetScreenResources() + some math borrowed from xrandr instead.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/75
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
11 months ago
Alexander Golubev
ac6c53f3fa
tderandr: fix saving screen reflaction
...
The conditions for screen reflection when saved was always evaluated
as false and generally were incorrect.
The problem was previausly unnoticed.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
11 months ago
Michele Calgaro
44e712a770
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Andrei Stepanov
cca633c6bd
Translated using Weblate (Russian)
...
Currently translated at 100.0% (179 of 179 strings)
Translation: tdelibs/all languages
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/
11 months ago
Michele Calgaro
f22a9c72dd
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
7a00e005dd
Fix FTBFS caused by detection of libr version after recent update
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 months ago
Michele Calgaro
138bb80efa
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
8d79c40791
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
17a8fd0ec2
Replace color '#define' strings with actual values
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
d42f9ae842
Replaced various '#define' with actual strings - part 2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
73dba53e4a
Replaced time related '#define' with actual strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
80c2465371
Replace various tq* strings with TQt::* equivalents
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
57e0ed6634
Replace various strings '#define'd in tqtinterface
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
c8ece3630d
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
OBATA Akio
419c185be7
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>
12 months ago
TDE Gitea
edff1febbf
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
TDE Gitea
df52678ec5
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
Slávek Banko
49ab8ddf53
Raise the minimum required version of CMake to 3.5.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
TDE Gitea
dad8d1275f
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
Mavridis Philippe
c28a87c7d2
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>
1 year ago
Roman Savochenko
9755ecd967
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (328 of 328 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
1 year ago
TDE Gitea
6a3a09938b
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
Slávek Banko
3edad5e6f5
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>
1 year ago
Michele Calgaro
9300f9e576
Removed unsupported qtint*/qtuint* types
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
4c0dae60b2
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
066f257ead
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
Michele Calgaro
987507131d
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>
1 year ago
Michele Calgaro
d67c4fd582
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
0f36f89663
Replace various tqtinterface's TQ_* defines with actual types
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
cc5cf548f1
Replace various Q_* and QT_* defines with TQ_* and TQT_*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
1e5d5c92c3
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
34632650f1
Replace tqt_mo_* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
b7a46cac14
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
Michele Calgaro
8d94694c14
Drop Symbian support
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
57af4f9d87
Drop USE_TQT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
503eb0d9f4
Translated using Weblate (Italian)
...
Currently translated at 100.0% (328 of 328 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/
1 year ago
Michele Calgaro
48b07a0ff1
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
23278d2593
Drop TQT_TQ*_CONST defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
c0b74ba868
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Andrei Stepanov
29b84bd0b1
Translated using Weblate (Russian)
...
Currently translated at 100.0% (328 of 328 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/
1 year ago
Michele Calgaro
8eb500c4e8
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
a91e58bb97
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
Michele Calgaro
f662761025
Drop compatibility code for TQPalette
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
36c049e135
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>
1 year ago
Marek W
7f7e5585b2
Translated using Weblate (Polish)
...
Currently translated at 98.4% (323 of 328 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/
1 year ago
Roman Savochenko
7a35fcf123
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (328 of 328 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
1 year ago
Slávek Banko
f49e67f0ea
Translated using Weblate (Czech)
...
Currently translated at 100.0% (328 of 328 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/
1 year ago
TDE Weblate
920d56d2bd
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/
1 year ago
TDE Gitea
a7316f731d
Update translation template.
1 year ago
Michele Calgaro
d0dcf302a8
Add Gentoo ebuild mime type. This resolves issue #211 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago