summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-1316-23/+23
* Rename remaining ntq[s-z]* related files to equivalent tq*Michele Calgaro2024-09-1230-37/+37
* Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)Michele Calgaro2024-09-043-4/+4
* Rename remaining ntq[i-l]* related files to equivalent tq*Michele Calgaro2024-08-3110-14/+14
* Rename remaining ntq[d-h]* related files to equivalent tq*Michele Calgaro2024-08-314-5/+5
* Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplica...Michele Calgaro2024-08-298-10/+10
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-2945-112/+65
* Rename more widget nt* related files to equivalent tq*Michele Calgaro2024-08-123-10/+10
* Rename basic widget nt* related files to equivalent tq*Michele Calgaro2024-07-291-2/+2
* Rename text class nt* related files to equivalent tq*Michele Calgaro2024-07-247-10/+10
* Rename graphics class nt* related files to equivalent tq* (part 2)Michele Calgaro2024-07-212-4/+4
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-182-5/+5
* Rename IO and network class nt* related files to equivalent tq*Michele Calgaro2024-07-1045-101/+101
* Rename utility class nt* related files to equivalent tq*Michele Calgaro2024-07-0732-59/+57
* Rename main window nt* related files to equivalent tq*. The fileMichele Calgaro2024-07-061-3/+3
* Rename threading nt* related files to equivalent tq*Michele Calgaro2024-06-3022-48/+48
* Rename date and time nt* related files to equivalent tq*Michele Calgaro2024-06-2911-15/+15
* Remove documentation for QWS classes and Qt/EmbeddedMichele Calgaro2024-06-2513-468/+38
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-06-121-1/+1
* Rename icon nt* related files to equivalent tq*Michele Calgaro2024-06-121-2/+2
* Rename text nt* related files to equivalent tq*Michele Calgaro2024-06-087-13/+13
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-0639-52/+52
* Rename image nt* related files to equivalent tq*Michele Calgaro2024-06-061-1/+1
* Rename ptr nt* related files to equivalent tq*Michele Calgaro2024-06-0620-22/+22
* Rename template library nt* related files to equivalent tq*Michele Calgaro2024-06-0515-20/+20
* Rename ntqwidget* related files to equivalent tqwidget*Michele Calgaro2024-06-022-2/+2
* Rename nt* canvas related files to equivalent tq*Michele Calgaro2024-05-313-3/+3
* Rename nt* sql related files to equivalent tq*Michele Calgaro2024-05-283-4/+4
* Rename ntqobject*.h and qobject*.cpp to tqobject*Michele Calgaro2024-05-272-2/+2
* Fix TQThreadStorage destruction in the main threadAlexander Golubev2024-03-182-0/+19
* 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
* Fix compilation with -disable-inputmethod and -no-inputmethodAlexander Golubev2024-03-071-0/+3
* Fix FTBFS with -no-stlAlexander Golubev2024-03-041-0/+2
* Remove original Q_WS_* definesMichele Calgaro2024-02-201-11/+0
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-153-25/+12
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1216-76/+87
* Fix potential buffer overflow in debug functions.Slávek Banko2023-12-261-3/+3
* 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-1342-317/+317
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-0710-115/+115
* Remove Qt4 related stuffMichele Calgaro2023-07-099-59/+10
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-07-077-84/+4
* Drop Qt2 obsolete classesMichele Calgaro2023-06-033-13/+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
* 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
* tools: fix to use `pthread_t` for Thread IDOBATA Akio2021-12-281-10/+10
* Add unicode points so that upper() and lower() functions work for:Ray-V2021-04-141-964/+981