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
6.5.1
6.5.2
6.5.3
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
/
qpixmapcache.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QThread::isMainThread() in a few places
Thiago Macieira
2025-02-26
1
-1
/
+1
*
Create qdoc macros for C++ class docs 2.1: qHash()
Marc Mutz
2024-11-27
1
-2
/
+1
*
Create qdoc macros for C++ class docs 1.4: member-swap(), \internal
Marc Mutz
2024-11-08
1
-1
/
+1
*
[doc] Fix qHash(QPixmapCache::Key) overload's absent docs
Marc Mutz
2024-10-19
1
-1
/
+1
*
QPMCache: use QBasicTimer instead of handling raw timer IDs
Ahmad Samir
2024-09-01
1
-12
/
+8
*
Doc: remove all \since 4.x comments in gui/image
Christian Ehrlicher
2024-05-28
1
-11
/
+0
*
QPixmapCache: assert that the key is invalid if we failed to insert
Volker Hilsheimer
2023-07-10
1
-0
/
+1
*
QPixmapCache: ignore insertion or searches with empty key
Volker Hilsheimer
2023-07-03
1
-3
/
+3
*
QPixmapCache: Move qHash(Key) from _p.h to public header
Marc Mutz
2023-06-21
1
-3
/
+8
*
QPixmapCache: don't leak QString keys of evicted pixmap
Marc Mutz
2023-06-20
1
-28
/
+11
*
QPixmapCache: DRY insert()
Marc Mutz
2023-06-20
1
-16
/
+7
*
QPixmapCache: simplify remove(QString)
Marc Mutz
2023-06-20
1
-7
/
+2
*
QPixmapCache: deprecate replace()
Marc Mutz
2023-06-10
1
-29
/
+10
*
QPixmapCache: add a comment on how failed insert() invalidates cacheKey
Marc Mutz
2023-06-09
1
-1
/
+1
*
QPixmapCache: fix leaking of QStrings and Keys on clear()
Marc Mutz
2023-06-06
1
-0
/
+1
*
QObject: implement startTimer(int) in terms of startTimer(chrono)
Ahmad Samir
2023-03-11
1
-1
/
+4
*
QtGui: Remove define Q_TEST_QPIXMAPCACHE
Friedemann Kleint
2023-02-01
1
-3
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Tidy up QPixmapCache to prevent potential segfault
Volker Hilsheimer
2021-11-05
1
-23
/
+36
*
When clearing QPixmapCache, stop its flushing timer
Eirik Aavitsland
2021-09-01
1
-0
/
+5
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Remove deprecated members from QtGui/image classes
Volker Hilsheimer
2020-04-29
1
-39
/
+0
*
Change qHash() to work with size_t instead of uint
Lars Knoll
2020-04-09
1
-2
/
+2
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-17
1
-0
/
+33
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-12
1
-0
/
+33
|
|
\
|
|
*
QPixmapCache: guard against usage from non-main threads
Eirik Aavitsland
2019-07-10
1
-0
/
+33
*
|
|
Replace Q_DECL_NOEXCEPT with noexcept in QtGui
Allan Sandfeld Jensen
2019-04-05
1
-1
/
+1
|
/
/
*
/
QtGui: mark obsolete QPixmapCache::find() functions as deprecated
Christian Ehrlicher
2019-02-02
1
-4
/
+8
|
/
*
QPixmapCache: make sure to not overflow cache limit
Christian Ehrlicher
2018-04-10
1
-8
/
+17
*
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
QPMCache::remove(): Do not dereference erased iterator
Friedemann Kleint
2017-07-19
1
-1
/
+2
*
Don't call releaseKey a second time if the insertion fails
Andy Shaw
2017-03-07
1
-7
/
+0
*
Improve use of QHash to minimize double hashing
Allan Sandfeld Jensen
2016-11-10
1
-11
/
+8
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-10-23
1
-1
/
+2
|
\
|
*
Prevent the pixmap cache from crashing if it's been destroyed
Thiago Macieira
2015-10-23
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-10-14
1
-1
/
+1
|
\
|
|
*
Doc: Update obsolete URLs to external documentation
Topi Reinio
2015-10-02
1
-1
/
+1
*
|
Add method for checking of QPixmapCache::Key validity
Serge Lysenko
2015-09-18
1
-0
/
+10
|
/
*
Merge remote-tracking branch 'origin/5.5' into dev
Frederik Gladhorn
2015-08-06
1
-0
/
+14
|
\
|
*
Doc:added doc to undocumented functions
Nico Vertriest
2015-07-22
1
-0
/
+14
*
|
Move-enable QPixmapCache::Key
Marc Mutz
2015-06-19
1
-0
/
+18
*
|
QPixmapCache: remove unused Q_TEST_QPIXMAPCACHE-only function
Marc Mutz
2015-06-19
1
-20
/
+0
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-8
/
+8
*
doc: Fix QPixmapCache size default value in doc
Julien Brianceau
2013-02-05
1
-9
/
+5
*
Merge branch 'release' into stable
Sergio Ahumada
2013-01-31
1
-1
/
+1
|
\
[next]