1. 02 Jan, 2017 - 1 commit
  2. 23 Dec, 2016 - 1 commit
  3. 13 Dec, 2016 - 1 commit
  4. 12 Dec, 2016 - 1 commit
  5. 09 Dec, 2016 - 1 commit
  6. 08 Dec, 2016 - 1 commit
  7. 06 Dec, 2016 - 3 commits
  8. 02 Dec, 2016 - 1 commit
  9. 30 Nov, 2016 - 1 commit
  10. 29 Nov, 2016 - 1 commit
  11. 28 Nov, 2016 - 1 commit
  12. 26 Nov, 2016 - 1 commit
  13. 25 Nov, 2016 - 1 commit
  14. 24 Nov, 2016 - 3 commits
  15. 23 Nov, 2016 - 7 commits
  16. 22 Nov, 2016 - 4 commits
  17. 18 Nov, 2016 - 1 commit
  18. 17 Nov, 2016 - 3 commits
    • Giulio Camuffo's avatar
      Create and destroy the shell surface when showing and hiding · 5b807802
      Giulio Camuffo authored
      
      This changes the shell surface handling for windows, and instead of
      creating the shell surface at initialization time, and then attaching
      a null buffer to hide it, it creates the shell surface on setVisible(true),
      and destroys it on setVisible(false).
      This fixes hiding when using xdg_shell, as that interface defines that
      attaching a null buffer to an xdg_surface is an error.
      Also this should help with bugged EGL drivers which attach a buffer
      after eglSwapBuffers() returns, which used to cause a newly hidden
      window to get a new valid buffer after we attached a null one, showing
      it again.
      
      Task-number: QTBUG-47902
      Change-Id: I8e0a0442319a98cc1361803ea7be1d079b36fc8c
      Reviewed-by: default avatarJohan Helsing <johan.helsing@qt.io>
      Reviewed-by: default avatarPaul Olav Tvete <paul.tvete@qt.io>
      5b807802
    • Paul Olav Tvete's avatar
      Don't crash when surface is destroyed · 12f2e1e2
      Paul Olav Tvete authored
      
      Change-Id: I082c3bb0003265c625d165e1463951842a730c11
      Reviewed-by: default avatarJohan Helsing <johan.helsing@qt.io>
      12f2e1e2
    • Paul Olav Tvete's avatar
      Fix crash with nested xdg popups · a8a7e287
      Paul Olav Tvete authored
      
      Popups that are children of popups would get a null parent in pure-qml.
      This would cause a crash in XdgPopupV5Integration.
      
      This change fixes pure-qml to set the parent correctly, and also adds
      null pointer checks to XdgPopupV5Integration.
      
      Change-Id: Ica5bd6c1a0853fbec1b30bc6ffff806b2cfd15f8
      Reviewed-by: default avatarJohan Helsing <johan.helsing@qt.io>
      a8a7e287
  19. 16 Nov, 2016 - 1 commit
  20. 15 Nov, 2016 - 2 commits
  21. 14 Nov, 2016 - 3 commits
  22. 11 Nov, 2016 - 1 commit