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.5
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
/
plugins
/
imageformats
Commit message (
Expand
)
Author
Age
Files
Lines
*
jpeg handler: store Grayscale16 format images as grayscale, not rgb
Eirik Aavitsland
2022-10-22
1
-0
/
+7
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
3
-6
/
+6
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
4
-4
/
+4
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
4
-0
/
+12
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
9
-352
/
+18
*
plugins: image formats - fix odr violation
Tim Blechmann
2022-05-06
1
-0
/
+4
*
Image Plugins: includemocs(-ish)
Marc Mutz
2022-04-28
9
-186
/
+47
*
Jpeg handler: Detangle error reporting from the abort handling
Eirik Aavitsland
2022-03-22
1
-7
/
+7
*
png/ico decoder: Don't try reading beyond the file
Robert Löhning
2022-03-02
1
-2
/
+4
*
Install 3rdparty headers for static builds
Michal Klocek
2022-02-19
1
-84
/
+2
*
QtGui & its plugins: remove set-but-unused variables
Thiago Macieira
2021-10-19
1
-2
/
+0
*
CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPE
Alexandru Croitor
2021-08-06
3
-3
/
+3
*
CMake: Don't give plugins PUBLIC usage requirements part 2
Alexandru Croitor
2021-07-15
1
-1
/
+1
*
Simplify bundled libjpeg build
Eirik Aavitsland
2021-05-05
1
-1
/
+0
*
CMake: Fix build of QJpegPlugin in static Windows build with PCH
Alexandru Croitor
2021-04-21
1
-0
/
+7
*
Fix build of jpeg plugin against recent jpeg-turbo on MinGW
Joerg Bornemann
2021-04-16
1
-7
/
+0
*
cmake: Don't give plugins PUBLIC usage requirements
Craig Scott
2021-02-24
3
-4
/
+3
*
Remove .prev_CMakeLists.txt files
Joerg Bornemann
2021-01-12
3
-133
/
+0
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
4
-44
/
+0
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-7
/
+7
*
Add logging categories to image handlers
Allan Sandfeld Jensen
2020-09-30
3
-7
/
+17
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-09-23
2
-6
/
+6
*
CMake: Regenerate projects
Alexandru Croitor
2020-09-22
2
-0
/
+10
*
Gif decoder: fix read error caused by ub check
Eirik Aavitsland
2020-09-18
1
-5
/
+7
*
Change QByteArray to handle large arrays
Lars Knoll
2020-08-27
1
-1
/
+1
*
cmake: Slience bening warnings in 3rdparty code
Tor Arne Vestbø
2020-07-20
1
-0
/
+8
*
Fix gif parsing error for large images
Tang HaiXiang
2020-07-14
1
-2
/
+2
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
4
-15
/
+15
*
QImageIO: use the new allocation checker in the format handlers
Eirik Aavitsland
2020-06-26
3
-11
/
+11
*
Make it possible to avoid loading comments from JPEG and PNG files
Elvis Lee
2020-06-11
1
-0
/
+2
*
Gif decoder: Harden handling of corrupt files
Eirik Aavitsland
2020-06-09
1
-2
/
+5
*
Remove winrt
Oliver Wolff
2020-06-06
2
-12
/
+2
*
gif image handler: check for out of range image size
Eirik Aavitsland
2020-05-30
1
-0
/
+13
*
bmp/ico decoder: fail early for unsupported bit depths
Eirik Aavitsland
2020-05-30
1
-1
/
+5
*
Gif decoder: avoid undefined values in enum
Eirik Aavitsland
2020-05-30
1
-1
/
+2
*
CMake: Regenerate projects to match updated plugin API
Leander Beernaert
2020-04-27
6
-8
/
+7
*
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-03-04
6
-37
/
+0
|
\
|
*
Remove overrides of QImageIOHandler::name()
Shawn Rutledge
2020-03-03
6
-37
/
+0
*
|
CMake: Allow building bundled 3rd party libraries in qtbase
Alexandru Croitor
2020-02-25
2
-2
/
+146
*
|
Make bytes-per-line safe for int overflow
Allan Sandfeld Jensen
2020-02-20
2
-5
/
+5
*
|
Regenerate projects to correctly handle private dependencies
Alexandru Croitor
2020-02-05
3
-8
/
+5
*
|
Regenerate plugin projects to get new target names
Alexandru Croitor
2020-01-27
6
-19
/
+18
*
|
Merge remote-tracking branch 'origin/dev' into merge-dev
Leander Beernaert
2020-01-24
6
-26
/
+17
|
\
\
|
|
/
|
*
Modernize setAlphaChannel(), and deprecated alphaChannel()
Allan Sandfeld Jensen
2020-01-05
1
-2
/
+0
|
*
Fix unneeded use of QImage invertPixels and createAlphaMask
Allan Sandfeld Jensen
2019-12-19
1
-9
/
+2
|
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
2
-10
/
+10
|
*
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
3
-5
/
+5
*
|
Regenerate src/*
Alexandru Croitor
2019-11-14
5
-5
/
+5
*
|
Regenerate everything under ./src
Alexandru Croitor
2019-11-12
5
-5
/
+0
*
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2019-10-14
1
-7
/
+30
|
\
\
|
|
/
[next]