| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid setting CONFIG=thread in qmake.conf | Alexander Golubev | 2024-03-11 | 5 | -5/+5 |
* | Fix compilation with -no-thread | Alexander Golubev | 2024-03-11 | 4 | -27/+61 |
* | Fix up mkspecs/linux-g++-32/qplatformdefs.h | Alexander Golubev | 2024-03-10 | 1 | -0/+7 |
* | Fix compilation with -disable-inputmethod and -no-inputmethod | Alexander Golubev | 2024-03-08 | 4 | -5/+18 |
* | Fix FTBFS with -no-xkb | Alexander Golubev | 2024-03-04 | 1 | -4/+17 |
* | Fix FTBFS with -no-stl | Alexander Golubev | 2024-03-04 | 1 | -0/+2 |
* | avoid translating the /qt/XIMInputStyle options when saving into config | Alexander Golubev | 2024-03-02 | 2 | -6/+7 |
* | gitignore: add missing examples (sound, tablet) | Alexander Golubev | 2024-02-29 | 1 | -0/+4 |
* | Fix FTBFS with -qt-sql-sqlite3 | Alexander Golubev | 2024-02-29 | 1 | -0/+5 |
* | fix grep complain in configure: "warning: stray \ before c" | Alexander Golubev | 2024-02-21 | 1 | -3/+3 |
* | Remove original Q_WS_* defines | Michele Calgaro | 2024-02-20 | 2 | -22/+0 |
* | Add .gitignore file | Alexander Golubev | 2024-02-20 | 1 | -0/+303 |
* | Replace QT_STATIC_CONST_* with actual definitions | Michele Calgaro | 2024-02-16 | 12 | -155/+129 |
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-14 | 209 | -1191/+1213 |
* | Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT | Michele Calgaro | 2023-12-31 | 472 | -3800/+3800 |
* | Fix potential buffer overflow in debug functions. | Slávek Banko | 2023-12-26 | 1 | -3/+3 |
* | Add support for HistoryBackButton and HistoryForwardButton | Mavridis Philippe | 2023-12-17 | 3 | -12/+21 |
* | Update README | Mavridis Philippe | 2023-12-17 | 3 | -8/+66 |
* | tqdesigner: prevent SEGV from invalid pointer. This resolves issue #97. | Michele Calgaro | 2023-12-08 | 1 | -1/+9 |
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-25 | 2 | -2/+2 |
* | Replace Qt with TQt | Michele Calgaro | 2023-11-19 | 58 | -292/+292 |
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...r14.1.1 | Michele Calgaro | 2023-09-24 | 397 | -7152/+7152 |
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-14 | 578 | -1583/+1583 |
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 93 | -598/+598 |
* | Reintroduced porting documentation previously removed | Michele Calgaro | 2023-07-07 | 2 | -5/+9 |
* | Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) | Michele Calgaro | 2023-07-07 | 6 | -7128/+0 |
* | SunOS res_ninit() requires a clean structure | Denis Kozadaev | 2023-06-15 | 1 | -0/+2 |
* | Revert "Add single TQObject root parent for all guarded pointers." | Michele Calgaro | 2023-06-13 | 1 | -2/+1 |
* | Enable use of pthread's recursive mutexes | Bobby Bingham | 2023-06-02 | 1 | -190/+6 |
* | Fix level when using pthreads recursive mutex | Bobby Bingham | 2023-05-23 | 1 | -16/+12 |
* | socket and nsl functions were moved to libc | Denis Kozadaev | 2023-05-12 | 1 | -1/+1 |
* | Add single TQObject root parent for all guarded pointers.r14.1.0 | Michele Calgaro | 2023-02-13 | 1 | -1/+2 |
* | Remove unnecessary accelerators from .ui files | Michele Calgaro | 2022-09-22 | 20 | -255/+0 |
* | Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEM... | Michele Calgaro | 2022-04-30 | 1 | -3/+3 |
* | SGI style: enable complex widget rendering | Mavridis Philippe | 2022-04-24 | 1 | -1/+1 |
* | Update translations binary files | Slávek Banko | 2022-04-21 | 4 | -0/+0 |
* | Use empty d->cString for TQString::shared_null instead of null string. | Slávek Banko | 2022-03-22 | 1 | -2/+2 |
* | Avoid changes of d->cString for TQString::shared_null to make the value relia... | Slávek Banko | 2022-03-22 | 1 | -4/+13 |
* | Translated using Weblate (Russian) | Alexander Golubev | 2022-02-10 | 1 | -5/+5 |
* | Translated using Weblate (Russian) | Alexander Golubev | 2022-02-09 | 1 | -1/+1 |
* | Removed QT_NON_COMMERCIAL check and related code. | Michele Calgaro | 2022-02-07 | 8 | -55/+0 |
* | TQt Designer: use global includes instead of includehints and | Michele Calgaro | 2022-01-23 | 3 | -26/+49 |
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-11 | 2 | -9/+7 |
* | tools: fix to use `pthread_t` for Thread ID | OBATA Akio | 2021-12-28 | 1 | -10/+10 |
* | Revert back TQt to Qt in the book title | Emanoil Kotsev | 2021-11-28 | 1 | -2/+2 |
* | Translated using Weblate (Spanish) | SALOMON ALEJANDRO L | 2021-10-31 | 1 | -4/+5 |
* | Use the tqInstallPath* functions for all paths needed for the pkg-config file. | Slávek Banko | 2021-10-12 | 1 | -20/+32 |
* | Add a translationsdir variable to the tqt pkgconfig file (tqt-mt.pc). | gregory guy | 2021-10-10 | 1 | -3/+6 |
* | Fix buildkey for GCC >= 7 if the version is listed including minor numbers. | Slávek Banko | 2021-09-22 | 1 | -1/+1 |
* | Remove deprecated glib2 function calls g_thread_get_initialized(), g_thread_i... | gregory guy | 2021-06-18 | 1 | -7/+8 |