Tuur Vanhoutte

Results 330 comments of Tuur Vanhoutte

On my system, this issue doesn't happen with my qt6 fork (#386), but it does happen when launching the notes installed from the AUR (which obviously uses qt5)

I found that the problem isn't that it changes the font size, but the problem is the bold and italic text are always at a fixed size. So resizing the...

I haven't found the exact issue yet, but I noticed that even the headers don't seem to change size when resizing, but the font *does* change when changing to a...

@nuttyartist @bjorn PR is complete & commits are squashed. The code needs to be reviewed and the build needs to be tested on macOS & Windows.

> So, will we have one codebase for both Qt6 and Qt5? In my opinion, that would be best. The changes between Qt 5 and 6 are not that large,...

I squashed commits & addressed the code review comments, now only needs to be tested on macOS and Windows.

I fixed a problem with the windows build (this means we need a windows qt6 build check before we merge). I also noticed that on both Windows and Linux, resizing...

Not sure why, but the appveyor build fails because it can't find `qmake`. Is it trying to search for Qt5's qmake? I have 0 experience with appveyor so I'll need...

> Should we drop Appveyor in favor of GitHub Actions? Yes, but I think we should also include 5.9 builds in windows.yml. @nuttyartist Could you take a look at the...