summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVariant::compare: handle numerical values and pointers as documentedv6.0.0-beta1Fabian Kosmale2020-10-151-9/+80
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+6
* Android: fix path issue with backslashes on WindowsAssam Boudjelthia2020-10-151-2/+2
* QOverload helpers: code tidiesGiuseppe D'Angelo2020-10-151-10/+4
* Doc: Migration Guide for QString related changesKarsten Heimrich2020-10-151-0/+84
* Unwrap private QPalette data memberVolker Hilsheimer2020-10-142-15/+12
* rhi: Fix up vertex inputs with matricesLaszlo Agocs2020-10-143-6/+31
* Return false from canFetchMore for uninitialized QFileSystem modelsDoris Verria2020-10-141-0/+2
* Fix infinite loop triggered when displaying model with QTreeViewDoris Verria2020-10-141-1/+5
* Fix compile time type normalization codeLars Knoll2020-10-141-81/+146
* Simplify implementations of QtConcurrent::blocking* methodsSona Kurazyan2020-10-142-89/+70
* Minor cleanups based on API reviewSona Kurazyan2020-10-142-7/+7
* QMetaType: fix warning messageFabian Kosmale2020-10-141-1/+1
* General cleanup of qshareddata.hAllan Sandfeld Jensen2020-10-142-134/+135
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-145-19/+25
* Fix Qt6 renamingBogDan Vatra2020-10-142-5/+11
* Use QScroller in the Dir View exampleShawn Rutledge2020-10-141-2/+2
* Mark QApplication::fontMetrics as obsoleteVolker Hilsheimer2020-10-142-0/+7
* Remove QApplication::desktopVolker Hilsheimer2020-10-143-6/+4
* Add \since 6.0 to new functionVolker Hilsheimer2020-10-141-6/+10
* Schannel: TLS1.3 supportMårten Nordheim2020-10-142-24/+105
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-2/+1
* Drop qt_is_permutationGiuseppe D'Angelo2020-10-141-23/+0
* Document QApplication::desktop as obsoleteVolker Hilsheimer2020-10-141-1/+1
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-134-8/+49
* Remove nodiscard in QPropertyObserverNodeProtector ctorAndrei Golubev2020-10-131-1/+1
* Add a few missing Q_CLANG_QDOC for native interfacesTor Arne Vestbø2020-10-133-4/+4
* Android: add missing new line to androidtestrunner helpAssam Boudjelthia2020-10-131-1/+1
* QSslSocket - replace NULL with nullptrTimur Pocheptsov2020-10-131-1/+1
* doc: Add brief and group for native type conversionsTor Arne Vestbø2020-10-133-101/+175
* QCborValue: streamline some code with qExchangeGiuseppe D'Angelo2020-10-131-3/+1
* Mark the class QPropertyObserverNodeProtector as [[nodiscard]]Lars Knoll2020-10-131-1/+1
* Loosen the requirements on the container passed to QtConcurrent::map*Sona Kurazyan2020-10-132-3/+3
* QObject: simplify part of connection logicFabian Kosmale2020-10-131-16/+3
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-10-133-19/+14
* Fix detach on bool check of QSharedDataPointerAllan Sandfeld Jensen2020-10-131-0/+1
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-132-8/+11
* 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-121-3/+3
* 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-121-6/+23
* Make QtConcurrent docs more readableSona Kurazyan2020-10-123-6/+125
* Eliminate the extra copy in QtConcurrent's blocking methodsSona Kurazyan2020-10-122-32/+32
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-123-25/+40