summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-9/+9
* Give QPixmap a move constructorVolker Hilsheimer2020-09-232-0/+11
* Inline trivial function used only by deprecated functionsEdward Welbourne2020-09-211-17/+4
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* Fix deprecation warning in QIcon::actualSize()Edward Welbourne2020-09-181-2/+10
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-172-43/+71
* Get rid of Qt4 virtual hooksAllan Sandfeld Jensen2020-09-152-73/+5
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-2/+0
* Remove dead code and obsolete commentVolker Hilsheimer2020-09-121-8/+0
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-2/+2
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-092-8/+49
* Change translation context of strings to new classVolker Hilsheimer2020-09-051-13/+6
* Fix compiler warnings from using deprecated qChecksum overloadVolker Hilsheimer2020-09-052-4/+4
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-313-31/+10
* Deprecate QIcon API which take a QWindow pointerMorten Johan Sørvig2020-08-292-0/+15
* QPixmapIconEngine: port to new virtual functionsMorten Johan Sørvig2020-08-292-24/+16
* QIconLoader: port to use new virtual functionsMorten Johan Sørvig2020-08-292-45/+40
* Add rgb64 inplace generic conversionAllan Sandfeld Jensen2020-08-283-10/+108
* Doc: Compile image snippetsPaul Wicking2020-08-281-1/+1
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-285-10/+7
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-273-15/+13
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-272-20/+43
* Implement QAbstractFileIconProvider to use theme and mime databasesVolker Hilsheimer2020-08-262-11/+42
* Document the QAbstractFileIconProvider::IconType enumVolker Hilsheimer2020-08-251-7/+8
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-254-2/+359
* Fix a number of qdoc warningsFriedemann Kleint2020-08-202-20/+0
* Make QCursor constructor explicit to prevent comparison of QPixmapVolker Hilsheimer2020-08-172-0/+4
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-154-4/+4
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-4/+4
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-08-061-0/+2
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-312-3/+3
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-242-13/+116
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-1/+3
* Fix buffer overflowRobert Loehning2020-07-101-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-078-42/+40
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-10/+10
* Use QList instead of QVector in guiJarek Kobus2020-06-295-17/+17
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-265-77/+34
* Introduce a settable allocation limit on image loadingEirik Aavitsland2020-06-264-1/+80
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-192-2/+2
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-112-0/+23
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-111-0/+4
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-113-7/+7
* Remove winrtOliver Wolff2020-06-061-1/+1
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-033-0/+227
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-032-9/+13
* Add QT_QPA_SYSTEM_ICON_THEME to override icon theme nameShawn Rutledge2020-06-031-0/+3
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-022-3/+15
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-05-301-1/+5