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

Make Hotcue RGB colors configurable #2530

Merged
merged 31 commits into from
Mar 20, 2020

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    78f79ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    816732c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d121a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c333f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2396c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67005e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b4c892 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21daf6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    848e303 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e46441c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    053ccdf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    314d8d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    968af43 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b58bd11 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eaee78e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d797ebd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db9ec58 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    41ea7ca View commit details
    Browse the repository at this point in the history
  19. add brush icon for Preferences > Colors

    ronso0 authored and Holzhaus committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    1dd2769 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    99922a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    fb16cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb30ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b90de93 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    da2d65e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6955377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c365bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdfde5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14b9e4d View commit details
    Browse the repository at this point in the history
  6. preferences/colorpaletteeditor: Don't use parented_ptr for model

    Since the parented_ptr approach caused crashes on shutdown, I switched
    to a regular pointer and set the QTableView as the parent object of
    model. According to the Qt docs, this should transfer ownership to the
    table view when setModel() is called.
    Holzhaus committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    de013aa View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Revert "preferences/colorpaletteeditor: Don't use parented_ptr for mo…

    …del"
    
    This reverts commit de013aa.
    Holzhaus committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ce88ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b356a View commit details
    Browse the repository at this point in the history