summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSet::erase - extend docsIvan Solovev2021-07-211-0/+5
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-1/+4
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-211-9/+19
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-211-11/+19
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-203-22/+56
* Simplify the application permission APIAssam Boudjelthia2021-07-193-66/+66
* Make QCalendarBackend's ID an opaque typeEdward Welbourne2021-07-198-60/+107
* Don't create ${target}_qml_files target any moreCraig Scott2021-07-191-8/+3
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-172-32/+25
* CMake: Handle single- and multi-config differences more robustlyCraig Scott2021-07-161-6/+7
* CMake: Clean up and simplify qt6_extract_metatypes implementationAlexandru Croitor2021-07-162-74/+40
* CMake: Fix qt6_extract_metatypes json file generation ruleAlexandru Croitor2021-07-161-39/+23
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-161-4/+8
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-162-18/+92
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-151-4/+3
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-148-111/+119
* Make locale ordering transitiveEdward Welbourne2021-07-144-44/+44
* Fix qdoc warning: signal is not constVolker Hilsheimer2021-07-141-1/+1
* QDuplicateTracker: port reserve() from int to qsizetypeMarc Mutz2021-07-131-1/+1
* QDuplicateTracker: reserve() for at least Prealloc elementsMarc Mutz2021-07-131-2/+3
* QDuplicateTracker: fix the static buffer size calculationMarc Mutz2021-07-131-1/+7
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-1/+9
* Remove code paths no longer used after QML CMake API refactoringCraig Scott2021-07-131-33/+10
* QMultiMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-121-0/+4
* QMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-091-0/+4
* CMake: Use correct MSVC runtime library for Qt object librariesAlexandru Croitor2021-07-091-0/+1
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-091-1/+3
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-091-1/+1
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-091-21/+40
* Fix qt_error_string() and QSystemError::string's lack of i18nThiago Macieira2021-07-081-2/+7
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* Fix QStringEncoder code exampleNicolas Fella2021-07-061-1/+1
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-1/+6
* QObject: Fix memory leak in queued_activateFabian Kosmale2021-07-061-12/+34
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-07-061-2/+17
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-051-3/+1
* CMake: Fix qt6_extract_metatypes to work with VS GeneratorsAlexandru Croitor2021-07-051-0/+26
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-031-5/+1
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-021-0/+32
* CMake: Allow specifying custom build directories for CMake autotestsAlexandru Croitor2021-07-021-2/+26
* Remove temporary alias with typo to corrected PermissionTypeEdward Welbourne2021-07-021-3/+0
* Re-apply "Remove old Android code that have now has alternative public APIs"Assam Boudjelthia2021-07-015-2901/+3
* Remove ministro codeAssam Boudjelthia2021-07-011-3/+0
* QGlobalStatic: fix warning when using cv-qualified typesMarc Mutz2021-07-011-1/+3
* Core: `QRandomGenerator` - silence msvc warningTim Blechmann2021-07-011-1/+1
* Put Q_DISABLE_COPY(QMutex) back when features.thread is unavailableTasuku Suzuki2021-06-301-0/+3
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Fix usage of logging category on AndroidAssam Boudjelthia2021-06-281-1/+7