Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 17 | -19/+19 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename image nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 6 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 21 | -26/+26 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename template library nt* related files to equivalent tq* | Michele Calgaro | 2024-06-05 | 10 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 33 | -40/+40 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 16 | -16/+16 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | TQTextEdit: remove one of two readOnly flags | Alexander Golubev | 2024-04-03 | 2 | -9/+9 |
| | | | | | | | There were two flags for read-only with different capitalization: readonly and readOnly. This was probably a mistake. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | TQTextEdit: add missing mightStartDrag initialization | Alexander Golubev | 2024-04-03 | 1 | -0/+1 |
| | | | | | | | mightStartDrag might have been used uninitialized when moving mouse with pressed mouse button into window. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 22 | -105/+105 |
| | | | | | | | | | | | | 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 <michele.calgaro@yahoo.it> | ||||
* | Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT | Michele Calgaro | 2023-12-27 | 34 | -340/+340 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-13 | 63 | -101/+101 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQButton | Michele Calgaro | 2023-07-16 | 2 | -35/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQLineEdit | Michele Calgaro | 2023-07-11 | 2 | -52/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove Qt4 related stuff | Michele Calgaro | 2023-07-09 | 8 | -44/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQToolButton | Michele Calgaro | 2023-07-09 | 2 | -115/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 6 | -32/+32 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed dummy int parameter from TQVariant(bool, int). | Michele Calgaro | 2019-05-23 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 122 | -784/+784 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 10 | -21/+21 |
| | | | | | | | | | 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 <michele.calgaro@yahoo.it> | ||||
* | ListView: Deselect items that are hidden by the filter | Slávek Banko | 2017-07-02 | 1 | -5/+21 |
| | | | | | | during selectAll and invertSelection Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | IconView: Deselect items that are hidden by the filter | Slávek Banko | 2017-07-02 | 1 | -7/+15 |
| | | | | | | | during selectAll and invertSelection This resolves bug 2750 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed (again) search algorithm for iconview widget. This resolves (again) ↵ | Michele Calgaro | 2015-09-07 | 1 | -24/+22 |
| | | | | | | bug 420. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed search algorithm for iconview widget. This resolves bug 420. | Michele Calgaro | 2015-07-13 | 2 | -217/+237 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Automated update from Qt3 | Timothy Pearson | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Moved iconview widget to src/widget folders. | Michele Calgaro | 2015-02-06 | 4 | -1/+7158 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Automated update from Qt3 | Timothy Pearson | 2014-11-21 | 1 | -0/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2014-11-21 | 1 | -2/+2 |
| | |||||
* | Improve TQProgressBar repaint optimization | Slávek Banko | 2014-09-16 | 2 | -8/+5 |
| | |||||
* | Fix zoom in TQTextEdit | Waldo Bastian | 2014-09-16 | 1 | -2/+12 |
| | | | | | | TQTextEdit::zoomIn / TQTextEdit::zoomOut does not work if the original font had its size specified in pixels instead of points. pointSize() returns 0 in such case. | ||||
* | Add repaint optimization to TQProgressBar | Frerich Raabe | 2014-09-16 | 2 | -3/+54 |
| | | | | | | | | This optimization makes TQProgressBar::setProgress() only repaint itself if stepping to the new progress would cause a graphical change. This means that for a width W and a total number of steps S, it will repaint itself 'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is right now. | ||||
* | Fix FTBFS on Linux specific memlock code | François Andriot | 2014-09-07 | 1 | -0/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-12-22 | 2 | -5/+11 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-06-10 | 1 | -2/+4 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-07 | 5 | -10/+10 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-03-21 | 2 | -8/+40 |
| | |||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3 | Darrell Anderson | 2012-12-19 | 4 | -0/+11 |
|\ | |||||
| * | Automated update from Qt3 | Timothy Pearson | 2012-12-01 | 4 | -0/+11 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3 | Darrell Anderson | 2012-11-10 | 2 | -30/+94 |
|\ \ | |/ | |||||
| * | Automated update from Qt3 | Timothy Pearson | 2012-11-06 | 2 | -30/+94 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3 | Darrell Anderson | 2012-11-02 | 4 | -0/+40 |
|\ \ | |/ | |||||
| * | Automated update from Qt3 | Timothy Pearson | 2012-11-01 | 4 | -0/+40 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3 | Darrell Anderson | 2012-10-31 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Automated update from Qt3 | Timothy Pearson | 2012-10-31 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3 | Darrell Anderson | 2012-10-21 | 43 | -320/+320 |
|\ \ | |/ | |||||
| * | Automated update from Qt3 | Timothy Pearson | 2012-10-20 | 43 | -320/+320 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3 | Darrell Anderson | 2012-10-19 | 11 | -98/+176 |
|\ \ | |/ | |||||
| * | Automated update from Qt3 | Timothy Pearson | 2012-10-16 | 11 | -98/+176 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3 | Darrell Anderson | 2012-08-08 | 6 | -12/+32 |
|\ \ | |/ | |||||
| * | Automated update from Qt3 | Timothy Pearson | 2012-08-07 | 3 | -3/+6 |
| | |