summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpainter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Unicode surrogate characters and planes above zero.Michele Calgaro2025-01-121-4/+4
| | | | | | | | | | If the selected font supports the required characters, the text will be displayed correctly. If the selected font does not support such characters, empty boxes will be displayed in place of the expected text. Part of the code changes comes from Qt4 code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e0a38072cf48a6819a5cd788588267f3441d9d6a)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-18/+18
| | | | | | | | | | | | | 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)
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-40/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Automated update from Qt3Timothy Pearson2012-06-171-6/+6
|
* Update from qt3Timothy Pearson2012-03-051-0/+2
|
* Automated conversion from qt3Timothy Pearson2012-02-281-34/+34
|
* Automated update from qt3Timothy Pearson2012-02-271-2/+2
|
* Automated update from Qt3Timothy Pearson2012-02-131-28/+28
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-15/+15
|
* Sync with latest scriptTimothy Pearson2011-12-051-4/+4
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+3966