Otfried Cheong

Results 99 comments of Otfried Cheong

At some point I did use a tablet under Linux, so the `Canvas::tabletEvent` was tested quite a bit. Either something changed either in Qt or in the Walcom driver, or...

This seems like a bug to me. A tablet press event should only be delivered once. You could run `xev` and see if tapping inside it's window also gives you...

Mysterious. Maybe `xev` does not know about tablet events at all. You said that when you comment out the `tabletEvent` method, it also works correctly, right? When Qt cannot deliver...

Does that also stop the many dialogs appearing when you left click in label mode?

I've now been able to reproduce the problem - it also appears with another tablet input device (not Wacom). I'm pretty sure this device has worked correctly at some point...

Here is a simple workaround. It will just ignore `tabletPress` events when the pen is already on the tablet. [patch.txt](https://github.com/otfried/ipe-issues/files/7239261/patch.txt) Can you let me know if this works reliably in...

It seems the tablet support in Qt is currently quite flaky. 1. On my tablet, I cannot terminate a polyline with a double click. 2. While I'm drawing with the...

Wow, modal dialogs not disabling input into the main window is actually another major issue - it could quite possibly cause Ipe to crash, so I recommend not exploiting this...

7.2.27 switches to Qt6, so I would be interested to hear if there has been any progress on this.

Both are already possible: You can clip any object by making it a group (Ctrl+G), then using "Add clipping path" The "Edit path" tool has options to cut a curve...