summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add Q_OS_WEBOS to qsystemdetectionDominik Holland2020-06-031-0/+4
* Doc: Fix qdoc warningsPaul Wicking2020-06-031-10/+10
* Windows: Fix QPainter warnings when using some fontsEskil Abrahamsen Blomfeldt2020-06-031-0/+3
* H2 protocol handler: make sure inflateEnd gets called on z-streamTimur Pocheptsov2020-06-031-0/+3
* Doc: fix some typos in QRegularExpression documentationSamuel Gaist2020-06-031-8/+8
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-0224-72/+15
* Adds library mappings for the Qt OPC UA module in helper.pyJannis Voelker2020-06-021-0/+2
* QPainter: replace manual memory management [1/5]: dummyStateMarc Mutz2020-06-022-4/+5
* QTranslator: replace manual memory handling with std::unique_ptrMarc Mutz2020-06-021-18/+14
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-022-3/+15
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-0224-81/+201
* QMetaType: create metatype for voidFabian Kosmale2020-06-023-13/+34
* add unit test for QMetaMethod::revisionFabian Kosmale2020-06-021-1/+12
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-0249-106/+367
* Doc: Move the overlapping background logoVenugopal Shivashankar2020-06-021-1/+1
* Doc: Fix issues with Qt Widgets documentation configurationTopi Reinio2020-06-021-2/+2
* High DPI/Windows style: Fix potential crash when drawing buttons of maximized...Friedemann Kleint2020-06-021-1/+1
* CMake: Add ${tst_foo}_check target for easy test runningAlexandru Croitor2020-06-021-0/+8
* Convert Q_ASSERT to Q_STATIC_ASSERTDimitrios Apostolou2020-06-021-1/+1
* Remove whitespace for file names generated from TARGETKai Koehne2020-06-022-3/+12
* Stabilize autotestLars Knoll2020-06-011-6/+10
* Support qbswap for all integral typesLars Knoll2020-06-011-41/+13
* Add QStringView::split() methodsLars Knoll2020-06-013-20/+105
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-015-16/+33
* Refactor splitString to use QStringViewLars Knoll2020-06-011-12/+11
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-316-191/+120
* Document how to use CMake for Qt WidgetsKai Koehne2020-05-317-87/+21
* Fix a bogus assertLars Knoll2020-05-311-1/+1
* Allow module names starting with digitsMike Krus2020-05-311-2/+2
* Add QStringView::constData()Lars Knoll2020-05-302-0/+12
* Add support for count() to QStringViewLars Knoll2020-05-305-11/+97
* gif image handler: check for out of range image sizeEirik Aavitsland2020-05-301-0/+13
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-304-1/+12
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-05-302-2/+10
* Gif decoder: avoid undefined values in enumEirik Aavitsland2020-05-301-1/+2
* Return correct threadId in all casesSamuli Piippo2020-05-301-10/+1
* CMake: Regenerate rest of configure.cmake filesAlexandru Croitor2020-05-292-6/+29
* CMake: Update src\gui\configure.json and the conversion scriptLaszlo Agocs2020-05-293-28/+14
* CMake: Regenerate src/platformsupportAlexandru Croitor2020-05-296-52/+58
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-2920-156/+134
* CMake: Regenerate tools and 3rd partyAlexandru Croitor2020-05-293-2/+11
* CMake: Regenerate src/openglAlexandru Croitor2020-05-292-5/+17
* CMake: Regenerate src/corelibAlexandru Croitor2020-05-292-4/+5
* CMake: Regenerate src/guiAlexandru Croitor2020-05-292-71/+91
* Fix UB in QGraphicsScene::wheelEvent()Lars Knoll2020-05-291-1/+2
* Mark qmake as Qt tool in qmake/qmake.proJoerg Bornemann2020-05-293-4/+6
* CMake: Re-generate qmake/CMakeLists.txtJoerg Bornemann2020-05-292-32/+50
* Fix qmake.proJoerg Bornemann2020-05-291-1/+1
* Add toInt() and friends to QStringViewLars Knoll2020-05-295-0/+371
* cmake: Quote the arguments to CMD's 'set' commandMårten Nordheim2020-05-291-1/+1