summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Loosen the requirements on the container passed to QtConcurrent::map*Sona Kurazyan2020-10-133-5/+3
* QObject: simplify part of connection logicFabian Kosmale2020-10-131-16/+3
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-10-134-21/+16
* Add externConstexpr to MSVC compile optionsUlf Hermann2020-10-132-0/+6
* Fix detach on bool check of QSharedDataPointerAllan Sandfeld Jensen2020-10-131-0/+1
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-133-8/+26
* CMake: Rename qt6_quick_compiler_process_resources to be internalAlexandru Croitor2020-10-121-1/+1
* Minor refinements in QLocaleEdward Welbourne2020-10-121-12/+9
* Eliminate QLocaleId::fromIds() in favor of {...} constructionEdward Welbourne2020-10-122-23/+14
* Mark QLocale's Language, Country and Script enums as ushortEdward Welbourne2020-10-122-4/+4
* rhi: Add missing \internal doc commandsTor Arne Vestbø2020-10-121-0/+3
* Exclude all modifiers as candidates for shortcutsTor Arne Vestbø2020-10-121-1/+1
* Remove dead codeLars Knoll2020-10-1214-98/+4
* Enable the Android style plugin for the cmake buildLars Knoll2020-10-122-1/+21
* QtNetwork: add documentation about porting from Qt 5 to Qt 6Timur Pocheptsov2020-10-121-1/+142
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-122-6/+38
* CMake: Fix the -sanitize configure optionJoerg Bornemann2020-10-123-1/+11
* CMake: Do not run auto-detection in top-level buildsJoerg Bornemann2020-10-121-3/+4
* Make QtConcurrent docs more readableSona Kurazyan2020-10-123-6/+125
* Eliminate the extra copy in QtConcurrent's blocking methodsSona Kurazyan2020-10-122-32/+32
* Enable some-of the QtConcurrent test casesSona Kurazyan2020-10-122-8/+9
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-124-25/+48
* Fix build when configuring with -sanitize thread on gccMitch Curtis2020-10-121-1/+1
* CMake: Allow customization of the generated CMake toolchain fileAlexandru Croitor2020-10-121-0/+19
* CMake: Split QtBaseGlobalTargets.cmake into multiple filesAlexandru Croitor2020-10-124-266/+301
* CMake: Implement missing iOS-related configure optionsAlexandru Croitor2020-10-124-12/+16
* CMake: Rename some additional functions that should be internalAlexandru Croitor2020-10-122-3/+3
* CMake: Workaround iOS Xcode issue when configuring appAlexandru Croitor2020-10-121-0/+4
* CMake: Set some additional info variables in Qt6CoreConfigExtrasAlexandru Croitor2020-10-122-0/+16
* CMake: Introduce Qt6::Startup targetAlexandru Croitor2020-10-127-8/+135
* Fix copyright year of tinycborKai Koehne2020-10-121-1/+1
* Fix "Runing" typo in CMake configDavid Skoland2020-10-121-1/+1
* QMetaType: Avoid combination of extern and declspec(__dllexport) on MSVCUlf Hermann2020-10-122-5/+19
* macOS: Always include non-GL native interfacesTor Arne Vestbø2020-10-121-3/+4
* Rename QtGui native interface implementation filesTor Arne Vestbø2020-10-1210-17/+12
* QPropertyBinding: compare QMetaType directlyFabian Kosmale2020-10-121-1/+1
* QPropertyObserver: mark as noexcecptFabian Kosmale2020-10-122-4/+4
* QUntypedPropertyBinding::QUntypedPropertyBinding: use member initializer listFabian Kosmale2020-10-121-1/+1
* QProperty: avoid needless std::function copyingFabian Kosmale2020-10-122-2/+2
* QProperty: make a few helpers constexprFabian Kosmale2020-10-122-2/+2
* Handle notifier list modification during iterationFabian Kosmale2020-10-124-25/+188
* Add Qt Marketplace link as an external pageJerome Pasion2020-10-121-0/+5
* Remove an unneeded includeSona Kurazyan2020-10-121-2/+0
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-122-7/+14
* QPropertyChangeHandler: mark as nodiscardFabian Kosmale2020-10-121-1/+1
* Add an example to the documentation of QImage::scanLine()Mitch Curtis2020-10-122-0/+15
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2
* Improve QRgb documentationMitch Curtis2020-10-122-1/+13
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-124-7/+7
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1