Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename main window nt* related files to equivalent tq*. The file | Michele Calgaro | 2024-07-06 | 332 | -5625/+5625 |
| | | | | | | "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 Calgaro | 2024-07-01 | 55 | -401/+400 |
| | | | | | | 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 Calgaro | 2024-06-30 | 55 | -535/+535 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename date and time nt* related files to equivalent tq* | Michele Calgaro | 2024-06-29 | 131 | -1799/+1799 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove documentation for QWS classes and Qt/Embedded | Michele Calgaro | 2024-06-25 | 255 | -14163/+166 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix wrong documentation changes introduced in recent commits | Michele Calgaro | 2024-06-18 | 1 | -46/+47 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove documentation about activeqt, because the latter is part of the ↵ | Michele Calgaro | 2024-06-14 | 108 | -11808/+59 |
| | | | | | | commercial edition of Qt3 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 112 | -1715/+1715 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename icon nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 124 | -2013/+2013 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename text nt* related files to equivalent tq* | Michele Calgaro | 2024-06-08 | 231 | -3293/+3293 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 549 | -3981/+3981 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename image nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 119 | -1186/+1186 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 175 | -2191/+2191 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename template library nt* related files to equivalent tq* | Michele Calgaro | 2024-06-05 | 210 | -2659/+2659 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 527 | -21354/+21354 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename nt* canvas related files to equivalent tq* | Michele Calgaro | 2024-05-31 | 103 | -2766/+2766 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename nt* dom and xml related files to equivalent tq* | Michele Calgaro | 2024-05-30 | 162 | -5212/+5212 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename nt* sql related files to equivalent tq* | Michele Calgaro | 2024-05-28 | 152 | -5020/+5020 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 471 | -7545/+7545 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove commercial site content and documentation | Nik Reist | 2024-05-15 | 6 | -380/+4 |
| | | | | | | trolltech domain is no longer valid. Signed-off-by: Nik Reist <nik.reist@murena.io> | ||||
* | Remove original Q_WS_* defines | Michele Calgaro | 2024-02-20 | 1 | -11/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace QT_STATIC_CONST_* with actual definitions | Michele Calgaro | 2024-02-15 | 4 | -56/+43 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 48 | -220/+231 |
| | | | | | | | | | | | | 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_SLOT | Michele Calgaro | 2023-12-27 | 159 | -972/+972 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-19 | 57 | -272/+272 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-23 | 383 | -7090/+7090 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-13 | 238 | -615/+615 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 21 | -128/+128 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Minor adjustments to porting documentation | Michele Calgaro | 2023-08-07 | 2 | -16/+16 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQSignal | Michele Calgaro | 2023-08-07 | 6 | -79/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQPalette | Michele Calgaro | 2023-07-18 | 6 | -54/+9 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQButton | Michele Calgaro | 2023-07-16 | 12 | -74/+5 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQThread | Michele Calgaro | 2023-07-11 | 6 | -22/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQLineEdit | Michele Calgaro | 2023-07-11 | 8 | -161/+44 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove Qt4 related stuff | Michele Calgaro | 2023-07-09 | 7 | -55/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQToolButton | Michele Calgaro | 2023-07-09 | 8 | -218/+13 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reintroduced porting documentation previously removed | Michele Calgaro | 2023-07-07 | 2 | -0/+32 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop Qt2's TQSemiModal and TQSortedList classes | Michele Calgaro | 2023-07-07 | 16 | -412/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop Qt2 obsolete classes | Michele Calgaro | 2023-06-03 | 12 | -264/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove unnecessary accelerators from .ui files | Michele Calgaro | 2022-09-22 | 2 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Revert back TQt to Qt in the book title | Emanoil Kotsev | 2021-11-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | ||||
* | IconView widget was moved to Widgets module in commit | Slávek Banko | 2021-03-30 | 2 | -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 Calgaro | 2021-02-13 | 4 | -9/+9 |
| | | | | | | TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace dead URLs of "SEE ALSO" section in man pages to trinity ones | OBATA Akio | 2020-07-09 | 4 | -5/+5 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Fix maketqpf man page based on source codes | OBATA Akio | 2020-07-09 | 1 | -7/+14 |
| | | | | | | | | Change to use usage of the command instead of copy from qembed's one for "SYNTAX" section. Fix fontdir path from source code. Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Fix a typo in tqlinguist man page | OBATA Akio | 2020-07-09 | 1 | -1/+1 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Refrect qt -> tqt changes to man1 | OBATA Akio | 2020-07-07 | 9 | -110/+110 |
| | | | | | | | Adjust page name to the installed tool name and follow class name changes in examples. Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Further cleanup of left over material after removal of Qt2's TQListIterator ↵ | Michele Calgaro | 2020-05-24 | 1 | -1/+0 |
| | | | | | | class. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Missed out in previous commit :-( Documentation updated accordingly. | Michele Calgaro | 2020-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |