| Commit message (Expand) | Author | Age | Files | Lines |
* | TQPrinterPrivate: add virtual destructor. | Alexander Golubev | 2024-03-20 | 1 | -0/+3 |
* | Zero unused data fields in XClientMessageEvent struct | Alexander Golubev | 2024-03-19 | 1 | -1/+1 |
* | Zero padding bytes in DndReceiverProp struct. | Alexander Golubev | 2024-03-19 | 1 | -1/+1 |
* | Fix TQThreadStorage destruction in the main thread | Alexander Golubev | 2024-03-18 | 3 | -2/+28 |
* | Resort includes in ntqt.h | Alexander Golubev | 2024-03-13 | 1 | -5/+5 |
* | Fix compilation with -no-thread | Alexander Golubev | 2024-03-10 | 3 | -26/+59 |
* | Fix compilation with -disable-inputmethod and -no-inputmethod | Alexander Golubev | 2024-03-07 | 3 | -5/+15 |
* | Fix FTBFS with -no-xkb | Alexander Golubev | 2024-03-04 | 1 | -4/+17 |
* | avoid translating the /qt/XIMInputStyle options when saving into config | Alexander Golubev | 2024-03-02 | 1 | -4/+4 |
* | Replace QT_STATIC_CONST_* with actual definitions | Michele Calgaro | 2024-02-15 | 3 | -72/+72 |
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 67 | -568/+568 |
* | Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT | Michele Calgaro | 2023-12-27 | 21 | -222/+222 |
* | Add support for HistoryBackButton and HistoryForwardButton | Mavridis Philippe | 2023-12-16 | 3 | -12/+21 |
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-13 | 104 | -397/+397 |
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 13 | -153/+153 |
* | Drop compatibility code for TQSignal | Michele Calgaro | 2023-08-07 | 2 | -44/+0 |
* | Drop compatibility code for TQPalette | Michele Calgaro | 2023-07-18 | 2 | -32/+2 |
* | Drop compatibility code for TQThread | Michele Calgaro | 2023-07-11 | 2 | -19/+0 |
* | Remove Qt4 related stuff | Michele Calgaro | 2023-07-09 | 8 | -86/+1 |
* | Drop Qt2's TQSemiModal and TQSortedList classes | Michele Calgaro | 2023-07-07 | 1 | -2/+0 |
* | Revert "Add single TQObject root parent for all guarded pointers." | Michele Calgaro | 2023-06-12 | 1 | -2/+1 |
* | Drop Qt2 obsolete classes | Michele Calgaro | 2023-06-03 | 1 | -1/+1 |
* | Add single TQObject root parent for all guarded pointers.r14.1.0 | Michele Calgaro | 2023-02-13 | 1 | -1/+2 |
* | Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEM... | Michele Calgaro | 2022-04-30 | 1 | -3/+3 |
* | Remove deprecated glib2 function calls g_thread_get_initialized(), g_thread_i... | gregory guy | 2021-06-18 | 1 | -7/+8 |
* | Fix buffer overflow in XBM parser. | Slávek Banko | 2020-10-16 | 1 | -7/+32 |
* | Fix `qt_xft_handle` to work as expected | OBATA Akio | 2020-08-08 | 1 | -1/+1 |
* | Fix MIT_SHM related condition | OBATA Akio | 2020-08-06 | 1 | -1/+5 |
* | Fix to detect Thread Execution Scheduling support correctly | OBATA Akio | 2020-08-04 | 1 | -1/+4 |
* | Remove unwanted code for writing png | OBATA Akio | 2020-07-18 | 1 | -13/+0 |
* | Change to use PKG_LIBPNG_VER for libpng version check | OBATA Akio | 2020-07-18 | 1 | -23/+23 |
* | Improved code for keyboard and mouse grabbing and releasing to avoid | Michele Calgaro | 2020-04-29 | 1 | -23/+28 |
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 17 | -168/+168 |
* | Fix crash in tqimage for certain malformed ppm image files | Slávek Banko | 2019-12-16 | 1 | -1/+1 |
* | Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020. | Michele Calgaro | 2019-06-16 | 1 | -3/+3 |
* | Rename tqt-kde integration to tqt-tde. | Slávek Banko | 2019-06-04 | 4 | -71/+71 |
* | The TDE integration library (libtqtkde) will be searched for | gregory guy | 2019-06-02 | 1 | -5/+1 |
* | Added convenient TQStringVariantMap type and iterators. | Michele Calgaro | 2019-06-01 | 1 | -7/+7 |
* | Removed dummy int parameter from TQVariant(bool, int). | Michele Calgaro | 2019-05-23 | 3 | -8/+5 |
* | 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 |
* | Removed some obsolete code related to Qt1. | Michele Calgaro | 2018-10-21 | 3 | -98/+0 |
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 2 | -7/+2 |
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 149 | -1235/+1235 |
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-28 | 4 | -45/+45 |
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 25 | -56/+56 |
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -2/+2 |
* | Always build with a clean namespace | Slávek Banko | 2018-09-24 | 8 | -39/+0 |
* | Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the | Michele Calgaro | 2018-09-16 | 17 | -213/+213 |