summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1411-382/+395
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1410-103/+101
* QBENCHMARK: Replace the double underscore with something not reservedThiago Macieira2022-04-141-4/+4
* QObjectPrivate:Connection:: use NSDMI for the ref countThiago Macieira2022-04-131-4/+2
* QObjectPrivate: deinline a bunch of stuff only used in QtCoreThiago Macieira2022-04-132-216/+229
* QObjectPrivate: use placement new/delete for SignalVectorThiago Macieira2022-04-131-2/+6
* QObjectPrivate: use ConnectionList's constructor instead of copy-assignmentThiago Macieira2022-04-131-1/+4
* FileChooser portal: set current_nameIlya Fedin2022-04-141-1/+6
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-133-0/+151
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1350-311/+307
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-133-0/+120
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-133-9/+112
* CMake: Fix error message for failing OpenGL testsJoerg Bornemann2022-04-131-1/+1
* Avoid rebuilds when changing sources belonging to bootstraplibJoerg Bornemann2022-04-131-69/+111
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-132-0/+21
* Fix build on CentOS 7Ilya Fedin2022-04-131-0/+2
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-132-0/+102
* QVarLengthArray: simplify SFINAE on resize(n, v)Marc Mutz2022-04-131-6/+6
* QXmlStreamSimpleStack: disable copy and move SMFsMarc Mutz2022-04-131-0/+2
* QXmlStreamPrivateTagStack: don't fail on more than 2Gi chars in the tag stackMarc Mutz2022-04-131-5/+5
* XmlStringRef: fix length truncationMarc Mutz2022-04-131-1/+1
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-122-0/+22
* QImageReader::read(): fetch filename onceShawn Rutledge2022-04-121-5/+3
* Android: Don't assert in add/removeWindowAssam Boudjelthia2022-04-121-4/+6
* wasm: fix qstweb::EventCallback destructorMorten Johan Sørvig2022-04-121-2/+5
* Android: wrap QAndroidInputContext's m_focusObject in a QPointerAssam Boudjelthia2022-04-121-1/+1
* QtDBus: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-1216-68/+68
* QtDBus: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1216-206/+228
* QtDBus: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-128-60/+60
* Fix use-after-free because QByteArray::data() was copying dataDimitrios Apostolou2022-04-121-3/+3
* 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