Jean-Michaël Celerier

Results 692 comments of Jean-Michaël Celerier

in the meantime @djiamnot what you can do is : sudo apt install qt5-style-plugins QT_QPA_PLATFORMTHEME=gtk2 ./ossia-score with that, it seems to work here on a 20.04 VM...

no worries, it's not noise, the problem still exists (but I don't see an easy way out of it right now..)

(reported https://github.com/lv2/suil/issues/16 on suil, maybe some answer will come out of it..)

Hello, sadly this is Direct2D which means that this works only for Windows, not on Mac / Linux :/ (and, frankly old versions - most new win32 programs don't use...

do you think you could check that again @thibaudk ?

Another one is that tabWidth in QStyleOptionMenuItem has changed in reservedShortcutWidth: ``` #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) int tabWidth = menuItem->tabWidth; #else int tabWidth = menuItem->reservedShortcutWidth; #endif ``` I...

hmm since 6.3 / 6.4 some UI glitches have appeared though, which seem to be due to the QPalette hash. Replacing `fastfragile_hash_qpalette` with `accurate_hash_qpalette` fixes it.

hmmm, I think that the main reason is that we had interpreted so far the sentence in the Max docs: In addition, Max provides thread protection between the timer thread...

yep, adding it :) (would everyone be ok with also "pitch" as alias ?)

To do this, add a `optional` query text that may be appended to the "get" requests.