summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-074-0/+19
* Avoid unnecessary work when linking observersUlf Hermann2021-06-051-1/+1
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-059-2/+80
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-054-40/+34
* QProperty: Refresh the observers after evaluating bindingsUlf Hermann2021-06-041-8/+13
* Bring back qt_finalize_executableKai Köhne2021-06-041-0/+5
* CMake: Add support for building with clang-clCristian Adam2021-06-042-15/+40
* QProcess: untangle platform-specific detailsAlex Trotsenko2021-06-044-124/+131
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+47
* QDateTime{Parser,EditPrivate}: clean up initializationEdward Welbourne2021-06-031-6/+5
* Doc: mark private android classes as \preliminaryAssam Boudjelthia2021-06-031-0/+6
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-031-10/+44
* QProcess: refine 'Channel' structureAlex Trotsenko2021-06-032-19/+12
* Fix system locale for IntegrityJanne Koskinen2021-06-021-1/+7
* Avoid use after free in tst_qsequentialanimationgroupFabian Kosmale2021-06-021-2/+6
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-023-8/+49
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-021-2/+2
* Fix QSettings documentationFriedemann Kleint2021-06-011-4/+6
* Simplify storing of notification objectsLars Knoll2021-06-013-7/+159
* Move QIdentityProxyModelPrivate out into its own headerMitch Curtis2021-06-013-37/+88
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-017-35/+15
* Rework resource finalizer approachAlexey Edelev2021-05-311-10/+9