David Faure

Results 59 comments of David Faure

Not sure if it's clear to everyone, but Jesper's use case is actually easy to handle in the current Charm GUI, using these steps: - stop the recording - edit...

I hate the 3-windows setup, too. It might make sense on Mac OSX, but it doesn't on linux/windows. I need a full virtual desktop just for Charm because it's too...

But what should happen then, when I'm travelling on a Monday, without internet access? Charm won't be able to ask the server, so it will have to take a guess....

Oh OK. Then the main reminder for people using a single computer is the first one, not the second one. To avoid strange interactions, the online check via REST should...

This exact error message about "getgrgid_r" happens when running an app that requires Android 7 (API level 24) on an Android 6 (API level 23) device (for the record, if...

I just pushed https://invent.kde.org/libraries/kopeninghours/commit/11cfd7b1712e71061cf3226e94223e65aa4d6e36, can you check if this fixes the issue for you? Thanks.

This would be problematic on Linux, when Qt is in a non-writable directory (/usr). So we would have to support other means of installation anyway - and therefore adding the...

The workaround is so obvious that you probably guessed it: rendering into a (large) pixmap and giving that to KDReports. We are limited by what QTextDocument::ImageResource supports. Well, I suppose...

@useful-friend you can make the image very large (say 5k*5k pixels), and use a 100% width so it'll adapt to the page size.

This adds a getter/setter API, but where are those values used? It seems to me that something is missing...