summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mention QPromise in the QFuture docsSona Kurazyan2021-03-171-3/+4
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+4
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-061-0/+23
* Doc: Fix section titles that confuse QDoc's autolinkerPaul Wicking2021-03-051-9/+9
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-161-1/+0
* Mark QPropertyAlias as internalFabian Kosmale2021-02-161-0/+2
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-151-3/+19
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-111-1/+4
* CMake: always pass QT6_INSTALL_PREFIX to androiddeployqtAssam Boudjelthia2021-02-111-5/+2
* Fix typo in android APK generation logAlex Blasche2021-02-101-1/+1
* CMake: fix typo in qt_finalize_executable snippetAssam Boudjelthia2021-02-101-1/+1
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-091-1/+1
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-021-7/+13
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-02-021-221/+224
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-021-1/+1
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+1
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-261-32/+120
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-7/+16
* QMimeDatabase/xml: support both 'xmlstarlet' and 'xml' for minifying XMLKai Köhne2021-01-251-0/+4
* Hold references to zone IDs alive during useEdward Welbourne2021-01-211-2/+8
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-212-3/+52
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-202-2/+5
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-192-15/+24
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-191-3/+4
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-161-1/+4
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-162-19/+20
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-1/+2
* CMake: Fix build with GCC and ltcgChristophe Giboudeaux2021-01-131-13/+18
* Doc: Generalize timer docsKai Köhne2021-01-111-3/+3
* Doc: Add partial documentation for CMake API (tech preview)Craig Scott2021-01-114-1/+601
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-071-1/+1
* Doc: Improve QMap, QMultiMap descriptionKai Köhne2021-01-062-4/+2
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-062-11/+11
* Doc: Use correct include for QtFuture namespacePaul Wicking2021-01-061-0/+1
* android: Generate deployment settings file with correct qml-import-pathsCraig Scott2021-01-061-2/+7
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+3
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-054-7050/+8878
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2021-01-041-25/+17
* XmlStringRef: remove operator<=>Giuseppe D'Angelo2021-01-041-6/+0
* CMake: Prefer canonical CMAKE_ANDROID_NDK var when writing deploy fileCraig Scott2021-01-041-1/+1
* QProcess/Win: handle more errors in openChannel()Alex Trotsenko2020-12-301-40/+46
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-282-0/+18