Commit Graph

96 Commits (master)

Author SHA1 Message Date
Alexander Golubev b1e6f38464 Fix TQThreadStorage destruction in the main thread
1 month ago
Alexander Golubev bcda401191 Fix TQString::sprintf() not calling va_end() in case of bad cformat
1 month ago
Alexander Golubev 87129eac9a Add explicit declaration TQChar&TQCharRef default constructor/destructor
2 months ago
Alexander Golubev fad4acbe08 Fix compilation with -disable-inputmethod and -no-inputmethod
2 months ago
Alexander Golubev 2f15a471f9 Fix FTBFS with -no-stl
2 months ago
Michele Calgaro 77697cb46c
Remove original Q_WS_* defines
2 months ago
Michele Calgaro 1d318a47b0
Replace QT_STATIC_CONST_* with actual definitions
2 months ago
Michele Calgaro 67bff2edca
Replace Q_WS_* defines with TQ_WS_* equivalents
3 months ago
Slávek Banko a9d178f100
Fix potential buffer overflow in debug functions.
4 months ago
Michele Calgaro b35e0845dc
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
7 months ago
Michele Calgaro 1ba13366a7
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
8 months ago
Michele Calgaro 926102a455
Replace various Q_* and QT_* defines with TQ_* and TQT_*
8 months ago
Michele Calgaro 83991febd2
Remove Qt4 related stuff
10 months ago
Michele Calgaro bfd62a0bbf
Drop Qt2's TQSemiModal and TQSortedList classes
10 months ago
Michele Calgaro a75445b4c3
Drop Qt2 obsolete classes
11 months ago
Bobby Bingham 0b3c8dfbc9
Enable use of pthread's recursive mutexes
11 months ago
Bobby Bingham 999cebcb5d
Fix level when using pthreads recursive mutex
11 months ago
Slávek Banko aec367ef28
Use empty d->cString for TQString::shared_null instead of null string.
2 years ago
Slávek Banko e919ffc1ec
Avoid changes of d->cString for TQString::shared_null to make the value reliable.
2 years ago
OBATA Akio 7e4fc64d69 tools: fix to use `pthread_t` for Thread ID
2 years ago
Ray-V 2fbf9ffbc6
Add unicode points so that upper() and lower() functions work for:
3 years ago
Slávek Banko ce03d78623
Return TQT_NO_WORKSPACE setting, according to TQT_MODULE_WORKSPACE,
3 years ago
Michele Calgaro 0f480dc43f
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
3 years ago
gregory guy 3d5e557e40
Fix FTBFS with compiler's options(gcc): -Werror=format-security -Wformat
4 years ago
Michele Calgaro 4a8f6dd3c5
Fixed minor typo in H file include names.
4 years ago
Michele Calgaro 292fa30f0f
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
4 years ago
Michele Calgaro 99e56ba8db
Removed explicit usage of the 'register' keyword.
4 years ago
Slávek Banko da15dfe6d7
Fix FTBFS when building with musl libc.
4 years ago
Michele Calgaro 80dc1e5317
Added tqDebug/tqWarning/tqFatal functions that takes a TQCString
5 years ago
Slávek Banko 1aa221a2bc
Change tests for glibc version.
5 years ago
gregory guy 6131b4262e
This fixes bug: 639
5 years ago
Michele Calgaro e9567cacad
Removed unnecessary and unused TQT_REAL_TQT definition.
5 years ago
Michele Calgaro d63a113c5c
Added utility functions tqDebug/tqWarning/tqFatal based on TQString parameter.
5 years ago
Michele Calgaro 835a7b87e7
Added timestamp to debug functions (tqDebug, tqWarning, tqFatal).
5 years ago
Slávek Banko 4e83f4f200
Make use of TQString::utf8() and TQString::local8Bit() safe for conversion to char*.
5 years ago
Michele Calgaro 9226c02de9
Improved class name used in previous commit. Suggestion comes from
6 years ago
Michele Calgaro 7c9a149f4c
Fixed FTBFS caused by name conflict with new postgres server dev 11 package.
6 years ago
Michele Calgaro 7f4d09f200
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
6 years ago
Michele Calgaro c048ce6e8c
Removed obsolete Qt2's TQVector class and replaced
6 years ago
Michele Calgaro 789e7c7f92
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
6 years ago
Michele Calgaro 69d87202cb
QT_NO_* -> TQT_NO_* renaming.
6 years ago
Michele Calgaro 5fd88f2a20
qt -> tqt conversion:
6 years ago
Michele Calgaro 3e98ce7f85
qt -> tqt conversion:
6 years ago
Michele Calgaro 9f5d59f336
qt -> tqt conversion:
6 years ago
Slávek Banko ff63338d18
Always build with a clean namespace
6 years ago
Michele Calgaro 02964eb384
Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the
6 years ago
Slávek Banko 017e8dbffe
Fix FTBFS with stricter C++11
6 years ago
Slávek Banko 9bbdfea568 Do not force POSIX mutexes on FreeBSD
7 years ago
Timothy Pearson d49abd0e62 Third part of prior commit
8 years ago
Timothy Pearson 6d05fcd18d Second part of prior commit
8 years ago