summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Get rid of QRegExp from the xpm image handlerLars Knoll2020-03-161-10/+18
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-1106/+243
|\| |
| * | Fix multi-threaded shrinking conversionAllan Sandfeld Jensen2020-03-111-1/+13
| * | Replace initialization of sparse table of converts with settersAllan Sandfeld Jensen2020-03-111-1105/+230
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-112-77/+178
|\| |
| * | Multithread some QImage routinesAllan Sandfeld Jensen2020-03-092-77/+178
* | | Remove QImageIOHandler::name()Shawn Rutledge2020-03-052-14/+0
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0410-54/+0
|\| |
| * | Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-0310-54/+0
* | | QImageIOPlugin: fix typo in class documentationRolf Eike Beer2020-03-031-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\| |
| * | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1