Commit Graph

54 Commits (7c13f5df2fbd64512a99b66f633abb0fd7f87d35)

Author SHA1 Message Date
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
10 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
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
12 years ago
Timothy Pearson a830bf10b7 Rename additional global TQt functions
12 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