summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prevent creation of text codecs when the application is shutting down. This r...Michele Calgaro2024-04-041-34/+74
* TQTextEdit: remove one of two readOnly flagsAlexander Golubev2024-04-032-9/+9
* TQTextEdit: add missing mightStartDrag initializationAlexander Golubev2024-04-031-0/+1
* Improve TQFont-related cleanupAlexander Golubev2024-03-291-1/+1
* Improve TQFont-related cleanupAlexander Golubev2024-03-297-1/+41
* TQFileDialog: cleanup pixmaps before destroying TQApplicationAlexander Golubev2024-03-221-0/+8
* TQPrintDialog: cleanup data requested from libcupsAlexander Golubev2024-03-211-0/+5
* TQPrinterPrivate: add virtual destructor.Alexander Golubev2024-03-201-0/+3
* Zero unused data fields in XClientMessageEvent structAlexander Golubev2024-03-191-1/+1
* Zero padding bytes in DndReceiverProp struct.Alexander Golubev2024-03-191-1/+1
* Fix TQThreadStorage destruction in the main threadAlexander Golubev2024-03-185-2/+47
* Fix TQString::sprintf() not calling va_end() in case of bad cformatAlexander Golubev2024-03-171-4/+3
* Add explicit declaration TQChar&TQCharRef default constructor/destructorAlexander Golubev2024-03-141-0/+12
* Resort includes in ntqt.hAlexander Golubev2024-03-131-5/+5
* Fix compilation with -no-threadAlexander Golubev2024-03-103-26/+59
* Fix compilation with -disable-inputmethod and -no-inputmethodAlexander Golubev2024-03-074-5/+18
* Fix FTBFS with -no-xkbAlexander Golubev2024-03-041-4/+17
* Fix FTBFS with -no-stlAlexander Golubev2024-03-041-0/+2
* avoid translating the /qt/XIMInputStyle options when saving into configAlexander Golubev2024-03-021-4/+4
* Fix FTBFS with -qt-sql-sqlite3Alexander Golubev2024-02-291-0/+5
* Remove original Q_WS_* definesMichele Calgaro2024-02-201-11/+0
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-158-99/+86
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-12126-863/+874
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-2778-1008/+1008
* Fix potential buffer overflow in debug functions.Slávek Banko2023-12-261-3/+3
* Add support for HistoryBackButton and HistoryForwardButtonMavridis Philippe2023-12-163-12/+21
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...Michele Calgaro2023-09-231-9/+9
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-13300-920/+920
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-0736-317/+317
* Drop compatibility code for TQSignalMichele Calgaro2023-08-072-44/+0
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-182-32/+2
* Drop compatibility code for TQButtonMichele Calgaro2023-07-162-35/+0
* Drop compatibility code for TQThreadMichele Calgaro2023-07-112-19/+0
* Drop compatibility code for TQLineEditMichele Calgaro2023-07-112-52/+1
* Remove Qt4 related stuffMichele Calgaro2023-07-0928-202/+11
* Drop compatibility code for TQToolButtonMichele Calgaro2023-07-092-115/+0
* Drop compat headersMichele Calgaro2023-07-0845-1127/+0
* Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)Michele Calgaro2023-07-076-7128/+0
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-07-0713-156/+5
* SunOS res_ninit() requires a clean structureDenis Kozadaev2023-06-151-0/+2
* Revert "Add single TQObject root parent for all guarded pointers."Michele Calgaro2023-06-121-2/+1
* Drop Qt2 obsolete classesMichele Calgaro2023-06-037-95/+2
* Enable use of pthread's recursive mutexesBobby Bingham2023-06-021-190/+6
* Fix level when using pthreads recursive mutexBobby Bingham2023-05-231-16/+12
* Add single TQObject root parent for all guarded pointers.r14.1.0Michele Calgaro2023-02-131-1/+2
* Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEM...Michele Calgaro2022-04-301-3/+3
* SGI style: enable complex widget renderingMavridis Philippe2022-04-241-1/+1
* Use empty d->cString for TQString::shared_null instead of null string.Slávek Banko2022-03-221-2/+2
* Avoid changes of d->cString for TQString::shared_null to make the value relia...Slávek Banko2022-03-221-4/+13
* Removed QT_NON_COMMERCIAL check and related code.Michele Calgaro2022-02-071-8/+0