Results 543 comments of ahrm

So the main thing we did in that commit was to use `QMainWindow` as the parent of root widget instead of `QQuickWidget`. This was necessary to support titlebar on MacOS....

I installed kde-plasma on my ubuntu machine but could not reproduce this issue, maybe it has something to do with your specific configuration?

It is also possible that this was a qt bug that has been fixed. I tried with qt 6.7 .

Unfortunately I don't have a windows 11 machine to test this issue, maybe someone can help?

Which branch are you trying to build? If you are building the development branch note that it requires qt 6.5+. This error seems to indicate that qt was unable to...

Yes, I think you need to specify a compiler option that allows large files, I don't remember what it is exactly for g++ but it might be `-Wa,-mbig-obj` (the option...

Hmmm I think you can comment the part between `#else` and `#endif` for now (line 8310), (it only disables some TTS-related stuff you can comment it out if you don't...

This is the command that creates a new window. Based on your screencasts, this command seems to be working fine, as the window is created, however, no content is being...

Can the issue be reproduced in the experimental builds here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0 ?

Are you sure you are running the new version? ( do you have access to new commands such as `add_freetext_bookmark` in the commands menu)?