summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: Ignore unconsumed mouse release eventsv6.5.0-beta2Axel Spoerl2023-01-221-7/+18
* 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-201-1/+1
* QtCore removed_api.cpp: fix missing instruction comment in 6.5 blockMarc Mutz2023-01-201-0/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-202-0/+11
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-1/+5
* 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-181-1/+2
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-182-1/+2
* QLocationPermission: make enums have explicit underlying typeMarc Mutz2023-01-181-2/+8
* [doc] QCalendarPermission: fix cut'n'paste errorMarc Mutz2023-01-181-1/+1
* Replace $<CONFIGURATION> with $<CONFIG>Amir Masoud Abdol2023-01-181-1/+1
* 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-181-6/+8
* 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
* 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
* Restrict the minimum supported ICU version to 50.1Alexey Edelev2023-01-171-1/+3
* [doc] QPermission: some fixesMarc Mutz2023-01-171-2/+2
* QStringView: remove pointless Q_ASSERT in toString()Marc Mutz2023-01-171-1/+1
* Remove redundant scope for glyphRuns() default parameterEskil Abrahamsen Blomfeldt2023-01-171-2/+2
* Fix build with -no-feature-menubarTasuku Suzuki2023-01-171-0/+2
* Explicit type for new enum typeEskil Abrahamsen Blomfeldt2023-01-171-1/+1
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-176-19/+60
* QWindowsMimeConverter: fix copyright yearMarc Mutz2023-01-171-1/+1
* QCommonStyle code cleanupAxel Spoerl2023-01-171-84/+102
* Fix build with -no-feature-buttongroupTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-173-5/+27
* Fix build with -no-feature-menuTasuku Suzuki2023-01-171-0/+2
* Fix build with -no-feature-imageformat_pngTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-messageboxTasuku Suzuki2023-01-174-2/+10
* QUnicodeTools: Use a global static to manage libthai stateIevgenii Meshcheriakov2023-01-171-48/+85
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-171-23/+16
* Move QApplication::autoSipEnabled() to public scopeTasuku Suzuki2023-01-161-1/+1
* Fix build with -no-feature-toolbarTasuku Suzuki2023-01-161-0/+2
* Pass flags with dash to rc.exe when auto-generating win32 rc filesPeter Varga2023-01-161-1/+1
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-164-0/+9