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 Continuous Auto-Scrolling #7396

Merged
merged 26 commits into from
Aug 4, 2024

Commits on Jul 23, 2024

  1. Initial Commit

    regulus79 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8896860 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    5227bc3 View commit details
    Browse the repository at this point in the history
  2. Fix logical error

    regulus79 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    82f6370 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    595c212 View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    regulus79 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    be96a8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58af412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca6aea3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    518ffb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Remove unused variable

    regulus79 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0ae5a36 View commit details
    Browse the repository at this point in the history
  2. Fix Styling

    regulus79 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b841fe9 View commit details
    Browse the repository at this point in the history
  3. Fix Styling Again

    regulus79 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4260131 View commit details
    Browse the repository at this point in the history
  4. Fix Styling Again

    regulus79 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ff9ffbf View commit details
    Browse the repository at this point in the history
  5. Fix Styling Again

    regulus79 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a73c1b6 View commit details
    Browse the repository at this point in the history
  6. Add icons for classic theme

    regulus79 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    aa6d4bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a16a93 View commit details
    Browse the repository at this point in the history
  8. Change abs to std::abs

    Co-authored-by: saker <sakertooth@gmail.com>
    regulus79 and sakertooth authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    87ab276 View commit details
    Browse the repository at this point in the history
  9. Change qMax to std::max and use static_cast

    Co-authored-by: saker <sakertooth@gmail.com>
    regulus79 and sakertooth authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e0fd066 View commit details
    Browse the repository at this point in the history
  10. Simplify stepped auto scrolling

    Co-authored-by: saker <sakertooth@gmail.com>
    regulus79 and sakertooth authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d755987 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd80974 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4151b2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84cfbda View commit details
    Browse the repository at this point in the history
  14. Remove == true from SongEditor.cpp

    Co-authored-by: saker <sakertooth@gmail.com>
    regulus79 and sakertooth authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0017d27 View commit details
    Browse the repository at this point in the history
  15. Make tooltips translatable

    Co-authored-by: Dominic Clark <mrdomclark@gmail.com>
    regulus79 and DomClark authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1a4c791 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    def4fa6 View commit details
    Browse the repository at this point in the history
  2. Rename bars to ticks

    regulus79 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    80643b0 View commit details
    Browse the repository at this point in the history
  3. Fix rubberband rect size

    regulus79 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9bfcea7 View commit details
    Browse the repository at this point in the history