BUGS:	(O-open, V-verified, N-not reproducable, F-feedback, A-analysed, C-closed, U-unsolved)
---------------------------------------------------------------------------------------------------------------
	C SuSE 9.0 : text rotation crashes LabPlot (y-Axis) (see QT example "xform")
		=> use updated qt packages (single letters are still not rotated)
	U RH 9: ./.libs/libLabPlot.so: undefined reference to `__ctype_b' (kdelibs not compiled with system glibc 2.3.2)
		older RH 9 RPM crashes on glibc 2.3.2 systems
	C compile 1.4.0 on Gentoo : "/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.3/libstdc++.la: No such file or directory"
		=> make a link to /usr/lib/gcc-lib/i686-pc-linux-gnu
	C use "make -f Makefile.cvs" for correct icon installation
	C 3D plot : => use QWT3D plot
		V mouse shifting of axis label is totally broken
		V range for box style not enough for boxes
		V tic label of axes are overlapping
		V looks bad from spreadsheet (3d.dat)  -> set line type to NoCurve
		V looks bad with masked points
		O use default style from 3d.dat too (symbol)
	C SUSE 9.1 : switching full screen -> normal	=> press twice
	C text not saved when exporting to SVG	=> use different font
	C print preview : "qDrawShadePanel() Invalid parameters."	=> ignore it
	C "Warning: Linking the executable LabPlot against the loadable module libLabPlot.so is not portable!"
		=> ignore it
---------------------------------------------------------------------------------------------------------------
	U SuSE 9.1 : BUG : removeRows() is slow !
	U draw brush in legend of surface plot ( legend uses drawLine for every color : brush not possible ! )
	U KImageIO:: export to eps 	-> no settings (color,format, size) ?? (Worksheet::Export())
	U Spreadsheet:table : TAB -> next row, move with arrows doesnt work
	U setting colum label of column > 0 in QTable doesnt work (SuSE 9.1/QT 3.3.1) (ImportDialog)
	U file info of binary data is taken by ImageMagick (FileInfoDialog.cc:77)
	U unable to create eps files with correct text (useful for psfrag)
	U SVG export :
		* date+drawCurves+legend are one element
		* does not crop anything. (export sin(x) 0..10 in range 5..10 to svg)
		* subscript position bug in QPimxap::save(filename,"SVG")
	U Simple/Surface Style tab in Configure dialog wont resize correct
	U save Polish label not correct
	U curves are angular when exported to eps, pdf
		by the way, the stuff with the eps/pdf export, I have a feeling that it is related to the
		qt libraries. I found it the same also in kst, and qti, etc.. it seems like qt is not using
		antialiasing..or maybe I am totally wrong!
	U QWT3D : data in log scale not scaled
	U QWT3D : export to ps/eps/pdf -> printer problem dialog needs a "Skip"
	U FC 4/S9.3+10.0 (KDE 3.4.X ) : fullScreen item duplicated
	U Im Ascii-Import-Dialog beginnt die Suche mit dem Home-Verzeichnis. 
		Wenn man jedoch in dem Dialog ausdrcklich ~/colon.dat angibt, dann wird
		die Datei nicht gefunden. (Opera fr Linux kann das auch nicht. Mozilla beherrscht es aber.)
	U Qt 3.3.4 menu_ok = false problem
		(MainWin.cc SLOT(map()), sm->setMapping())
	U Am besten den horizontalen Scrollbereich der Scrollleiste erhhen, so
		dass man immer noch etwa 1,5 Spaltenbreiten in den grau hinterlegten
		Bereich scrollen kann, auch wenn das Fenster schmaler ist, als die
		aktuell vorhandenen Spalten. Oder rechts von den Spalten ein graues Feld in die
		Titelzeile plotten, das so aussieht, wie die Titelleiste, und auf das man
		dann doppelclicken kann. (und das dann erscrollt werden kann.)
	U  Dashed lines in legend are filled red in svg export. This can
		show between the dashs in svg and formats exported from
		svg editors and is not desirable.
		* Dash-Dot lines are not optimally distinguishable from dashed
		lines because the dots are too long. If this is adjusted the
		dot length of the dotted lines should be adjusted
		accordingly to yield a more consistent look.
		-> rather a drawing problem
	U LabPlot does not exit cleanly
		Indeed it does not seem to exit at all. Instead it starts some runaway heap allocation
		- about the worst thing an app can do to linux ;-) . The allocation is
		rather slow though, so there is ample time for killing it.
		-> memory leak in Pixmap? (only when moved something!)
---------------------------------------------------------------------------------------------------------------
