qt5base-lts/src
Mårten Nordheim 3a8f9286fc QNetworkAccessCache: Rename first and last node
'oldest' and 'newest' to me make me thing of 'least recently inserted'
and 'most recently inserted', which is what they used to mean.
But now the expiration can be set per-request so the semantics don't
work anymore.
So, rename to 'nextExpiringNode' and 'lastExpiringNode'. Also rename the
node member elements "older" and "newer" to the more generic "previous"
and "next".

Change-Id: I582267d09c60c68396e4201e4a20185bbf0942e2
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2021-09-02 16:57:42 +02:00
..
3rdparty Update bundled libjpeg-turbo to version 2.1.1 2021-09-01 17:11:43 +02:00
android Android: Add information about who launched this activity to intents 2021-08-26 15:44:12 +00:00
concurrent QtConcurrent: fix examples of overloaded methods in docs 2021-08-18 22:31:17 +02:00
corelib Remove a redundant check 2021-09-02 16:35:12 +02:00
dbus Ensure versionless wrappers do not introduce a new variable scope 2021-08-31 17:05:15 +10:00
entrypoint Adjust the EntryPoint target name according to the internal module naming policy 2021-06-15 12:51:49 +02:00
gui When clearing QPixmapCache, stop its flushing timer 2021-09-01 17:11:44 +02:00
network QNetworkAccessCache: Rename first and last node 2021-09-02 16:57:42 +02:00
opengl CMake: Make WrapVulkanHeaders target optional for QtGui consumers 2021-07-29 16:38:50 +02:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport Fix button type to update coordinates when dragging 2021-08-11 12:38:35 +00:00
plugins xcb: support xrandr(1.5) monitor setup 2021-09-01 20:32:04 +02:00
printsupport Fix printing with unhinted fonts 2021-08-16 20:20:26 +02:00
sql Doc: Ensure deprecated APIs in Qt Sql are documented as such 2021-07-22 07:08:56 +02:00
testlib Make clear why QTestLog::addB?XFail() don't add to counters 2021-08-27 20:16:18 +02:00
tools Android: pass -g to testrunner to grant run time permissions 2021-08-29 19:39:42 +03:00
widgets Fix QListView assert when the last row is moved in IconMode 2021-09-01 16:03:15 +00:00
xml Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00