summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Fix snippet for QRandomGenerator64 docsPaul Wicking2021-06-141-1/+1
* Rework massageAdjusted and make the most of its DST knowledgeEdward Welbourne2021-06-141-17/+41
* QException: Fix no-exception buildNodir Temirkhodjaev2021-06-141-0/+2
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* QDebug: add support for QVarLengthArrayMarc Mutz2021-06-131-0/+7
* QThread: avoid mixed enum arithmeticGiuseppe D'Angelo2021-06-131-3/+3
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-132-24/+22
* QWindowsPipeWriter: centralize write result handlingAlex Trotsenko2021-06-122-36/+29
* Doc: Mention that you cannot order QVariants anymoreKai Köhne2021-06-121-0/+4
* Allocate progress related data on demandSona Kurazyan2021-06-122-29/+62
* QFuture: put the result store and the exception store in a unionSona Kurazyan2021-06-127-31/+118
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-122-0/+15
* QTimeZonePrivate::territory: use QStringTokenizerMårten Nordheim2021-06-121-6/+4
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-111-0/+2
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-111-13/+26
* Record useful URL in qlocale_unix.cppEdward Welbourne2021-06-111-1/+3
* QLatin1String: optimize indexOfMårten Nordheim2021-06-115-24/+163
* QSemaphore: Fix warning in 32-bit buildNodir Temirkhodjaev2021-06-121-1/+1
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-112-0/+48
* QLatin1String: Remove a non-null assert in comparisonMårten Nordheim2021-06-111-1/+0
* QObject: Fix memory leak in queued_activateFabian Kosmale2021-06-111-12/+34
* CMake: Fix Qt tool apks not to be built as part of default all targetAlexandru Croitor2021-06-111-16/+35
* Correct handling of last second of 1969 (again)Edward Welbourne2021-06-111-48/+139
* Rework setMSecsSinceEpoch() to avoid local->UTC conversionsEdward Welbourne2021-06-111-44/+41
* Remove old Android code that have now has alternative public APIsAssam Boudjelthia2021-06-115-2901/+3
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-2/+2
* Fix build without features.itemmodelTasuku Suzuki2021-06-111-2/+6
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-1/+15
* JNI: check if clazz is null before doing a jni callAssam Boudjelthia2021-06-101-8/+16
* JNI: state that findClass() returns a global refAssam Boudjelthia2021-06-101-11/+13
* QLocalSocket/Win: avoid double buffering on writeAlex Trotsenko2021-06-094-9/+36
* Doc: Fix QVariant documentationKai Köhne2021-06-092-61/+56
* Revert "QMetaType: Don't normalize name which should already be normalized"Fabian Kosmale2021-06-091-2/+3
* QPromise: doc fixesGiuseppe D'Angelo2021-06-081-1/+1
* QFutureInterface(Base): code tidiesGiuseppe D'Angelo2021-06-082-5/+6
* QPromise/QFutureInterface: in Qt 7 take std::exception_ptr by const-refGiuseppe D'Angelo2021-06-084-0/+19
* CMake: Fix global 'apk' target to actually build all apksAlexandru Croitor2021-06-082-11/+30
* QMetaType: Don't normalize name which should already be normalizedFabian Kosmale2021-06-081-3/+2
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-2/+11
* Switch-ify QFSFileEngine::fileName and update implementationKarsten Heimrich2021-06-081-27/+35
* Android: Use the new runOnAndroidMainThread() callAssam Boudjelthia2021-06-072-3/+3
* QTimeZonePrivate: make windowsId return a QByteArrayViewMårten Nordheim2021-06-071-2/+2
* Simplify QDate::weekNumber()Edward Welbourne2021-06-071-7/+5
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-075-8/+10
* QProperty: Fix source_location feature testingFabian Kosmale2021-06-071-2/+10
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-2/+10
* Fix augmentation of UI language listEdward Welbourne2021-06-072-24/+2
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-1/+3
* Remove legacy code path from qt_add_resourceJoerg Bornemann2021-06-071-37/+11
* QMetaType: Avoid instantiating QMetaType in Q_DECLARE_METATYPEFabian Kosmale2021-06-071-12/+8