~mendomusic/lmms/+git/lmms-github:qt6

Last commit made on 2024-05-21
Get this branch:
git clone -b qt6 https://git.launchpad.net/~mendomusic/lmms/+git/lmms-github

Branch merges

Branch information

Name:
qt6
Repository:
lp:~mendomusic/lmms/+git/lmms-github

Recent commits

8c62b22... by Tres Finocchiaro

Add "natural" scrolling support for trackpads (#5510)

Adds QWheelEvent::inverted() support to spinboxes, knobs, sliders

cf766b0... by Michael Gregorius <email address hidden>

Fix missing initialization (#7271)

Fix the missing initialization of some variables in `TrackContentWidget`.
This led to some performances issues when the widget was painted because
a for loop was executed for which the variable started at a very large
negative number and was then incremented.

5dcada0... by BoredGuy1 <email address hidden>

Changed bar lines to follow snap size (#7034)

* Added lines in between bars
* Changed bar lines to follow snap size
* Changed default zoom and quantization value
* Added constants for line widths
* Added QSS configuration for new grid line colors
* Tied line widths to QSS properties
* Changed default quantization to 1/4
* Removed clear() from destructor model
* Removed destructor in ComboBoxModel.h
* Changed member set/get functions to pass by value
* Updated signal connection with newer syntax

28b7f35... by Oskar Wallgren

Fix glitch with automation points (#7269)

Co-authored-by: Dalton Messmer <email address hidden>

b36eb23... by szeli1 <email address hidden>

Fix lost connections when restoring automation clip (#7002)

2b8094b... by Pascal <email address hidden>

Fix UI freeze when zooming in on long samples (#7253)

fc6a511... by wujekbrezniew <email address hidden>

Migrate to new LV2 header paths (#6990)

5bfa217... by Pascal <email address hidden>

Fix crash in AFP when playing with loop while no sample is loaded (#7266)

b08401c... by Bimal Poudel <email address hidden>

Update widths of combo boxes (#7262)

* Update widths of combo boxes

* Update src/gui/editors/PianoRoll.cpp

no space right after brace

Co-authored-by: saker <email address hidden>

* Update src/gui/editors/PianoRoll.cpp

Co-authored-by: saker <email address hidden>

* Update src/gui/editors/PianoRoll.cpp

Co-authored-by: saker <email address hidden>

* Update src/gui/editors/PianoRoll.cpp

Co-authored-by: saker <email address hidden>

---------

Co-authored-by: saker <email address hidden>

8174e38... by Rossmaxx <email address hidden>

Enabled VSTs on Qt 6 (#7273)

* enabled VST support for Qt 6 builds
* Note : Embedding on QT6 will be buggy on linux as a result of using qt embedding, which unfortunately is a qt bug which hasn't been resolved.