summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Workaround building DBus 'car' example with qmakeAlexandru Croitor2020-08-232-4/+11
* QStringTokenizer: use sliced() instead of mid()Marc Mutz2020-08-231-2/+2
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-233-67/+147
* Drop spurious const from parameterEdward Welbourne2020-08-231-1/+1
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-3/+11
* 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-231-1/+2
* 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
* QLayout: make its indexOf functions take pointer-to-constGiuseppe D'Angelo2020-08-232-5/+5
* 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-221-4/+17
* 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-2216-33/+35
* 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-207-8/+38
* 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
* 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
* Remove QSslSocket::abort()Alex Trotsenko2020-08-203-39/+11
* Doc: Use https in links that don't redirect properlyPaul Wicking2020-08-201-2/+2
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2017-2303/+45
* QSslContext - do a little cleanup (OpenSSL)Timur Pocheptsov2020-08-193-11/+11
* QFileSystemModel: don't display a modal messagebox on errorVolker Hilsheimer2020-08-191-23/+2
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-197-28/+22
* QMenu: make less sensitive to mouse jitterVolker Hilsheimer2020-08-191-1/+1
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-196-137/+165
* Fix QXmlStreamSimpleStack to work also with non POD data typesLars Knoll2020-08-193-14/+24
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-194-59/+67
* Smaller change towards using QStringViewLars Knoll2020-08-192-4/+4
* Refactor qxmlstream_p.hLars Knoll2020-08-1912-1936/+1818
* Cleanup QXmlStreamStringRefKarsten Heimrich2020-08-191-7/+1
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-198-125/+113
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-27/+68
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-197-142/+2
* Make QAbstractSocket::abort() behavior unambiguousAlex Trotsenko2020-08-191-2/+0
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-192-0/+14