| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added timestamp to debug functions (tqDebug, tqWarning, tqFatal). | Michele Calgaro | 2019-04-27 | 1 | -94/+13 |
* | bmp image: check for out of range image size. | Slávek Banko | 2019-03-03 | 1 | -0/+2 |
* | Check for TQImage allocation failure in qasyncimageio. | Slávek Banko | 2019-03-03 | 1 | -3/+6 |
* | Add the definition _WANT_SEMUN to ensure the definition of the semun structure. | Slávek Banko | 2019-02-16 | 1 | -0/+1 |
* | Make use of TQString::utf8() and TQString::local8Bit() safe for conversion to... | Slávek Banko | 2019-02-04 | 2 | -8/+27 |
* | Enable gcc visibility support for *BSD builds. | Slávek Banko | 2019-01-16 | 4 | -4/+4 |
* | Rename qt_untranslated.ts to template.ts | Slávek Banko | 2019-01-14 | 1 | -0/+0 |
* | Improved class name used in previous commit. Suggestion comes from | Michele Calgaro | 2018-11-01 | 3 | -8/+8 |
* | Fixed FTBFS caused by name conflict with new postgres server dev 11 package. | Michele Calgaro | 2018-11-01 | 3 | -8/+8 |
* | Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. | Michele Calgaro | 2018-10-27 | 4 | -14/+0 |
* | Removed some obsolete code related to Qt1. | Michele Calgaro | 2018-10-21 | 18 | -3240/+0 |
* | Removed obsolete Qt2's TQVector class and replaced | Michele Calgaro | 2018-10-20 | 12 | -125/+9 |
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 14 | -174/+4 |
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 834 | -5324/+5324 |
* | Translated using Weblate (Czech) | Slávek Banko | 2018-10-12 | 1 | -16/+18 |
* | Translated using Weblate (Czech) | Slávek Banko | 2018-10-11 | 1 | -37/+38 |
* | Repair damaged UTF-8 characters in TS files | Slávek Banko | 2018-10-11 | 1 | -20/+18 |
* | Replaced _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE with _DEFAULT_SOURCE. | Michele Calgaro | 2018-10-07 | 15 | -238/+27 |
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-28 | 10 | -50/+50 |
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 169 | -332/+332 |
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 580 | -1026/+1026 |
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 19 | -39/+39 |
* | Always build with a clean namespace | Slávek Banko | 2018-09-24 | 22 | -171/+4 |
* | Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the | Michele Calgaro | 2018-09-16 | 121 | -545/+545 |
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-03 | 3 | -0/+0 |
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-19 | 7 | -16/+16 |
* | Fix security issue CVE-2016-10040 | Slávek Banko | 2018-07-26 | 1 | -1/+1 |
* | Backport mysql driver mariadb fix - see QTBUG-63108 | Slávek Banko | 2018-06-03 | 1 | -12/+22 |
* | Add mkspecs for build with Clang | Slávek Banko | 2018-06-03 | 5 | -0/+391 |
* | Update buildkey for GCC 7 and 8 | Slávek Banko | 2018-05-12 | 1 | -1/+1 |
* | Add brightness keys support | Roman Savochenko | 2017-07-30 | 8 | -2/+52 |
* | Update buildkey for GCC 7 | Slávek Banko | 2017-07-23 | 1 | -1/+1 |
* | ListView: Deselect items that are hidden by the filter | Slávek Banko | 2017-07-02 | 1 | -5/+21 |
* | IconView: Deselect items that are hidden by the filter | Slávek Banko | 2017-07-02 | 1 | -7/+15 |
* | Do not force POSIX mutexes on FreeBSD | Slávek Banko | 2017-03-12 | 1 | -2/+2 |
* | Third part of prior commit | Timothy Pearson | 2016-09-06 | 1 | -0/+1 |
* | Second part of prior commit | Timothy Pearson | 2016-09-06 | 1 | -3/+3 |
* | Use time_t for UNIX timestamps | Timothy Pearson | 2016-09-06 | 1 | -6/+6 |
* | Update buildkey for GCC 6 | Slávek Banko | 2016-08-15 | 1 | -1/+1 |
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 656 | -0/+0 |
* | Automated update from Qt3 | Timothy Pearson | 2016-02-22 | 1 | -2/+5 |
* | Automated update from Qt3 | Timothy Pearson | 2016-02-21 | 1 | -13/+19 |
* | Added operator[] convenience function to TQPtrList, similarly to TQValueList. | Michele Calgaro | 2015-09-14 | 2 | -0/+2 |
* | Fixed (again) search algorithm for iconview widget. This resolves (again) bug... | Michele Calgaro | 2015-09-07 | 1 | -24/+22 |
* | Added safety harness for currentThreadObject() usage. | Michele Calgaro | 2015-07-19 | 2 | -7/+25 |
* | Fixed search algorithm for iconview widget. This resolves bug 420. | Michele Calgaro | 2015-07-13 | 3 | -223/+238 |
* | Update buildkey for GCC 5 | Slávek Banko | 2015-05-23 | 1 | -2/+2 |
* | Fix security issue CVE-2015-1860 | Slávek Banko | 2015-05-23 | 1 | -0/+2 |
* | Fix security issue CVE-2015-0295 | Slávek Banko | 2015-03-09 | 1 | -0/+6 |
* | Fix security issue CVE-2014-0190 | Slávek Banko | 2015-03-09 | 1 | -1/+6 |