Skip to content
Snippets Groups Projects
  1. Jul 28, 2020
  2. Jul 02, 2020
    • Miikka Heikkinen's avatar
      Remove deleted render context interfaces from cache · 45b3b76a
      Miikka Heikkinen authored
      
      g_renderContexts global static caches the render context interface
      for each window. However, there was no mechanism to clear the cache
      in case the interface gets deleted, leading to corrupted interface
      being returned from the cache in the future. Now the interface is
      cleared from the cache upon its deletion.
      
      This fixes QML Designer live preview crash.
      
      Change-Id: Id019027cc5ff6b7a47bcd46fd76c5a78e6520d53
      Fixes: QTBUG-83751
      Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
      45b3b76a
  3. Jun 30, 2020
  4. Jun 25, 2020
  5. Jun 23, 2020
  6. Jun 18, 2020
  7. Jun 17, 2020
  8. Jun 16, 2020
  9. Jun 10, 2020
  10. May 28, 2020
  11. May 25, 2020
  12. May 14, 2020
  13. May 09, 2020
    • Christian Strømme's avatar
      Fix exposure of privately used module · c9073f11
      Christian Strømme authored
      
      The QtOpenGLExtensions was exposed in the public library
      interface of QtQuick3D causing it to be linked into user applications,
      the effect of this is that applications built (in debug mode) with Qt from
      our binary installer will fail to build, as the build system will attempt
      to pull in the debug version of QtOpenGLExtensions, which is not shipped
      with the binary installed version of Qt (that is a separate issue).
      
      Fixes: QTBUG-83184
      Change-Id: Ib5c192fdf0c0297ae06920b39712f565a0bc2770
      Reviewed-by: default avatarQt CI Bot <qt_ci_bot@qt-project.org>
      Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
      2 tags
      c9073f11
  14. Apr 29, 2020
  15. Apr 28, 2020
  16. Apr 24, 2020
  17. Apr 22, 2020
  18. Apr 21, 2020
  19. Apr 20, 2020
Loading