summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-122-1/+11
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-122-7/+26
* QtConcurrentIterateKernel: fix warningMårten Nordheim2021-04-121-1/+1
* Explicitly set input files for qtpreprocessChristoph Keller2021-04-121-0/+9
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-04-121-7/+15
* Warn if using CMake 3.20.0 due to potential cyclic dependenciesCraig Scott2021-04-121-0/+5
* 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
* Add binary compatibility files for Qt 6.0.0Milla Pohjanheimo2021-04-0811-0/+93524
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-04-082-1/+18
* 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
* Explicitly set output files for qtpreprocessNikolay Avtomonov2021-04-071-1/+7
* Fix condition that adds resources for each Android ABIAlexey Edelev2021-04-071-6/+4
* Only embed launch screen when building an appChristoph Keller2021-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
* standarddialogs example: Fix font handlingFriedemann Kleint2021-04-071-1/+7
* Bump versionJani Heikkinen2021-04-062-2/+2
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-052-4/+23
* Document change to QAbstractItemView::viewOptions in porting guideVolker Hilsheimer2021-04-041-0/+8
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on WindowsFriedemann Kleint2021-04-011-0/+3
* 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
* Skip a tst_QRhi test case with the Android emulatorLaszlo Agocs2021-04-011-0/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-263-3/+12
* 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-252-1/+32
* 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-233-18/+87
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-222-3/+54
* tst_QSslSocket::setSslConfiguration - skip if SecureTransport is in useTimur Pocheptsov2021-03-221-0/+4
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-221-3/+5
* Remove unnecessary $<BOOL:...> generator expressionCraig Scott2021-03-221-4/+1
* 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
* qmake: Improve error message when detecting macOS platform SDK upgradeTor Arne Vestbø2021-03-192-4/+11
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-191-3/+4
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-03-191-21/+21
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-1926-150/+235
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* CMake: make sure to collect Android dependencies for pluginsAssam Boudjelthia2021-03-183-42/+67
* Prevent static plugin triggering autogen dependency on reconfigureCraig Scott2021-03-181-7/+15