Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename more widget nt* related files to equivalent tq* | Michele Calgaro | 2024-08-12 | 59 | -118/+121 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename basic widget nt* related files to equivalent tq* | Michele Calgaro | 2024-07-29 | 54 | -145/+146 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename environment class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-28 | 5 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename text class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-24 | 29 | -34/+35 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 2) | Michele Calgaro | 2024-07-21 | 36 | -48/+48 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 1) | Michele Calgaro | 2024-07-18 | 33 | -52/+53 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename IO and network class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-10 | 52 | -88/+89 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename utility class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 30 | -33/+33 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename drag-n-drop nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 13 | -16/+16 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename main window nt* related files to equivalent tq*. The file | Michele Calgaro | 2024-07-06 | 51 | -122/+125 |
| | | | | | | "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename date and time nt* related files to equivalent tq* | Michele Calgaro | 2024-06-29 | 25 | -30/+31 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove documentation for QWS classes and Qt/Embedded | Michele Calgaro | 2024-06-25 | 1 | -7/+0 |
| | | | | 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 | 1 | -11/+0 |
| | | | | | | 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 | 8 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename icon nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 15 | -14/+15 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename text nt* related files to equivalent tq* | Michele Calgaro | 2024-06-08 | 32 | -39/+40 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 50 | -72/+72 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename image nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 10 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 23 | -26/+26 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename template library nt* related files to equivalent tq* | Michele Calgaro | 2024-06-05 | 42 | -48/+48 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 39 | -45/+60 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename nt* dom and xml related files to equivalent tq* | Michele Calgaro | 2024-05-30 | 10 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename nt* sql related files to equivalent tq* | Michele Calgaro | 2024-05-28 | 31 | -55/+55 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 42 | -46/+46 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 11 | -19/+19 |
| | | | | | | | | | | | | 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 | 63 | -511/+511 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tqdesigner: prevent SEGV from invalid pointer. This resolves issue #97. | Michele Calgaro | 2023-12-08 | 1 | -1/+9 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: ormorph <roma251078@mail.ru> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-23 | 2 | -2/+2 |
| | | | | | | 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 | 9 | -15/+15 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 24 | -110/+110 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove unnecessary accelerators from .ui files | Michele Calgaro | 2022-09-22 | 10 | -156/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed QT_NON_COMMERCIAL check and related code. | Michele Calgaro | 2022-02-07 | 7 | -47/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | TQt Designer: use global includes instead of includehints and | Michele Calgaro | 2022-01-23 | 2 | -18/+48 |
| | | | | | | remove duplicated include directives if found in UI files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-11 | 1 | -4/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to ↵ | Michele Calgaro | 2021-02-13 | 4 | -4/+4 |
| | | | | | | TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Undo an unwanted deletion of the 'register' in the string. | Slávek Banko | 2021-02-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove dates from generated files. | Slávek Banko | 2020-03-20 | 2 | -2/+2 |
| | | | | | | This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Translated using Weblate (German) | P 9 | 2019-08-10 | 1 | -4/+6 |
| | | | | | | | Currently translated at 0.2% (2 of 1178 strings) Translation: dependencies/tqt3 - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-tools-designer/de/ | ||||
* | This fixes bug: 639 | gregory guy | 2019-06-01 | 2 | -3/+155 |
| | | | | | | | | | | | | | | | Add desktop files for: - tqassistant - tqdesigner - tqlinguist - tqtconfig These files have been made with the contribution of Laurent Dard's patch (see bugzilla:639) with little change/addition from I. Add 'sysshare' option to the configure script. Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | Adjusted to use new TQStringVariantMap type. | Michele Calgaro | 2019-06-01 | 3 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed dummy int parameter from TQVariant(bool, int). | Michele Calgaro | 2019-05-23 | 10 | -31/+31 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 29 | -144/+144 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 6 | -7/+7 |
| | | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add brightness keys support | Roman Savochenko | 2017-07-30 | 1 | -0/+5 |
| | | | | | | | The code partially taken from Qt4 This relates to bug 2775 Signed-off-by: Roman Savochenko <rom_as@oscada.org> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 172 | -0/+0 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2015-03-05 | 3 | -36/+36 |
| | |||||
* | Moved iconview widget to src/widget folders. | Michele Calgaro | 2015-02-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 1 | -6/+6 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Fix tqteditor hidden visibility needed for cppeditor plugin | Slávek Banko | 2014-02-11 | 1 | -1/+1 |
| |