summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge translation files from master branch.r14.1.2r14.1.xSlávek Banko11 days13-484/+2564
* 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-04-031-1/+1
* Improve TQFont-related cleanupAlexander Golubev2024-04-037-1/+41
* TQFileDialog: cleanup pixmaps before destroying TQApplicationAlexander Golubev2024-03-221-0/+8
* examples/canvas: fix some memory leaksAlexander Golubev2024-03-222-9/+22
* TQPrintDialog: cleanup data requested from libcupsAlexander Golubev2024-03-211-0/+5
* inputmethods/xim: fix incorrect fontset ref countingAlexander Golubev2024-03-211-3/+4
* TQPrinterPrivate: add virtual destructor.Alexander Golubev2024-03-201-0/+3
* Zero unused data fields in XClientMessageEvent structAlexander 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
* Fix a small memory leak in xim pluginAlexander Golubev2024-03-161-4/+6
* gitignore: add a couple more testsAlexander Golubev2024-03-161-0/+3
* Add explicit declaration TQChar&TQCharRef default constructor/destructorAlexander Golubev2024-03-161-0/+12
* Resort includes in ntqt.hAlexander Golubev2024-03-131-5/+5
* ./configure: turn thread support on by defaultAlexander Golubev2024-03-111-1/+0
* Avoid setting CONFIG=thread in qmake.confAlexander Golubev2024-03-115-5/+5
* Fix compilation with -no-threadAlexander Golubev2024-03-114-27/+61
* Fix up mkspecs/linux-g++-32/qplatformdefs.hAlexander Golubev2024-03-101-0/+7
* Fix compilation with -disable-inputmethod and -no-inputmethodAlexander Golubev2024-03-084-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-022-6/+7
* gitignore: add missing examples (sound, tablet)Alexander Golubev2024-02-291-0/+4
* Fix FTBFS with -qt-sql-sqlite3Alexander Golubev2024-02-291-0/+5
* fix grep complain in configure: "warning: stray \ before c"Alexander Golubev2024-02-211-3/+3
* Remove original Q_WS_* definesMichele Calgaro2024-02-202-22/+0
* Add .gitignore fileAlexander Golubev2024-02-201-0/+303
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-1612-155/+129
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-14209-1191/+1213
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-31472-3800/+3800
* Fix potential buffer overflow in debug functions.Slávek Banko2023-12-261-3/+3
* Add support for HistoryBackButton and HistoryForwardButtonMavridis Philippe2023-12-173-12/+21
* Update READMEMavridis Philippe2023-12-173-8/+66
* tqdesigner: prevent SEGV from invalid pointer. This resolves issue #97.Michele Calgaro2023-12-081-1/+9
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-252-2/+2
* Replace Qt with TQtMichele Calgaro2023-11-1958-292/+292
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...r14.1.1Michele Calgaro2023-09-24397-7152/+7152
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-14578-1583/+1583
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-0793-598/+598
* Reintroduced porting documentation previously removedMichele Calgaro2023-07-072-5/+9
* Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)Michele Calgaro2023-07-076-7128/+0
* 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-131-2/+1
* Enable use of pthread's recursive mutexesBobby Bingham2023-06-021-190/+6
* Fix level when using pthreads recursive mutexBobby Bingham2023-05-231-16/+12
* socket and nsl functions were moved to libcDenis Kozadaev2023-05-121-1/+1