summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Q[Multi]Hash::reserve(): do nothing if desired size is less than currentIvan Solovev2022-04-061-0/+6
* Remove unnecessary type conversionXiao YaoBing2022-04-061-11/+11
* Android: fix androidtestrunner failure parsingAssam Boudjelthia2022-04-061-39/+100
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...Marc Mutz2022-04-0612-6/+23
* QBuffer: optimize seek()-past-end-of-bufferMarc Mutz2022-04-061-8/+7
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-064-5/+61
* QDom: optimize an atomic readMarc Mutz2022-04-061-1/+1
* QIODevicePrivate: disable copy/move SMFsMarc Mutz2022-04-061-0/+1
* QSettings: fix a misleading commentMarc Mutz2022-04-061-1/+2
* QMetaTypeModuleHelper: prevent slicingMarc Mutz2022-04-061-0/+4
* Detach for colortransforms of indexed formatsAllan Sandfeld Jensen2022-04-061-3/+5
* wasm: use “specialHtmlTargets” for canvas lookupMorten Johan Sørvig2022-04-054-8/+33
* QBuffer: fail early in seek() beyond QByteArray's max capacityMarc Mutz2022-04-051-2/+4
* moc: Add --debug-includes option to mocAlexandru Croitor2022-04-053-4/+56
* Fix overflow issue discovered by MSVC in C++20 modeEdward Welbourne2022-04-051-2/+3
* Minor post-""_L1-ification tidy-up in QDateTimeParserEdward Welbourne2022-04-051-7/+5
* QDateTimeParser: Correct a comment which was exactly wrongEdward Welbourne2022-04-051-1/+1
* Extend androidtestrunner default timeout to 8 minutesAndreas Buhr2022-04-051-1/+1
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-0512-84/+128
* QMetaType: Add qHash() overloadMårten Nordheim2022-04-052-0/+16
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-0528-18/+57
* WhenAllContext: optimize atomic operationsMarc Mutz2022-04-051-4/+5
* Reorganize work with graphical libraries on INTEGRITYTatiana Borisova2022-04-053-4/+32
* QSplitter: Don't move handle in non-pressed stateNodir Temirkhodjaev2022-04-051-10/+13
* Correct documentation in QMainWindow in regards to centralwidgetDavid Skoland2022-04-051-4/+1
* QCocoaTheme: use NSColor.controlAccentColor for QMenu itemsTimur Pocheptsov2022-04-051-1/+1
* QBufferPrivate: use NSDMIMarc Mutz2022-04-051-11/+5
* QFutureInterface: optimize atomic loadMarc Mutz2022-04-051-1/+1
* QPropertyBindingSourceLocation: fix BiC in source_location ctorsMarc Mutz2022-04-051-3/+15
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-0514-37/+82
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public APIMarc Mutz2022-04-0512-18/+46
* wasm: Make sure all qstdweb classes have val()Morten Johan Sørvig2022-04-052-2/+30
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-056-55/+22
* QFontDatabase: Update docs for QGuiApplication::fontDatabaseChanged()Tor Arne Vestbø2022-04-051-1/+4
* [doc] Fix typo in QBuffer::setBuffer() descriptionMarc Mutz2022-04-051-1/+1
* xcb: Correctly set physical size for screen with RandR 1.5Liang Qi2022-04-042-10/+30
* CMake: Pass -v to ninja when using ctest --build-and-testAlexandru Croitor2022-04-041-3/+85
* Multithread qdrawhelper routinesAllan Sandfeld Jensen2022-04-042-475/+545
* QPA: improve plugin and theme documentation and logging outputMitch Curtis2022-04-042-5/+29
* QBuffer: fix writing more than two GiB of dataMarc Mutz2022-04-041-6/+8
* Re-fix C++20 ambiguous relational operators after adding QJsonValueConstRefAllan Sandfeld Jensen2022-04-031-0/+10
* QtDBus: optimize handling of isDebuggingMarc Mutz2022-04-031-4/+4
* QtDBus: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-034-2/+6
* QMetaType: don't allocate memory just to look up a key in a QHashMarc Mutz2022-04-031-1/+1
* QGlobalStatic: mark functions that inspect the guard noexceptMarc Mutz2022-04-031-3/+3
* QMetaType: don't create a registry just to query its emptinessMarc Mutz2022-04-031-3/+4
* QMetaType: unlock QReadLocker earlyMarc Mutz2022-04-031-0/+1
* Doc: fix documentation for QGraphicsItem::setAcceptedMouseButtons()Christian Ehrlicher2022-04-021-1/+1
* Android: minor code refactorings for QAndroidPlatformMessageDialogHelperAssam Boudjelthia2022-04-012-30/+36
* Android: hide() in the QAndroidPlatformMessageDialogHelper destructorAssam Boudjelthia2022-04-012-0/+7