summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* Move time related functions from tqtinterface/tqapplication.{h,cpp}Michele Calgaro2024-10-222-0/+27
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-2262-109/+109
* Rename uic to tquicMichele Calgaro2024-10-112-5/+5
* Remove use of glib thread code. Use pthread insteadMichele Calgaro2024-10-081-31/+0
* Rename moc to tqmocMichele Calgaro2024-10-066-13/+10
* Remove documentation for Motif extension classes. Those classes are not inclu...Michele Calgaro2024-10-031-3/+1
* Make sure to release thread resources back to the OS once the thread completes.Michele Calgaro2024-10-021-0/+1
* Fix fallover case for TQEvent::MetaCallMichele Calgaro2024-10-011-2/+8
* Fix possible SEGV if the sender object list was null and thread support enabledMichele Calgaro2024-09-241-13/+19
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-1361-101/+101
* Rename remaining ntq[s-z]* related files to equivalent tq*Michele Calgaro2024-09-1249-70/+70
* Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)Michele Calgaro2024-09-0438-55/+55
* Rename remaining ntq[i-l]* related files to equivalent tq*Michele Calgaro2024-08-3122-34/+34
* Rename remaining ntq[d-h]* related files to equivalent tq*Michele Calgaro2024-08-3116-40/+40
* Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplica...Michele Calgaro2024-08-2943-86/+86
* Remove obsolete ntqabstractlayout.h headerMichele Calgaro2024-08-296-62/+3
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-2932-42/+42
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-08-296-14/+14
* Improve handling of the global post event list in order to minimize possible ...Michele Calgaro2024-08-233-77/+92
* Rename layout nt* related files to equivalent tq*Michele Calgaro2024-08-1613-31/+31
* Added check for tqApp pointer in TQWidget destructorormorph2024-08-161-2/+2
* Rename more widget nt* related files to equivalent tq*Michele Calgaro2024-08-125-22/+22
* Rename basic widget nt* related files to equivalent tq*Michele Calgaro2024-07-293-15/+15
* Rename environment class nt* related files to equivalent tq*Michele Calgaro2024-07-2828-100/+123
* Rename text class nt* related files to equivalent tq*Michele Calgaro2024-07-248-43/+20
* Rename graphics class nt* related files to equivalent tq* (part 2)Michele Calgaro2024-07-2164-134/+134
* Fix OpenType language definition tags and array access. This resolves issue #171Michele Calgaro2024-07-211-9/+32
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-1868-217/+217
* Rename IO and network class nt* related files to equivalent tq*Michele Calgaro2024-07-1067-178/+178
* Rename utility class nt* related files to equivalent tq*Michele Calgaro2024-07-0751-76/+76
* Rename drag-n-drop nt* related files to equivalent tq*Michele Calgaro2024-07-0716-38/+38
* Rename main window nt* related files to equivalent tq*. The fileMichele Calgaro2024-07-0626-92/+45
* Rename codec nt* related files to equivalent tq*.Michele Calgaro2024-07-012-13/+13
* Rename threading nt* related files to equivalent tq*Michele Calgaro2024-06-3016-34/+34
* Rename date and time nt* related files to equivalent tq*Michele Calgaro2024-06-2920-27/+27
* Remove documentation for QWS classes and Qt/EmbeddedMichele Calgaro2024-06-2548-1457/+34
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-06-1215-28/+28
* Rename icon nt* related files to equivalent tq*Michele Calgaro2024-06-126-7/+7
* Rename text nt* related files to equivalent tq*Michele Calgaro2024-06-0827-49/+49
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-0643-57/+57
* Rename image nt* related files to equivalent tq*Michele Calgaro2024-06-0628-38/+38
* Rename ptr nt* related files to equivalent tq*Michele Calgaro2024-06-0631-42/+42
* Rename template library nt* related files to equivalent tq*Michele Calgaro2024-06-0520-28/+28
* Rename ntqwidget* related files to equivalent tqwidget*Michele Calgaro2024-06-0237-66/+66
* Rename nt* canvas related files to equivalent tq*Michele Calgaro2024-05-312-3/+3
* Rename nt* dom and xml related files to equivalent tq*Michele Calgaro2024-05-301-2/+2
* Rename nt* sql related files to equivalent tq*Michele Calgaro2024-05-281-22/+22
* Rename ntqobject*.h and qobject*.cpp to tqobject*Michele Calgaro2024-05-2751-67/+69
* Move tqt.h from tqtinterfaceMichele Calgaro2024-05-271-0/+32
* Fix to compare thread_id with `pthread_equal()`OBATA Akio2024-05-231-1/+1