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

Add FILE line to Cuefile to include file path for each track #13365

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

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

Commits on Jun 29, 2024

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

Commits on Jul 14, 2024

  1. Add CUE file annotation feature logic and UI

    Add boolean to EngineRecord and initialize it in updateFromPreferences
    
    Add checkbox to DlgPrefRecord to enable file annotation in CUE file
    
    Add logic to ensure checkbox is disabled by default, include tooltip
    presentformyfriends committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    c0fadc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 17, 2024

  1. Update src/preferences/dialog/dlgprefrecord.cpp

    Co-authored-by: Antoine Colombier <[email protected]>
    presentformyfriends and acolombier authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    827c956 View commit details
    Browse the repository at this point in the history
  2. Update src/preferences/dialog/dlgprefrecord.cpp

    Co-authored-by: Antoine Colombier <[email protected]>
    presentformyfriends and acolombier authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7ae6cb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    5a07163 View commit details
    Browse the repository at this point in the history
  2. Revert "Add files modified by clang-format hook"

    This reverts commit 5a07163.
    presentformyfriends committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b2327a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c534739 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix line length, naming case, redundant function

    Resolve line length issues to pass clang-format hook in pre-commit.
    Change config key to snake_case.
    Remove redundant 'updateCueEnabled' function, call slotToggleCueEnabled
    directly instead.
    presentformyfriends committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    77cc748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213bfdb View commit details
    Browse the repository at this point in the history
  3. Fix line length, naming case, redundant function

    Resolve line length issues to pass clang-format hook in pre-commit.
    Change config key to snake_case.
    Remove redundant 'updateCueEnabled' function, call slotToggleCueEnabled
    directly instead.
    presentformyfriends committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4d6590f View commit details
    Browse the repository at this point in the history