summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* QMultiMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-141-0/+4
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-141-1/+9
* QDuplicateTracker: reserve() for at least Prealloc elementsMarc Mutz2021-07-141-2/+3
* QDuplicateTracker: port reserve() from int to qsizetypeMarc Mutz2021-07-131-1/+1
* QDuplicateTracker: fix the static buffer size calculationMarc Mutz2021-07-131-1/+7
* QMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-091-0/+4
* Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-091-5/+1
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-1/+1
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-1/+3
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-081-2/+3
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-255-20/+18
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-4/+8
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Porting Guide: Mention that also QSet is affected by stability of referencesKai Köhne2021-06-211-2/+2
* Add missing limits includeNicolas Fella2021-06-211-0/+1
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-191-3/+10
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-1/+4
* Porting Guide: Mention deprecation of QLibraryInfo::locationKai Köhne2021-06-181-0/+2
* Porting Guide: Mention changed behavior of QCApplication::quit()Kai Köhne2021-06-181-0/+12
* 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