Max Wilfinger

Results 523 comments of Max Wilfinger

@chennes any news on this - is there a problem with the workflows or in the code?

@chennes should I ping someone else?

@yorikvanhavre do you want to take another look at this?

Still the Ubuntu UI tests seem to fail, I have no experience with these workflows.

> `if (getGuiDocument()->isModified())` getGuiDocument() can return null so would a fix be `if (getGuiDocument() != nullptr && getGuiDocument()->isModified())` or do I need to look for something else?

@wwmayer thanks I've considered your review. Unfortunately it still throws the test errors on GH for Ubuntu, not sure if this is an error in the code or if the...

That would be for another PR, I just used the existing code for that.

@chennes from my side it would be ready

> Would it be better to add asterisk in the end of the title? > In most software the asterisk is placed in front. Also when viewing window preview or...