summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: Ignore unconsumed mouse release eventsv6.5.0-beta2Axel Spoerl2023-01-222-7/+100
* SQL tests: Fix for PostgreSQL 12 and aboveChristian Ehrlicher2023-01-201-1/+1
* Fix build errors in manual testsAssam Boudjelthia2023-01-2011-5/+13
* Android: print jni exceptions from Qt instead of ExceptionDescribe()Assam Boudjelthia2023-01-201-12/+65
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-202-1/+14
* QtCore removed_api.cpp: fix missing instruction comment in 6.5 blockMarc Mutz2023-01-201-0/+4
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-203-0/+35
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-202-1/+11
* Fix build with GCC 13: target specific option mismatchThiago Macieira2023-01-191-7/+13
* Optimize QXmlStreamWriterPrivate::doWriteToDevice(QLatin1StringView)Marc Mutz2023-01-191-4/+8
* [doc] Warn users about data races regarding qt_ntfs_permission_lookupMate Barany2023-01-182-0/+10
* QXmlStreamReader: fix spelling of PrivateConsructorTagMarc Mutz2023-01-183-5/+5
* QHttp1Configuration: fix UB (inactive union member access)Marc Mutz2023-01-182-9/+10
* Inline two move-constructors in qtimezone.hEdward Welbourne2023-01-182-12/+4
* Correct #if-ery on a pair of qtimezone.h forward declarationsEdward Welbourne2023-01-181-1/+1
* Tidy up in qtimezone.hEdward Welbourne2023-01-181-1/+1
* Respect custom QWSI event handler when delivering synchronous eventsTor Arne Vestbø2023-01-181-1/+6
* Android: use signature-less jni syntax for AndroidContentFileEngineAssam Boudjelthia2023-01-181-84/+92
* Remove GENERATE_METATYPESAmir Masoud Abdol2023-01-183-19/+12
* CMake: Store whether a module is internal in module json filesJoerg Bornemann2023-01-181-0/+5
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-187-5/+11
* QLocationPermission: make enums have explicit underlying typeMarc Mutz2023-01-181-2/+8
* [doc] QCalendarPermission: fix cut'n'paste errorMarc Mutz2023-01-181-1/+1
* tst_QPermission: add more testsMarc Mutz2023-01-181-0/+71
* Replace $<CONFIGURATION> with $<CONFIG>Amir Masoud Abdol2023-01-182-2/+2
* Doc: Simplify description of QKeySequenceEdit::maximumSequenceLengthKai Köhne2023-01-181-6/+2
* QString: add note about isNull() vs. isEmpty() to more methodsAhmad Samir2023-01-181-0/+7
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-182-45/+51
* Suppress GCC 13's -Wmaybe-uninitialized in q_uninitialized_relocate_nThiago Macieira2023-01-181-0/+5
* Android: pass EXTRA_INITIAL_URI to native FileDialogAssam Boudjelthia2023-01-182-6/+28
* Add the ltcg flag to .pri filesAmir Masoud Abdol2023-01-171-1/+3
* CMake: Fix configure -no-rpathJoerg Bornemann2023-01-171-6/+15
* Remove an obsolete TODO itemAmir Masoud Abdol2023-01-171-1/+0
* QUnicodeTools: Use QVarLengthArray in Thai support codeIevgenii Meshcheriakov2023-01-171-41/+20
* qproperty.h: Make ctors explicitFabian Kosmale2023-01-171-4/+4
* qarraydataops.h: Pass initializer_list by value in copyRangesFabian Kosmale2023-01-171-1/+1
* Update description of topleveldomain featurePeter Varga2023-01-173-7/+5
* permissions: Take PlistBuddy exit code into account when reading Info.plistTor Arne Vestbø2023-01-171-3/+12
* Fortune* Example: Bump QDataStream format versionMårten Nordheim2023-01-174-4/+4
* Fortune* Example: convert simple for-loop to ranged-forMårten Nordheim2023-01-174-22/+20
* Fortune* Example: remove needless unset-ing of window flagMårten Nordheim2023-01-172-2/+0
* Threaded Fortune Example: update example to use qintptr for descriptorsMårten Nordheim2023-01-172-3/+3
* Remove an obsolete TODOAmir Masoud Abdol2023-01-171-1/+1
* Restrict the minimum supported ICU version to 50.1Alexey Edelev2023-01-172-2/+4
* Painting examples: Don't mix const_iterator and non-const iteratorsJan Arve Sæther2023-01-171-1/+1
* [doc] QPermission: some fixesMarc Mutz2023-01-171-2/+2
* QStringView: remove pointless Q_ASSERT in toString()Marc Mutz2023-01-171-1/+1
* Compile easing curve example with -WeverythingJan Arve Sæther2023-01-171-8/+8
* Remove redundant scope for glyphRuns() default parameterEskil Abrahamsen Blomfeldt2023-01-171-2/+2