summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-292-8/+52
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-262-4/+41
| | |\ \ \ \
| | * | | | | Cocoa: Make dialogs non-resizable againMorten Johan Sørvig2018-01-251-2/+3
| | * | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-245-6/+10
| | |\ \ \ \ \
| | | * \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-245-6/+10
| | | |\ \ \ \ \
| | * | | | | | | Windows QPA: Suppress bogus resize events when using native menusFriedemann Kleint2018-01-243-4/+9
| | |/ / / / / /
| | * | | | | | Fix -developer-build due to missing Q_DECL_OVERRIDEJeremy LUGAGNE2018-01-221-2/+2
| | * | | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-193-6/+21
| | |\ \ \ \ \ \
* | | | | | | | | eglfs_kms_vsp2: Recover if queuing input buffers failsJohan Klokkhammer Helsing2018-02-154-8/+42
* | | | | | | | | Fix crash when reading window titles with XCBSimon Hausmann2018-02-151-1/+1
|/ / / / / / / /
* | | | | | | | Reapply 0d9208cecbbd9ed08e4ffb6540729668e3bd7754 on 5.11v5.11.0-alpha1Liang Qi2018-02-141-5/+3
* | | | | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-1425-327/+303
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1425-327/+303
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix build failure when QtNetwork module is not buildPasi Petäjäjärvi2018-02-132-2/+2
| | * | | | | | | | Make use of our egl convenience code for QNX QPAAdam Treat2018-02-089-295/+159
| | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | GTK: fix menu positioning on high-DPIJ-P Nurmi2018-02-071-2/+4
| | * | | | | | | macOS: fix menu positioning on high-DPIJ-P Nurmi2018-02-051-2/+4
| | * | | | | | | Fix QXcbWindow::mapFrom/ToGlobal()J-P Nurmi2018-02-051-2/+2
| | * | | | | | | QGtk3Menu::showPopup(): fix off by one error in the y-coordinateJ-P Nurmi2018-02-051-1/+2
| | * | | | | | | Fix window activation in QWindowsWindow::setCustomMargins()Dominik Haumann2018-02-021-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Fix QFileDialog::defaultSuffix on macOSNathan Collins2018-02-011-4/+8
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Check selection handles positionBogDan Vatra2018-01-271-6/+42
| | * | | | | Android: Hide handler(s) if the cursor is not visible anymoreBogDan Vatra2018-01-271-0/+10
| | * | | | | Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-261-2/+0
| | * | | | | Android: Fix compilation with warnings-are-errorsEskil Abrahamsen Blomfeldt2018-01-261-1/+0
| | | |_|_|/ | | |/| | |
| | * | | | Fix compilation with -no-feature-regularexpressionJoni Poikelin2018-01-251-4/+23
| | * | | | Cocoa: Explicitly hide popup windows when the application is hiddenAndy Shaw2018-01-251-0/+18
| | | |_|/ | | |/| |
| | * | | glx: Avoid losing the stereo flag in QSurfaceFormatLaszlo Agocs2018-01-231-0/+4
| | * | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-204-6/+6
| | | |/ | | |/|
| | * | gtk3: Disable native file dialogs on GTK3 < 3.15.5Frank Richter2018-01-182-1/+18
* | | | Fix missing override warningAllan Sandfeld Jensen2018-02-141-1/+1
|/ / /
* | | macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-134-7/+11
* | | winrt: Correctly check if mouse button was clickedOliver Wolff2018-02-121-1/+1
* | | winrt: Keep track of affected window for mouse eventsOliver Wolff2018-02-121-18/+20
* | | winrt: Fix mouse releases that happen outside a windowOliver Wolff2018-02-121-0/+6
* | | winrt: mouse handling: Fix detection of affected windowOliver Wolff2018-02-121-2/+3
* | | Windows QPA: Implement QPlatformWindow::startSystemMove()Alexander Volkov2018-02-112-0/+11
* | | Remove code paths for macOS < 10.11Jake Petroules2018-02-112-21/+1
* | | Load Qt libs from Qt threadBogDan Vatra2018-02-111-55/+52
* | | Merge "Merge remote-tracking branch 'origin/dev' into 5.11" into refs/staging...Jani Heikkinen2018-02-1015-186/+253
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-1015-186/+253
| |\ \ \
| | * | | Remove QCupsPrintEnginePrivate::setupDefaultPrinterAlbert Astals Cid2018-02-052-33/+0
| | * | | Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-051-20/+19
| | * | | Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-051-1/+1
| | * | | Fix HiDPI rendering issues in the WindowsVista styleAndre de la Rocha2018-02-022-28/+44
| | * | | Fix opening of flatpak FileChooser portalJan Grulich2018-02-022-55/+61
| | * | | QMacStyle: CE_Splitter is HITheme-freeGabriel de Dietrich2018-01-242-7/+31
| | * | | QMacStyle: declare block in drawNSViewInRect() as noescapeGabriel de Dietrich2018-01-242-2/+2
| | * | | QMacStyle: PE_FrameLineEdit is HITheme-freeGabriel de Dietrich2018-01-242-30/+20
| | * | | XCB: Implement native window dump for diaglibFriedemann Kleint2018-01-245-10/+75