Dan Dennedy

Results 341 comments of Dan Dennedy

This does not look good to me because it is mixing concerns and duplicating duties. Maybe you should not apply freeze as a filter to a chain and instead implement...

You should try using one of our builds to see if it makes a difference.

From the log's backtrace, here is the part that gets to Shotcut: ``` #25 QAbstractItemModel::dataChanged (this=this@entry=0x555556c0b480, _t1=..., _t2=..., _t3=...) at /usr/src/debug/qt6-base/build/src/corelib/Core_autogen/include/moc_qabstractitemmodel.cpp:658 #26 0x0000555555678216 in MultitrackModel::audioLevelsReady (this=, index=...) at /usr/src/debug/shotcut/shotcut/src/models/multitrackmodel.cpp:2611 roles...

This appears to be a bug in Qt's native file dialog integration because Shotcut does not make that dialog or have code that interacts with it. We simply tell Qt...

Good news. I found that the Flatpak, which uses the very recent Qt 6.9 version did not reproduce the problem on Linux Mint 22. AppImage must use an older version...

Qt 6.9 or 6.10 cannot be used due to a bigger, blocking bug #1721 that Qt has not yet fixed. 6.9.1 cannot be used because I had to add QWebSockets,...

Hi Cat, I changed my mind because I was growing impatient with the very slow performance of the Qt file dialog. Also, I reviewed the history of disallowing the native...

Here is the 25.11.2 AppImage file dialog on Pop!_OS 22.04 I guess the Qt 6.8 SDK, which is what we use, not distro packages, lacks integration on Cinnamon. The only...

This might be related to #1205 where there needs to be a Qt input handler installed. Please retest with the latest Flatpak as that might have been fixed or included...