Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename private q* headers into equivalent tq* | Michele Calgaro | 2024-09-13 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[s-z]* related files to equivalent tq* | Michele Calgaro | 2024-09-12 | 11 | -12/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) | Michele Calgaro | 2024-09-04 | 4 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵ | Michele Calgaro | 2024-08-29 | 5 | -5/+5 |
| | | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename global classes nt* related files to equivalent tq* | Michele Calgaro | 2024-08-29 | 5 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename layout nt* related files to equivalent tq* | Michele Calgaro | 2024-08-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename more widget nt* related files to equivalent tq* | Michele Calgaro | 2024-08-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename basic widget nt* related files to equivalent tq* | Michele Calgaro | 2024-07-29 | 2 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename text class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 2) | Michele Calgaro | 2024-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 1) | Michele Calgaro | 2024-07-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename IO and network class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-10 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename utility class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 8 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename main window nt* related files to equivalent tq*. The file | Michele Calgaro | 2024-07-06 | 1 | -1/+1 |
| | | | | | | "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename date and time nt* related files to equivalent tq* | Michele Calgaro | 2024-06-29 | 12 | -13/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename icon nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 18 | -24/+24 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 4 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename template library nt* related files to equivalent tq* | Michele Calgaro | 2024-06-05 | 11 | -12/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 5 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename nt* sql related files to equivalent tq* | Michele Calgaro | 2024-05-28 | 59 | -235/+235 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 6 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS with -qt-sql-sqlite3 | Alexander Golubev | 2024-02-29 | 1 | -0/+5 |
| | | | | | | Fix FTBFS when sqlite3 sql driver is being built into the library Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Replace QT_STATIC_CONST_* with actual definitions | Michele Calgaro | 2024-02-15 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 3 | -4/+4 |
| | | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT | Michele Calgaro | 2023-12-27 | 2 | -21/+21 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-13 | 28 | -34/+34 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix build with PostgreSQL 12+. | Slávek Banko | 2019-11-18 | 1 | -0/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove bool/my_bool artifact, the 'bool' data type is part of the c++ | François Andriot | 2019-11-18 | 1 | -1/+1 |
| | | | | | | language and was added to c compilers with c99. Signed-off-by: gregory guy <[email protected]> | ||||
* | Fix FTBFS from prior commit. | Slávek Banko | 2019-08-31 | 1 | -5/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | add MYSQL_SSL_* to the driver for MySQL connections | Denis Kozadaev | 2019-08-31 | 1 | -2/+23 |
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> | ||||
* | Adjusted to use new TQStringVariantMap type. | Michele Calgaro | 2019-06-01 | 4 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed dummy int parameter from TQVariant(bool, int). | Michele Calgaro | 2019-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Improved class name used in previous commit. Suggestion comes from | Michele Calgaro | 2018-11-01 | 2 | -7/+7 |
| | | | | | | | 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 | 2 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed obsolete Qt2's TQVector class and replaced | Michele Calgaro | 2018-10-20 | 2 | -24/+7 |
| | | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 44 | -110/+110 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -2/+2 |
| | | | | | | | | | | | 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]> | ||||
* | Backport mysql driver mariadb fix - see QTBUG-63108 | Slávek Banko | 2018-06-03 | 1 | -12/+22 |
| | | | | | | [taken from RedHat Qt3 patches] Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Automated update from Qt3 | Timothy Pearson | 2016-02-22 | 1 | -2/+5 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2016-02-21 | 1 | -13/+19 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2015-03-05 | 2 | -7/+7 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2014-09-03 | 15 | -0/+98 |
| | |||||
* | Add sqlite3 plugin | Slávek Banko | 2014-05-24 | 4 | -0/+602 |
| | |||||
* | Fix 'format not a string literal' error | Francois Andriot | 2013-08-15 | 1 | -4/+4 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-07 | 5 | -7/+7 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-01 | 2 | -0/+9 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-20 | 4 | -31/+31 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-06-17 | 2 | -6/+6 |
| |