summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: fix NSBox geometry for Aqua themeTimur Pocheptsov2020-02-081-8/+13
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-02-062-1/+5
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-062-1/+5
| |\
| | * Android: Fix native open fileDialog crash on AndroidAssam Boudjelthia2020-02-051-0/+1
| | * Fix AndroidAbstractFileEngineBogDan Vatra2020-02-051-1/+4
* | | Android: Allow requesting qtvirtualkeyboard with QT_IM_MODULEAssam Boudjelthia2020-02-062-2/+15
|/ /
* | wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-054-20/+21
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-02-045-7/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-045-7/+8
| |\|
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-023-3/+3
| | * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
| | * wasm: fix QWasmString::toQString assertion for emscripten 1.39.4Alexandra Cherdantseva2020-01-311-2/+3
* | | xcb: Compute correct global pointer position in startSystemMoveResizeVlad Zahorodnii2020-02-041-2/+1
|/ /
* | QtSql: add missing key for MariaDBChristian Ehrlicher2020-02-021-1/+1
* | QWindowsXPStyle: Fix MDI button size for maximized QMdiSubWindowsFriedemann Kleint2020-02-012-15/+44
* | QWindowsXPStyle: Adapt the size of MDI buttons for maximized MDI subwindows t...Friedemann Kleint2020-02-011-5/+6
* | QWindowsXPStyle: Factor out repetitive code for MDI/Window title barsFriedemann Kleint2020-02-011-145/+59
* | Add EglDisplay resource to the QNX platform pluginJames McDonnell2020-01-311-0/+5
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-293-14/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-293-14/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-283-14/+4
| | |\
| | | * Release the local ref immediatelyBogDan Vatra2020-01-221-1/+1
| | | * Windows QPA: Prospective fix for crash occurring when changing screen during ...Friedemann Kleint2020-01-221-2/+3
| | | * Revert "Do not read Xft.dpi on platforms that shouldn't be using Xft settings"David Edmundson2020-01-201-11/+0
* | | | QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-281-3/+15
|/ / /
* | | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-288-60/+100
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-2810-36/+152
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-2810-36/+152
| |\| |
| | * | Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-241-2/+2
| | * | wasm: fix redundant string conversions between wasm and JavaScriptAlexandra Cherdantseva2020-01-229-34/+150
| | |/
* | / Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+1
|/ /
* | Windows QPA: Provide an experimental palette for dark modeFriedemann Kleint2020-01-254-27/+100
* | Windows QPA: Add setting of dark window bordersFriedemann Kleint2020-01-253-0/+52
* | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-258-2/+69
* | Windows QPA: Better disambiguate Window class namesFriedemann Kleint2020-01-255-7/+26
* | QCursor: Allow bitmap() and mask() to return by-valueSze Howe Koh2020-01-261-7/+7
* | macOS: Decide enabled state of menu items correctlyVolker Hilsheimer2020-01-231-1/+1
* | Mac: disable application menu items during modal sessionVolker Hilsheimer2020-01-241-1/+2
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-239-94/+95
* | Introduce VK_KHR_display support for i.MX8 devicesLaszlo Agocs2020-01-2213-2/+592
* | eglfs: find correct framebuffer index even if device node is symlinkRolf Eike Beer2020-01-221-1/+7
* | wasm: guard nonthreaded builds from using threading.hLorn Potter2020-01-221-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-1511-322/+276
|\|
| * macOS: Move palette setup into platform themeTor Arne Vestbø2020-01-144-302/+195
| * Windows QPA: Fix co-existence of several Qt versions in an applicationFriedemann Kleint2020-01-141-8/+5
| * Windows QPA: Fix message box and other system soundsFriedemann Kleint2020-01-141-0/+53
| * wasm: do not get canvas as property of js global objectAlexandra Cherdantseva2020-01-135-12/+23
* | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-3/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-133-0/+28
|\|
| * Wasm: Support event loop wakeup from secondary threadsMorten Johan Sørvig2020-01-122-0/+25