summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-301-9/+13
* Fix warning about copy during range iterationTor Arne Vestbø2020-11-271-1/+1
* Make QCollatorSortKey's operator<() a hidden friendEdward Welbourne2020-11-271-6/+3
* Clean up QCollator's documentation and tell fewer liesEdward Welbourne2020-11-272-53/+116
* Fix spacing in QCollator documentationEdward Welbourne2020-11-271-19/+19
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-272-4/+15
* QDateTimeParser: fix handling of AM/PM textsEdward Welbourne2020-11-271-8/+10
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-272-12/+17
* Mark two impossible code-paths with Q_UNREACHABLEEdward Welbourne2020-11-272-2/+3
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-1/+2
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-2/+1
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-271-2/+1
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-271-2/+2
* Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCIIKai Koehne2020-11-271-134/+66
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-272-20/+9
* Fix broken \endcode marker in Qt 6 porting docsFlorian Bruhin2020-11-271-1/+1
* QCache: Fix crash observed in tst_QAccessibilityFabian Kosmale2020-11-271-1/+1
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-264-0/+32
* QVLA: modernize some codeGiuseppe D'Angelo2020-11-261-25/+16
* QVLA: always use new to create new objectsGiuseppe D'Angelo2020-11-261-14/+3
* QEventDispatcherWin32Private: Get rid of TimerInfo struct listMaks Naumov2020-11-262-30/+20
* Remove deprecated algorithms from documentationMarcel Krems2020-11-262-319/+7
* QSet: add missing insert-with-hintMarc Mutz2020-11-252-0/+19
* Remove some examples from highlighted listVolker Hilsheimer2020-11-251-3/+0
* Document removal of QEvent copyingVolker Hilsheimer2020-11-251-0/+39
* CMake: Change generated resources namingAlexey Edelev2020-11-241-1/+1
* CMake: Use lower cased property name for entrypoint library opt-outAlexandru Croitor2020-11-241-2/+2
* Update container overview documentation - section on growth strategiesAndreas Buhr2020-11-241-30/+14
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-4/+4
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-232-45/+63
* Do not advise using AUTORCC anymoreKai Koehne2020-11-231-3/+0
* Doc: Update CMake functions in Qt Core for Qt 6Kai Koehne2020-11-237-494/+115
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-232-0/+6
* Add convenience functions for QFuture creationIvan Solovev2020-11-232-1/+170
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-238-94/+13
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+60
* QCache: fix accidental pessimizationMårten Nordheim2020-11-211-2/+1
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-201-1/+3
* QCoreApplication: add doc to discourage use of processEventsThiago Macieira2020-11-201-4/+8
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* CMake: add CMAKE_FIND_ROOT_PATH as extraPrefixDirs for androiddeployqtAssam Boudjelthia2020-11-201-0/+11
* CMake: Fix resource_name variable name in __qt_propagate_generated_resourceAlexey Edelev2020-11-201-2/+2
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-201-0/+44
* QScopedPointer: streamline code with qExchangeGiuseppe D'Angelo2020-11-201-4/+2
* QScopedPointer helper deletes: add operator()Giuseppe D'Angelo2020-11-201-3/+13
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-204-151/+1
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-203-4/+10