Tony Mountifield

Results 168 comments of Tony Mountifield

The problem with `qmake` on Qt < 5.12 is that it complains if the `.qm` files listed in a resource file do not already exist, and will refuse to add...

Managed to get it working on Qt 5.11, finally. Waiting to see whether the autobuilds all work, particularly Mac Legacy. I will probably squash before merging, but for now the...

Managed to get the Windows build working, on a debug branch. Still working on the Android build. `CONFIG += lrelease embed_translations` doesn't appear to play nicely with multi-architecture builds. Unless...

I'm afraid I still have very little time over the next few weeks, so I think it's best to leave this as pending, and do the 3.9.1 release without it,...

> `--serverinfo` should support named countries, e.g. `--serverinfo 'FooServer;FooCity;FooCountry` We should still keep support for the numerical IDs for compatibility. For FooCountry, I think we should use the international standard...

> > but why can't we use the version that's on GitHub? > > I had never thought about it. I think we could. This would involve moving the (or...

It would be useful also to call `conn->on_ping_msg` before sending the pong when there is no payload, in case the application just needs to know that a ping was received,...

Closing this old PR, as the affected files have changed a lot since it was raised.

Reverted to using Qt 5.15.2, as per https://github.com/jamulussoftware/jamulus/issues/3234#issuecomment-1975245901

I would like to progress this now, because I plan to submit a working PR to replace #2393, and that will be dependent on this one having been merged.