Commit Graph

458 Commits (r14.1.3)
 

Author SHA1 Message Date
Slávek Banko 0752cff40b
Merge translation files from master branch.
1 month ago
Michele Calgaro c9932b7c1a
Make sure to release thread resources back to the OS once the thread completes.
2 months ago
Michele Calgaro 24032974c6
Fix fallover case for TQEvent::MetaCall
2 months ago
Michele Calgaro b6eef6a49e
Fix possible SEGV if the sender object list was null and thread support enabled
2 months ago
Michele Calgaro 08ac5cce69
Improve handling of the global post event list in order to minimize possible crashes on exit.
3 months ago
ormorph 09d080c07c
Added check for tqApp pointer in TQWidget destructor
3 months ago
Michele Calgaro e06dfea32c
Fix OpenType language definition tags and array access. This resolves issue #171
4 months ago
OBATA Akio b634a4f66f
Fix a missing `if` clause guard
6 months ago
OBATA Akio cd45e22a58
Fix to compare thread_id with `pthread_equal()`
6 months ago
Nik Reist 03ef2cdd33
Remove commercial site content and documentation
6 months ago
Michele Calgaro 8141b881e3
Correctly release glib mainloop and gsource, to avoid memory leaks
7 months ago
Slávek Banko 73c9765982
Merge translation files from master branch.
7 months ago
Michele Calgaro 57465e08e9
Prevent creation of text codecs when the application is shutting down. This resolves issue #142
8 months ago
Alexander Golubev b44105403d
TQTextEdit: remove one of two readOnly flags
8 months ago
Alexander Golubev bca1fe4e8f
TQTextEdit: add missing mightStartDrag initialization
8 months ago
Alexander Golubev a097a55f62
Improve TQFont-related cleanup
8 months ago
Alexander Golubev f2504a8f49
Improve TQFont-related cleanup
8 months ago
Alexander Golubev b000ed6ad6
TQFileDialog: cleanup pixmaps before destroying TQApplication
8 months ago
Alexander Golubev 32f9784928
examples/canvas: fix some memory leaks
8 months ago
Alexander Golubev 4ab92f6b79
TQPrintDialog: cleanup data requested from libcups
8 months ago
Alexander Golubev 41c8fa0f9d
inputmethods/xim: fix incorrect fontset ref counting
8 months ago
Alexander Golubev bb6797db1f
TQPrinterPrivate: add virtual destructor.
8 months ago
Alexander Golubev ba56610030
Zero unused data fields in XClientMessageEvent struct
8 months ago
Alexander Golubev 323382b189
Fix TQThreadStorage destruction in the main thread
8 months ago
Alexander Golubev 336e61b230
Fix TQString::sprintf() not calling va_end() in case of bad cformat
8 months ago
Alexander Golubev 4bed6be862
Fix a small memory leak in xim plugin
8 months ago
Alexander Golubev d730db2c0d
gitignore: add a couple more tests
8 months ago
Alexander Golubev 57f90016c3
Add explicit declaration TQChar&TQCharRef default constructor/destructor
8 months ago
Alexander Golubev 590a2e0434
Resort includes in ntqt.h
8 months ago
Alexander Golubev 5d90b0352d
./configure: turn thread support on by default
9 months ago
Alexander Golubev 5232ccdf64
Avoid setting CONFIG=thread in qmake.conf
9 months ago
Alexander Golubev d643d19c96
Fix compilation with -no-thread
9 months ago
Alexander Golubev 9d1f80158e
Fix up mkspecs/linux-g++-32/qplatformdefs.h
9 months ago
Alexander Golubev ee2df97887
Fix compilation with -disable-inputmethod and -no-inputmethod
9 months ago
Alexander Golubev 9aa03105ab
Fix FTBFS with -no-xkb
9 months ago
Alexander Golubev 77927b79b7
Fix FTBFS with -no-stl
9 months ago
Alexander Golubev 7b575b58e5
avoid translating the /qt/XIMInputStyle options when saving into config
9 months ago
Alexander Golubev 53a1dfa82b
gitignore: add missing examples (sound, tablet)
9 months ago
Alexander Golubev 94c71d50f6
Fix FTBFS with -qt-sql-sqlite3
9 months ago
Alexander Golubev cabcb339c6
fix grep complain in configure: "warning: stray \ before c"
9 months ago
Michele Calgaro 486ac7828c
Remove original Q_WS_* defines
9 months ago
Alexander Golubev da061df465
Add .gitignore file
9 months ago
Michele Calgaro 33c36fae2a
Replace QT_STATIC_CONST_* with actual definitions
9 months ago
Michele Calgaro 473cd1e8a5 Replace Q_WS_* defines with TQ_WS_* equivalents
9 months ago
Michele Calgaro ecca365daf
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
11 months ago
Slávek Banko 1c30858477
Fix potential buffer overflow in debug functions.
11 months ago
Mavridis Philippe f30ac87a4f
Add support for HistoryBackButton and HistoryForwardButton
11 months ago
Mavridis Philippe c339f68fc0
Update README
11 months ago
Michele Calgaro a059b24f5a
tqdesigner: prevent SEGV from invalid pointer. This resolves issue #97.
12 months ago
Michele Calgaro ccc0d8e4ef
Replaced various '#define' with actual strings - part 3
1 year ago