summaryrefslogtreecommitdiffstats
path: root/doc/html
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'grp' from TQChar since now surrogate pairs are correctly supportedMichele Calgaro5 days1-32/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Move TQChar code to standalone files tqchar.{h,cpp}Michele Calgaro5 days7-351/+491
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix editing of text containing surrogate characters.Michele Calgaro2025-02-131-1/+1
| | | | | | This relates to issue #162. Signed-off-by: Michele Calgaro <[email protected]>
* Drop support for discontinued DGUXMichele Calgaro2025-02-042-4/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-073-42/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-0213-39/+39
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove support for Metrowerks compilerMichele Calgaro2025-01-011-8/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename *.html files that were missed out during previous qt->tqt renamingMichele Calgaro2024-12-258-38/+38
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2024-11-072-24/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Drop Borland compiler specific codeMichele Calgaro2024-10-285-34/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix up left over stuff from commit 397b9afaMichele Calgaro2024-10-261-191/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-22247-1439/+1630
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove unnecessary references to developer local foldersMichele Calgaro2024-10-141378-1378/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename uic to tquicMichele Calgaro2024-10-1122-77/+77
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename moc to tqmocMichele Calgaro2024-10-0625-127/+126
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove documentation for Motif extension classes. Those classes are not ↵Michele Calgaro2024-10-0367-4523/+60
| | | | | | included in tqt3 source code Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete Netscape plugin and its classesMichele Calgaro2024-10-0346-2851/+74
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-133-12/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[s-z]* related files to equivalent tq*Michele Calgaro2024-09-12233-1640/+1638
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)Michele Calgaro2024-09-04187-1559/+1555
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[i-l]* related files to equivalent tq*Michele Calgaro2024-08-3174-477/+477
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[d-h]* related files to equivalent tq*Michele Calgaro2024-08-3181-876/+876
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵Michele Calgaro2024-08-29119-935/+935
| | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete ntqabstractlayout.h headerMichele Calgaro2024-08-299-10/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-2961-239/+239
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-08-2964-424/+424
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename layout nt* related files to equivalent tq*Michele Calgaro2024-08-16163-2180/+2180
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename more widget nt* related files to equivalent tq*Michele Calgaro2024-08-12326-7991/+7991
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename basic widget nt* related files to equivalent tq*Michele Calgaro2024-07-29308-5240/+5240
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename environment class nt* related files to equivalent tq*Michele Calgaro2024-07-28105-699/+699
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename text class nt* related files to equivalent tq*Michele Calgaro2024-07-24156-1296/+1296
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename graphics class nt* related files to equivalent tq* (part 2)Michele Calgaro2024-07-21302-4213/+4213
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-18355-5826/+5826
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix errors in qt.dcf introduced in commit 8a071b48. This relates toMichele Calgaro2024-07-181-20/+0
| | | | | | issue #171. Signed-off-by: Michele Calgaro <[email protected]>
* Rename IO and network class nt* related files to equivalent tq*Michele Calgaro2024-07-10283-5712/+5712
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename utility class nt* related files to equivalent tq*Michele Calgaro2024-07-07192-2447/+2447
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename drag-n-drop nt* related files to equivalent tq*Michele Calgaro2024-07-0785-1022/+1022
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename main window nt* related files to equivalent tq*. The fileMichele Calgaro2024-07-06240-4235/+4235
| | | | | | "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]>
* Rename codec nt* related files to equivalent tq*.Michele Calgaro2024-07-0143-306/+305
| | | | | | The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs. Signed-off-by: Michele Calgaro <[email protected]>
* Rename threading nt* related files to equivalent tq*Michele Calgaro2024-06-3037-363/+363
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename date and time nt* related files to equivalent tq*Michele Calgaro2024-06-2997-1232/+1232
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove documentation for QWS classes and Qt/EmbeddedMichele Calgaro2024-06-25192-9844/+153
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix wrong documentation changes introduced in recent commitsMichele Calgaro2024-06-181-46/+47
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove documentation about activeqt, because the latter is part of the ↵Michele Calgaro2024-06-1484-9598/+57
| | | | | | commercial edition of Qt3 Signed-off-by: Michele Calgaro <[email protected]>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-06-1277-1031/+1031
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename icon nt* related files to equivalent tq*Michele Calgaro2024-06-1286-1402/+1402
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename text nt* related files to equivalent tq*Michele Calgaro2024-06-08165-2541/+2541
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-06467-3478/+3478
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename image nt* related files to equivalent tq*Michele Calgaro2024-06-0695-967/+967
| | | | Signed-off-by: Michele Calgaro <[email protected]>