Slávek Banko
2b9dfcfb8e
Use utf8 encoding for special characters in documentation.
...
Lintian tag: national-encoding
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0b030ddeb7 )
2 months ago
Michele Calgaro
0d8f7d1bdb
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 293aa66e26 )
2 months ago
Michele Calgaro
a62edea8b2
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2080def64c )
2 months ago
Michele Calgaro
798ac2b0c5
Drop support for Watcom compiler, which is not c++17 compliant.
...
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>
(cherry picked from commit 43ae5aadf4 )
3 months ago
Michele Calgaro
6727c1b1c9
Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.
...
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>
(cherry picked from commit 45d592deb6 )
3 months ago
Michele Calgaro
60ce9c848b
Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function template definitions, except for specific template specialization
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a10deb1dd3 )
3 months ago
Michele Calgaro
b7e9211071
Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,
...
this should no longer be needed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0b8194043a )
3 months ago
Michele Calgaro
e28df018f2
Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.
...
We are using c++17 compilers, so 'explicit' is supported.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1df9f28205 )
3 months ago
Michele Calgaro
5dd3e92430
Remove Q_NO_BOOL_TYPE define.
...
We are using c++17 compilers, so bool is always available.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0b8fe7da6f )
3 months ago
Michele Calgaro
1aa5da9f00
Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.
...
We are using c++17 compilers, so template specialization are supported.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9e057c68de )
3 months ago
Michele Calgaro
b87533f990
Replace TRUE/FALSE with boolean values true/false - part 4
...
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro
35ced32e33
Replace TRUE/FALSE with boolean values true/false - part 1
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a7f1e6e255 )
9 months ago
Michele Calgaro
d7d6cb2151
Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e8114b6f0 )
10 months ago
Michele Calgaro
67cb0f6762
Fix editing of text containing surrogate characters.
...
This relates to issue #162 .
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9c648bea9b )
1 year ago
Michele Calgaro
7f62b55432
Drop support for discontinued DGUX
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 46f42bcd5a )
1 year ago
Michele Calgaro
c147c9001b
Remove support for Tru64, OSF and SCO v3.2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2b0ea37581 )
1 year ago
Michele Calgaro
10cded644d
Remove support for discontinued Reliant/Sinix unix
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 792e93f6e9 )
1 year ago
Michele Calgaro
840945161b
Remove support for Metrowerks compiler
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 37293565c3 )
1 year ago
Michele Calgaro
b3f74bb12a
Drop Borland compiler specific code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69e1261df6 )
1 year ago
Michele Calgaro
64d2e7533f
Rename Q_EXPORT to TQ_EXPORT
...
Manually cherry picked from commit 01d46198
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Nik Reist
03ef2cdd33
Remove commercial site content and documentation
...
trolltech domain is no longer valid.
Signed-off-by: Nik Reist <nik.reist@murena.io>
(cherry picked from commit 168dd9b0c5 )
2 years ago
Michele Calgaro
486ac7828c
Remove original Q_WS_* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 77697cb46c )
2 years ago
Michele Calgaro
33c36fae2a
Replace QT_STATIC_CONST_* with actual definitions
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1d318a47b0 )
2 years ago
Michele Calgaro
473cd1e8a5
Replace Q_WS_* defines with TQ_WS_* equivalents
...
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>
(cherry picked from commit 67bff2edca )
2 years ago
Michele Calgaro
ecca365daf
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fb401a891f )
2 years ago
Michele Calgaro
541b900725
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 089d5266f0 )
2 years ago
Michele Calgaro
d73937a9f7
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b35e0845dc )
3 years ago
Michele Calgaro
eb42871e99
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1ba13366a7 )
3 years ago
Michele Calgaro
440483234f
Replace various Q_* and QT_* defines with TQ_* and TQT_*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 926102a455 )
3 years ago
Michele Calgaro
0c8091f80e
Reintroduced porting documentation previously removed
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fd565e9bad )
3 years ago
Michele Calgaro
044c03f28e
Remove unnecessary accelerators from .ui files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Emanoil Kotsev
1c1b280b1f
Revert back TQt to Qt in the book title
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
4 years ago
Slávek Banko
00318b767a
IconView widget was moved to Widgets module in commit
...
a41a034902 , 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>
5 years ago
Michele Calgaro
0f480dc43f
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
f62146e0e6
Further cleanup of left over material after removal of Qt2's TQListIterator class.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
1d9b20af8c
Missed out in previous commit :-( Documentation updated accordingly.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
292fa30f0f
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
98f2cf4126
Recovering an accidentally damaged PNG image.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
ce0712924d
Fix typo.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
99e56ba8db
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7f4d09f200
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
23b535df5b
Removed some obsolete code related to Qt1.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
c048ce6e8c
Removed obsolete Qt2's TQVector class and replaced
...
with TQt3's TQPtrVector.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
789e7c7f92
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
...
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
69d87202cb
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
5fd88f2a20
qt -> tqt conversion:
...
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
3e98ce7f85
qt -> tqt conversion:
...
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>
8 years ago
Michele Calgaro
9f5d59f336
qt -> tqt conversion:
...
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Slávek Banko
ff63338d18
Always build with a clean namespace
...
QT_CLEAN_NAMESPACE constant is no more needed
This may theoretically affect applications created for Qt1 and Qt2,
but such applications require further modifications as well.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Michele Calgaro
02964eb384
Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the
...
qt->tqt conversion and is required to align to corresponding patch for
common/admin module.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago