summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improved code for keyboard and mouse grabbing and releasing to avoidMichele Calgaro2020-04-291-23/+28
| | | | | | unnecessary actions. This relates loosely to bug 2955. Signed-off-by: Michele Calgaro <[email protected]>
* Removed incorrect execution bit.Michele Calgaro2020-04-121-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update translations binary filesSlávek Banko2020-04-109-1/+1
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Recovering an accidentally damaged PNG image.Slávek Banko2020-03-221-0/+0
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix typo.Slávek Banko2020-03-221-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* DilOS: add compiler visibilityDenis Kozadaev2020-02-151-1/+1
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Fix FTBFS when building with musl libc.Slávek Banko2019-12-111-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Added symlink include/qsql_sqlite3.h.Slávek Banko2019-12-082-6/+7
| | | | | | Updated make-symlinks.sh script. Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Update translations binary filesSlávek Banko2019-11-171-0/+0
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <[email protected]>
* Remove double German entry for desktop files.François Andriot2019-11-162-2/+0
| | | | Signed-off-by: gregory guy <[email protected]>
* 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 <[email protected]>
* Fix FTBFS from prior commit.Slávek Banko2019-08-311-5/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* add MYSQL_SSL_* to the driver for MySQL connectionsDenis Kozadaev2019-08-311-2/+23
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Apply recent QT => TQT renames to DilOS platform.Slávek Banko2019-08-292-5/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* mkspecs for DilOS platformDenis Kozadaev2019-08-292-0/+204
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Replace dead trolltech website with trinity ones.Chris2019-07-111-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Rename tqt-kde integration to tqt-tde.Slávek Banko2019-06-0410-106/+106
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-017-14/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added convenient TQStringVariantMap type and iterators.Michele Calgaro2019-06-011-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>