summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Implement configure -gdb-indexJoerg Bornemann2020-08-234-2/+11
* CMake: Fix detection of the 'debug' featureJoerg Bornemann2020-08-232-1/+2
* CMake: Actually evaluate AUTODETECT expressions in featuresJoerg Bornemann2020-08-231-1/+2
* CMake: Support configure tests of type 'linkerSupportsFlag'Joerg Bornemann2020-08-234-0/+57
* CMake: Implement configure -optimize-sizeJoerg Bornemann2020-08-234-2/+12
* CMake: Fix configure setting superfluous featuresJoerg Bornemann2020-08-231-5/+7
* CMake: Document more configure argument mappingsJoerg Bornemann2020-08-231-3/+3
* CMake: Fix tst_moc to build when tests are built as part of Qt treeAlexandru Croitor2020-08-231-0/+1
* CMake: Fix creation of host-qmake wrapper when cross-compilingAlexandru Croitor2020-08-231-1/+2
* CMake: Workaround building DBus 'car' example with qmakeAlexandru Croitor2020-08-233-6/+13
* QStringTokenizer: use sliced() instead of mid()Marc Mutz2020-08-231-2/+2
* [trivial] tst_qstringapisymmetry: remove remnants of from() experimentMarc Mutz2020-08-231-10/+14
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-235-68/+154
* Drop spurious const from parameterEdward Welbourne2020-08-231-1/+1
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-232-3/+39
* Fix mistake in AESHASH algorithmAllan Sandfeld Jensen2020-08-231-2/+2
* Ignore clang-format for GUI snippetsPaul Wicking2020-08-231-0/+2
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-232-1/+23
* Fix truncation warning in qversionnumber.hMarcel Krems2020-08-231-1/+1
* QVariant::metaType(): Add missing \since Qt 6.0Marcel Krems2020-08-231-0/+2
* QSizePolicy: Fix warning about mixing different enumsMarcel Krems2020-08-231-2/+2
* QPixelFormat: Fix warning about mixing different enumsMarcel Krems2020-08-231-14/+14
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-234-134/+13
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-233-26/+2
* Fix warnings in tst_mocTor Arne Vestbø2020-08-235-5/+34
* QLayout: make its indexOf functions take pointer-to-constGiuseppe D'Angelo2020-08-232-5/+5
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-236-61/+125
* Interbase: Close the cursor before reopening it later onAndy Shaw2020-08-231-3/+3
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-223-6/+50
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-221-2/+11
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-2219-50/+52
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-203-53/+58
* Resolve the remaining open ### Qt6 comments of QJsonValueSona Kurazyan2020-08-204-108/+63
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-208-10/+40
* CMake: Implement configure -optimize-debugJoerg Bornemann2020-08-205-2/+17
* CMake: Implement configure -linker [bfd,gold,lld]Joerg Bornemann2020-08-204-3/+26
* CMake: Support configure tests of type 'compilerSupportsFlag'Joerg Bornemann2020-08-204-3/+54
* CMake: Fix configure -redo on UnixJoerg Bornemann2020-08-201-1/+8
* CMake Build: Use EGL library as dependency for GLESv2Cristian Adam2020-08-201-0/+8
* CMake Build: Add QNX 7.1 build supportCristian Adam2020-08-201-0/+15
* Tidy up qnamespace.qdoc's enums' \omitvalue entriesEdward Welbourne2020-08-201-39/+36
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* Document the indexing used in the Unicode tablesEdward Welbourne2020-08-201-2/+9
* Doc: Mention no_testcase_installs which can be used to prevent installAndy Shaw2020-08-202-0/+9
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-202-8/+10
* Fix a number of qdoc warningsFriedemann Kleint2020-08-2022-257/+25
* Fix deprecation warnings in QtSql code snippetsFriedemann Kleint2020-08-201-2/+2
* Fix qHash(const QModelIndex &index)Friedemann Kleint2020-08-201-1/+1
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2