summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()6.1Liang Qi2021-10-261-1/+1
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-111-1/+1
* gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-082-20/+45
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-242-9/+8
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-192-1/+2
* QPlatformWindow: fix isAncestorOf not breaking recursionRichard Moe Gustavsen2021-09-131-1/+1
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-09-133-9/+11
* Allow destruction of QWinEventNotifier in its signalAlex Trotsenko2021-09-111-1/+3
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-112-6/+15
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-101-0/+5
* qdevice.pri: Use cmake separators for the pathMårten Nordheim2021-09-101-0/+2
* OpenSSL: Let people opt-in to use TLS 1.3 PSK callbackMårten Nordheim2021-09-101-2/+9
* Skip tst_QReadWriteLock::multipleReadersLoop on QEMUSona Kurazyan2021-09-102-0/+6
* xcb: update connection time when possibleLiang Qi2021-09-092-3/+19
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-084-1/+202
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-071-1/+5
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-078-32/+204
* QPaintEngineEx: solve compile errorZhang Hao2021-09-071-1/+1
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-09-061-2/+17
* Add binary compatibility files for 6.1Milla Pohjanheimo2021-09-0311-0/+93568
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-021-13/+19
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-012-2/+221
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-283-10/+22
* Fix deprecation of QMouseEvent::source() and flags()Shawn Rutledge2021-08-272-1/+3
* QToolButton: reimplement the fix for QTBUG-95255Giuseppe D'Angelo2021-08-272-7/+10
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-262-0/+59
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-264-12/+187
* CMake: Fix automatic iOS bundle id extractionAlexandru Croitor2021-08-241-1/+1
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-242-15/+128
* Painting: handle large and negative dash offset valuesEirik Aavitsland2021-08-242-3/+6
* QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-244-24/+39
* Fix default line thickness for fontsEskil Abrahamsen Blomfeldt2021-08-231-1/+1
* Android: guard getStateCount() with correct VERSION.SDK_INTAssam Boudjelthia2021-08-231-1/+7
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cppMartin Storsjö2021-08-201-2/+2
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-202-1/+31
* QCocoaTheme: add ButtonText color to standard paletteRichard Moe Gustavsen2021-08-201-1/+2
* Improve lancelot test of dashed line paintingEirik Aavitsland2021-08-203-4/+70
* macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-193-34/+53
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-191-13/+15
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-191-6/+5
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-194-6/+39
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-192-4/+37
* QtConcurrent: fix examples of overloaded methods in docsSona Kurazyan2021-08-184-8/+18
* rhi: metal: Make base vertex and instance support optionalLaszlo Agocs2021-08-183-14/+34
* Doc: Add missing links to methods to QSet documentation pageLuca Di Sera2021-08-181-5/+5
* QTabBar: don't overwrite data, fix refactoring error for vertical tabsVolker Hilsheimer2021-08-181-1/+1
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-184-30/+27