1. 17 Sep, 2015 - 8 commits
  2. 15 Sep, 2015 - 30 commits
  3. 14 Sep, 2015 - 2 commits
    • Friedemann Kleint's avatar
      Polish the Icons example. · 8132cb65
      Friedemann Kleint authored
      
      - Remove unneeded member variables.
      - Use new connection syntax in createActions()
        to assemble the menu there, removing the createMenus()
        function.
      - Use a QButtonGroup for the sizes with the style metrics as id.
      - Streamline code, rename variables for clarity.
      - Introduce static functions returning the list of states/modes and
        their names in display order to IconPreviewArea, removing the
        duplicates.
      - Split actions to open sample icons provided from source directory
        or standard pictures location to make sample icons more prominently
        visible.
      - Check and display @2x images and add tooltips showing device pixel
        ratio and actual size.
      - HighDPI: Add groupbox displaying screen name and device pixel
        ratio, connect to screen changed signal and update icons panel
        accordingly. Add check box for toggling Qt::AA_UseHighDpiPixmaps.
      - Adjust documentation
      
      Task-number: QTBUG-18680
      Task-number: QTBUG-46615
      Change-Id: Ice96e9898f168ef2a30e9f46cb260ed57ae015f0
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
      8132cb65
    • Samuel Nevala's avatar
      winrt: Move EGL surface to window. · f3fd7b3d
      Samuel Nevala authored
      
      Fixes GPU memory leak when window is created/deleted dynamically and
      repeatedly. EGL context used to own EGL surface, but the context
      outlives the surface if window is created/deleted dynamically. The
      EGL surface is now owned by the window and destroyed with it.
      
      Change-Id: Ib949261ef6e77217018e60aad3e36e4a6d2eaba0
      Reviewed-by: default avatarAndrew Knight <andrew.knight@intopalo.com>
      f3fd7b3d