Commit Graph

  • 83036c3af1
    Check for TQImage allocation failure in qasyncimageio. Slávek Banko 2019-01-28 10:56:46 +0100
  • 07eabff779
    Add the definition _WANT_SEMUN to ensure the definition of the semun structure. This resolves bug 2991. Slávek Banko 2019-02-16 19:12:49 +0100
  • b7be699a09
    Add the definition _WANT_SEMUN to ensure the definition of the semun structure. This resolves bug 2991. Slávek Banko 2019-02-16 19:12:49 +0100
  • d90d84170f
    Make use of TQString::utf8() and TQString::local8Bit() safe for conversion to char*. Slávek Banko 2019-02-04 17:16:04 +0100
  • 4e83f4f200
    Make use of TQString::utf8() and TQString::local8Bit() safe for conversion to char*. #6 Slávek Banko 2019-02-04 17:16:04 +0100
  • 77f96ad328
    Enable gcc visibility support for *BSD builds. Slávek Banko 2019-01-16 15:15:14 +0100
  • 74ba429758
    Enable gcc visibility support for *BSD builds. Slávek Banko 2019-01-16 15:15:14 +0100
  • 1d1a7c78c1
    Rename qt_untranslated.ts to template.ts to make it clear for what purpose this file is intended. Slávek Banko 2019-01-14 22:48:42 +0100
  • 3e3c5cc147
    Rename qt_untranslated.ts to template.ts to make it clear for what purpose this file is intended. Slávek Banko 2019-01-14 22:48:42 +0100
  • 959ee5c588
    Improved class name used in previous commit. Suggestion comes from Slavek :-) Michele Calgaro 2018-11-01 22:46:51 +0900
  • 9226c02de9
    Improved class name used in previous commit. Suggestion comes from Slavek :-) Michele Calgaro 2018-11-01 22:46:51 +0900
  • 86f493cd12
    Fixed FTBFS caused by name conflict with new postgres server dev 11 package. Michele Calgaro 2018-11-01 22:07:23 +0900
  • 7c9a149f4c
    Fixed FTBFS caused by name conflict with new postgres server dev 11 package. Michele Calgaro 2018-11-01 22:07:23 +0900
  • 7f4d09f200
    Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. Michele Calgaro 2018-10-27 23:55:03 +0900
  • 23b535df5b
    Removed some obsolete code related to Qt1. Michele Calgaro 2018-10-21 19:05:32 +0900
  • c048ce6e8c
    Removed obsolete Qt2's TQVector class and replaced with TQt3's TQPtrVector. Michele Calgaro 2018-10-20 21:47:53 +0900
  • 789e7c7f92
    Removed obsolete Qt2's TQList/TQListIterator classes and replaced with TQt3's TQPtrList/TQPtrListIterator ones. Michele Calgaro 2018-10-17 23:25:45 +0900
  • 69d87202cb
    QT_NO_* -> TQT_NO_* renaming. Michele Calgaro 2018-10-17 19:46:30 +0900
  • e07baa10b7 Translated using Weblate (Czech) Slávek Banko 2018-10-11 02:35:38 +0000
  • 08ce590263 Translated using Weblate (Czech) Slávek Banko 2018-10-09 16:44:53 +0000
  • 945f32a341
    Repair damaged UTF-8 characters in TS files Arabic translations taken from arabeyes-i18n Slávek Banko 2018-10-11 04:09:43 +0200
  • 9128ed7b13
    Repair damaged UTF-8 characters in TS files Arabic translations taken from arabeyes-i18n Slávek Banko 2018-10-11 04:09:43 +0200
  • 455154cec4
    Replaced _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE with _DEFAULT_SOURCE. #4 Michele Calgaro 2018-10-07 23:08:43 +0900
  • 5774d07807
    qt -> tqt conversion: kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Michele Calgaro 2018-09-28 14:42:37 +0900
  • 5fd88f2a20
    qt -> tqt conversion: QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Michele Calgaro 2018-09-27 17:59:01 +0900
  • 3e98ce7f85
    qt -> tqt conversion: QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Michele Calgaro 2018-09-27 16:03:48 +0900
  • 9f5d59f336
    qt -> tqt conversion: qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Michele Calgaro 2018-09-27 14:18:50 +0900
  • ff63338d18
    Always build with a clean namespace QT_CLEAN_NAMESPACE constant is no more needed #2 Slávek Banko 2018-09-24 17:03:23 +0200
  • 02964eb384
    Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the qt->tqt conversion and is required to align to corresponding patch for common/admin module. #1 Michele Calgaro 2018-09-16 22:30:57 +0900
  • dc30cff5c2
    Removed unnecessary executable flag. This relates to bug 2153. Michele Calgaro 2018-09-03 14:40:37 +0900
  • 1fb89fa154
    Removed unnecessary executable flag. This relates to bug 2153. Michele Calgaro 2018-09-03 14:40:37 +0900
  • 06582a62c4
    Fix FTBFS with stricter C++11 Slávek Banko 2018-08-19 11:31:56 +0200
  • 017e8dbffe
    Fix FTBFS with stricter C++11 Slávek Banko 2018-08-19 11:31:56 +0200
  • f8aa70365c Fix security issue CVE-2016-10040 [taken from RedHat Qt3 patches] r14.0.5 Slávek Banko 2018-07-26 18:33:03 +0200
  • 878533ff2c Fix security issue CVE-2016-10040 [taken from RedHat Qt3 patches] Slávek Banko 2018-07-26 18:33:03 +0200
  • fd5a5a89e5 Backport mysql driver mariadb fix - see QTBUG-63108 [taken from RedHat Qt3 patches] Slávek Banko 2018-06-03 11:18:00 +0200
  • a889f43469 Backport mysql driver mariadb fix - see QTBUG-63108 [taken from RedHat Qt3 patches] Slávek Banko 2018-06-03 11:18:00 +0200
  • 5582703649 Add mkspecs for build with Clang Slávek Banko 2018-06-03 11:07:43 +0200
  • 1de7443921 Add mkspecs for build with Clang Slávek Banko 2018-06-03 11:07:43 +0200
  • 77ba1370c5 Update buildkey for GCC 7 and 8 Slávek Banko 2018-05-12 19:28:13 +0200
  • ebdf0b2845 Update buildkey for GCC 7 and 8 Slávek Banko 2018-05-12 19:28:13 +0200
  • a944a8634f Add brightness keys support The code partially taken from Qt4 This relates to bug 2775 Roman Savochenko 2017-07-30 10:48:57 +0200
  • 4c30819078 Add brightness keys support The code partially taken from Qt4 This relates to bug 2775 Roman Savochenko 2017-07-30 10:48:57 +0200
  • 4516caea75 Update buildkey for GCC 7 Slávek Banko 2017-07-23 01:16:44 +0200
  • 71d8f1c4f1 Update buildkey for GCC 7 Slávek Banko 2017-07-23 01:16:44 +0200
  • 6d597bf69f ListView: Deselect items that are hidden by the filter during selectAll and invertSelection Slávek Banko 2017-07-02 15:37:41 +0200
  • 2af0620bfc ListView: Deselect items that are hidden by the filter during selectAll and invertSelection Slávek Banko 2017-07-02 15:37:41 +0200
  • bcd361a820 IconView: Deselect items that are hidden by the filter during selectAll and invertSelection This resolves bug 2750 Slávek Banko 2017-07-02 15:31:11 +0200
  • 5b1f451dd6 IconView: Deselect items that are hidden by the filter during selectAll and invertSelection This resolves bug 2750 Slávek Banko 2017-07-02 15:31:11 +0200
  • 35fd726141 Do not force POSIX mutexes on FreeBSD This relates to bug 2462 See comments on bug 2744 Slávek Banko 2017-03-12 15:21:57 +0100
  • 9bbdfea568 Do not force POSIX mutexes on FreeBSD This relates to bug 2462 See comments on bug 2744 Slávek Banko 2017-03-12 15:21:57 +0100
  • d49abd0e62 Third part of prior commit Timothy Pearson 2016-09-06 23:18:11 -0500
  • 6d05fcd18d Second part of prior commit Timothy Pearson 2016-09-06 22:54:16 -0500
  • 0b1b8701d9 Use time_t for UNIX timestamps Timothy Pearson 2016-09-06 22:16:25 -0500
  • e76c4b8997 Update buildkey for GCC 6 r14.0.4 Slávek Banko 2016-08-15 03:53:06 +0200
  • c56533c917 Update buildkey for GCC 6 Slávek Banko 2016-08-15 03:53:06 +0200
  • 88acd25082 Fix invalid headers in PNG files and optimize for size Timothy Pearson 2016-07-23 18:04:30 -0500
  • 30d1cb0bef Fix invalid headers in PNG files and optimize for size Timothy Pearson 2016-07-23 18:04:30 -0500
  • 688cd47b1a Automated update from Qt3 Timothy Pearson 2016-02-22 12:13:35 -0600
  • eae0369d1c Automated update from Qt3 Timothy Pearson 2016-02-21 15:47:30 -0600
  • b99016b854 Automated update from Qt3 Timothy Pearson 2016-02-22 12:13:35 -0600
  • 3add7b436c Automated update from Qt3 Timothy Pearson 2016-02-21 15:47:30 -0600
  • 6b220f98eb Added operator[] convenience function to TQPtrList, similarly to TQValueList. Michele Calgaro 2015-09-14 19:08:42 +0900
  • 2c678d13f2 Fixed (again) search algorithm for iconview widget. This resolves (again) bug 420. r14.0.3 r14.0.2 Michele Calgaro 2015-09-07 00:18:42 +0900
  • e418211d50 Fixed (again) search algorithm for iconview widget. This resolves (again) bug 420. Michele Calgaro 2015-09-07 00:18:42 +0900
  • 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. Michele Calgaro 2015-07-19 21:49:36 +0900
  • fdcad492bd Fixed search algorithm for iconview widget. This resolves bug 420. Michele Calgaro 2015-07-13 14:17:51 +0900
  • caab7b3557 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. Michele Calgaro 2015-07-19 21:49:36 +0900
  • 42dcb07b26 Fixed search algorithm for iconview widget. This resolves bug 420. Michele Calgaro 2015-07-13 14:17:51 +0900
  • 6ff4ab89a7 Fixed incorrect #define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY -> ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY. r14.0.1 Michele Calgaro 2015-05-28 14:13:10 +0900
  • 36b11bb908 Update buildkey for GCC 5 [taken from RedHat Qt3 patches] (cherry picked from commit fa440833f9) Slávek Banko 2015-05-23 18:50:39 +0200
  • d07bc24c91 Fix security issue CVE-2015-1860 [taken from RedHat Qt3 patches] (cherry picked from commit 094708c0e7) Slávek Banko 2015-05-23 18:48:53 +0200
  • fa440833f9 Update buildkey for GCC 5 [taken from RedHat Qt3 patches] Slávek Banko 2015-05-23 18:50:39 +0200
  • 094708c0e7 Fix security issue CVE-2015-1860 [taken from RedHat Qt3 patches] Slávek Banko 2015-05-23 18:48:53 +0200
  • 2dbd340ba2 Fix security issue CVE-2015-0295 [taken from RedHat Qt3 patches] (cherry picked from commit 64d9c07d57) Slávek Banko 2015-03-09 22:35:08 +0100
  • f457b176b5 Fix security issue CVE-2014-0190 [taken from RedHat Qt3 patches] (cherry picked from commit ebf9a9871a) Slávek Banko 2015-03-09 22:32:50 +0100
  • 9577716fc3 Fix security issue CVE-2013-4549 [taken from RedHat Qt3 patches] (cherry picked from commit cc46bf4ecb) Slávek Banko 2015-03-09 22:30:32 +0100
  • 64d9c07d57 Fix security issue CVE-2015-0295 [taken from RedHat Qt3 patches] Slávek Banko 2015-03-09 22:35:08 +0100
  • ebf9a9871a Fix security issue CVE-2014-0190 [taken from RedHat Qt3 patches] Slávek Banko 2015-03-09 22:32:50 +0100
  • cc46bf4ecb Fix security issue CVE-2013-4549 [taken from RedHat Qt3 patches] Slávek Banko 2015-03-09 22:30:32 +0100
  • dfb87398c7 Automated update from Qt3 Timothy Pearson 2015-03-05 20:59:01 -0600
  • 891a448afa Automated update from Qt3 Timothy Pearson 2015-03-05 11:56:10 -0600
  • a41a034902 Moved iconview widget to src/widget folders. Michele Calgaro 2015-02-06 15:49:31 +0900
  • 859958033d Automated update from Qt3 Timothy Pearson 2015-01-11 23:54:08 -0600
  • 6d346d4d84 Fixed Multicolumn view filtering item arrangement. This relates to bug 146. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Michele Calgaro 2015-01-09 13:44:48 +0900
  • 38e12d6e12 Fixed Multicolumn view filtering item arrangement. This relates to bug 146. Michele Calgaro 2015-01-09 13:44:48 +0900
  • fbf8ee2262 Automated update from Qt3 r14.0.0 Timothy Pearson 2014-12-06 15:09:50 -0600
  • 3aba060d81 Automated update from Qt3 Timothy Pearson 2014-11-22 01:47:28 -0600
  • bdc8377b23 Automated update from Qt3 Timothy Pearson 2014-11-21 23:22:50 -0600
  • 38755f930a Automated update from Qt3 Timothy Pearson 2014-11-21 21:59:09 -0600
  • 117b166ca6 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance Timothy Pearson 2014-10-13 15:43:53 -0500
  • f6a4cc6674 Qt -> TQt renaming in TQt .dcf files. This relates to bug 1859. Michele Calgaro 2014-10-12 22:30:40 +0900
  • 16e2c768d6 Automated update from Qt3 Timothy Pearson 2014-10-06 00:03:44 -0500
  • 6e8d2d256b Automated update from Qt3 Timothy Pearson 2014-10-04 23:29:40 -0500
  • 48f56c4352 Automated update from Qt3 Timothy Pearson 2014-10-03 12:38:54 -0500
  • d9d3dd456a Improve TQProgressBar repaint optimization Slávek Banko 2014-09-16 20:10:59 +0200
  • baea23ba1f Fix unwanted toggling TQIconViewItem focus on click Enrico Ros 2014-09-16 03:37:39 +0200
  • f059feb9c6 Fix dpi detection when using xft2 François Andriot 2014-09-16 03:35:37 +0200
  • 3e57876ec3 Fix crash in TQTranslator François Andriot 2014-09-16 03:31:21 +0200
  • c86b8f17bf Enhance warning verbosity in TQFile (unix) François Andriot 2014-09-16 03:27:40 +0200