summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove old add_qt_gui_executable APIAlexandru Croitor2021-06-171-6/+0
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-172-21/+5
* Check the impact of static link order for user projectsAlexey Edelev2021-06-171-16/+32
* Fix crash in concurrent disconnectLars Knoll2021-06-172-21/+42
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-06-171-0/+37
* CMake: Mention resource name on which rcc is runAlexandru Croitor2021-06-161-1/+1
* CMake: Change some custom commands to mention the target nameAlexandru Croitor2021-06-161-3/+3
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* 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
* 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
* 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
* Doc: Fix snippet for QRandomGenerator64 docsPaul Wicking2021-06-141-1/+1
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-141-13/+26
* Doc: Mention that you cannot order QVariants anymoreKai Köhne2021-06-121-0/+4
* CMake: Fix Qt tool apks not to be built as part of default all targetAlexandru Croitor2021-06-121-16/+35
* 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
* 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
* 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