summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-066-52/+12
|\
| * Environment variable enabling the workaround FBO readback bugMarco Martin2017-04-052-32/+0
| * xcb: fix build when xlib is not presentGatis Paeglis2017-04-031-6/+0
| * xcb: prevent dangling pointer when window focus changesGatis Paeglis2017-04-033-14/+12
* | macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-043-3/+17
* | Fix warning for -no-feature-draganddrop -no-feature-clipboardStephan Binner2017-04-041-0/+2
* | Fix warning for -no-feature-textcodecStephan Binner2017-04-041-0/+2
* | Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-044-7/+7
* | xcb: Get rid of qCInfo in the GLX backendLaszlo Agocs2017-04-041-3/+3
* | macOS: Replace deprecated NSOpenSavePanelDelegate methodPavol Markovic2017-04-041-24/+28
* | winrt: Fix dnd with non mouse input deviceMaurice Kalinowski2017-03-312-0/+25
* | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-303-4/+4
* | Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
* | Windows QPA: don't resize fixed sized windows when changing screenOlivier Goffart2017-03-291-0/+3
* | macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-283-15/+1
* | Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-2/+4
* | QCocoaWindow - fix a compilation errorTimur Pocheptsov2017-03-281-7/+2
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-281-0/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-0/+7
| |\|
| | * Make sure we quit qt when the service is destroyedBogDan Vatra2017-03-271-0/+7
* | | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-2/+2
|/ /
* | macOS: Disassociate NSView from contentView when switching NSWindowsTor Arne Vestbø2017-03-271-0/+7
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-274-12/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-274-12/+11
| |\|
| | * Fix hang on sleep/wakeupBogDan Vatra2017-03-231-9/+8
| | * Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-223-3/+3
* | | iOS: Hide the overlay when the keyboard is hiddenAndy Shaw2017-03-271-0/+5
|/ /
* | Windows: Register windows for touch when a device is plugged inFriedemann Kleint2017-03-223-1/+20
* | QMacPasteBoard - protect against dangling pointersTimur Pocheptsov2017-03-221-0/+12
* | Windows QPA/Services: Do not invoke MailToProtocolHandler of url.dllFriedemann Kleint2017-03-221-1/+5
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-213-14/+18
|\|
| * eglfs: fix x11 header related compile failurePeter Seiderer2017-03-171-0/+5
| * Android: Fix Accessibility items positioning with QHighDpi enabledKonstantin Ritt2017-03-161-3/+6
| * xcb: cleanup QXcbWindow::relayFocusToModalWindow()Gatis Paeglis2017-03-141-11/+9
* | Fix Windows DnD: Wrong qApp mouse buttons state after external DnDSerge Lysenko2017-03-181-23/+36
* | QCocoaWindow: fix geometry issue when only minimumSize is setOleg Yadrov2017-03-183-1/+14
* | Include missing errno.hAllan Sandfeld Jensen2017-03-181-0/+2
* | QNSView: Harden logic around platform window accessGabriel de Dietrich2017-03-162-0/+81
* | warn of blacklisted GLX OpenGL renderers and vendorsJeremy Katz2017-03-161-0/+16
* | xcb: send keyboard modifiers with every QTabletEventShawn Rutledge2017-03-141-3/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1312-27/+42
|\|
| * put load(qt_plugin) at end of project fileOswald Buddenhagen2017-03-061-5/+5
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-065-14/+18
| * xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-014-3/+16
| * streamline libdl detection and linkingOswald Buddenhagen2017-02-273-5/+3
* | Windows QPA: Better recover from removed screens when fullscreenJocelyn Turcotte2017-03-081-4/+10
* | xcb: stringify enums for tablet qt.qpa.input.events qCDebugShawn Rutledge2017-03-031-4/+18
* | Make "finger touch" not be a tabletAlbert Astals Cid2017-03-031-0/+2
* | Fix build with -no-openglPaul Olav Tvete2017-03-035-8/+17
* | winrt: Fix potential warningMaurice Kalinowski2017-03-031-1/+1