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
/
tests
/
auto
/
gui
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QFileInfo's file times in UTC for file timestamps
Ahmad Samir
2023-01-04
1
-2
/
+2
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
tst_QImage::reinterpretAsFormat(): deduplicate a data tag
Edward Welbourne
2022-10-18
1
-1
/
+1
*
tst_QImage::mirrored(): deduplicate some data row names
Edward Welbourne
2022-10-18
1
-6
/
+6
*
tst_QImageReader::preserveTexts(): deduplicate data tags
Edward Welbourne
2022-10-18
1
-11
/
+23
*
Fix setScaledClipRect autotest for reading SVG format
Eirik Aavitsland
2022-09-27
1
-2
/
+5
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
12
-12
/
+12
*
Allow specify distance to plane for QTransform
JiDe Zhang
2022-08-18
1
-0
/
+19
*
tst_qimage: skip exifReadComments when the feature is not active
Janne Juntunen
2022-08-08
1
-0
/
+3
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
12
-0
/
+36
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
11
-17
/
+17
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Do metadata detach simpler than full detach
Allan Sandfeld Jensen
2022-06-01
1
-0
/
+20
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
11
-297
/
+22
*
Tests: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
tests: XFAIL tst_QImageReader::setScaledClipRect() SVG/SVGZ
Liang Qi
2022-03-02
1
-0
/
+2
*
Check if platform has enough RAM for hugeQImage test
Pasi Petäjäjärvi
2022-02-17
1
-1
/
+4
*
Cleanup tests that add test data to resources explicitly
Alexey Edelev
2022-02-11
4
-114
/
+0
*
QImageReader: Check for existing handler in initHandler
Robert Löhning
2022-02-02
1
-0
/
+26
*
Remove unused .qrc files
Joerg Bornemann
2022-01-17
5
-138
/
+0
*
tst_QImageWriter: skip writing unsupported image formats
Janne Juntunen
2022-01-13
1
-0
/
+2
*
tst_QImageReader: move text reading tests behind a flag
Janne Juntunen
2022-01-13
1
-0
/
+8
*
tst_QIcoImageFormat: move the test behind a feature flag
Janne Juntunen
2022-01-07
1
-1
/
+3
*
QtBase: replace windows.h with qt_windows.h
Yuhang Zhao
2021-11-23
1
-1
/
+1
*
Include qproperty.h where needed
Marc Mutz
2021-11-04
1
-0
/
+1
*
When filling a pixmap after an assignment ensure the set DPR is not lost
Andy Shaw
2021-10-15
1
-0
/
+14
*
Preserve QImage metadata when converting format with color table
Eirik Aavitsland
2021-09-28
1
-0
/
+7
*
Compile autotests for Integrity
Tatiana Borisova
2021-09-20
2
-1
/
+6
*
Remove conditioning on Android embedded
Edward Welbourne
2021-09-17
3
-3
/
+3
*
Improve support for saving QImage to QSaveFile
Eirik Aavitsland
2021-07-14
1
-0
/
+55
*
Add load/fromdata() overloads taking QByteArrayView to QImage
Eirik Aavitsland
2021-06-02
1
-6
/
+27
*
Introduce float QImage formats and rendering
Allan Sandfeld Jensen
2021-05-26
1
-8
/
+32
*
Correct RGB to Grayscale conversion
Allan Sandfeld Jensen
2021-05-21
2
-12
/
+25
*
Fix tst_qicon for fractional dpr
Allan Sandfeld Jensen
2021-04-20
1
-2
/
+5
*
Fix alpha handling of QImage::setPixel
Allan Sandfeld Jensen
2021-03-22
1
-11
/
+61
*
Add deviceIndependentSize() to QPixmap and QImage
Morten Johan Sørvig
2021-03-08
2
-0
/
+20
*
And fix handling and test of QImage::fill(uint) as well
Allan Sandfeld Jensen
2021-02-25
1
-2
/
+8
*
Fix QImage::fill with semi-transparent QColor
Allan Sandfeld Jensen
2021-02-12
1
-7
/
+31
*
Port QMovie to the new property system
Sona Kurazyan
2021-01-27
1
-0
/
+33
*
QIcon: Use the @nx pixmaps in the paint method
Bastien Bouclet
2021-01-26
1
-0
/
+48
*
Remove .prev_CMakeLists.txt files
Joerg Bornemann
2021-01-12
1
-19
/
+0
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
12
-126
/
+0
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
11
-26
/
+29
*
tst_qimagereader.cpp: Fix MSVC int conversions warnings
Friedemann Kleint
2020-12-21
1
-3
/
+3
*
Tests: Fix building with qmake on Windows
Friedemann Kleint
2020-12-17
2
-2
/
+2
*
CMake: Regenerate projects using pro2cmake one last time
Alexandru Croitor
2020-12-10
1
-0
/
+19
*
Fix QImage::setPixelColor on RGBA64_Premultiplied
Allan Sandfeld Jensen
2020-12-04
1
-0
/
+8
*
Fix compiler warning about discarded return value
Volker Hilsheimer
2020-11-23
1
-1
/
+1
*
Allow painting above INT16_MAX on 64-bit architectures
Allan Sandfeld Jensen
2020-11-09
1
-0
/
+64
*
Teach QPixmapIconEngine how to handle @Nx pixmaps
Morten Johan Sørvig
2020-11-08
1
-0
/
+45
[next]