summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-013-9/+26
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-012-17/+35
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Add a QVariant::compare() methodLars Knoll2020-10-012-0/+29
* Fix qdoc warnings for QMap/QMultiMapVolker Hilsheimer2020-10-013-81/+79
* Revert "Reimplement non-antialiased cosmetic pen"Allan Sandfeld Jensen2020-10-011-98/+193
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-012-24/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-013-3/+6
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-303-0/+130
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-3011-55/+3
* Android: Append .exe suffix to qmlImportScanner in androiddeployqtAlessandro Portale2020-09-301-4/+3
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* CMake Build: Add direct2d CMake buildCristian Adam2020-09-303-2/+280
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-303-34/+32
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-302-23/+29
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-301-3/+5
* Use universal references in QtConcurrentSona Kurazyan2020-09-308-186/+230
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-09-302-6/+11
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-309-63/+119
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-301-1/+3
* QList: Remove CapacityReserved on squeezeMårten Nordheim2020-09-301-0/+3
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-302-9/+18
* Eliminate compilation warningsXie Chuan2020-09-301-1/+1
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-308-24/+57
* Remove workaround for MSVC 2008Allan Sandfeld Jensen2020-09-303-84/+9
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+1
* Fix qdoc warning from documentation of internal APIVolker Hilsheimer2020-09-301-7/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-29/+11
* Fix assumed version typoAllan Sandfeld Jensen2020-09-301-2/+2
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-302-1/+7
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-2/+81
* Use Q_RELOCATABLE* instead of Q_MOVABLE* wording in docsAndrei Golubev2020-09-291-8/+8
* Improve docs for QFuture::{result*, takeResult*}Sona Kurazyan2020-09-291-4/+10
* Improve docs for QtConcurrent::{filter, blockingFilter}Sona Kurazyan2020-09-291-6/+18
* QObject: use more categorized loggingGiuseppe D'Angelo2020-09-291-33/+34
* rhi: vk: Do not copy the entire BufferOp struct for host writesLaszlo Agocs2020-09-292-7/+11
* rhi: gl: Skip nice but not essential uniform checks in releaseLaszlo Agocs2020-09-291-0/+2
* rhi: Drop QBitArray usageLaszlo Agocs2020-09-292-8/+13
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-298-9/+36
* rhi: gl: Pre-sort uniform metadata based on offsetLaszlo Agocs2020-09-291-7/+11
* Disable moving of QPropertyLars Knoll2020-09-294-52/+21
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-292-1/+5
* CMake: fix sdkBuildToolsRevision not being set for user appsAssam Boudjelthia2020-09-291-1/+22
* Do not parse low-level PNG colorspaces if they are not usedAllan Sandfeld Jensen2020-09-291-5/+5
* Reimplement non-antialiased cosmetic penAllan Sandfeld Jensen2020-09-291-193/+98
* QSsl: Remove enum value gapsMårten Nordheim2020-09-291-2/+2