summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtextedit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TQTextEdit: remove one of two readOnly flagsAlexander Golubev2024-04-031-6/+6
| | | | | | | | 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> (cherry picked from commit 9c5ea5617a3bc0e69213e2361dd02d70f14f4708)
* TQTextEdit: add missing mightStartDrag initializationAlexander Golubev2024-04-031-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> (cherry picked from commit 2b1c78cb539b208290adb189adccd125cef19105)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-14/+14
| | | | | | | | | | | | | 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> (cherry picked from commit 67bff2edcacb208dc44dcd521386bef686dc6dbf)
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-311-29/+29
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb401a891f1b426e9419c0cb16403df407138611)
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-68/+68
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix zoom in TQTextEditWaldo Bastian2014-09-161-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.
* Automated update from Qt3Timothy Pearson2013-05-071-1/+1
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-10-191-1/+1
|\
| * Automated update from Qt3Timothy Pearson2012-10-161-1/+1
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-08-031-4/+4
|\|
| * Automated update from Qt3Timothy Pearson2012-07-281-4/+4
| |
* | Fix typos.Darrell Anderson2012-04-051-1/+1
|/
* Automated update from qt3Timothy Pearson2012-03-061-2/+2
|
* Automated conversion from qt3Timothy Pearson2012-02-281-7/+7
|
* Automated update from qt3Timothy Pearson2012-02-271-1/+1
|
* Automated update from Qt3Timothy Pearson2012-02-131-7/+7
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-31/+31
|
* Sync with latest scriptTimothy Pearson2011-12-051-3/+3
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+7467