Skip to content

Update window icon and splash screen

Alvin Wong requested to merge alvinwong/krita:alvin/splash-update into master
  • Use new splash by Tyson Tan (optimized with oxipng).
  • Refactor splash screen to use a PNG embedded as QRC.
  • Include only a high res splash (960 px tall) and scale it when needed.
  • Change splash image to be shown at 480 px tall in the splash and 320 px tall in the about dialog (high-DPI scaled logical px).
  • Render Krita logo with version branding and the "KRITA" text using QSvgWidget instead of having them inside the image.
  • Dummy out the holidays splash for now.

Feel free to suggest changes.

image

Test Plan

Check window icon, splash screen and about dialog.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • n/a I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports