Tuur Vanhoutte

Results 330 comments of Tuur Vanhoutte

> Hmm, is that really necessary, though? Aren't we only supporting 5.9 because of Ubuntu 18.08? Ah, of course. Is there no Windows version still using 5.9?

@nuttyartist The appveyor build still runs for some reason. I guess you need to remove some kind of appveyor webhook? This PR is now ready for testing.

I'm working on a QT6 port here: https://github.com/zjeffer/notes-qt6 I managed to fix some build errors just by looking at documentation and updating the code. There are many errors left to...

I will investigate which ones can be easily forked. As for the main project, do we need to add a version check for every change, so that everything still works...

There's a clang-format file based on the Qt Coding Style (https://wiki.qt.io/Qt_Coding_Style#clang-format), I'll make a PR to include this file after merging the QT6 migration.

If you leave a video running in the background, does the video keep playing when it freezes like that?

You should test both situations :)

I think the video will keep playing, but will not be interactive with the mouse (maybe with the keyboard). It's very strange that this happens with multiple people on a...

@D3SK3R Can you include some logs?

@victorz I use a workaround for this: a script that keeps the most recent player in a file, and my media keys will interact with that player. Here is my...