Commit Graph

284 Commits (r14.1.1)

Author SHA1 Message Date
Michele Calgaro d73937a9f7 Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
8 months ago
Michele Calgaro eb42871e99
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
9 months ago
Michele Calgaro 440483234f
Replace various Q_* and QT_* defines with TQ_* and TQT_*
9 months ago
Michele Calgaro b195cee3f4
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
11 months ago
Denis Kozadaev eb4fc5004b
SunOS res_ninit() requires a clean structure
12 months ago
Michele Calgaro 984ea06ed6
Revert "Add single TQObject root parent for all guarded pointers."
12 months ago
Bobby Bingham df5ce1b169
Enable use of pthread's recursive mutexes
1 year ago
Bobby Bingham c87fb38122
Fix level when using pthreads recursive mutex
1 year ago
Michele Calgaro b167d09c43
Add single TQObject root parent for all guarded pointers.
1 year ago
Michele Calgaro ec04b50a44
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
2 years ago
Mavridis Philippe 12c9e70bad SGI style: enable complex widget rendering
2 years 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
Michele Calgaro cde9d7e942
Removed QT_NON_COMMERCIAL check and related code.
2 years ago
OBATA Akio 7e4fc64d69 tools: fix to use `pthread_t` for Thread ID
2 years ago
gregory guy 43d7bc96c7
Remove deprecated glib2 function calls g_thread_get_initialized(), g_thread_init() and g_thread_create().
3 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
Slávek Banko 7441a646a8
Fix buffer overflow in XBM parser.
4 years ago
Michele Calgaro b3c22b84ef
Removed additional code formatting modelines.
4 years ago
gregory guy 3d5e557e40
Fix FTBFS with compiler's options(gcc): -Werror=format-security -Wformat
4 years ago
Michele Calgaro 250e6baa4c
Removed code formatting modelines.
4 years ago
OBATA Akio 8704c62dce Fix `qt_xft_handle` to work as expected
4 years ago
OBATA Akio ac50013578 Fix MIT_SHM related condition
4 years ago
OBATA Akio 48a9cf9a3c Fix to detect Thread Execution Scheduling support correctly
4 years ago
OBATA Akio b6a4a5ec20 Remove unwanted code for writing png
4 years ago
OBATA Akio 5ce8516970 Change to use PKG_LIBPNG_VER for libpng version check
4 years ago
OBATA Akio b79f0a7caa
Improve modern res API available condition
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 f086971876
Improved code for keyboard and mouse grabbing and releasing to avoid
4 years ago
Slávek Banko 9d5d503f74
Remove dates from generated files.
4 years ago
Michele Calgaro 99e56ba8db
Removed explicit usage of the 'register' keyword.
4 years ago
Slávek Banko 4470facd61
Fix crash in tqimage for certain malformed ppm image files
5 years ago
Slávek Banko da15dfe6d7
Fix FTBFS when building with musl libc.
5 years ago
Slávek Banko 9a6ac9dde5
Fix build with PostgreSQL 12+.
5 years ago
François Andriot 90ea30a42a
Remove bool/my_bool artifact, the 'bool' data type is part of the c++
5 years ago
Michele Calgaro 80dc1e5317
Added tqDebug/tqWarning/tqFatal functions that takes a TQCString
5 years ago
Slávek Banko aae0287741
Fix FTBFS from prior commit.
5 years ago
Denis Kozadaev 4f528c3bd2 add MYSQL_SSL_* to the driver for MySQL connections
5 years ago
Chris 3f5c7cb553 Replace dead trolltech website with trinity ones.
5 years ago
Michele Calgaro 632cbaa30a
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
5 years ago
Slávek Banko 1aa221a2bc
Change tests for glibc version.
5 years ago
Slávek Banko a410cb031f
Rename tqt-kde integration to tqt-tde.
5 years ago
gregory guy d3b13515ef
The TDE integration library (libtqtkde) will be searched for
5 years ago
gregory guy 6131b4262e
This fixes bug: 639
5 years ago
Michele Calgaro fd634b0c14
Adjusted to use new TQStringVariantMap type.
5 years ago
Michele Calgaro d795939c03
Added convenient TQStringVariantMap type and iterators.
5 years ago
Michele Calgaro cfc76de73c
Removed dummy int parameter from TQVariant(bool, int).
5 years ago