summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* http2: When a reply is removed from the queue, only remove oneMårten Nordheim2023-10-161-11/+10
* JNI: add QJniArray class for easier working with arraysVolker Hilsheimer2023-10-163-23/+411
* Sync also the profile env.var between Quick and RHI backingstoresLaszlo Agocs2023-10-161-2/+5
* rhi: d3d12: Reduce include statementsLaszlo Agocs2023-10-164-6/+2
* rhi: d3d11: Revive non-flip swapchain model supportLaszlo Agocs2023-10-162-9/+11
* Add missing | operator for QRegularExpression::WildcardConversionOptionsDavid Faure2023-10-161-0/+1
* QNetworkInfo[NetworkManager]: Avoid creating temporary QStringsMårten Nordheim2023-10-161-10/+31
* Revert "CMake: Update timestamp file for `Multi-Config` and `Cross-Config` bu...Orkun Tokdemir2023-10-161-17/+3
* QStorageInfo/Linux: include QDir::Hidden in the search for labelsThiago Macieira2023-10-161-1/+2
* QStorageInfo/Linux: simplify the code to deal with skipped entriesThiago Macieira2023-10-161-4/+3
* QStorageInfo/Linux: avoid parsing /proc/self/mountinfo N+1 timesThiago Macieira2023-10-165-25/+37
* Work around GCC 13's bogus "out of bounds" check to QByteArray::_emptyThiago Macieira2023-10-151-0/+3
* qTzName: suppress warning that tzname is deprecated with UCRTThiago Macieira2023-10-151-1/+1
* doc: improve property example slotSamuel Gaist2023-10-142-1/+7
* Introduce QComObject base classPavel Dubsky2023-10-132-0/+128
* Doc: Improve documentation for qInstallMessageHandler()Kai Köhne2023-10-132-47/+63
* CMake: Update timestamp file for `multi-Config` buildsOrkun Tokdemir2023-10-131-1/+1
* Fix problem with queued signals on main threadMikolaj Boc2023-10-131-3/+9
* Fusion style/QProgressBar: fix High-DPI issuesChristian Ehrlicher2023-10-131-66/+74
* QNetworkInfo[NetworkManager]: Mark invalid if unconnectedMårten Nordheim2023-10-133-6/+13
* CMake: Fix Gui package to auto look up IntegrityPlatformGraphics v2Alexandru Croitor2023-10-131-4/+4
* Doc: Add missing return type to QDBusReply::valueLuca Di Sera2023-10-131-1/+1
* Doc: Add missing return type to QRgbaFloat::fromRgba*Luca Di Sera2023-10-131-3/+3
* qtextformat: port while loops to range forAnton Kudryavtsev2023-10-131-13/+5
* QWindowsTheme: only set inactive accent color to Window if not setMitch Curtis2023-10-131-2/+6
* Doc: Add missing return type to QList/QVarLengthArray::assignLuca Di Sera2023-10-132-6/+6
* QNonContigByteDeviceThreadForwardImpl: NSDMIMårten Nordheim2023-10-131-11/+7
* Http: don't try to send request on a closed socketMårten Nordheim2023-10-131-0/+5
* QtWidgets: finally Q_FOREACH-freeAhmad Samir2023-10-134-13/+1
* QGestureManager: port Q_FOREACH to ranged-for [6/6]Ahmad Samir2023-10-132-5/+2
* QGestureManager: port Q_FOREACH to ranged-for [5/6]Ahmad Samir2023-10-131-1/+1
* QGestureManager: port FOREACH to ranged-for, local const QSets [4/6]Ahmad Samir2023-10-131-11/+11
* QGestureManager: port Q_FOREACH to ranged-for [3/6]Ahmad Samir2023-10-131-2/+2
* QGestureManager: port to ranged-for [2/6]Ahmad Samir2023-10-131-5/+2
* QGestureManager: port Q_FOREACH to ranged-for [1/6]Ahmad Samir2023-10-131-2/+1
* QWidgetRepaintManager: port Q_FOREACH to ranged-forAhmad Samir2023-10-132-4/+1
* QSpan: add C++23 c{,r}{begin,end}()Marc Mutz2023-10-121-0/+6
* QSet: de-pessimize binary operatorsMarc Mutz2023-10-122-18/+23
* Include what you need: <QPointer>Marc Mutz2023-10-1274-0/+140
* Widgets/QColumnView: use pmf-style connect in QColumnViewChristian Ehrlicher2023-10-121-16/+11
* Doc: Add missing return type to QPromise::emplaceResult/emplaceResultAtLuca Di Sera2023-10-121-2/+2
* Android: Simplify Qt for Android hierarchy, less Java reflection!Assam Boudjelthia2023-10-1212-951/+539
* QJniObject minor doc typo fixJuha Vuolle2023-10-121-1/+1
* Android: remove unnecessary static_castJuha Vuolle2023-10-121-3/+2
* Android: fix double-freeing of a global references on app exitJuha Vuolle2023-10-121-6/+2
* Android: extract various constants into one common classAssam Boudjelthia2023-10-126-42/+38
* Android: Clean QtActivity and QtService from uneccessary overridesAssam Boudjelthia2023-10-122-613/+40
* Android: remove overrides for uneccessary and deprecated methodsAssam Boudjelthia2023-10-121-83/+0
* Android: remove uneccessary calls to QtNative from QtActivityAssam Boudjelthia2023-10-122-169/+0
* Android: Simplify the user facing Java bindingsAssam Boudjelthia2023-10-128-236/+278