daljit97

Results 21 comments of daljit97

Yeah OneNote uses input prediction to "guess" where the pen is going to move. I think xournalpp could use something like this based on the "velocity" of the current input...

@memononen could this be fixed following the approach used here https://github.com/styluslabs/nanovgXC?

I would like this too. It'd be nice to have prebuilt binaries with the Skia build path enabled.

@LittleHuba the problem I see with a zip based file format is that each time an Xournal file is updated the entire file has to be reuploaded to the cloud...

@LittleHuba yes, I agree on that. But I was suggesting was the possibility of storing documents into folders with separate files. For example, each document would be a folder that...

Ok so I did that and then I added all the fluid/qml files into the qrc of my app. But now I get the following error: ``` QQmlApplicationEngine failed to...

@luntik2012 is qbs supported on Android?

@QUItCoding @gunrot just wanted to share that this project https://github.com/styluslabs/nanovgXC seems to have implemented this feature and also there are some other additions too (like much better thinner lines).

@QUItCoding is it possible to still antialiasing with QOpenGLFrameBufferObject? Currently `QNanoImage::fromFrameBuffer()` requires that the buffer object is without multisampling. I have tried to call ` QOpenGLFramebufferObject::blitFramebuffer` without success.