summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* macOS: Make alpha-based click-trough work againMorten Johan Sørvig2017-08-091-2/+12
* Fallback to QGnomeTheme if Gtk3 does not support long-press-timeJan Arve Sæther2017-08-091-2/+15
* XCB GLX: request OpenGL 4.6 / OpenGL ES 3.2 if possibleGiuseppe D'Angelo2017-08-041-4/+4
* configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-9/+47
* Fix storing of QDateTime timespec for SqliteJoni Poikelin2017-07-311-1/+28
* Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-312-2/+5
* winrt: Fix platform theme for non-phone devicesOliver Wolff2017-07-271-5/+32
* Use correct DRM event context versionJonathan Liu2017-07-262-2/+2
* Fix memory leakJesus Fernandez2017-07-251-0/+1
* Fix 32-bit build on macOSJake Petroules2017-07-203-3/+13
* Skip EGL surface re-creation when the buffer size is unchangedJames McDonnell2017-07-201-4/+10
* xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-192-11/+18
* Windows QPA: Fix local position reported for enter eventsFriedemann Kleint2017-07-191-4/+5
* Windows Printer: Handle no default printer caseDaniel Teske2017-07-191-1/+3
* Windows QPA: Do not call enableNonClientDpiScaling() for embedded windowsFriedemann Kleint2017-07-193-2/+8
* Windows QPA: Compare against correct geometry when checking for fullscreenFriedemann Kleint2017-07-191-1/+1
* Revert "Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12"Andy Shaw2017-07-171-12/+0
* macOS: Don't assume the proposed fullscreen size matches the screen sizeTor Arne Vestbø2017-07-171-3/+3
* Add missing #include for -no-widgetsStephan Binner2017-07-141-0/+1
* macOS: Fix unused variable in window:willUseFullScreenContentSize:Tor Arne Vestbø2017-07-121-0/+1
* Windows QPA: Fix build with draganddrop disabledFriedemann Kleint2017-07-111-1/+3
* Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12Andy Shaw2017-07-111-0/+12
* Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-114-9/+13
* Fix macOS build for -no-widgets, take 2Stephan Binner2017-07-101-2/+2
* QWindowsFileIconEngine::filePixmap(): Handle non-existent filesFriedemann Kleint2017-07-081-6/+12
* xcb: cleanup gl_integrations_plugin_base.priGatis Paeglis2017-07-071-7/+0
* macOS: Account for fullscreen geometry bug in AppKit on OS X 10.10Tor Arne Vestbø2017-07-071-0/+15
* Windows QPA: Further restrict windows for WM_DPICHANGEDFriedemann Kleint2017-07-071-3/+23
* Add Q_FALLTHROUGHBerthold Krevert2017-07-071-0/+1
* [Windows] Update hMonitor handles when a display is turned offAlexandru Croitor2017-07-061-1/+9
* Windows QPA: Take hasBorderInFullScreen into account when checking for fullsc...Friedemann Kleint2017-07-051-0/+2
* Fix macOS build for -no-widgetsStephan Binner2017-07-051-1/+3
* QWinRTFileEngine: Property ItemDate is not the file's last accessThiago Macieira2017-07-051-2/+1
* Windows QPA: Correctly check for fixed sized windows in WM_DPICHANGEDFriedemann Kleint2017-07-031-1/+1
* Android: Replace QMutex with QBasicMutex in androidjnimainChristian Strømme2017-07-031-1/+1
* Android: Add lock to protect access to the platform interfaceChristian Stromme2017-07-035-31/+32
* xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-038-66/+43
* Cocoa: Reset the target + action for a menuitem after showing a dialogAndy Shaw2017-07-031-1/+17
* Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-1/+1
* 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