Commit Graph

320 Commits (master)

Author SHA1 Message Date
Michele Calgaro 7563c4825f
Prevent creation of text codecs when the application is shutting down. This resolves issue #142
2 weeks ago
Alexander Golubev 9c5ea5617a TQTextEdit: remove one of two readOnly flags
2 weeks ago
Alexander Golubev 2b1c78cb53 TQTextEdit: add missing mightStartDrag initialization
2 weeks ago
Alexander Golubev 1b951e5229 Improve TQFont-related cleanup
3 weeks ago
Alexander Golubev ffbaaf0e1c Improve TQFont-related cleanup
3 weeks ago
Alexander Golubev fb0d62eec8 TQFileDialog: cleanup pixmaps before destroying TQApplication
4 weeks ago
Alexander Golubev c2c385eef2 TQPrintDialog: cleanup data requested from libcups
4 weeks ago
Alexander Golubev 5920542e9e TQPrinterPrivate: add virtual destructor.
1 month ago
Alexander Golubev 8a13d9aef4 Zero unused data fields in XClientMessageEvent struct
1 month ago
Alexander Golubev 1938504ea0 Zero padding bytes in DndReceiverProp struct.
1 month ago
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
1 month ago
Alexander Golubev b930cec601 Resort includes in ntqt.h
1 month ago
Alexander Golubev 4100c9e29f Fix compilation with -no-thread
1 month ago
Alexander Golubev fad4acbe08 Fix compilation with -disable-inputmethod and -no-inputmethod
1 month ago
Alexander Golubev beb37238fa Fix FTBFS with -no-xkb
2 months ago
Alexander Golubev 2f15a471f9 Fix FTBFS with -no-stl
2 months ago
Alexander Golubev 34587584ab avoid translating the /qt/XIMInputStyle options when saving into config
2 months ago
Alexander Golubev 3cba79c7f5 Fix FTBFS with -qt-sql-sqlite3
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
2 months ago
Michele Calgaro fb401a891f
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
4 months ago
Slávek Banko a9d178f100
Fix potential buffer overflow in debug functions.
4 months ago
Mavridis Philippe aec0061106
Add support for HistoryBackButton and HistoryForwardButton
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
7 months ago
Michele Calgaro 926102a455
Replace various Q_* and QT_* defines with TQ_* and TQT_*
8 months ago
Michele Calgaro f2b3ea52ef
Drop compatibility code for TQSignal
9 months ago
Michele Calgaro fb6884ead2
Drop compatibility code for TQPalette
9 months ago
Michele Calgaro c3bb88817b
Drop compatibility code for TQButton
9 months ago
Michele Calgaro 9492e618a7
Drop compatibility code for TQThread
9 months ago
Michele Calgaro 979f5621d7
Drop compatibility code for TQLineEdit
9 months ago
Michele Calgaro 83991febd2
Remove Qt4 related stuff
10 months ago
Michele Calgaro 48ea22d00b
Drop compatibility code for TQToolButton
10 months ago
Michele Calgaro b1bfbe79f3
Drop compat headers
10 months ago
Michele Calgaro 7c116f3bf7
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
10 months ago
Michele Calgaro bfd62a0bbf
Drop Qt2's TQSemiModal and TQSortedList classes
10 months ago
Denis Kozadaev 47f034c129 SunOS res_ninit() requires a clean structure
10 months ago
Michele Calgaro fb1f3d6445
Revert "Add single TQObject root parent for all guarded pointers."
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
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