Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* | Michele Calgaro | 2024-10-22 | 8 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 | 1 | -1/+1 |
| | | | | 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 | 5 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[d-h]* related files to equivalent tq* | Michele Calgaro | 2024-08-31 | 9 | -13/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵ | Michele Calgaro | 2024-08-29 | 1 | -1/+1 |
| | | | | | | 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 | 4 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-08-29 | 20 | -53/+53 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename layout nt* related files to equivalent tq* | Michele Calgaro | 2024-08-16 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename more widget nt* related files to equivalent tq* | Michele Calgaro | 2024-08-12 | 7 | -19/+19 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename basic widget nt* related files to equivalent tq* | Michele Calgaro | 2024-07-29 | 7 | -36/+36 |
| | | | | 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 | 9 | -13/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 1) | Michele Calgaro | 2024-07-18 | 9 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename utility class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename main window nt* related files to equivalent tq*. The file | Michele Calgaro | 2024-07-06 | 6 | -14/+14 |
| | | | | | | "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename threading nt* related files to equivalent tq* | Michele Calgaro | 2024-06-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 7 | -13/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename text nt* related files to equivalent tq* | Michele Calgaro | 2024-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename image nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 5 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Improve TQFont-related cleanup | Alexander Golubev | 2024-03-29 | 1 | -0/+5 |
| | | | | | | | | | Improve TQFont cleanup making sure that all instances of TQFont are destroyed before TQApplication (or specifically before disconnect from X11). This gets reed of several valgrind complains about leaks deep inside fontconfig. Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 1 | -3/+3 |
| | | | | | | | | | | | | 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]> | ||||
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-13 | 13 | -14/+14 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | SGI style: enable complex widget rendering | Mavridis Philippe | 2022-04-24 | 1 | -1/+1 |
| | | | | | | | | Was commented out for no obvious reason This resolves issue #64. Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 24 | -255/+255 |
| | | | | 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 | 2014-10-03 | 1 | -0/+6 |
| | |||||
* | Fix crash on populating style data to tabbar without parent | Slávek Banko | 2014-05-20 | 1 | -35/+37 |
| | | | | This resolves Bug 1966 | ||||
* | Automated update from Qt3 | Timothy Pearson | 2013-12-22 | 1 | -109/+205 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-12-17 | 1 | -28/+49 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-14 | 1 | -3/+10 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-01 | 1 | -0/+12 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-11-14 | 16 | -156/+157 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-11-14 | 1 | -362/+370 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-11-06 | 1 | -1/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-11-04 | 1 | -0/+65 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-11-03 | 1 | -0/+9 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-31 | 1 | -0/+4 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-31 | 7 | -33/+235 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-30 | 7 | -85/+215 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-17 | 1 | -0/+34 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-16 | 2 | -24/+8 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-09-01 | 1 | -0/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-08-11 | 1 | -9/+11 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-08-09 | 1 | -0/+12 |
| |