Commit Graph

12 Commits (7e66c403623bdb20b01ff05ebc5e2dfc30f15b3e)

Author SHA1 Message Date
Michele Calgaro 7e66c40362
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 961eb3f6e2)
4 years ago
Slávek Banko 5a7d49f513
Make use of QString::utf8() and QString::local8Bit() safe for conversion to char*.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0a1966b25e)
6 years ago
François Andriot e175139565 Fix FTBFS on Linux specific memlock code 11 years ago
Slávek Banko 456dc48a97 Fix potential null pointer dereference 11 years ago
Timothy Pearson f4193c940c Disable unnecessary thread locking in TQString constructors/destructor
This improves performance at no real cost, as the TQString class is not thread safe elsewhere
12 years ago
Timothy Pearson eced6bf82e Reduce TQString allocation/deallocation load in populateControlElementDataFromWidget
Remove unneeded mutex locks around certain TQString operations
12 years ago
Timothy Pearson f2102e1f82 Fix incorrect thread termination handling when thread count is greater than two
This resolves Bug 1521
Make double free or delete of QString objects more obvious
12 years ago
Timothy Pearson 4eba9b8238 Fix a number of threading data races
Add proper thread termination handler
This partially resolves Bug 1508
12 years ago
Timothy Pearson d09860faff Add unpaged memory mode to TQString and TQLineEdit
Fix designer build warnings
12 years ago
Timothy Pearson 9a75b154bf Undo prior accidental commit 14 years ago
Timothy Pearson a830bf10b7 Rename additional global TQt functions 14 years ago
Timothy Pearson bd0f3345a9 Add Qt3 development HEAD version 14 years ago