summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-07-0536-156/+163
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0436-156/+163
| |\
| | * Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-8/+11
| | * xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-296-33/+19
| | * Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-295-9/+25
| | * Windows code: Add Q_FALLTHROUGH or break to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-282-1/+2
| | * Fix GCC 8 warnings about ignored const on cast result typesMarc Mutz2017-06-281-2/+2
| | * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-287-34/+33
| | * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
| | * xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-2815-42/+32
| | * xcb: rename arg in QXcbBackingStore ctorGatis Paeglis2017-06-281-1/+1
| | * xcb: Increment iterator inside bgr888 region loopBłażej Szczygieł2017-06-281-1/+1
| | * macOS: Send text input and key events to focus object of window, not appTor Arne Vestbø2017-06-261-11/+8
| | * macOS: Work around buildup of NSDisplayCycle objects during rapid paintingTor Arne Vestbø2017-06-261-0/+8
* | | Forward Service.onBind notification to QtBogDan Vatra2017-07-041-2/+15
|/ /
* | macOS: Remove workaround for crash when closing window from title barTor Arne Vestbø2017-06-292-15/+0
* | macOS: Remove unneeded Objective-C instance variable declarationsTor Arne Vestbø2017-06-292-9/+0
* | macOS: Remove workaround for queued input events to stale windowsTor Arne Vestbø2017-06-293-26/+1
* | macOS: Remove workaround for grabbing child NSWindowsTor Arne Vestbø2017-06-282-24/+2
* | Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-283-1/+10
* | Clean-up in QXcbScreen::getOutputProperty()Gatis Paeglis2017-06-281-6/+3
* | Fix sporadic crash in QXcbScreen::getOutputProperty()Edward Welbourne2017-06-281-1/+1
* | macOS: Allow maximizing utility windowsTor Arne Vestbø2017-06-271-3/+3
* | macOS: Make QCocoaNSWindow header file slightly more readableTor Arne Vestbø2017-06-271-18/+14
* | xcb: remove DISPLAY_FROM_XCB macroGatis Paeglis2017-06-277-21/+26
* | macOS: Merge QCocoaWindow::setWindowShadow into its only callerTor Arne Vestbø2017-06-262-11/+3
* | macOS: Simplify recreateWindowIfNeeded debug outputTor Arne Vestbø2017-06-241-7/+3
* | macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-214-335/+39
* | macOS: Move QNSWindow implementation into separate fileTor Arne Vestbø2017-06-215-453/+546
* | Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-212-96/+33
* | Add support for input contexts to offscreen platformSami Nurmenniemi2017-06-202-0/+16
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1927-86/+435
|\|
| * Android: fix missing wheel eventsJ-P Nurmi2017-06-181-0/+20
| * make sql drivers independently configurableOswald Buddenhagen2017-06-176-3/+330
| * xcb: Remove XIproto.h include from qxcbxsettings.cppAlexander Volkov2017-06-161-12/+3
| * Direct2D: Fix build with MinGW 7.1Friedemann Kleint2017-06-141-1/+2
| * Android: Fix RTL selection handles directionsBogDan Vatra2017-06-133-6/+7
| * QNSView: Remove tracking area on deallocationGabriel de Dietrich2017-06-131-1/+4
| * Android: Remove no-op call to processEvents()Christian Strømme2017-06-081-1/+0
| * Android: Remove unused structChristian Strømme2017-06-081-7/+0
| * Android: Properly update geometry once the platform plugin is readyChristian Strømme2017-06-083-0/+12
| * Windows QPA: Port to new feature systemFriedemann Kleint2017-06-0810-51/+44
| * xcb: Don't destroy foreign windowsTor Arne Vestbø2017-06-073-23/+23
* | Native Windows file dialog: Observe Windows Explorer "Show hidden files" settingFriedemann Kleint2017-06-134-16/+30
* | QPlatformCursor: Add functions for setting/clearing override cursorsFriedemann Kleint2017-06-133-3/+36
* | xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-081-8/+12
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-076-4/+28
|\|
| * Revert "Win: If the combined key is unknown then fall back to the original ke...Friedemann Kleint2017-05-311-2/+1
| * Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-301-0/+8
| * Make sure QWindow screen is set before calling QPlatformWindow::createÀlex Fiestas2017-05-292-2/+11