summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+0
* 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-131-2/+4
* 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-111-5/+14
* OpenSSL: Let people opt-in to use TLS 1.3 PSK callbackMårten Nordheim2021-09-101-2/+9
* xcb: update connection time when possibleLiang Qi2021-09-092-3/+19
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-081-1/+7
* 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-077-32/+60
* QPaintEngineEx: solve compile errorZhang Hao2021-09-071-1/+1
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-09-061-2/+17
* 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-011-2/+4
* 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-261-0/+4
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-263-12/+19
* CMake: Fix automatic iOS bundle id extractionAlexandru Croitor2021-08-241-1/+1
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* 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
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-1/+1
* QCocoaTheme: add ButtonText color to standard paletteRichard Moe Gustavsen2021-08-201-1/+2
* macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-193-34/+53
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-193-3/+15
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+14
* 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-182-26/+11
* QVarLengthArray: add missing default-ctor documentationMarc Mutz2021-08-181-0/+5
* macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-171-1/+3
* Fix Style java code format and warningsAssam Boudjelthia2021-08-173-536/+346
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-172-4/+10
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-171-0/+3
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-162-4/+5
* Fix button type to update coordinates when draggingCathy Park2021-08-161-1/+4
* Fix hidden API access for Android styleAssam Boudjelthia2021-08-132-833/+787