Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This fixes bug: 639 | gregory guy | 2019-06-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Add desktop files for: - tqassistant - tqdesigner - tqlinguist - tqtconfig These files have been made with the contribution of Laurent Dard's patch (see bugzilla:639) with little change/addition from I. Add 'sysshare' option to the configure script. Signed-off-by: gregory guy <[email protected]> | ||||
* | Removed unnecessary and unused TQT_REAL_TQT definition. | Michele Calgaro | 2019-05-23 | 1 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added utility functions tqDebug/tqWarning/tqFatal based on TQString parameter. | Michele Calgaro | 2019-05-23 | 2 | -48/+85 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added timestamp to debug functions (tqDebug, tqWarning, tqFatal). | Michele Calgaro | 2019-04-27 | 1 | -94/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Make use of TQString::utf8() and TQString::local8Bit() safe for conversion ↵ | Slávek Banko | 2019-02-04 | 2 | -8/+27 |
| | | | | | | to char*. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Improved class name used in previous commit. Suggestion comes from | Michele Calgaro | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | Slavek :-) Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed FTBFS caused by name conflict with new postgres server dev 11 package. | Michele Calgaro | 2018-11-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. | Michele Calgaro | 2018-10-27 | 1 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed obsolete Qt2's TQVector class and replaced | Michele Calgaro | 2018-10-20 | 1 | -4/+0 |
| | | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 1 | -5/+0 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 62 | -1138/+1138 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 20 | -63/+63 |
| | | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -4/+4 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Always build with a clean namespace | Slávek Banko | 2018-09-24 | 2 | -46/+0 |
| | | | | | | | | | QT_CLEAN_NAMESPACE constant is no more needed This may theoretically affect applications created for Qt1 and Qt2, but such applications require further modifications as well. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the | Michele Calgaro | 2018-09-16 | 25 | -218/+218 |
| | | | | | | | qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Do not force POSIX mutexes on FreeBSD | Slávek Banko | 2017-03-12 | 1 | -2/+2 |
| | | | | | | | This relates to bug 2462 See comments on bug 2744 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Third part of prior commit | Timothy Pearson | 2016-09-06 | 1 | -0/+1 |
| | | | | GIT client malfunctions are fun! | ||||
* | Second part of prior commit | Timothy Pearson | 2016-09-06 | 1 | -3/+3 |
| | |||||
* | Use time_t for UNIX timestamps | Timothy Pearson | 2016-09-06 | 1 | -6/+6 |
| | | | | WARNING: This breaks the ABI! | ||||
* | Added operator[] convenience function to TQPtrList, similarly to TQValueList. | Michele Calgaro | 2015-09-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Automated update from Qt3 | Timothy Pearson | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2015-03-05 | 2 | -68/+68 |
| | |||||
* | Moved iconview widget to src/widget folders. | Michele Calgaro | 2015-02-06 | 1 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Automated update from Qt3 | Timothy Pearson | 2015-01-11 | 2 | -5/+22 |
| | |||||
* | Automated update from Qt3r14.0.0 | Timothy Pearson | 2014-12-06 | 1 | -2/+6 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2014-10-06 | 1 | -1/+24 |
| | |||||
* | Enhance warning verbosity in TQFile (unix) | François Andriot | 2014-09-16 | 1 | -9/+9 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2014-09-12 | 4 | -6/+36 |
| | |||||
* | Fix FTBFS on Linux specific memlock code | François Andriot | 2014-09-07 | 1 | -0/+6 |
| | |||||
* | Fix FTBFS because invalid data conversion in qmutex | François Andriot | 2014-09-07 | 1 | -2/+3 |
| | |||||
* | Improvements to TQValueList. This may relate to bug 1820 | Michele Calgaro | 2014-08-02 | 1 | -20/+22 |
| | |||||
* | Fix potential null pointer dereference | Slávek Banko | 2014-05-23 | 1 | -2/+2 |
| | |||||
* | Enabled operator->() for class QValueListIterator. | Michele Calgaro | 2014-03-17 | 1 | -6/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-12-28 | 1 | -3/+3 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-12-22 | 1 | -0/+15 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-12-17 | 1 | -64/+69 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-12-17 | 1 | -53/+20 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-11-03 | 1 | -0/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | Private headers moved out from public include directory | Slávek Banko | 2013-08-14 | 1 | -2/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-06-10 | 1 | -3/+18 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-14 | 4 | -85/+292 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-07 | 5 | -15/+15 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-04-22 | 2 | -28/+335 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-03-21 | 2 | -6/+87 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-07 | 3 | -0/+32 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-06 | 4 | -2/+33 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-09-10 | 1 | -0/+13 |
| |