rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
182 stars 40 forks source link

Alias connection fixes #197

Closed agraef closed 1 year ago

agraef commented 1 year ago

As discussed in #196. Fixes the missing connections display in the connections view if Jack2 aliases are configured in the display setup.

Rui, I had to revert rev. 119cdf74..9b55062a for this. Unfortunately, your most recent lupdate was among these, and I don't have a clue how to redo it, so you'll have to do that again. Sorry about that.

agraef commented 1 year ago

Note that the connections view already worked previously, except that the connections were invisible because of a glitch in qjackctlJackConnect::updateConnections(). Here's proof that it all works correctly now (showing Jack2 -Xseq with aliases set to "Second"): image

agraef commented 1 year ago

Thanks for merging! Remember that you'll have to rerun lupdate to get those translations up to date again.