summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the converter function handlingLars Knoll2020-08-242-128/+43
* Get rid of the additional bool * parameter to the internal convert methodLars Knoll2020-08-243-71/+61
* Get rid of the unused meta type switcherLars Knoll2020-08-245-94/+0
* Cleanup v_construct and friendsLars Knoll2020-08-241-73/+9
* Inline QVariant::constData()Lars Knoll2020-08-242-10/+4
* Cleanup unused codeLars Knoll2020-08-243-11/+0
* Cleanup QVariant::PrivateSharedLars Knoll2020-08-243-45/+56
* Always use the variants internal space if possibleLars Knoll2020-08-242-4/+2
* Simplify the QVariant copy constructor and assignment operatorLars Knoll2020-08-241-5/+7
* Generate less code when creating QMetaTypeInterfacesLars Knoll2020-08-242-9/+21
* Refactor Q*IterableLars Knoll2020-08-245-142/+95
* Cleanups in the Iterable classesLars Knoll2020-08-243-49/+43
* Clean up a custom void_t implementationLars Knoll2020-08-241-8/+3
* Cleanups in QSequentialIterableLars Knoll2020-08-241-24/+10
* Small doc fixLars Knoll2020-08-241-3/+1
* Remove some dead codeLars Knoll2020-08-244-84/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-245-138/+6
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-249-378/+179
* QWidget: drop an unncessary const_castGiuseppe D'Angelo2020-08-241-1/+1
* QLineF::intersects(): Make the output parameter optionalSze Howe Koh2020-08-231-1/+1
* Fix include in public headerKai Koehne2020-08-231-1/+1
* Merge the two QUrl::fromUserInput overloadsDavid Faure2020-08-232-64/+36
* Leave a comment about a usage of a restricted bool trickGiuseppe D'Angelo2020-08-231-0/+2
* QAutoPointer: port to explicit operator boolGiuseppe D'Angelo2020-08-231-3/+1
* Remove the deprecated -qpa-platform-guard argumentJoerg Bornemann2020-08-234-17/+0
* 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