summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Annotate QMutex with TSAN annotationsGiuseppe D'Angelo2022-04-114-30/+169
* Add a marker for post-C++17 APIs in exported classesGiuseppe D'Angelo2022-04-111-0/+20
* Use the QSurface for QRhiGles2InitParams::fallbackSurfaceJiDe Zhang2022-04-122-8/+10
* Add support for the HDRExtendedSrgbLinear color space on MetalLars Knoll2022-04-112-0/+43
* QFileSelectorPrivate: don't pass QChar by const referenceSona Kurazyan2022-04-112-2/+3
* QtCore: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-116-24/+24
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-4/+10
* QProxyStyle: reimplement event() handlingGiuseppe D'Angelo2022-04-091-7/+2
* xcb: get geometry correctly for rotation with RAndR 1.5Liang Qi2022-04-081-3/+0
* xcb: compare with screen name instead of old monitor infoLiang Qi2022-04-081-3/+2
* Update CLDR-derived data to newly-released v41Ievgenii Meshcheriakov2022-04-086-5015/+5055
* Fix crash in tst_qmltc_examples on AndroidAndreas Buhr2022-04-081-1/+1
* Guard against QWindow being deleted during close eventTor Arne Vestbø2022-04-081-2/+9
* Android: minor refactor in QTimeZonePrivate backendIvan Solovev2022-04-081-6/+5
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-081-11/+4
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-3/+8
* Fix generation of qsimd_x86 files to require no hand-editingEdward Welbourne2022-04-072-1/+3
* Replace uses of _qba with _baSona Kurazyan2022-04-071-1/+3
* Fix backingstore fractional DPR glitches for widgets in child windowsEirik Aavitsland2022-04-071-2/+12
* macOS: Allow duplicate entries in file dialog name filterTor Arne Vestbø2022-04-071-2/+2
* QFontDatabase: Simplify and standardize emit of fontDatabaseChanged signalTor Arne Vestbø2022-04-071-2/+2
* QFontDatabase: Add internal documentation for QFontDatabasePrivateTor Arne Vestbø2022-04-071-0/+50
* QFontDatabase: Track empty slots in application font list via file nameTor Arne Vestbø2022-04-072-4/+5
* Network[doc]: Update Qt6-changes for QNetworkInformation in 6.3Mårten Nordheim2022-04-071-0/+3
* Network[doc]: Update Qt6-changes with QNetworkInformation detailsMårten Nordheim2022-04-071-2/+11
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-074-8/+76
* QProxyStyle: do not pass DeferredDelete to baseStyleTimur Pocheptsov2022-04-071-0/+4
* QFontDatabase: Move registration of platform application fonts into call sitesTor Arne Vestbø2022-04-071-11/+9
* QFontDatabase: Make match/bestFoundry/load(Single)Engine part of QFontDatabas...Tor Arne Vestbø2022-04-072-15/+29
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-074-8/+8
* doc: Warn against using the screen's refresh rate for driving animationsTor Arne Vestbø2022-04-071-0/+5
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-0715-21/+67
* Graphicsview: Avoid background clearing glitches under fractional DPREirik Aavitsland2022-04-061-0/+5
* Make keyClick safer for QWindows going away on presses or during waitAllan Sandfeld Jensen2022-04-061-0/+3
* Q[Multi]Hash: fix squeeze()Ivan Solovev2022-04-061-15/+29
* 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