summaryrefslogtreecommitdiffstats
path: root/doc/html
Commit message (Collapse)AuthorAgeFilesLines
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-18355-5826/+5826
| | | | 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>
* Rename IO and network class nt* related files to equivalent tq*Michele Calgaro2024-07-10283-5712/+5712
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename utility class nt* related files to equivalent tq*Michele Calgaro2024-07-07192-2447/+2447
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename drag-n-drop nt* related files to equivalent tq*Michele Calgaro2024-07-0785-1022/+1022
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Rename threading nt* related files to equivalent tq*Michele Calgaro2024-06-3037-363/+363
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename date and time nt* related files to equivalent tq*Michele Calgaro2024-06-2997-1232/+1232
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove documentation for QWS classes and Qt/EmbeddedMichele Calgaro2024-06-25192-9844/+153
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix wrong documentation changes introduced in recent commitsMichele Calgaro2024-06-181-46/+47
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-06-1277-1031/+1031
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename icon nt* related files to equivalent tq*Michele Calgaro2024-06-1286-1402/+1402
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename text nt* related files to equivalent tq*Michele Calgaro2024-06-08165-2541/+2541
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-06467-3478/+3478
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename image nt* related files to equivalent tq*Michele Calgaro2024-06-0695-967/+967
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ptr nt* related files to equivalent tq*Michele Calgaro2024-06-06113-1428/+1428
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename template library nt* related files to equivalent tq*Michele Calgaro2024-06-05145-1511/+1511
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqwidget* related files to equivalent tqwidget*Michele Calgaro2024-06-02507-21213/+21213
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename nt* canvas related files to equivalent tq*Michele Calgaro2024-05-3177-2168/+2168
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename nt* dom and xml related files to equivalent tq*Michele Calgaro2024-05-30101-3928/+3928
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename nt* sql related files to equivalent tq*Michele Calgaro2024-05-28122-3811/+3811
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqobject*.h and qobject*.cpp to tqobject*Michele Calgaro2024-05-27452-7450/+7450
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove commercial site content and documentationNik Reist2024-05-153-175/+2
| | | | | | trolltech domain is no longer valid. Signed-off-by: Nik Reist <nik.reist@murena.io>
* Remove original Q_WS_* definesMichele Calgaro2024-02-201-11/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-154-56/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1243-210/+221
| | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-27135-902/+902
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-192-44/+44
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-236-805/+805
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-13235-611/+611
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-0719-119/+119
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Minor adjustments to porting documentationMichele Calgaro2023-08-071-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQSignalMichele Calgaro2023-08-074-43/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-184-31/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQButtonMichele Calgaro2023-07-1610-51/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQThreadMichele Calgaro2023-07-114-15/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQLineEditMichele Calgaro2023-07-116-97/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Qt4 related stuffMichele Calgaro2023-07-097-55/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQToolButtonMichele Calgaro2023-07-096-122/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reintroduced porting documentation previously removedMichele Calgaro2023-07-071-0/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-07-0712-313/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2 obsolete classesMichele Calgaro2023-06-0310-180/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-222-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Revert back TQt to Qt in the book titleEmanoil Kotsev2021-11-281-2/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* IconView widget was moved to Widgets module in commitSlávek Banko2021-03-302-2/+2
| | | | | | | | a41a034902bb3aa75db4524978a174353b5de2fe, but there remained the iconview module definition as standalone. This causes incorrect BUILD_KEY and library configuration declaration. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to ↵Michele Calgaro2021-02-134-9/+9
| | | | | | TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Further cleanup of left over material after removal of Qt2's TQListIterator ↵Michele Calgaro2020-05-241-1/+0
| | | | | | class. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Missed out in previous commit :-( Documentation updated accordingly.Michele Calgaro2020-05-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>