mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-02 18:54:29 -05:00
* Initial Commit * Refactor code and add new icons * Fix logical error * Add smooth scrolling to Song Editor * Remove unused variable * Fix scrolling speed and scrollbar width * Remove QDebug and re-add a newline I deleted in an unrelated file * Forgot to add files to commit * Remove unused variable * Fix Styling * Fix Styling Again * Fix Styling Again * Fix Styling Again * Add icons for classic theme * Accidentally committed varying scroll speed with zoom -- removing * Change abs to std::abs Co-authored-by: saker <sakertooth@gmail.com> * Change qMax to std::max and use static_cast Co-authored-by: saker <sakertooth@gmail.com> * Simplify stepped auto scrolling Co-authored-by: saker <sakertooth@gmail.com> * Remove unnecessary parentheses * Remove return statement causing the play head line to stop * Add specific tooltips to auto scrolling button states * Remove `== true` from SongEditor.cpp Co-authored-by: saker <sakertooth@gmail.com> * Make tooltips translatable Co-authored-by: Dominic Clark <mrdomclark@gmail.com> * Fix zooming position calculation * Rename bars to ticks * Fix rubberband rect size --------- Co-authored-by: saker <sakertooth@gmail.com> Co-authored-by: Dominic Clark <mrdomclark@gmail.com>