summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust code format, add space after 'if'Zhang Sheng2020-11-16105-398/+398
* Install 3rd party headers and meta for static buildsMichal Klocek2020-11-163-1/+6
* Fix error on MSVC when QList with disabled rvalues is instantiatedLars Knoll2020-11-161-6/+32
* Optimize qRoundAllan Sandfeld Jensen2020-11-161-0/+24
* Make QEventPoint an idiomatic value typeVolker Hilsheimer2020-11-163-72/+71
* Give QWidget::updateMicroFocus a parameter with defaultVolker Hilsheimer2020-11-162-5/+5
* Doc: fix QStringView::compare since sectionAnton Kudryavtsev2020-11-161-1/+1
* Fix reference of qt_attribution.json to license fileKai Koehne2020-11-161-0/+0
* don't ever force fork() instead of forkfd()Oswald Buddenhagen2020-11-161-10/+0
* Adjust the format of code blocks in function pixelMetric()Xu Shitong2020-11-161-13/+16
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-157-13/+79
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-159-25/+87
* Fix c++20 buildsAllan Sandfeld Jensen2020-11-141-1/+1
* Inline trivial getters for QEvent subclassesVolker Hilsheimer2020-11-132-51/+27
* Android: Treat ACTION_CANCEL as TouchPointReleasedBartlomiej Moskal2020-11-131-1/+1
* Update qclass_lib_map.h according to split of svg moduleJarek Kobus2020-11-131-2/+2
* Remove some code checker issues (L218 & L243)Jan Arve Sæther2020-11-131-36/+7
* Remove unused variable to fix build with clang-10Andreas Buhr2020-11-131-2/+0
* QItemSelection: Use public constructor from baseclassVolker Hilsheimer2020-11-131-1/+1
* Update Qt OpenGL docs and add porting docsv6.0.0-beta5Eskil Abrahamsen Blomfeldt2020-11-134-14/+114
* remove unused variables and parameters to fix compilation with g++-10.2Andreas Buhr2020-11-134-7/+3
* Fix scaling of basic patterns under HiDPIAllan Sandfeld Jensen2020-11-133-5/+8
* Avoid false positives in Clang static analyzerDimitrios Apostolou2020-11-131-2/+6
* Drop the d-pointer of QEventVolker Hilsheimer2020-11-122-7/+4
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-124-121/+112
* CMake: Add support for -binary option for generated resourcesAlexey Edelev2020-11-121-20/+48
* cmake: Remove indirection via Startup target for EntryPointTor Arne Vestbø2020-11-125-115/+28
* Don't highlight the QtConcurrent progress dialog exampleSona Kurazyan2020-11-121-2/+1
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+3
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+9
* QToolTip: don’t close again on Close eventMorten Johan Sørvig2020-11-121-1/+7
* Doc: Update the SQL types documentation with regards to the double typesAndy Shaw2020-11-121-18/+18
* QStringBuilder: change int to qsizetypeAndrei Golubev2020-11-121-11/+11
* Stop copying events in testsVolker Hilsheimer2020-11-121-8/+13
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-1212-542/+2
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-124-13/+16
* Fix Qt SQL terminologyJerome Pasion2020-11-121-2/+2
* Windows QPA: Fix a warning about deprecated conversion of keysFriedemann Kleint2020-11-121-1/+1
* Improve QtConcurrent ImageScaling example to demo new featuresSona Kurazyan2020-11-121-1/+2
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-1222-151/+44
* Doc: Fix documentation warnings for Qt WidgetsTopi Reinio2020-11-122-1/+10
* Doc: Fix documentation warnings for Qt OpenGLTopi Reinio2020-11-123-1/+8
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-1213-52/+52
* QStringTokenizer: fix a misuse of std::moveGiuseppe D'Angelo2020-11-121-2/+2
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBa...Alexander Kartashov2020-11-121-1/+1
* Reject `const T*`-convertible types in QCommonArrayOps::copyAppend<It>Andrei Golubev2020-11-112-2/+5
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-114-7/+14
* CMake: Potentially use INSTALL_LIBDIR in qt6_extract_metatypesAlexandru Croitor2020-11-111-2/+7
* QXmlStreamReader: don't store pointersMårten Nordheim2020-11-113-15/+28
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-111-1/+1