Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] New icons and splash screen #5814

Merged
merged 5 commits into from
Feb 7, 2022
Merged

Commits on Jan 28, 2022

  1. New Orange icons (png)

    Converted as
    
    gs -q -sDEVICE=pngalpha -o %stdout -r300 orange_rgb_icon_.pdf | \
      convert -background transparent - -resize 48x48 icon-48.png
    
    gs -q -sDEVICE=pngalpha -o %stdout -r300 orange_rgb_icon_.pdf | \
      convert -background transparent - -resize 256x256 icon-256.png
    markotoplak committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    df970ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bfb6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a15246 View commit details
    Browse the repository at this point in the history
  4. Replace .svg icon for linux with .png

    Converted with:
    
    gs -q -sDEVICE=pngalpha -o %stdout -r300 orange_rgb_icon_.pdf | \
      convert -background transparent - -define icon:auto-resize=16,32,48,64,256 orange.ico
    markotoplak committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1b44704 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    d123b6f View commit details
    Browse the repository at this point in the history