summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Windows QPA: Fix clang warnings about narrowing conversionsFriedemann Kleint2019-05-295-10/+16
| | * | Windows QPA: Optimize code that gets window under pointerAndre de la Rocha2019-05-281-1/+4
| | * | Windows QPA: Fix QGuiApplication::topLevelAt() with screen recorder applicationsFriedemann Kleint2019-05-281-0/+6
| | * | QMacStyle - fix the separator's color in the Dark themeTimur Pocheptsov2019-05-241-1/+3
* | | | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-1329-96/+96
* | | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-102-2/+2
* | | | Windows QPA: Fix clang warnings about using typedefFriedemann Kleint2019-05-249-17/+17
* | | | Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-292-3/+3
* | | | Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-2444-46/+46
* | | | Windows QPA: Use nullptr consistentlyFriedemann Kleint2019-05-2813-32/+32
* | | | Fix build without features.itemviewsTasuku Suzuki2019-05-121-0/+8
* | | | Headers cleanup in mac styleTasuku Suzuki2019-05-122-135/+80
* | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-2722-74/+514
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Friedemann Kleint2019-05-2712-53/+399
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-2712-53/+399
| | |\| |
| | | * | QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-1/+1
| | | * | QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preeditVova Mshanetskiy2019-05-081-30/+47
| | | * | QAndroidInputContext: Fix most "Input method out of sync" warningsVova Mshanetskiy2019-05-131-0/+2
| | | * | Windows Accessibility: window should be focusableFrederik Gladhorn2019-05-211-6/+15
| | | * | eglfs/openwfd: do not purge QSurfaceFormat fieldsLaszlo Agocs2019-05-081-1/+1
| | | * | Windows Accessibility: Add UI Automation Window providerFrederik Gladhorn2019-05-204-0/+249
| | | * | Windows QPA: Fix QWheelEvent::buttons() after click on title barAndre de la Rocha2019-05-185-15/+84
| * | | | wasm: fix QSGContext warning messageLorn Potter2019-05-211-2/+14
| |/ / /
| * | | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-101-2/+3
| * | | wasm: add Qt Virtual Keyboard supportDongmei Wang2019-05-162-0/+18
| * | | WASM: Make wasm_shell.html compatible with CMake configure_fileFredrik Orderud2019-05-211-3/+3
| * | | macOS: Better document plain-text code-path in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-7/+6
| * | | macOS: Remove broken UTF-16 handling in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-2/+0
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-165-5/+71
| |\| |
| | * | winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...Oliver Wolff2019-05-152-0/+19
| | * | iOS: be more careful about hiding the edit menuRichard Moe Gustavsen2019-05-151-3/+8
| | * | QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+6
| | * | QMacStyle - clear cached controls when changing themesTimur Pocheptsov2019-05-151-1/+38
* | | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-232-15/+0
* | | | Windows QPA: Fix RTL window title barsFriedemann Kleint2019-05-227-23/+110
* | | | QQnxIntegration: replace a Java-style iterator with an STL-style loopMarc Mutz2019-05-211-4/+3
* | | | macOS: Fix usage of deprecated accessibility APIsFrederik Gladhorn2019-05-201-124/+119
* | | | macOS accessibility: implement accessibilityLabelFrederik Gladhorn2019-05-161-1/+17
* | | | macOS accessibility: Implement NSAccessibilityElementFrederik Gladhorn2019-05-152-4/+13
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1525-288/+539
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-148-82/+198
| |\| |
| | * | macOS: Guard against display on non-main threadsTor Arne Vestbø2019-05-131-0/+9
| | * | Windows QPA: Fix resize loops when moving fixed size windows between screensFriedemann Kleint2019-05-133-23/+44
| | * | Windows QPA: Fix window frame calculation in multi-monitor setupsFriedemann Kleint2019-05-137-60/+146
| * | | wasm: support setting the font DPI from JSMorten Johan Sørvig2019-05-135-0/+46
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-138-23/+93
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-128-23/+93
| | |\| |
| | | * | QAndroidInputContext: Fix start value of Cursor attribute in longPress()Vova Mshanetskiy2019-05-101-1/+1
| | | * | macOS: Deliver geometry changes when content view changes frameTor Arne Vestbø2019-05-101-3/+5
| | | * | macOS: Don't clip menu item drawing to bounding rect when using CoreTextTor Arne Vestbø2019-05-101-2/+5