Re: [Xournal-devel] Xournal: Shape recognizer

2011-02-12 Thread Denis Auroux
Hi again Andreas, * I've figured out the problem with the recognizer. Line 479 of ShapeRecognizer.cpp, the call to findPolygonal() at the beginning of recognizePatterns() should have the third parameter stroke->getPointCount()-1 instead of stroke->getPointCount(). Namely, change line 479 to in

Re: [Xournal-devel] Xournal: Shape recognizer

2011-02-12 Thread Denis Auroux
Hi again, A couple of other bugs/misfeatures: - I usually have the right button mapped to "select rectangle" and left button mapped to the pen. If I select something (by right click), then right click in it to start a selection move, when I release the right button the selection gets reset (so

Re: [Xournal-devel] Xournal: Shape recognizer

2011-02-12 Thread Denis Auroux
Hi Andreas, First impressions of trying xournalpp (I still hadn't done so !!): it's absolutely great!! Amazing work. I'll look into the shape recognizer issue soon. Before that, I wanted to do a tiny bit of general testing. Here's a list of the issues I noticed after 10-15 minutes of playing w