Calle Laakkonen
Calle Laakkonen
In version 2.1.13, I enabled a high DPI mode, but looks like it didn't help any. I will disable it for the next release again.
I don't know how windows services work, but if anyone who does is interested in implementing this feature, I will gladly accept the changes.
I'll check if there is something I can do about the stylus buttons. If the stylus button is triggering an undo, then it sounds like you've bound a shortcut key...
Ah, I have a vague recollection of removing some code that was related to remembering the last save location. On Linux, (or at least on Plasma desktop) the platform's save...
This is certainly something I would like to try. In the 2.0 branch, I've managed to separate out the engine code from the UI code (mostly at least,) and I...
I haven't tried building any Android apps with Qt yet, but this is how I would go about it: First, I'd check out Qt's Android tutorials and make a "hello...
That looks promising. Even if the final build phase can't be done with cmake, according to that page, it should still be possible to build the libraries. Then the full...
Right, selling software is fine. Drawpile license even permits it. It seems that Qt's support for using cmake to build Android projects has improved since this issue was opened, so...
This discussion is starting to veer a bit off topic, I feel. As far as I know, there are no legal objections to selling the app on the Play Store....
That sounds very good! Looks like Qt's support for using cmake with Android has improved too, which should help. That was previously a big stumbling block.