Commit Graph

310 Commits (r14.1.x)

Author SHA1 Message Date
Michele Calgaro 8141b881e3
Correctly release glib mainloop and gsource, to avoid memory leaks
3 weeks ago
Michele Calgaro 57465e08e9
Prevent creation of text codecs when the application is shutting down. This resolves issue #142
2 months ago
Alexander Golubev b44105403d
TQTextEdit: remove one of two readOnly flags
2 months ago
Alexander Golubev bca1fe4e8f
TQTextEdit: add missing mightStartDrag initialization
2 months ago
Alexander Golubev a097a55f62
Improve TQFont-related cleanup
2 months ago
Alexander Golubev f2504a8f49
Improve TQFont-related cleanup
2 months ago
Alexander Golubev b000ed6ad6
TQFileDialog: cleanup pixmaps before destroying TQApplication
2 months ago
Alexander Golubev 4ab92f6b79
TQPrintDialog: cleanup data requested from libcups
2 months ago
Alexander Golubev bb6797db1f
TQPrinterPrivate: add virtual destructor.
2 months ago
Alexander Golubev ba56610030
Zero unused data fields in XClientMessageEvent struct
2 months ago
Alexander Golubev 323382b189
Fix TQThreadStorage destruction in the main thread
2 months ago
Alexander Golubev 336e61b230
Fix TQString::sprintf() not calling va_end() in case of bad cformat
2 months ago
Alexander Golubev 57f90016c3
Add explicit declaration TQChar&TQCharRef default constructor/destructor
2 months ago
Alexander Golubev 590a2e0434
Resort includes in ntqt.h
2 months ago
Alexander Golubev d643d19c96
Fix compilation with -no-thread
2 months ago
Alexander Golubev ee2df97887
Fix compilation with -disable-inputmethod and -no-inputmethod
2 months ago
Alexander Golubev 9aa03105ab
Fix FTBFS with -no-xkb
3 months ago
Alexander Golubev 77927b79b7
Fix FTBFS with -no-stl
3 months ago
Alexander Golubev 7b575b58e5
avoid translating the /qt/XIMInputStyle options when saving into config
3 months ago
Alexander Golubev 94c71d50f6
Fix FTBFS with -qt-sql-sqlite3
3 months ago
Michele Calgaro 486ac7828c
Remove original Q_WS_* defines
3 months ago
Michele Calgaro 33c36fae2a
Replace QT_STATIC_CONST_* with actual definitions
3 months ago
Michele Calgaro 473cd1e8a5 Replace Q_WS_* defines with TQ_WS_* equivalents
3 months ago
Michele Calgaro ecca365daf
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
5 months ago
Slávek Banko 1c30858477
Fix potential buffer overflow in debug functions.
5 months ago
Mavridis Philippe f30ac87a4f
Add support for HistoryBackButton and HistoryForwardButton
5 months ago
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
8 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
11 months ago
Michele Calgaro 984ea06ed6
Revert "Add single TQObject root parent for all guarded pointers."
11 months ago
Bobby Bingham df5ce1b169
Enable use of pthread's recursive mutexes
12 months 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