summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some qdoc warnings: printer API cleanupVolker Hilsheimer2020-09-222-112/+5
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-224-13/+16
* Fix some qdoc warnings: QtConcurrent functors and exceptionsVolker Hilsheimer2020-09-222-18/+4
* Doc: Fix QSqlField documentation for deprecated constructorVolker Hilsheimer2020-09-222-31/+4
* Fix various qdoc warningsVolker Hilsheimer2020-09-224-11/+16
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-224-17/+26
* QFile::copy: call syncToDisk on destinationThiago Macieira2020-09-221-1/+1
* QDecompressHelper: limit decompression ratioMårten Nordheim2020-09-227-0/+93
* Use QLatin1Char in place of QChar in a few more placesEdward Welbourne2020-09-221-4/+4
* Count digits in QDateTimeParser::parseSection()'s numeric fieldsEdward Welbourne2020-09-221-1/+1
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-222-26/+6
* CMake: Regenerate projectsAlexandru Croitor2020-09-2214-68/+131
* Remove default ctor for QIterableUlf Hermann2020-09-224-6/+10
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-223-4/+4
* Windows QPA: Fix warnings about deprecated operator + for keysFriedemann Kleint2020-09-221-2/+2
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-224-8/+6
* Fix some qdoc warnings: QTableWidgetSelectionRangeVolker Hilsheimer2020-09-211-0/+10
* Fix some qdoc warnings: typosVolker Hilsheimer2020-09-212-3/+3
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-212-5/+4
* Fix some qdoc warnings: unnamed parametersVolker Hilsheimer2020-09-212-3/+6
* Inline trivial function used only by deprecated functionsEdward Welbourne2020-09-211-17/+4
* Remove some deprecation comments from qmap.hEdward Welbourne2020-09-212-7/+5
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-213-119/+103
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1
* Fix a bug when streaming QVariants containing a QRegExpLars Knoll2020-09-211-4/+3
* Cleanup API of QMimeDataLars Knoll2020-09-2121-90/+89
* Silence qdoc warnings from std::filesystemVolker Hilsheimer2020-09-211-0/+7
* Update QList's documentation relevant to prepend optimizationAndrei Golubev2020-09-211-38/+65
* Fix a bunch of qdoc warnings from QList typesVolker Hilsheimer2020-09-212-0/+11
* dbus: Skip AUTOUIC on generated sourcesKevin Funk2020-09-211-2/+8
* xcb: add xcb-util dependency for xcb-imageLiang Qi2020-09-213-4/+26
* Support signed integer attributes on QRHIInho Lee2020-09-217-19/+71
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-2114-18/+17
* Deprecate QMutex in recursive modeLars Knoll2020-09-213-5/+12
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-1/+6
* Doc: Correct link errors qtbaseNico Vertriest2020-09-2113-16/+16
* Fix dead link in thirdparty license documentationKai Koehne2020-09-191-1/+2
* rcc: Make output deterministic for directoriesKai Koehne2020-09-191-16/+21
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-195-104/+517
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-1915-1016/+1991
* Un-export QVariantRef and QVariantPointerUlf Hermann2020-09-191-2/+2
* Rename QVarLengthArray's private realloc() to reallocate()Jesko von Monkiewitsch2020-09-191-8/+8
* QDir: Use QDoc syntaxAhmad Samir2020-09-181-6/+6
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-189-32/+97
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-183-24/+42
* QNAM: try to send headers and body togetherGiuseppe D'Angelo2020-09-182-12/+38
* QMimeDatabase: fix performance regression when using the internal XMLDavid Faure2020-09-183-3/+26
* Emit CancelGrabExclusive when one grabber is replaced by anotherShawn Rutledge2020-09-181-1/+2
* Gif decoder: fix read error caused by ub checkEirik Aavitsland2020-09-181-5/+7