summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translations binary filesSlávek Banko2020-04-109-1/+1
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* The translation file mywidget_en.ts in examples/i18n renamedSlávek Banko2020-04-102-2/+2
| | | | | | to mywidget.ts to serve as a template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Recovering an accidentally damaged PNG image.Slávek Banko2020-03-221-0/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix typo.Slávek Banko2020-03-221-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove dates from generated files.Slávek Banko2020-03-207-15/+9
| | | | | | This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DilOS: add compiler visibilityDenis Kozadaev2020-02-151-1/+1
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Translated using Weblate (Slovak)Marek Mlynar2020-02-131-15/+15
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: dependencies/tqt3 - examples-i18n Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/sk/
* Translated using Weblate (Slovak)Marek Mlynar2020-02-131-1010/+1010
| | | | | | | Currently translated at 100.0% (464 of 464 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/sk/
* Added translation using Weblate (Slovak)Marek Mlynar2020-02-121-0/+70
|
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3048-408/+408
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Serg Bormant2020-01-031-16/+18
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: dependencies/tqt3 - examples-i18n Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/ru/
* Translated using Weblate (Russian)Serg Bormant2020-01-031-53/+55
| | | | | | | Currently translated at 100.0% (488 of 488 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/
* Fix crash in tqimage for certain malformed ppm image filesSlávek Banko2019-12-161-1/+1
| | | | | | | | | | The ppm format specifies that the maximum color value field must be less than 65536. The handler did not enforce this, leading to potentional overflow when the value was used in 16 bits context. Based on Qt5 patch for CVE-2018-19872. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS when building with musl libc.Slávek Banko2019-12-111-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added symlink include/qsql_sqlite3.h.Slávek Banko2019-12-082-6/+7
| | | | | | Updated make-symlinks.sh script. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (German)Chris2019-11-231-8/+9
| | | | | | | Currently translated at 100.0% (198 of 198 strings) Translation: dependencies/tqt3 - tools-assistant Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-tools-assistant/de/
* Translated using Weblate (French)Francois2019-11-201-55/+57
| | | | | | | Currently translated at 17.7% (50 of 282 strings) Translation: dependencies/tqt3 - examples-demo Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/fr/
* Fix build with PostgreSQL 12+.Slávek Banko2019-11-181-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove bool/my_bool artifact, the 'bool' data type is part of the c++François Andriot2019-11-181-1/+1
| | | | | | language and was added to c compilers with c99. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Update translations binary filesSlávek Banko2019-11-171-0/+0
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove double German entry for desktop files.François Andriot2019-11-162-2/+0
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Translated using Weblate (Portuguese (Brazil))Rafael de Campos2019-11-131-4/+4
| | | | | | | Currently translated at 100.0% (464 of 464 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/
* Added tqDebug/tqWarning/tqFatal functions that takes a TQCStringMichele Calgaro2019-09-052-1/+20
| | | | | | | argument. This fixes FTBFS of examples caused by previous ambiguous call and solves bug 3021. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS from prior commit.Slávek Banko2019-08-311-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* add MYSQL_SSL_* to the driver for MySQL connectionsDenis Kozadaev2019-08-311-2/+23
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Apply recent QT => TQT renames to DilOS platform.Slávek Banko2019-08-292-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* mkspecs for DilOS platformDenis Kozadaev2019-08-292-0/+204
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Translated using Weblate (German)Chris2019-08-141-3/+5
| | | | | | | 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/
* Translated using Weblate (German)P 92019-08-141-1/+1
| | | | | | | 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/
* Translated using Weblate (German)Chris2019-08-141-126/+126
| | | | | | | 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/
* Translated using Weblate (German)Chris2019-08-141-3/+3
| | | | | | | Currently translated at 100.0% (465 of 465 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
* Translated using Weblate (German)P 92019-08-101-4/+6
| | | | | | | 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/
* Translated using Weblate (German)P 92019-08-101-55/+58
| | | | | | | 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/
* Update translations binary filesSlávek Banko2019-07-2115-0/+0
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (German)Chris2019-07-141-1/+1
| | | | | | | Currently translated at 100.0% (465 of 465 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
* Translated using Weblate (German)Chris2019-07-131-2/+2
| | | | | | | Currently translated at 100.0% (465 of 465 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
* Translated using Weblate (German)Chris2019-07-131-1/+1
| | | | | | | Currently translated at 100.0% (465 of 465 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
* Replace dead trolltech website with trinity ones in translations.Slávek Banko2019-07-1316-43/+43
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace dead trolltech website with trinity ones.Chris2019-07-111-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Translated using Weblate (German)Chris2019-07-111-2/+4
| | | | | | | Currently translated at 100.0% (465 of 465 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/de/
* Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.Michele Calgaro2019-06-166-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Change tests for glibc version.Slávek Banko2019-06-1215-63/+7
| | | | | | | It resolves building with libc libraries other than glibc - for example musl libc. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed symlink to ntqpaintdc.h related to Qt1 removed in commit 23b535df5b.Slávek Banko2019-06-091-1/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename tqt-kde integration to tqt-tde.Slávek Banko2019-06-0410-106/+106
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* The TDE integration library (libtqtkde) will be searched forgregory guy2019-06-021-5/+1
| | | | | | | | | | 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>
* This fixes bug: 639gregory guy2019-06-0110-12/+430
| | | | | | | | | | | | | | | 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>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-017-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added convenient TQStringVariantMap type and iterators.Michele Calgaro2019-06-011-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed dummy int parameter from TQVariant(bool, int).Michele Calgaro2019-05-2317-55/+48
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary and unused TQT_REAL_TQT definition.Michele Calgaro2019-05-231-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>