Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Switch to high-quality assets #277

Draft
wants to merge 6 commits into
base: v1-2
Choose a base branch
from

Commits on Mar 23, 2021

  1. Switch to using SVG application icon

    Unlike other assets, the application icon only gets loaded once. By
    using the SVG, we can ensure the image is always sized appropriately
    (and is suitably crisp) on all screens.
    
    Signed-off-by: Alexander Scheel <[email protected]>
    cipherboy committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c4a8050 View commit details
    Browse the repository at this point in the history
  2. Mark runwrapper.sh.in (and thus runwrapper.sh) +x

    CMake copies the original file permissions during the templating
    process; by marking runwrapper.sh.in executable (ok, it isn't really),
    we end up with build/runwrapper.sh being marked executable as well.
    
    Signed-off-by: Alexander Scheel <[email protected]>
    cipherboy committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8115d28 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Trace existing arrows; re-export at 64x64

    Output was additionally run through pngcrush to ensure optimized file
    sizes.
    
    Signed-off-by: Alexander Scheel <[email protected]>
    cipherboy committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    78e587e View commit details
    Browse the repository at this point in the history
  2. Import icons from Tango v0.8.90

    Re-export at 64x64 and pngcrush. Additionally, convert from an older
    Inkscape SVG to SVG v1.1 format.
    
    This includes the following icons:
    
     - benchmark from edit-paste,
     - edit-undo,
     - edit-redo,
     - group from folder,
     - value from text-x-generic,
     - rule from preferences-system
    
    Signed-off-by: Alexander Scheel <[email protected]>
    cipherboy committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dc53fc1 View commit details
    Browse the repository at this point in the history
  3. Add new profile icon from Tango

    Started with Tango's x-office-spreadsheet, removed the database icon,
    and added in the selection effect from the original Profile icon. This
    remains faithful to the intent of the original icon while using
    known-good assets from the Tango project as the base (and providing a
    SVG as well for the future).
    
    Resolves: OpenSCAP#275
    
    Signed-off-by: Alexander Scheel <[email protected]>
    cipherboy committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    5a3358d View commit details
    Browse the repository at this point in the history
  4. Enable AA_EnableHighDpiScaling QT Attribute

    This should enable SCAP Workbench to perform a little better when
    operating on hi-dpi displays. See also:
    
    https://doc.qt.io/qt-5/highdpi.html
    
    Signed-off-by: Alexander Scheel <[email protected]>
    cipherboy committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f7a413c View commit details
    Browse the repository at this point in the history