summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QUtf8StringView: ensure binary compatibility throughout 6.xv6.1.0-rc1Thiago Macieira2021-04-203-32/+5
* QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-192-0/+27
* Add documentation links for some JNI entitiesAssam Boudjelthia2021-04-183-4/+16
* Don't parse XML symbols longer than 4096 charactersAllan Sandfeld Jensen2021-04-181-0/+5
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-143-62/+72
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-071-3/+5
* Fix return type of QMetaType::sizeOf in documentationVolker Hilsheimer2021-04-071-1/+1
* CMake: Choose better defaults for qt_add_plugin STATIC/SHAREDAlexandru Croitor2021-04-072-4/+35
* Explicitly set enums' type to avoid undefined behaviorRobert Löhning2021-04-071-2/+2
* Doc: Fix various documentation issuesTopi Reinio2021-04-072-4/+11
* Remove qualification for Julian calendarAlex Blasche2021-03-301-1/+1
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-03-301-1/+4
* Use official names for Android versionsVolker Hilsheimer2021-03-302-8/+8
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-304-50/+50
* Refactor qt_internal_add_plugin() and qt6_add_plugin()Craig Scott2021-03-291-20/+79
* CMake: Fix qconfig.cpp embedded prefix in the CIAlexandru Croitor2021-03-261-1/+1
* CMake: Get rid of the Core_qobject static libraryAlexandru Croitor2021-03-262-49/+25
* Fix warning from syncqt.pl about header inclusion pathEdward Welbourne2021-03-251-1/+1
* Rework the failure macros in the Qt CTest kitAlexey Edelev2021-03-241-1/+13
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
* QProperty: markDirty should be internalFabian Kosmale2021-03-221-0/+3
* CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-191-17/+4
* QContiguousCache: Remove redundant conditionWang Yu2021-03-191-3/+1
* Don't combine enum values from different enum typesVolker Hilsheimer2021-03-181-2/+2
* Mention QPromise in the QFuture docsSona Kurazyan2021-03-161-3/+4
* QRandomGenerator: remove dead code previously used by qrand()Thiago Macieira2021-03-151-22/+0
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+4
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-1/+5
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-071-0/+23
* Fix QT_HOST_LIBEXECS for cross-builds on WindowsJoerg Bornemann2021-03-071-0/+4
* Doc: Fix section titles that confuse QDoc's autolinkerPaul Wicking2021-03-051-9/+9
* Simplify code, remove redundant conditionWang Yicun2021-03-052-6/+2
* Don't access moved-from objectVolker Hilsheimer2021-03-041-7/+6
* QMetaType::create: don't leak memory if copy can't be madeVolker Hilsheimer2021-03-041-1/+1
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-262-0/+21
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-262-30/+9
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-241-30/+42
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-241-21/+26
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3
* qt6_finalize_executable(): Enable finalizers to be set per-targetCraig Scott2021-02-242-8/+53
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-245-28/+15
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+1
* QProcess::startDetached/Unix: fix the resetting of SIGPIPEThiago Macieira2021-02-221-5/+1
* QProcess::startDetached/Unix: remove unnecessary ignoring of SIGPIPEThiago Macieira2021-02-221-10/+0