Miklos Espak

Results 6 issues of Miklos Espak

The progress bar does not work with Qt5, because of errors printed on the standard output: ``` Cannot call seek on a sequential device ``` What I found so far:...

In extreme cases when the volume was rotated around one or two world axes by exactly 45 degrees, the same axis could be mapped to different orientations and some other...

Hi, I am afraid that there was a mistake in the package name. I pushed a fix. The bugzilla page did not load for me. Regards, Miklos

Complex typed static variables (e.g. maps) in dll-s are to avoid. On Windows they are initialised late when the dll is being loaded dynamically. The current use of static QHash...

The pythonqt.dll crashes when you try to load it dynamically on Windows. The crash happens at this point: https://github.com/commontk/PythonQt/blob/503597ba3274f59cd68347f11926340ec4f33471/src/PythonQtConversion.h#L166 The static function refers to a static variable that has complex...