summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Watcom compiler, which is not c++17 compliant.Michele Calgaro13 days1-13/+0
| | | | | | | Also remove some left over files that should have been deleted when support for SCO was removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove definition of TQ_DUMMY_COMPARISON_OPERATORMichele Calgaro2026-01-011-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.Michele Calgaro2026-01-019-65/+1
| | | | | | | The #defines were used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove TQ_INLINE_TEMPLATES defineMichele Calgaro2026-01-011-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ↵Michele Calgaro2025-12-315-66/+58
| | | | | | template definitions, except for specific template specialization Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,Michele Calgaro2025-12-281-4/+0
| | | | | | this should no longer be needed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.Michele Calgaro2025-12-286-27/+6
| | | | | | We are using c++17 compilers, so 'explicit' is supported. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_NO_BOOL_TYPE define.Michele Calgaro2025-12-282-57/+0
| | | | | | We are using c++17 compilers, so bool is always available. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.Michele Calgaro2025-12-2812-28/+0
| | | | | | We are using c++17 compilers, so template specialization are supported. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 4Michele Calgaro2025-11-16538-5123/+5123
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Amend to previous 'replace TRUE/FALSE' commitMichele Calgaro2025-07-314-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 3Michele Calgaro2025-07-30276-2555/+2555
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename 'guiThread' and related functions to 'coreThread'.Michele Calgaro2025-07-277-38/+44
| | | | | | | A TTY TQApplication is GUI-less, so the usage of the term 'GUI' is misleading. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 1Michele Calgaro2025-06-2512-59/+59
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Explicitly add 'ExcludeTimers' to 'ProcessEvent' enumMichele Calgaro2025-06-112-5/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove 'grp' from TQChar since now surrogate pairs are correctly supportedMichele Calgaro2025-03-131-32/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move TQChar code to standalone files tqchar.{h,cpp}Michele Calgaro2025-03-138-352/+492
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix editing of text containing surrogate characters.Michele Calgaro2025-02-131-1/+1
| | | | | | This relates to issue #162. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop support for discontinued DGUXMichele Calgaro2025-02-042-4/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-074-44/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-0213-39/+39
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Metrowerks compilerMichele Calgaro2025-01-011-8/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename *.html files that were missed out during previous qt->tqt renamingMichele Calgaro2024-12-258-38/+38
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2024-11-072-24/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename tqrtlcodec-h.html into tqhebrewcodec-h.htmlMichele Calgaro2024-11-021-0/+0
| | | | | | This was missed out in commit c113da20. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-285-34/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix up left over stuff from commit 397b9afaMichele Calgaro2024-10-261-191/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-22305-1837/+2028
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary references to developer local foldersMichele Calgaro2024-10-141378-1378/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename uic to tquicMichele Calgaro2024-10-1127-99/+99
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename moc to tqmocMichele Calgaro2024-10-0640-227/+226
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove documentation for Motif extension classes. Those classes are not ↵Michele Calgaro2024-10-0380-4958/+63
| | | | | | included in tqt3 source code Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete Netscape plugin and its classesMichele Calgaro2024-10-0377-3602/+105
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-134-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[s-z]* related files to equivalent tq*Michele Calgaro2024-09-12291-2227/+2225
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)Michele Calgaro2024-09-04245-2189/+2185
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[i-l]* related files to equivalent tq*Michele Calgaro2024-08-31113-769/+769
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[d-h]* related files to equivalent tq*Michele Calgaro2024-08-31115-1247/+1247
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵Michele Calgaro2024-08-29163-1479/+1479
| | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete ntqabstractlayout.h headerMichele Calgaro2024-08-2910-13/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-2976-288/+288
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-08-2988-613/+613
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename layout nt* related files to equivalent tq*Michele Calgaro2024-08-16200-2800/+2800
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename more widget nt* related files to equivalent tq*Michele Calgaro2024-08-12419-10285/+10285
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename basic widget nt* related files to equivalent tq*Michele Calgaro2024-07-29397-6404/+6404
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename environment class nt* related files to equivalent tq*Michele Calgaro2024-07-28149-1084/+1084
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename text class nt* related files to equivalent tq*Michele Calgaro2024-07-24209-2091/+2091
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename graphics class nt* related files to equivalent tq* (part 2)Michele Calgaro2024-07-21444-6651/+6651
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-18464-7345/+7345
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix errors in qt.dcf introduced in commit 8a071b48. This relates toMichele Calgaro2024-07-181-20/+0
| | | | | | issue #171. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>