Skip to content
Snippets Groups Projects
  1. Aug 04, 2016
  2. Aug 03, 2016
  3. Aug 02, 2016
  4. Aug 01, 2016
  5. Jul 28, 2016
  6. Jul 13, 2016
  7. Jul 12, 2016
  8. Jul 11, 2016
  9. Jul 04, 2016
  10. Jul 01, 2016
  11. Jun 30, 2016
    • Liang Qi's avatar
      Merge remote-tracking branch 'origin/5.6' into 5.7 · cddeb1c7
      Liang Qi authored
      Conflicts:
      	src/client/qwaylandinputcontext_p.h
      	src/hardwareintegration/client/brcm-egl/qwaylandbrcmglcontext.h
      	src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h
      	src/hardwareintegration/client/xcomposite-glx/qwaylandxcompositeglxcontext.h
      
      Change-Id: Iac517e1985e4e67d7ca00ca4c10dcda9dd9079f9
      cddeb1c7
  12. Jun 29, 2016
  13. Jun 27, 2016
  14. Jun 21, 2016
  15. Jun 20, 2016
  16. Jun 17, 2016
  17. Jun 16, 2016
    • Johan Klokkhammer Helsing's avatar
      Client: Fix incorrect size when maximizing using xdg_shell · a76e98de
      Johan Klokkhammer Helsing authored
      
      When maximizing xdg_shell clients, the clients would call
      QPlatformWindow::setGeometry() with frame margins included, resulting in a
      window that was bigger than what was requested by the compositor.
      
      The reason for this, was that QWaylandXdgSurface would subtract the frame
      margins from the width and height only when the resizing state was set, not
      when the maximized state was set.
      
      Later, margins were added again before QWaylandWindow::configure was called.
      This resulted in margins being subtracted and then added back for the resizing
      state, while for the maximized state margins were only added and never
      subtracted.
      
      This behavior has now been simplified so only size including window frame is
      tracked. This is what we receive in the XdgSurface::configure event anyway, and
      also what QWaylandWindow::configure expects.
      
      Change-Id: I0629e7e79a5367fa872743c6d025bfab8a4f2866
      Reviewed-by: default avatarGiulio Camuffo <giulio.camuffo@kdab.com>
      a76e98de
    • Liang Qi's avatar
      Merge remote-tracking branch 'origin/5.7.0' into 5.7 · 805a2659
      Liang Qi authored
      Change-Id: I58849f3b7bf695eb446e9dc96d71d6838912ffb1
      805a2659
  18. Jun 14, 2016
  19. Jun 09, 2016
  20. Jun 08, 2016
  21. Jun 07, 2016
  22. Jun 03, 2016
  23. Jun 02, 2016
  24. May 31, 2016
  25. May 30, 2016
Loading