summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-202-0/+4
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-201-3/+5
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+2
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-193-6292/+6462
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+2
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-04-192-1/+3
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-04-191-1/+2
* Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-161-2/+2
* QMultiHash: Fix docFabian Kosmale2021-04-161-3/+2
* QNetworkDiskCache: Drop the file mmap-ingMårten Nordheim2021-04-161-12/+1
* Don't parse XML symbols longer than 4096 charactersAllan Sandfeld Jensen2021-04-161-0/+5
* Doc: Fix various documentation issuesTopi Reinio2021-04-165-8/+22
* Fix partial pixel coverage calculationAllan Sandfeld Jensen2021-04-141-1/+1
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-141-9/+35
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* Add missing compile definitions to the resource object libraryAlexey Edelev2021-04-141-0/+3
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-04-141-2/+2
* Only scroll QMenu when there is a valid active actionZhang Hao2021-04-141-1/+1
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-04-121-1/+1
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-7/+7
* QtConcurrentIterateKernel: fix warningMårten Nordheim2021-04-121-1/+1
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-04-121-7/+15
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* Don't judge other people's writing systemsVolker Hilsheimer2021-04-081-10/+8
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-04-081-1/+4
* Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-081-1/+2
* QTextHtmlParserNode: Limit colspan to avoid segfaultRobert Löhning2021-04-071-1/+1
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* indicator-application hack: fallback to dbus service checkIlya Fedin2021-04-071-0/+8
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-071-0/+7
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-051-4/+13
* Document change to QAbstractItemView::viewOptions in porting guideVolker Hilsheimer2021-04-041-0/+8
* QLocalSocket/Win: fix possible UB in _q_pipeClosed()Alex Trotsenko2021-04-011-5/+2
* QLocalSocket: fix signal name in docsAlex Trotsenko2021-04-011-1/+1
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-262-2/+1
* Fix no mapping for SysReq keyAndrey Butirsky2021-03-251-0/+1
* Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-251-0/+11
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-251-1/+5
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-241-1/+1
* Fix alpha handling of QImage::setPixelv6.0.3Allan Sandfeld Jensen2021-03-232-7/+26
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-3/+3
* macOS: Don't draw scrollbar handle when there is no rangeAndy Shaw2021-03-201-1/+1
* SQLite: Update to 3.35.2Andy Shaw2021-03-203-4599/+7020
* CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-201-17/+4
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10