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 compile on Solaris 10 : make.Solaris10.log
		* undefined symbols when linking LabPlot (mainly parser functions!)
	U subwindows violates KDE window decoration settings
		-> QWorkspace using KDE decoration?
		 "You can provide widget flags which will be used for the layout of the decoration 
			or the behaviour of the widget itself."
	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
		* subscript position bug in QPimxap::save(filename,"SVG")
	U Simple/Surface Style tab in Configure dialog wont resize 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  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!)
	U CRASH (sometimes) : clone graph & delete graph	-> style -> apply
		-> MainWin.cc::updateGraphList()	
	V "About" dialog says : don't email the author use stefan.gerlach@uni-konstanz.de
	V tex label legend items are overlaping
		* When you enable tex label in the legend the label of the later comes on top of the other
		-> fit legend size to tex label pixmap size
		Here is a screenshot that summerizes the problems
		http://img301.imageshack.us/img301/4746/labplotbugs7vy.png
	V new function/plot settings/aspect ratio/apply/close worksheet/new function/plot settings/apply
		-> plot == 0 !
----------------------------------------------------------------------------------------------------------------------
1482870	NF Tick Label -> Label precision, just strips precision.
		On the chart for example if point is 1.99 we allow
		one digit, on the chart 1.9 is shown, or if we set it
		to zero then only 1 is shown.
		Correct behavior is 1.99, 2.0 and 2 :
		float precision(float x, int p){//where p is precision
			int y=round(pow(10,p)*x);
			return(y/pow(10,p));
		}
1482879	NF There sometimes exists falls on 2d plots
1483282	NF CRASH when opening second project (closing fist one)
------
	U CRASH : (fink)
		0   libLabPlot.1.dylib  0x004ef258 PlotQWT3D::draw(QPainter*, int,int) + 1384
		1   libLabPlot.1.dylib  0x0053a7b8 Worksheet::Draw(QPainter*, int,int) + 896
		2   libLabPlot.1.dylib  0x0053cf18 Worksheet::updatePixmap() + 308
		3   libLabPlot.1.dylib  0x005430dc Worksheet::newPlot(PType, bool) + 464
		4   libLabPlot.1.dylib  0x0054679c Worksheet::openXML(QDomNode) + 2268
		5   libLabPlot.1.dylib  0x004aacec MainWin::openXML(QString) + 2032
		6   libLabPlot.1.dylib  0x005c8afc MainWin::exampleQWT() + 88
	U CRASH : very long spreadsheet (25M)
		#6  0x009f6891 in Spreadsheet::save () from /usr/lib/libLabPlot.so.1
		#7  0x0090ab4c in MainWin::save () from /usr/lib/libLabPlot.so.1
		#8  0x0090be8b in MainWin::autoSave () from /usr/lib/libLabPlot.so.1
		#9  0x00a72a3c in MainWin::qt_invoke () from /usr/lib/libLabPlot.so.1
	U SVG export does not crop anything. (export sin(x) 0..10 in range 5..10 to svg)
	U selected surface style not used in function dialog
		-> plot created after apply !
	U print problem : the quality of the printout just does not seem to be very satisfying
409490	U opening lpl, lml files in konqueror (embedded) broken	
		SuSE 10.0 : KonqFactory::createView : no factory
			-> karchiver Part used from konqueror
		SuSE 9.1 : Crash opening external, embedded not available
	U UTF-8 import Problem (fft-profile.dat)
