Skip to content
Snippets Groups Projects
  1. Dec 08, 2016
  2. Dec 07, 2016
  3. Dec 06, 2016
  4. Nov 29, 2016
  5. Nov 28, 2016
  6. Nov 26, 2016
  7. Nov 25, 2016
  8. Nov 24, 2016
  9. Nov 23, 2016
  10. Nov 22, 2016
  11. Nov 18, 2016
  12. Nov 17, 2016
    • 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
  13. Nov 16, 2016
  14. Nov 15, 2016
  15. Nov 14, 2016
  16. Nov 11, 2016
  17. Nov 10, 2016
  18. Nov 09, 2016
  19. Nov 07, 2016
  20. Nov 06, 2016