1. 10 May, 2016 - 1 commit
  2. 09 May, 2016 - 14 commits
  3. 08 May, 2016 - 3 commits
  4. 07 May, 2016 - 1 commit
  5. 06 May, 2016 - 8 commits
  6. 05 May, 2016 - 1 commit
  7. 04 May, 2016 - 8 commits
  8. 03 May, 2016 - 4 commits
    • Gabriel de Dietrich's avatar
      Cocoa: Enable skipping Ctrl+LMB to RMB override · 2422c1a2
      Gabriel de Dietrich authored
      
      This can be enabled with QT_MAC_DONT_OVERRIDE_CTRL_LMB=1
      environment variable. The goal is to provide consistent
      cross-platform input when it's more desirable than full
      platform comformance.
      
      Change-Id: I3b96733077bd1c0367edeef21a98a44b15425807
      Reviewed-by: default avatarTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>
      2422c1a2
    • Laszlo Agocs's avatar
      egl: Reshuffle headers to help less fortunate systems with X11 · ecf12750
      Laszlo Agocs authored
      
      EGL headers including X headers has traditionally been problematic due
      to getting macros for Status, None, etc.
      
      In most cases this is not an issue anymore because on embedded one will
      almost always use a driver targeting the framebuffer or DRM/KMS and
      therefore the EGL headers do not pull in X dependencies.
      
      Furthermore, Mesa supports MESA_EGL_NO_X11_HEADERS which we set, avoiding
      the problem altogether with Mesa regardless of targeting X11 or KMS.
      
      However, other drivers do not have this option. On i.MX6 for instance,
      targeting X11 is problematic due to not having EGL_API_FB defined, which
      in turn means the EGL headers pulls in X headers in order to be able to
      define the native display and window types as Display and Window.
      
      Try to play nice with this use case by reshuffling the includes and
      undefining the problematic names.
      
      Task-number: QTBUG-52928
      Change-Id: I059f26b340b6e442e7296055915d18f5a1ce7a7f
      Reviewed-by: default avatarLouai Al-Khanji <louai.al-khanji@qt.io>
      ecf12750
    • Edward Welbourne's avatar
      QLinuxFbScreen: fix uninitialized member warnings · e6b1e918
      Edward Welbourne authored
      
      Prompted by Coverity CID 11720 (allegedly recently new in dev but
      long-standing in 5.6).  Even assuming the class is used correctly -
      test initialize() and only use if that succeeded - the destructor
      would have passed uninitialized arguments to munmap() and ioctl().
      
      Noticed a double close along the way: it's been fixed on dev but
      should have been fixed in 5.6, too.  Documented why ioctl() failure in
      switchToGraphicsMode() should at least do no harm.
      
      Change-Id: Ie26a9eefa435b5ff5b1a02e03e29469b8db72d3c
      Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@theqtcompany.com>
      e6b1e918
    • Jesus Fernandez's avatar
      Added a missing comma to the comment. · 73df18e1
      Jesus Fernandez authored
      
      Change-Id: Ia32c9b298dc35ccdd95d92550c06cff52f918ea1
      Reviewed-by: default avatarNico Vertriest <nico.vertriest@theqtcompany.com>
      73df18e1