珊瑚
珊瑚
meanwhile, did you try Write from stylus-lab? Having experience with Write would be a good way to select what we need for xournalpp
I think an "easy" way to implement collaboration is the following: 1. assume both authors are already using a file-syncing app like `dropbox` or `seafile` 2. the xournalpp session has...
I made a first attempt at a collaboration mode. (It's not exactly as I described above, but close). The code is here: https://github.com/sanette/xournalpp/tree/merge-layer Each user has its own file, and...
I totally agree that a real-time collaboration mode would be ideal, but as you said, when working in an academic environment, network is pretty restricted for security reasons. Not to...
Do you know a way to update (redraw) the layers, that is less extreme than firing `DOCUMENT_CHANGE_COMPLETE` ?
I ended up using `layerChanged(i)` manually. This seems to do the trick
Now I have a request for you. I would like to test this with real collaborators. However they have Mac or Windows machines, and I don't know how to compile...
Well, not really; it currently "works". (as described above) but since it seems this wasn't the direction that people wanted to go, I didn't extend it further.
that would be great indeed, for instance when you broadcast your screen. Maybe a simple trick would be to set the transparency to zero?
did you also consider completely hiding the controls and make them appear automatically as soon as the user hovers the window? It seems to me that this is a common...