Commit Graph

62 Commits (master)

Author SHA1 Message Date
Slávek Banko e99bbda734
Use empty d->cString for TQString::shared_null instead of null string.
2 years ago
Slávek Banko 93058fb0a3
Avoid changes of d->cString for TQString::shared_null to make the value reliable.
2 years ago
OBATA Akio 1e77a5569b
tools: fix to use `pthread_t` for Thread ID
2 years ago
Ray-V 03d5d59646
Add unicode points so that upper() and lower() functions work for:
2 years ago
Michele Calgaro 300c4d2bd2
Added tqDebug/tqWarning/tqFatal functions that takes a QCString
2 years ago
Michele Calgaro 961eb3f6e2
Removed explicit usage of the 'register' keyword.
3 years ago
Slávek Banko 40078adb6a
Fix FTBFS when building with musl libc.
4 years ago
Slávek Banko edad20d4f9
Change tests for glibc version.
5 years ago
gregory guy 7c13f5df2f
This fixes bug: 639
5 years ago
Michele Calgaro 2c29133f7e
Added utility functions qDebug/qWarning/qFatal based on QString parameter.
5 years ago
Michele Calgaro 3ae061484d
Added timestamp to debug functions (qDebug, qWarning, qFatal).
5 years ago
Slávek Banko 0a1966b25e
Make use of QString::utf8() and QString::local8Bit() safe for conversion to char*.
5 years ago
Michele Calgaro 19ef3e4359
Improved class name used in previous commit. Suggestion comes from Slavek :-)
6 years ago
Michele Calgaro 4a5da4685a
Fixed FTBFS caused by name conflict with new postgres server dev 11
6 years ago
Michele Calgaro 0614be0921
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
6 years ago
Michele Calgaro 230ed5e400
Always build with a clean namespace
6 years ago
Michele Calgaro 2df70f03d4 Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module"
6 years ago
Michele Calgaro f849f22528
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
6 years ago
Slávek Banko 5431226296
Fix FTBFS with stricter C++11
6 years ago
Slávek Banko e70f5ecf76 Do not force POSIX mutexes on FreeBSD
7 years ago
Timothy Pearson 967e0f8020 Automated update from TQt3
8 years ago
Timothy Pearson 3cb304fd0c Automated update from TQt3
8 years ago
Timothy Pearson 1aabc56ca5 Automated update from TQt3
8 years ago
Michele Calgaro cd6978fd2a Added operator[] convenience function to QPtrList, similarly to QValueList.
9 years ago
Michele Calgaro a0a411065d Moved iconview widget to src/widget folders.
9 years ago
Timothy Pearson 8b9ae3fbf8 Add vsprintf method to QString
9 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
10 years ago
Michele Calgaro 5747da54c6 Enabled operator->() for class QValueListIterator.
10 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
11 years ago
Timothy Pearson 83d39cad27 Fix a number of threading problems and crashes
11 years ago
Timothy Pearson d09860faff Add unpaged memory mode to TQString and TQLineEdit
11 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