summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix to record {MAJOR}.{MINOR} to `library_names` in libtool fileOBATA Akio2020-08-021-1/+1
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 5449d37d879866e4193dded434382a71b33e0be2)
* Fix to set `old_library` in libtool file only for `staticlib` projectOBATA Akio2020-08-021-1/+5
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 12dcb88d29d09f1f913b88832db5b7fa01088939)
* Fix potentially buffer overrun related to readlink(2)OBATA Akio2020-07-251-1/+1
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit e6ce806b771adc9d963d760dfac46b2c62a57798)
* Fix to detect file conponent from path properly in Makefile generatorOBATA Akio2020-07-233-6/+6
| | | | | | | | It should be either `path.right(path.length() - sep_pos - 1)` or `path.mid(sep_pos + 1)`. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 5c270c3e26e74609a1821ddd3bb17566ccc53396)
* Fix to detect XRandR on multi-prefix package platformsOBATA Akio2020-07-191-16/+16
| | | | | | | | | Change to find two XrandR header files from invidual directory. "Xrandr.h" is in `libXrandr`, and "randr.h" is in `xorgproto` (used to be `randrproto`) package, so they may be installed into different prefix. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit a31f05cb8e90781228e9d6a60ef97cc1bca83345)
* Remove unwanted code for writing pngOBATA Akio2020-07-191-13/+0
| | | | | | | | `info_ptr->channels` will be set in the next called `png_set_IHDR()`, so it is no effect. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit b6a4a5ec2001abed68c01d5c6baabbc2319214dc)
* Change to use PKG_LIBPNG_VER for libpng version checkOBATA Akio2020-07-191-23/+23
| | | | | | | It is suggested in png.h for applications. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 5ce8516970925f9c41fd5a07905f546b7f00258b)
* Update X11 path on NetBSDOBATA Akio2020-07-121-4/+4
| | | | | | | It should be X11R7 on modern ports with recent releases. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit b55eac803aa1cad27111ab16519d4f9ec3ee5894)
* Fix to display verbose message in some config testsOBATA Akio2020-07-103-3/+3
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit e37e24181bafe0fe84f2491a2c47d7fd7e2d2275)
* Improve modern res API available conditionOBATA Akio2020-07-091-1/+1
| | | | | | | | | | `__RES` is usable to check release date of resolver library. Such modern res API appeared in BIND-8.2.0 libbind with `__RES == 19980901`, it was refrected as BIND-8.2.2-P5 to glibc at pre 2.3 release with `__RES == 19991006`. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit b79f0a7caabbf6e3523dad0a284466a672bc9940)
* Replace dead URLs of "SEE ALSO" section in man pages to trinity onesOBATA Akio2020-07-094-6/+6
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit a92e2272b838de6cf3045eaf8307de07cfae57ac)
* Fix maketqpf man page based on source codesOBATA Akio2020-07-091-7/+14
| | | | | | | | | Change to use usage of the command instead of copy from qembed's one for "SYNTAX" section. Fix fontdir path from source code. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 962abeeb8171e720748352c04edec8561f740dc9)
* Fix a typo in tqlinguist man pageOBATA Akio2020-07-091-1/+1
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 9470305f0e4d6756cec0611bdb98e3934a9d07ef)
* Refrect qt -> tqt changes to man1OBATA Akio2020-07-0710-128/+128
| | | | | | | | Adjust page name to the installed tool name and follow class name changes in examples. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 5a1d03de6b56d254662b5d3a57f809907359fff0)
* Further cleanup of left over material after removal of Qt2's TQListIterator ↵Michele Calgaro2020-05-241-1/+0
| | | | | | | class. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f62146e0e61ca0dd15221907cc3747e0f06319de)
* Missed out in previous commit :-( Documentation updated accordingly.Michele Calgaro2020-05-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1d9b20af8c3c649bae4d0b75e0ada816428ba055)
* Fixed minor typo in H file include names.Michele Calgaro2020-05-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4a8f6dd3c5aa6cce4f4b01fdce9692d6223baba8)
* 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]> (cherry picked from commit f0869718763cd6d04c9b225db8966df08ddaef44)
* Removed incorrect execution bit.Michele Calgaro2020-04-291-0/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8520b59ce9d56978ff0d9e5242375cc33b4d5bf1)
* Update translations binary filesr14.0.8Slávek Banko2020-04-109-1/+1
| | | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3136a0ba3cb444e8d25e52709f23730dcb0add8c)
* Merge translation files from master branch.Slávek Banko2020-04-105-1095/+1171
| | | | 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]> (cherry picked from commit 421a95c5b787bf844733a39bc93806d53ff5efe4)
* Recovering an accidentally damaged PNG image.Slávek Banko2020-03-221-0/+0
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 98f2cf4126593272dc059cc5bc1500bbabf46379)
* Fix typo.Slávek Banko2020-03-221-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ce0712924d357df5ff0b2438f937fae11b5697f4)
* Remove dates from generated files.Slávek Banko2020-03-217-15/+9
| | | | | | | This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 9d5d503f747ce54a6c048a415dae1b33d6b9b047)
* DilOS: add compiler visibilityDenis Kozadaev2020-02-151-1/+1
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> (cherry picked from commit 277646d8abf9312400a7d4d2bcd4e3790554892c)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3048-408/+408
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 99e56ba8db70324cc5c7ab416a3b48171613bd59)
* Fix crash in tqimage for certain malformed ppm image filesr14.0.7Slávek Banko2019-12-181-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]> (cherry picked from commit 4470facd61b6d9fd862f70ce56f22ab502415d23)
* Fix FTBFS when building with musl libc.Slávek Banko2019-12-111-0/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit da15dfe6d7ec8cd62964b99e56200a8adc7c8bf5)
* 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]> (cherry picked from commit ada7ac563455d1948f5d254d594bf7803cb77ee1)
* Fix build with PostgreSQL 12+.Slávek Banko2019-11-181-0/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 9a6ac9dde59581df39cdc6734e99e1db97b03887)
* 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]> (cherry picked from commit 90ea30a42a102ac57b26439965ec1240341c568d)
* 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]> (cherry picked from commit e7d72ab3f2e7f1a2fa07beaf0204a412795ceffe)
* Remove double German entry for desktop files.François Andriot2019-11-172-2/+0
| | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 4052defa1b90cd40e01293a4106c734381461251)
* Translated using Weblate (Portuguese (Brazil))Rafael de Campos2019-11-171-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/ (cherry picked from commit 422c9f33f476b13bac5f71f23e80da8973366a8c)
* Fix FTBFS from prior commit.Slávek Banko2019-08-311-5/+5
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit aae0287741331748bf0c89cbe4db025bb8cf3af2)
* add MYSQL_SSL_* to the driver for MySQL connectionsDenis Kozadaev2019-08-311-2/+23
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> (cherry picked from commit 4f528c3bd24f9bd833a559429a7960157322e445)
* Fixed TQT => QT in constant TQT_THREAD_SUPPORT.Slávek Banko2019-08-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* mkspecs for DilOS platformDenis Kozadaev2019-08-292-0/+204
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> (cherry picked from commit 0ed15503baa42175020f1c2e4ea1e7440e32aab2)
* Translated using Weblate (German)Chris2019-08-151-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/ (cherry picked from commit bfa13fc45a6d27f3940962e891e9156ca5c5afc8)
* Translated using Weblate (German)P 92019-08-151-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/ (cherry picked from commit 01fc4c105078b926a18f78d740b1a5ebac5a4728)
* Translated using Weblate (German)Chris2019-08-151-127/+127
| | | | | | | | 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 2562d5054a9f5e6ebf07632cb3c95707a487a33c)
* Translated using Weblate (German)Chris2019-08-151-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/ (cherry picked from commit dad811dc3f44102a470397e9932bf6790e25b86a)
* Translated using Weblate (German)P 92019-08-111-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/ (cherry picked from commit 3149d89c978d07b20bf563257aff81f5ab47e925)
* Translated using Weblate (German)P 92019-08-111-56/+59
| | | | | | | | 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 932a0ab265999041fc8ee3f0b262162c5ff2352f)
* 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]> (cherry picked from commit 1c24f56f6bf69f49861ac45f663b617e39a9aab2)
* Merge translation files from master branch.Slávek Banko2019-07-2116-93/+94
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Translated using Weblate (German)Chris2019-07-151-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/ (cherry picked from commit 68d3a258c0066fb7e256d33aa24c8142682e2e0a)
* Translated using Weblate (German)Chris2019-07-141-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/ (cherry picked from commit 89207eb8ab1f0e3dee3f1cb1f398371a4ef08b49)
* 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/ (cherry picked from commit 9d85345093d346deb44974e8444dcff2e0571173)