summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Change some custom commands to mention the target nameAlexandru Croitor2021-06-161-3/+3
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-16/+32
* Use year with same day-of-week pattern as fallback for out-of-rangeEdward Welbourne2021-06-163-22/+51
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-169-14/+98
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-162-4/+4
* Revert "Remove old Android code that have now has alternative public APIs"Jani Heikkinen2021-06-165-3/+2901
* Bindable property docs: mention virtual setters and gettersIvan Solovev2021-06-152-0/+58
* Replace misdescribed link with one matching its descriptionEdward Welbourne2021-06-151-3/+3
* Adjust the EntryPoint target name according to the internal module naming policyAlexey Edelev2021-06-151-5/+7
* Add common internal macros to request jni objectsAssam Boudjelthia2021-06-151-0/+39
* QSettings: hide the return type of actualKey() and normalizedKey()Marc Mutz2021-06-151-7/+4
* QDebug: add missing docs for new QVLA streaming operatorMarc Mutz2021-06-151-0/+9
* QTimeZonePrivate: Reduce copying by not using QByteArrayMårten Nordheim2021-06-141-26/+32
* Add "We mean it" warning to qidentityproxymodel_p.hMitch Curtis2021-06-141-0/+12
* Document that WA_TranslucentBackground will not have an effectLaszlo Agocs2021-06-141-3/+6
* Clean up types in Unicode decomposition codeEdward Welbourne2021-06-141-31/+28
* 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