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

Dynamic branding color for different build types #5166

Draft
wants to merge 53 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2019

  1. Get rid of Synchro

    rubiefawn committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c0f45b9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    rubiefawn committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f741b8a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Add SVG splash screen to recolor script

    Co-Authored-By: Rebecca DeField <contactme@rebeccadefield.com>
    rubiefawn and RebeccaDeField committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9bfa4d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    c71413f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c696ce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4e4213 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e81b92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f80bdae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    588005c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1078d80 View commit details
    Browse the repository at this point in the history
  8. 🏁 Fix file path typo

    rubiefawn authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3f5190f View commit details
    Browse the repository at this point in the history
  9. 🍎 Fix file path typo

    rubiefawn authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5f04f80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a750ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1de59a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f554948 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fec7400 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    673fcc5 View commit details
    Browse the repository at this point in the history
  15. 🏁 Polish windows script

    rubiefawn authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    12c7704 View commit details
    Browse the repository at this point in the history
  16. 🍎 Polish apple script

    rubiefawn authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    1ba8cab View commit details
    Browse the repository at this point in the history
  17. 🐧 Polish linux script

    rubiefawn authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ec207ab View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. ♻️ Consolidate to single shell script

    Assuming that the script ties in to CMake properly, the auto-detection of build type should be flawless.
    
    The script works perfectly for windows icons. Linux and macOS still need testing.
    rubiefawn committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    c3061cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afdf3df View commit details
    Browse the repository at this point in the history
  3. 🐛 Delete the bugged line instead of the essential one

    I deleted the wrong CONFIGURE_FILE line lmfao
    rubiefawn committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    0f2f1a1 View commit details
    Browse the repository at this point in the history
  4. 🚧 I have no idea how this works

    CMake "configures" the script properly, but it doesn't seem to ever run. If it did, would I ever see the output?
    
    Here's some minor fixes (mainly CRLF to LF).
    rubiefawn committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    adb5ca0 View commit details
    Browse the repository at this point in the history
  5. 💚 Fix shellcheck

    If the ignore directive disables a single instance, I assume you put the directive before each instance that needs to be ignored?
    rubiefawn committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    233420d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e8bd4e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Refactor branding generation

    Recolor project icons, splash
    Initial cmake support
    tresf committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    4d644ee View commit details
    Browse the repository at this point in the history
  2. Cherry pick e1d16f2

    tresf committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    7e3ff7b View commit details
    Browse the repository at this point in the history
  3. New logos, fix project icons

    SVGs are binary files now, nore more git spam
    Better color replacement, still needs help from a designer
    tresf committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    fd0cf50 View commit details
    Browse the repository at this point in the history
  4. Minor typos

    tresf committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    42ff8fc View commit details
    Browse the repository at this point in the history
  5. Minor fix

    tresf committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    afb8f76 View commit details
    Browse the repository at this point in the history
  6. Fix shellcheck warnings

    Also moves colors to explicit declarations
    tresf committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    a1a77ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fce9453 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ffac7a View commit details
    Browse the repository at this point in the history
  9. Fix shellcheck again

    tresf committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    fa4fa75 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

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

Commits on Sep 15, 2019

  1. Semi-final colors

    tresf committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    080ad14 View commit details
    Browse the repository at this point in the history
  2. Fix splash opacity for purple

    tresf committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    16c795e View commit details
    Browse the repository at this point in the history
  3. Fix opacity

    tresf committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    4d75056 View commit details
    Browse the repository at this point in the history
  4. Fix blue border

    tresf committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    131efe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Add theme support

    - Fixes very confusing variable naming in InstallHelpers.cmake
    - Add support for absolute paths for INSTALL_INSTALL_DATA_SUBDIRS
    tresf committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    1efc917 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    tresf committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    35a92b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Convert bash script to cmake

    tresf committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    c4eed28 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    tresf committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    35cf7b5 View commit details
    Browse the repository at this point in the history
  3. Minor cleanup

    tresf committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    d8c5cbd View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

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

Commits on Nov 2, 2019

  1. Replace cmake 3.7 LESS_EQUAL

    tresf committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    7c61126 View commit details
    Browse the repository at this point in the history
  2. Spaces to tabs

    tresf committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    6a49f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f742c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

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

Commits on Mar 3, 2022

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

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    4b480c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e593da2 View commit details
    Browse the repository at this point in the history