index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
image
/
qimagereader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Only list qt core classes in qt core io group
Andreas Eliasson
2023-01-23
1
-1
/
+0
*
Add tracepointgen tool and convert qtgui to use it
Antti Määttä
2023-01-13
1
-0
/
+3
*
Fix deletion order also for QImageReader/Writer::setDevice()
Eirik Aavitsland
2023-01-11
1
-2
/
+2
*
Fix deletion order in QImageReader/Writer destructors
Eirik Aavitsland
2023-01-04
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Replace remaining uses of deprecated _qs with _s
Sona Kurazyan
2022-05-02
1
-1
/
+2
*
QtGui: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-28
1
-2
/
+2
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
1
-1
/
+1
*
QImageReader::read(): fetch filename once
Shawn Rutledge
2022-04-12
1
-5
/
+3
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-1
/
+1
*
QImageReader: Check for existing handler in initHandler
Robert Löhning
2022-02-02
1
-3
/
+6
*
QImageReader: check allocation limit for minimum 32 bpp
Eirik Aavitsland
2021-11-22
1
-1
/
+12
*
Remove Qt6 switches from QtGui
Allan Sandfeld Jensen
2021-05-05
1
-4
/
+0
*
Doc: Fix various documentation issues
Topi Reinio
2021-03-16
1
-2
/
+2
*
Deprecate and remove all uses of AA_UseHighDpiPixmaps
Tor Arne Vestbø
2020-08-31
1
-1
/
+1
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-1
/
+1
*
Introduce a settable allocation limit on image loading
Eirik Aavitsland
2020-06-26
1
-0
/
+34
*
Remove deprecated members from QtGui/image classes
Volker Hilsheimer
2020-04-29
1
-37
/
+0
*
Doc: Mark gamma-related functions deprecated in QImageReader/Writer
Topi Reinio
2020-03-26
1
-1
/
+3
*
Deprecate QImageIOHandler gamma correction
Allan Sandfeld Jensen
2020-01-30
1
-0
/
+2
*
Replace usages of QVariant::value by qvariant_cast
Olivier Goffart
2019-12-15
1
-1
/
+1
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-6
/
+6
*
QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()
Marc Mutz
2019-09-12
1
-3
/
+3
*
Fix loading of image files with wrong, but known, file name extension
Eirik Aavitsland
2019-07-18
1
-2
/
+25
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-17
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-12
1
-1
/
+1
|
|
\
|
|
*
Doc: Fix incorrect enum value referenced in QImageReader::transformation()
Topi Reinio
2019-07-08
1
-1
/
+1
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-06-20
1
-4
/
+6
|
|
\
\
|
|
|
/
*
|
|
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2019-06-25
1
-4
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Generalize image file name @2x suffix handling to higher scale factors
Eirik Aavitsland
2019-06-14
1
-4
/
+6
*
|
|
Compile with Qt 6
Lars Knoll
2019-05-02
1
-0
/
+2
|
|
/
|
/
|
*
|
QtGui: replace 0 with \nullptr in documentation
Christian Ehrlicher
2019-02-02
1
-3
/
+3
*
|
Rename QList<T>::swap(int, int) to swapItemsAt()
Lars Knoll
2018-12-03
1
-1
/
+1
|
/
*
QImageReader: add tracepoints for image loading
Giuseppe D'Angelo
2018-10-14
1
-1
/
+13
*
Fix documentation of QImage{Reader,Writer}::imageFormatsForMimeType()
Friedemann Kleint
2018-04-03
1
-1
/
+1
*
Introduce QImage{Reader,Writer}::imageFormatsForMimeType()
Alexander Volkov
2018-02-27
1
-0
/
+17
*
Avoid code duplication in QImage{Reader,Writer}
Alexander Volkov
2018-02-11
1
-98
/
+6
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-10-30
1
-1
/
+9
|
\
|
*
Doc: QImageReader assumes exclusive control over its device
Eirik Aavitsland
2017-10-25
1
-0
/
+5
|
*
Doc: add hint about QMimeDatabase to QImageReader::canRead()
Eirik Aavitsland
2017-10-24
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-19
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix QImageReader::supportedSubTypes()
Eirik Aavitsland
2017-06-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-04-07
1
-1
/
+2
|
\
\
|
|
/
|
*
No divide by zero if all imageformat features are disabled
Stephan Binner
2017-04-04
1
-1
/
+2
*
|
QImageReader: Pass up information about resource errors on open
Robin Burchell
2017-03-22
1
-1
/
+10
|
/
*
QImageReader: remove some unneeded relocations
Marc Mutz
2017-02-24
1
-12
/
+22
*
Use QString::fromLatin1() less to avoid string allocations
Anton Kudryavtsev
2016-09-15
1
-1
/
+1
*
Support C++17 fallthrough attribute
Allan Sandfeld Jensen
2016-08-19
1
-1
/
+1
*
Factor out qt_getImageText() and qt_getImageTextFromDescription()
Anton Kudryavtsev
2016-07-14
1
-12
/
+5
[next]