summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* QLocale: add a Q_CHECK_PTRGiuseppe D'Angelo2021-01-201-0/+1
* QVLA: add a Q_ASSERTGiuseppe D'Angelo2021-01-201-0/+1
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-192-2/+5
* Mark qBadAlloc as [[noreturn]]Giuseppe D'Angelo2021-01-192-1/+5
* Build fixes for GCC 11Ville Voutilainen2021-01-193-3/+3
* Update QOperatingSystemVersion version names for AndroidAssam Boudjelthia2021-01-192-0/+40
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* Fix qt_add_big_resources with namespace buildsAlexey Edelev2021-01-191-0/+1
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-01-181-1/+1
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-182-15/+24
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-182-3/+52
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-182-2/+49
* QVariant::fromValue<T>: require T to be copy constructibleFabian Kosmale2021-01-181-0/+5
* QUntypedBindable: Add documentationFabian Kosmale2021-01-181-0/+113
* FindLibb2: Don't rely solely on pkg-configCraig Scott2021-01-183-3/+4
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-152-19/+20
* QSettings: Add support for QMetaType::FloatChristian Ehrlicher2021-01-151-0/+1
* Extend qIsInf() and friends to handle integral types sensiblyEdward Welbourne2021-01-151-1/+14
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-151-3/+4
* Prevent compiler and linker flags from growing every cmake runCraig Scott2021-01-151-1/+1
* Doc: Document the qt_no_entrypoint target propertyJoerg Bornemann2021-01-152-0/+19
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-141-1/+4
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-1/+2
* Add some error handling for the inotify file system watcherLu Zhen2021-01-141-1/+3
* CMake: Fix build with GCC and ltcgChristophe Giboudeaux2021-01-131-13/+18
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-1032/+0
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-112-14/+10
* QBindable: Improve read-only supportFabian Kosmale2021-01-111-1/+24
* Bump versionPaul Wicking2021-01-111-2/+3
* 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
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-4/+1
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8
* Remove useless call in QProcessPrivate::waitForFinished() on WindowsAlex Trotsenko2021-01-091-3/+1
* QProcess/Unix: do not activate read notifiers until process has startedAlex Trotsenko2021-01-091-2/+6
* Split QProcessPrivate::_q_processDied()Alex Trotsenko2021-01-094-40/+48
* Remove outdated comment and unnecessary initialization callAndreas Buhr2021-01-091-1/+0
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* QProcess/Unix: consolidate process state tracking socket notifiersAlex Trotsenko2021-01-083-34/+30
* Assert that wchar_t's size matches one of the unicode character typesEdward Welbourne2021-01-081-0/+2
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-082-4/+4
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-084-6/+7
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Doc: Fix \sa statement link errorNico Vertriest2021-01-071-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-0723-1336/+0
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-24/+40
* Doc: Improve QMap, QMultiMap descriptionKai Köhne2021-01-062-4/+2
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-061-1/+1
* QLocale: Remove dead codeKai Köhne2021-01-062-12/+0