Commit Graph

53 Commits (55f03c5eff9e9c3171c7b954c42e5ae614160428)

Author SHA1 Message Date
Slávek Banko 55f03c5eff
Use empty d->cString for TQString::shared_null instead of null string.
3 years ago
Slávek Banko 65f3815ede
Avoid changes of d->cString for TQString::shared_null to make the value reliable.
3 years ago
OBATA Akio a28783fa48
tools: fix to use `pthread_t` for Thread ID
3 years ago
Ray-V a5eb1aeef0
Add unicode points so that upper() and lower() functions work for:
3 years ago
Michele Calgaro 0e9efe6bf1
Added tqDebug/tqWarning/tqFatal functions that takes a QCString
3 years ago
Michele Calgaro 1b74fac43d
Added utility functions qDebug/qWarning/qFatal based on QString parameter.
3 years ago
Michele Calgaro 7e66c40362
Removed explicit usage of the 'register' keyword.
4 years ago
Slávek Banko 361ea8bcf0
Fix FTBFS when building with musl libc.
5 years ago
Slávek Banko 46d5b162ee
Change tests for glibc version.
5 years ago
gregory guy 309cbda6e2
This fixes bug: 639
5 years ago
Michele Calgaro 5151555c0e
Reintroduced debug, warning and fatal functions since this are part of
6 years ago
Michele Calgaro d17480bf1d
Added timestamp to debug functions (qDebug, qWarning, qFatal).
6 years ago
Slávek Banko 5a7d49f513
Make use of QString::utf8() and QString::local8Bit() safe for conversion to char*.
6 years ago
Michele Calgaro ec5adca5bb
Improved class name used in previous commit. Suggestion comes from Slavek :-)
6 years ago
Michele Calgaro 329fb60877
Fixed FTBFS caused by name conflict with new postgres server dev 11
6 years ago
Slávek Banko d8ba3610e2
Fix FTBFS with stricter C++11
6 years ago
Slávek Banko 47690cd141 Do not force POSIX mutexes on FreeBSD
8 years ago
Timothy Pearson 9974902237 Try to avoid crashes if the destructor of a TQMap is called when no private object was previously created
10 years ago
Francois Andriot f0cc3689b3 Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR
10 years ago
François Andriot fdc4699bcb Enhance warning verbosity in TQFile (unix)
10 years ago
Francois Andriot b716176cec Fix qmake shared library naming
10 years ago
François Andriot e175139565 Fix FTBFS on Linux specific memlock code
10 years ago
François Andriot a28cbf4837 Fix FTBFS because invalid data conversion in qmutex
10 years ago
Michele Calgaro 71a6d7870f Improvements to QValueList. This may relate to bug 1820
10 years ago
Slávek Banko 456dc48a97 Fix potential null pointer dereference
11 years ago
Michele Calgaro 5747da54c6 Enabled operator->() for class QValueListIterator.
11 years ago
Timothy Pearson 586f373276 Properly export ucm_instantiate in UCOM libraries
11 years ago
Timothy Pearson d1b6b7be7d Repair performance regression accidentally introduced with new style API
11 years ago
Timothy Pearson f4193c940c Disable unnecessary thread locking in TQString constructors/destructor
11 years ago
Timothy Pearson eced6bf82e Reduce TQString allocation/deallocation load in populateControlElementDataFromWidget
11 years ago
Timothy Pearson 99b03be63d Add threading debug spew when QT_DEBUG is set
11 years ago
Slávek Banko 571716ebf8 Private headers moved out from public include directory
11 years ago
Timothy Pearson f2102e1f82 Fix incorrect thread termination handling when thread count is greater than two
11 years ago
Timothy Pearson 4eba9b8238 Fix a number of threading data races
12 years ago
Timothy Pearson 83d39cad27 Fix a number of threading problems and crashes
12 years ago
Timothy Pearson d09860faff Add unpaged memory mode to TQString and TQLineEdit
12 years ago
Timothy Pearson 9bff9eeefc Add level method to recursive mutex
12 years ago
Timothy Pearson 78125ea2f0 Add real threading support, including per-thread event loops, to QThread
12 years ago
Timothy Pearson 093bfb8296 Use high quality uuid_generate on Linux instead of PRNG
12 years ago
Timothy Pearson 58451e41d9 Extend TQStyle API further and bump Qt version number
12 years ago
Timothy Pearson ebcb1d80bf Fix build warnings
12 years ago
Timothy Pearson 5ab7fce9b2 Make basic integer QDataStream reads resistant to corruption from underlying IO device failure
12 years ago
Timothy Pearson 9a75b154bf Undo prior accidental commit
13 years ago
Timothy Pearson a830bf10b7 Rename additional global TQt functions
13 years ago
Timothy Pearson e90b15c55d Clean up a few build warnings
13 years ago
Timothy Pearson 0eb9f5e217 Add NetWM/Motif controls to QWidget
13 years ago
Timothy Pearson ce82c99453 Fix qcstring format warnings
13 years ago
Timothy Pearson 5e47b11f23 Enable gcc visibility support in Qt3
13 years ago
Timothy Pearson ba18a0dd03 Fix accidental conversion of dockwin
13 years ago
Timothy Pearson 04fcdc0803 Rename kwin to twin (part 1 of 2)
13 years ago