Commit Graph

302 Commits (34587584ab80fd696cc9d73dda1326f175125ddf)

Author SHA1 Message Date
Alexander Golubev 34587584ab avoid translating the /qt/XIMInputStyle options when saving into config
7 months ago
Alexander Golubev 3cba79c7f5 Fix FTBFS with -qt-sql-sqlite3
7 months ago
Michele Calgaro 77697cb46c
Remove original Q_WS_* defines
7 months ago
Michele Calgaro 1d318a47b0
Replace QT_STATIC_CONST_* with actual definitions
7 months ago
Michele Calgaro 67bff2edca
Replace Q_WS_* defines with TQ_WS_* equivalents
7 months ago
Michele Calgaro fb401a891f
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
9 months ago
Slávek Banko a9d178f100
Fix potential buffer overflow in debug functions.
9 months ago
Mavridis Philippe aec0061106
Add support for HistoryBackButton and HistoryForwardButton
9 months ago
Michele Calgaro b35e0845dc
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
1 year ago
Michele Calgaro 1ba13366a7
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
1 year ago
Michele Calgaro 926102a455
Replace various Q_* and QT_* defines with TQ_* and TQT_*
1 year ago
Michele Calgaro f2b3ea52ef
Drop compatibility code for TQSignal
1 year ago
Michele Calgaro fb6884ead2
Drop compatibility code for TQPalette
1 year ago
Michele Calgaro c3bb88817b
Drop compatibility code for TQButton
1 year ago
Michele Calgaro 9492e618a7
Drop compatibility code for TQThread
1 year ago
Michele Calgaro 979f5621d7
Drop compatibility code for TQLineEdit
1 year ago
Michele Calgaro 83991febd2
Remove Qt4 related stuff
1 year ago
Michele Calgaro 48ea22d00b
Drop compatibility code for TQToolButton
1 year ago
Michele Calgaro b1bfbe79f3
Drop compat headers
1 year ago
Michele Calgaro 7c116f3bf7
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
1 year ago
Michele Calgaro bfd62a0bbf
Drop Qt2's TQSemiModal and TQSortedList classes
1 year ago
Denis Kozadaev 47f034c129 SunOS res_ninit() requires a clean structure
1 year ago
Michele Calgaro fb1f3d6445
Revert "Add single TQObject root parent for all guarded pointers."
1 year ago
Michele Calgaro a75445b4c3
Drop Qt2 obsolete classes
1 year ago
Bobby Bingham 0b3c8dfbc9
Enable use of pthread's recursive mutexes
1 year ago
Bobby Bingham 999cebcb5d
Fix level when using pthreads recursive mutex
1 year ago
Michele Calgaro b167d09c43
Add single TQObject root parent for all guarded pointers.
2 years 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.
3 years ago
Slávek Banko e919ffc1ec
Avoid changes of d->cString for TQString::shared_null to make the value reliable.
3 years ago
Michele Calgaro cde9d7e942
Removed QT_NON_COMMERCIAL check and related code.
3 years ago
OBATA Akio 7e4fc64d69 tools: fix to use `pthread_t` for Thread ID
3 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,
4 years ago
Michele Calgaro 0f480dc43f
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
4 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