1. | pstoedit sometimes doesn't work correct. |
|
pstoedit has sometimes problems when converting postscript files created by QT. Especially with truetype fonts QT seems
to create corrupted postscript files. These postscript files may look good when using ghostscript but fail when
converting them with pstoedit.
I haven't found a solution for this problem and finally changed the standard fonts of LabPlot to use fonts that
produces no problems with pstoedit. I hope this get fixed in a future release of QT.
|
2. | LabPlot crashes on SuSE 9.0 on startup. |
|
The original Qt package of SuSE 9.0 has a bug when rotating text. So all applications using this
library to rotate text are crashing. SuSE provides an updated Qt package for SuSE 9.0 on their
website. So please update the Qt package.
Unfortunately the text rotation of Qt on SuSE 9.0 still has a bug so that the single letters of a string
are not rotated. To fix this you should update to SuSE 9.1 on which Qt text rotation works perfectly.
|
3. | ImageMagick can't be used on FreeBSD 4-stable. |
|
When compiling LabPlot on FreeBSD 4-stable and you have ImageMagick there seems to be a problem that
only appears on FreeBSD 4 :
/usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined
I have no idea what the problem is. If someone can fix this please send me a note. By now the only thing
to do is to deactivate ImageMagick (--disable-ImageMagick) when compiling.
|
4. | When opening a project from the command line the active worksheet is not shown in full size. |
|
Please use the maximize button of the active worksheet for resizing. After that everything should be OK.
|
5. | The QSA workbench or the GRASS plot doesn't work as expected. |
|
LabPlot includes some new (QSA workbench) or rarely used (GRASS plot) features that have not been tested very
much yet. If you like to use this features often please report any bugs and wishes so i can fix problems and "stabilize"
these functionality.
|
6. | When using the KPart object of LabPlot the window can't be resized. |
|
When resizing the window to the desired size please reload the page with the KPart. That should fix this bug.
|
7. | When compiling LabPlot with the -j option of make the linking doesn't work. |
|
When compiling LabPlot you can define the number of simultaneous jobs with the -j option. When using
more than one job the linking at the end of the "make" process fails. Please call "make" again to
finally link LabPlot.
|