Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-9035

AssetsLibraryIconProvider should use AssetImageProvider to get icons for image types it supports

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • QDS 4.0
    • Assets Library
    • None
    • 2

    Description

      Currently AssetsLibraryIconProvider is synchronous, generates icons from full size asset images, and caches generated images locally. Generating icons from full size asset images is wasteful, as AssetImageProvider already does that and persistently caches the results. So AssetsLibraryIconProvider should utilize AssetImageProvider for generating icons for asset types it supports. Or preferably the two should just be merged into a single generic image provider for all assets. Note that AssetImageProvider is asynchronous and AssetsLibraryIconProvider is synchronous, so this may require some refactoring of things.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            e0348803 Miikka Heikkinen
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes