summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* ARM neon draw helper only available for little endianPeter Seiderer2020-05-131-4/+4
* Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-112-2/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-11/+33
|\
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-281-11/+33
| |\
| | * Fix 8bit image conversions with non-default bytes_per_lineAllan Sandfeld Jensen2020-04-271-11/+33
| | * Don't warn when loading icons via the image loadersTor Arne Vestbø2020-04-261-2/+0
| | * Warn when trying to load an icon without a matching icon engineTor Arne Vestbø2020-04-171-0/+2
* | | Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-2913-477/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-273-6/+5
|\| |
| * | QImage: optimize convertWithPalette()Marc Mutz2020-04-233-6/+5
| |/
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-086-17/+31
|\|
| * Wasm: don’t deadlock on parallel image conversionsMorten Johan Sørvig2020-04-051-3/+8
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-032-2/+2
| * Fix 1 pixel wide imagesAllan Sandfeld Jensen2020-03-301-1/+1
| * Doc: Mark gamma-related functions deprecated in QImageReader/WriterTopi Reinio2020-03-262-9/+14
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-2/+6
| |\
| | * Fix double scaling of SVG icons on high DPI screensTor Arne Vestbø2020-03-131-2/+6
* | | Remove QRegExp usage from the XBM handlerLars Knoll2020-03-251-23/+28
* | | Remove unused includeLars Knoll2020-03-161-1/+0