summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QListView assert when the last row is moved in IconModev6.2.0-beta4ChunLin Wang2021-09-011-2/+4
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Update bundled libjpeg-turbo to version 2.1.1Eirik Aavitsland2021-09-0112-24/+81
* When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-2/+1
* Fix documentation of QNetworkAccessBackendMårten Nordheim2021-09-011-0/+111
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-09-012-12/+9
* QFileDialogComboBox: member variable is not initializedYang Yuyin2021-08-312-11/+4
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-314-69/+60
* Painting: handle large and negative dash offset valuesEirik Aavitsland2021-08-302-3/+6
* TLS plugins: Prefix with 'q'Mårten Nordheim2021-08-308-8/+8
* Android: pass -g to testrunner to grant run time permissionsAssam Boudjelthia2021-08-291-1/+1
* macOS: Hide mouse cursor when initiating IM enabled text inputTor Arne Vestbø2021-08-281-0/+13
* macOS: Correctly implement attributedSubstringForProposedRangeTor Arne Vestbø2021-08-281-6/+36
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-282-12/+15
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-273-8/+32
* Fix deprecation of QMouseEvent::source() and flags()Shawn Rutledge2021-08-272-1/+3
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-271-1/+1
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-271-2/+4
* macOS: Handle replacement range during marking of textTor Arne Vestbø2021-08-271-0/+16
* macOS: Factor out key event handling into helper structTor Arne Vestbø2021-08-272-72/+140
* macOS: Return early from key handler if shortcut was handledTor Arne Vestbø2021-08-271-7/+3
* rhi: gl: Set the screen on the context, if possibleLaszlo Agocs2021-08-271-0/+2
* QToolButton: reimplement the fix for QTBUG-95255Giuseppe D'Angelo2021-08-272-7/+10
* macOS: Check NSEvent.characters to determine dead key stateTor Arne Vestbø2021-08-271-2/+3
* macOS: Use current NSEvent to determine if IM text matches key eventTor Arne Vestbø2021-08-273-13/+17
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-271-0/+32
* CMake: Make _qt_internal_test_expect_pass more configurableAlexandru Croitor2021-08-271-6/+84
* CMake: Fix indentation in _qt_internal_test_expect_passAlexandru Croitor2021-08-271-11/+11
* Android: Add information about who launched this activity to intentsLars Schmertmann2021-08-261-0/+18
* rhi: Polish some feature flag docsLaszlo Agocs2021-08-261-22/+37
* wasm: don’t dereference null reply pointerMorten Johan Sørvig2021-08-261-40/+33
* QLocale: improve documentation snippetIvan Solovev2021-08-261-9/+11
* rhi: gl: Allow passing in a custom shareContextLaszlo Agocs2021-08-263-3/+14
* macOS: Modernize and clean up key event handlingTor Arne Vestbø2021-08-261-54/+56
* macOS: Move replacement range calculations into helper methodsTor Arne Vestbø2021-08-261-35/+70
* QGraphicsView: send timestamp information through QGraphicsSceneEventVolker Hilsheimer2021-08-264-0/+34
* NetworkAccessBackend: Remove the backend part of the nameMårten Nordheim2021-08-262-2/+2
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-264-21/+11
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-263-12/+19
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-263-10/+22
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-2/+6
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-2412-56/+88
* CMake: Fix automatic iOS bundle id extractionAlexandru Croitor2021-08-241-1/+1
* QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-244-24/+39
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-241-0/+24
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* macOS: Correctly compute marked and selected text range, and use for insertionTor Arne Vestbø2021-08-241-17/+111