index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Fix text of sa link in QIcon
Kai Köhne
2 hours
1
-1
/
+1
*
Replace one-shot uses of QSemaphore with QLatch
Thiago Macieira
2025-06-30
2
-26
/
+26
*
QIcon: round calculated devicePixelRatio to a useful value
Christian Ehrlicher
2025-06-25
1
-3
/
+4
*
QIconLoader: return an exact match for svg icon theme entry
Christian Ehrlicher
2025-06-20
1
-20
/
+17
*
Deprecate QColormap
Tor Arne Vestbø
2025-06-19
1
-1
/
+1
*
QDataStream: use new operator bool() in the code
Tatiana Borisova
2025-06-17
1
-6
/
+3
*
QFontIconEngine: prefer code paths using the glyph index
Volker Hilsheimer
2025-06-16
1
-10
/
+9
*
QFontIconEngine: use the horizontalAdvance when calculating actualSize
Volker Hilsheimer
2025-06-16
1
-1
/
+1
*
Doc: Explicitly advise adding svg, if any, before other files to QIcon
Eirik Aavitsland
2025-06-04
1
-0
/
+3
*
For qdebug operator<< of pointer types, always check for nullptr
Daniel Trevitz
2025-05-17
1
-2
/
+2
*
QIcon/QPixmapIconEngine: render svgs with the given size
Christian Ehrlicher
2025-05-11
1
-3
/
+9
*
Add jemalloc support
Aurélien Brooke
2025-04-09
1
-1
/
+2
*
QIconLoaderEngine: use scaledPixmap() to properly pass dpr
Christian Ehrlicher
2025-03-27
1
-2
/
+2
*
Doc: QPicture uses QDataStream, forward warning against untrusted data
Eirik Aavitsland
2025-03-14
1
-0
/
+4
*
QImage: introduce a class invariant that format() is in-range
Marc Mutz
2025-03-13
3
-1
/
+19
*
QIcon: call qt_findAtNxFile for all devicePixelRatios available
Christian Ehrlicher
2025-03-12
1
-3
/
+18
*
Add Qt-Security tags to gui image, icon and imageio files
Eirik Aavitsland
2025-03-12
12
-0
/
+12
*
QIcon::pixmap() make sure to always return a correctly sized pixmap
Christian Ehrlicher
2025-03-06
1
-8
/
+5
*
Use QThread::isMainThread() in a few places
Thiago Macieira
2025-02-26
2
-2
/
+2
*
Short live QCoreApplication::instanceExists()
Thiago Macieira
2025-02-26
1
-1
/
+1
*
Windows: Fix rounding error in BitmapInfoHeader calculation
Eirik Aavitsland
2025-02-20
1
-1
/
+2
*
QPicture: (almost) work around overflow in bounding box calculations
Giuseppe D'Angelo
2025-02-16
1
-6
/
+12
*
QAbstractFileIconEngine: store pixmaps with correct key
Christian Ehrlicher
2025-01-22
1
-1
/
+1
*
QIcon: don't search for high-res svg icons
Christian Ehrlicher
2025-01-12
1
-0
/
+3
*
QFontIconEngine: implement actualSize correctly and fit pixmap to it
Volker Hilsheimer
2025-01-08
1
-5
/
+30
*
QBitmap: undeprecate the QBitmap(QSize) constructor
Giuseppe D'Angelo
2025-01-08
1
-2
/
+0
*
QTextStream: use new operator bool() around the code
Tatiana Borisova
2025-01-02
1
-1
/
+1
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-3
/
+2
*
Change QImage::mirrored() deprecation from Qt 6.10 to Qt 6.13
Juha Vuolle
2024-12-20
2
-6
/
+6
*
Fix in-place conversion of certain QImage formats
Eirik Aavitsland
2024-12-13
1
-1
/
+1
*
Doc: Fix links to QIODeviceBase:: flags
Kai Köhne
2024-12-13
1
-1
/
+1
*
QFontIconEngine: if we can't find the named glyph, try ligatures
Volker Hilsheimer
2024-12-11
1
-0
/
+15
*
QFontIconEngine: always initialize with a non-merging font
Volker Hilsheimer
2024-12-11
1
-0
/
+2
*
Add primary RGB color points getter
Allan Sandfeld Jensen
2024-12-09
1
-2
/
+2
*
Make multi-threaded image transforms and painter fills configurable
Allan Sandfeld Jensen
2024-12-05
2
-23
/
+18
*
QIcon: document the support for icon fonts
Volker Hilsheimer
2024-12-03
1
-17
/
+35
*
Mark max length work buffers uninitialized
Allan Sandfeld Jensen
2024-11-30
2
-9
/
+9
*
Add Qt::Orientations based flip and flipped functions
Allan Sandfeld Jensen
2024-11-29
2
-9
/
+53
*
QFontIconEngine: render named glyphs as icons, if possible
Volker Hilsheimer
2024-11-27
3
-16
/
+94
*
Refactor shared code of font-based icon engines
Volker Hilsheimer
2024-11-27
2
-0
/
+177
*
Create qdoc macros for C++ class docs 2.1: qHash()
Marc Mutz
2024-11-27
1
-2
/
+1
*
QImageReader: supportedImageFormats only needs QCoreApplication
Christian Ehrlicher
2024-11-19
1
-1
/
+1
*
Create qdoc macros for C++ class docs 1.4: member-swap(), \internal
Marc Mutz
2024-11-08
1
-1
/
+1
*
Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing
Marc Mutz
2024-11-05
5
-15
/
+5
*
Doc: let QIcon::State doc order match the enum order
Eirik Aavitsland
2024-10-25
1
-1
/
+1
*
Avoid loading image format plugins until needed
Eirik Aavitsland
2024-10-23
1
-72
/
+47
*
Add loongarch64(LASX) optimization
Chen Zhanwang
2024-10-23
3
-1
/
+125
*
Add loongarch64(LSX) optimization
Chen Zhanwang
2024-10-23
1
-0
/
+14
*
Complete drawhelper Func with LSX
Chen Zhanwang
2024-10-22
3
-1
/
+128
*
QImage: fix documentation of toCGImage
Volker Hilsheimer
2024-10-22
1
-2
/
+3
[next]