summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QFontDialog: Fix crash when passing QFont constructed from empty string/strin...Friedemann Kleint2021-03-301-1/+1
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-3010-186/+66
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-302-1/+3
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-2910-34/+48
* Refactor qt_internal_add_plugin() and qt6_add_plugin()Craig Scott2021-03-291-20/+79
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-262-2/+1
* CMake: Fix qconfig.cpp embedded prefix in the CIAlexandru Croitor2021-03-261-1/+1
* CMake: Get rid of the Core_qobject static libraryAlexandru Croitor2021-03-262-49/+25
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-262-6/+8
* rhi: vulkan: Prevent a misplaced assert from triggering in debug buildsLaszlo Agocs2021-03-251-1/+1
* Fix no mapping for SysReq keyAndrey Butirsky2021-03-251-0/+1
* Fix deprecated macrosVolker Hilsheimer2021-03-252-3/+5
* Fix warning from syncqt.pl about header inclusion pathEdward Welbourne2021-03-251-1/+1
* Rework the failure macros in the Qt CTest kitAlexey Edelev2021-03-241-1/+13
* xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-242-10/+26
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-231-3/+3
* QProperty: markDirty should be internalFabian Kosmale2021-03-221-0/+3
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-222-7/+26
* rhi: Make unreleased resource warnings available in release buildsLaszlo Agocs2021-03-221-4/+7
* macOS: Don't draw scrollbar handle when there is no rangeAndy Shaw2021-03-201-1/+1
* CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-191-17/+4
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-1912-63/+147
* QContiguousCache: Remove redundant conditionWang Yu2021-03-191-3/+1
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-1926-150/+235
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-191-1/+1
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* Don't combine enum values from different enum typesVolker Hilsheimer2021-03-181-2/+2
* openssl: fix the build on LinuxShawn Rutledge2021-03-182-1/+5
* Fix compiler warnings in 32-bit buildsRobert Löhning2021-03-171-2/+2
* Suppress warning (MSVC, C4250)Timur Pocheptsov2021-03-172-1/+11
* Mention QPromise in the QFuture docsSona Kurazyan2021-03-161-3/+4
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-1612-249/+334
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-1642-2468/+3244
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-151-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-151-1/+4
* QOpenGLTexture: Fix typo in enum valueLaszlo Agocs2021-03-152-3/+8
* QRandomGenerator: remove dead code previously used by qrand()Thiago Macieira2021-03-151-22/+0
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+4
* Doc: Add hyperlink to relevant sectionv6.1.0-beta2Paul Wicking2021-03-121-2/+2
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-126-18/+18
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-111-2/+2
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-1/+5
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-102-1/+33
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1