summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* 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
* Doc: Mention that you cannot order QVariants anymoreKai Köhne2021-06-121-0/+4
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-111-13/+26
* CMake: Fix Qt tool apks not to be built as part of default all targetAlexandru Croitor2021-06-111-16/+35
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-2/+2
* Doc: Fix QVariant documentationKai Köhne2021-06-102-61/+56
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-094-40/+34
* CMake: Fix global 'apk' target to actually build all apksAlexandru Croitor2021-06-082-11/+30
* Add proper dependencies to apk targetsJoerg Bornemann2021-06-081-15/+28
* Fix augmentation of UI language listEdward Welbourne2021-06-082-25/+3
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-1/+3
* QProperty: Fix source_location feature testingFabian Kosmale2021-06-071-2/+10
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-031-10/+44
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-021-2/+2
* Fix QSettings documentationFriedemann Kleint2021-06-021-4/+6
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-281-6/+6
* Add documentation links for some JNI entitiesAssam Boudjelthia2021-05-283-4/+16
* Doc: Extend qt_add_resource documentationJoerg Bornemann2021-05-263-4/+83
* QSharedPointer: Use matching new/deleteFabian Kosmale2021-05-252-2/+8
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-221-0/+13
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-221-2/+6
* Doc: Fix qdoc warnings in qtbaseNico Vertriest2021-05-221-1/+1
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-0/+11
* Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-211-29/+17
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+1
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-191-1/+1
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-16/+36
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-173-24/+17
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-172-11/+3
* Doc: Add CMake to the "Resource System" documentationJoerg Bornemann2021-05-162-4/+43
* QScopedPointer: remove doc mention of take()Giuseppe D'Angelo2021-05-061-3/+0
* Silence MSVC warning about int/size_t mismatchVolker Hilsheimer2021-05-061-2/+2
* Doc: Fix warnings on qproperty.cppTopi Reinio2021-05-061-18/+22
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-035-1078/+1075
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+4
* fix: Optimize the performance of the inotify file system monitoring program。Gong Heng2021-04-301-1/+1
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* Doc: Remove mention of no longer supported formatPaul Wicking2021-04-271-3/+1
* Compile resource objects of the static library using same optionsAlexey Edelev2021-04-271-0/+53
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-271-1/+9
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-6/+3
* Switch to target_sources approach for the static library resourcesAlexey Edelev2021-04-271-15/+10