summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlabel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QLabel: Use pmf-style connectsChristian Ehrlicher2024-01-101-19/+21
* QLabel: always show the context menu created by the controlVolker Hilsheimer2023-05-251-6/+1
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-121-3/+5
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-2/+4
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-3/+3
* QLabel: remove some dynamic allocationsGiuseppe D'Angelo2022-03-011-21/+15
* QLabel::setPixmap(): remove the no-op self-maskingGiuseppe D'Angelo2022-02-241-3/+0
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-2/+1
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-2/+2
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-301-2/+2
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-291-2/+2
* QLabel: simplify createStandardContextMenuVolker Hilsheimer2021-03-021-7/+6
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-121-1/+30
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Fix QLabel with no "picture" featureNodir Temirkhodjaev2020-04-191-0/+2
* Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-171-70/+27
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\
| * Rename Qt::ReturnByValue_t -> Qt::ReturnByValueConstantSze Howe Koh2020-02-061-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-3/+75
|\|
| * QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-261-3/+75
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-11/+22
|\|
| * Fix rendering of markdown in QLabelEike Ziller2019-11-131-11/+22
* | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-1/+0
|/
* Minor performance improvement to QLabel with ImageLuca Beldi2018-10-031-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-5/+5
|\
| * QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
* | QLabel: Use nullptrAndre Hartmann2018-08-061-13/+14
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-1/+1
|\|
| * Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-101-1/+18
|\|
| * Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-081-1/+18
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-281-2/+1
|/
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-2/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-5/+5
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-12/+2
* Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-291-8/+8
* Add feature.abstractbuttonStephan Binner2017-03-131-1/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+1
| |\
| | * QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-091-0/+1
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-021-3/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+4
|\|
| * Fix regression in scaled QLabel on hi-res display.Jason Haslam2016-04-051-2/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20