Commit Graph

279 Commits (06c2b4c5ab931f82270ebfa7dcd5e5e2390a3664)
 

Author SHA1 Message Date
Chris 06c2b4c5ab
Translated using Weblate (German)
Currently translated at 13.3% (2 of 15 strings)

Translation: dependencies/tqt3 - examples-i18n
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/de/
(cherry picked from commit bfa13fc45a)
6 years ago
P 9 9f0732697f
Translated using Weblate (German)
Currently translated at 60.6% (171 of 282 strings)

Translation: dependencies/tqt3 - examples-demo
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/de/
(cherry picked from commit 01fc4c1050)
6 years ago
Chris 217062fa31
Translated using Weblate (German)
Currently translated at 60.6% (171 of 282 strings)

Translation: dependencies/tqt3 - examples-demo
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/de/
(cherry picked from commit 2562d5054a)
6 years ago
Chris bddb27c687
Translated using Weblate (German)
Currently translated at 100.0% (465 of 465 strings)

Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
(cherry picked from commit dad811dc3f)
6 years ago
P 9 0aabc322bc
Translated using Weblate (German)
Currently translated at 0.2% (2 of 1178 strings)

Translation: dependencies/tqt3 - tools-designer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-tools-designer/de/
(cherry picked from commit 3149d89c97)
6 years ago
P 9 bf1a8b034f
Translated using Weblate (German)
Currently translated at 19.5% (55 of 282 strings)

Translation: dependencies/tqt3 - examples-demo
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/de/
(cherry picked from commit 932a0ab265)
6 years ago
Slávek Banko 572050d9ca
Update translations binary files
because they are not generated during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1c24f56f6b)
6 years ago
Slávek Banko 055621f00f
Merge translation files from master branch.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Chris 2c723f07f5
Translated using Weblate (German)
Currently translated at 100.0% (465 of 465 strings)

Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
(cherry picked from commit 68d3a258c0)
6 years ago
Chris 6021d04f33
Translated using Weblate (German)
Currently translated at 100.0% (465 of 465 strings)

Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
(cherry picked from commit 89207eb8ab)
6 years ago
Chris 6869243bab
Translated using Weblate (German)
Currently translated at 100.0% (465 of 465 strings)

Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
(cherry picked from commit 9d85345093)
6 years ago
Slávek Banko 43ed2d7fa7
Replace dead trolltech website with trinity ones in translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 04f3b8dd0e)
6 years ago
Chris 2757365a7a
Replace dead trolltech website with trinity ones.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 3f5c7cb553)
6 years ago
Chris 1b5d31a713
Translated using Weblate (German)
Currently translated at 100.0% (465 of 465 strings)

Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
(cherry picked from commit 193340cd98)
6 years ago
Michele Calgaro 7c8f13b022
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
(cherry picked and partially edited from commit 632cbaa30a)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko d6375a54e2
Change tests for glibc version.
It resolves building with libc libraries
other than glibc - for example musl libc.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1aa221a2bc)
6 years ago
gregory guy 6e7a186f1e
The TDE integration library (libtqtkde) will be searched for
in the TQt plugins directory, instead of the TDE plugins
directory, which cannot be known at TQt build time.

This resolves issue #3.

Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d3b13515ef)
6 years ago
gregory guy 5787486cb7
This fixes bug: 639
Add desktop files for:
- tqassistant
- tqdesigner
- tqlinguist
- tqtconfig

These files have been made with the contribution of Laurent Dard's
patch (see bugzilla:639) with little change/addition from I.

Add 'sysshare' option to the configure script.

Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 6131b4262e)
6 years ago
Michele Calgaro 9bd822ca69
Reintroduced debug, warning and fatal functions since this are part of
R14.0.x API.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro dc3e250c1b
Added timestamp to debug functions (tqDebug, tqWarning, tqFatal).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 835a7b87e7)
6 years ago
Slávek Banko ff46bf1d82
bmp image: check for out of range image size.
Make the decoder fail early to avoid spending time and memory on
attempting to decode a corrupt image file.

Based on Qt5 patch for CVE-2018-19873.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5a61151fe9)
6 years ago
Slávek Banko a195af105a
Check for TQImage allocation failure in qasyncimageio.
Since image files easily can be (or corrupt files claim to be) huge,
it is worth checking for out of memory situations.

Based on Qt5 patch for CVE-2018-19870.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83036c3af1)
6 years ago
Slávek Banko 07eabff779
Add the definition _WANT_SEMUN to ensure the definition of the semun structure.
This resolves bug 2991.

Thanks to Nikolaus Klepp for initial patch.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b7be699a09)
6 years ago
Slávek Banko d90d84170f
Make use of TQString::utf8() and TQString::local8Bit() safe for conversion to char*.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4e83f4f200)
6 years ago
Slávek Banko 77f96ad328
Enable gcc visibility support for *BSD builds.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 74ba429758)
6 years ago
Slávek Banko 1d1a7c78c1
Rename qt_untranslated.ts to template.ts
to make it clear for what purpose this file is intended.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3e3c5cc147)
6 years ago
Michele Calgaro 959ee5c588
Improved class name used in previous commit. Suggestion comes from
Slavek :-)

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9226c02de9)
6 years ago
Michele Calgaro 86f493cd12
Fixed FTBFS caused by name conflict with new postgres server dev 11 package.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7c9a149f4c)
6 years ago
Slávek Banko 945f32a341
Repair damaged UTF-8 characters in TS files
Arabic translations taken from arabeyes-i18n

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9128ed7b13)
6 years ago
Michele Calgaro dc30cff5c2
Removed unnecessary executable flag. This relates to bug 2153.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1fb89fa154)
7 years ago
Slávek Banko 06582a62c4
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 017e8dbffe)
7 years ago
Slávek Banko f8aa70365c Fix security issue CVE-2016-10040
[taken from RedHat Qt3 patches]

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 878533ff2c)
7 years ago
Slávek Banko fd5a5a89e5 Backport mysql driver mariadb fix - see QTBUG-63108
[taken from RedHat Qt3 patches]

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a889f43469)
7 years ago
Slávek Banko 5582703649 Add mkspecs for build with Clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1de7443921)
7 years ago
Slávek Banko 77ba1370c5 Update buildkey for GCC 7 and 8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ebdf0b2845)
7 years ago
Roman Savochenko a944a8634f Add brightness keys support
The code partially taken from Qt4
This relates to bug 2775

Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4c30819078)
8 years ago
Slávek Banko 4516caea75 Update buildkey for GCC 7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 71d8f1c4f1)
8 years ago
Slávek Banko 6d597bf69f ListView: Deselect items that are hidden by the filter
during selectAll and invertSelection

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2af0620bfc)
8 years ago
Slávek Banko bcd361a820 IconView: Deselect items that are hidden by the filter
during selectAll and invertSelection
This resolves bug 2750

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5b1f451dd6)
8 years ago
Slávek Banko 35fd726141 Do not force POSIX mutexes on FreeBSD
This relates to bug 2462
See comments on bug 2744

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9bbdfea568)
8 years ago
Slávek Banko e76c4b8997 Update buildkey for GCC 6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c56533c917)
9 years ago
Timothy Pearson 88acd25082 Fix invalid headers in PNG files and optimize for size
(cherry picked from commit 30d1cb0bef)
9 years ago
Timothy Pearson 688cd47b1a Automated update from Qt3
(cherry picked from commit b99016b854)
9 years ago
Timothy Pearson eae0369d1c Automated update from Qt3
(cherry picked from commit 3add7b436c)
9 years ago
Michele Calgaro 2c678d13f2 Fixed (again) search algorithm for iconview widget. This resolves (again) bug 420.
(cherry picked from commit e418211d50)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro a6e1bf7da5 Added safety harness for currentThreadObject() usage.
currentThreadObject() returns a null pointer if the
current thread was not started using the TQThread API.
This relates to bug 1748.

(cherry picked from commit caab7b3557)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro fdcad492bd Fixed search algorithm for iconview widget. This resolves bug 420.
(cherry picked from commit 42dcb07b26)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro 6ff4ab89a7 Fixed incorrect #define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY -> ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Slávek Banko 36b11bb908 Update buildkey for GCC 5
[taken from RedHat Qt3 patches]
(cherry picked from commit fa440833f9)
10 years ago
Slávek Banko d07bc24c91 Fix security issue CVE-2015-1860
[taken from RedHat Qt3 patches]
(cherry picked from commit 094708c0e7)
10 years ago