[Kst] [Bug 106307] Scalars from Vectors not referenced by a Curve are not updated

George Staikos staikos at kde.org
Fri Feb 24 16:09:01 CET 2006


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=106307         




------- Additional Comments From staikos kde org  2006-02-24 16:08 -------
SVN commit 513171 by staikos:

A bunch of label work mostly derived out of planck requirements but generally
quite useful.

1) Invalidate labels when the reference scalars/vectors/strings/expressions
change.  This makes realtime top-level labels work, assuming the data they're
pulling from is updated.  That part will be fixed separately and this patch
will be reduced as a result.
CCBUG: 106307
2) Don't play around with \n and \t.  Our new editor supports them properly so
we can handle both real CR and Tab, and \n and \t.  Fixes munging of labeltext
BUG: 122386
3) Add preliminary support for \textit{}, \textbf{}, \underline{} to the parser
and renderer, and a stub for \textcolor{}{} to the parser.  In general the first
three work, but cannot be nested.  The last one does not work yet since there is
no color parser.  Testcases to follow once nesting is handled.


 M  +110 -1    libkstapp/kstviewlabel.cpp  
 M  +12 -1     libkstapp/kstviewlabel.h  
 M  +43 -6     libkstapp/labelrenderer.cpp  
 M  +6 -0      libkstapp/labelrenderer.h  
 M  +60 -12    libkstmath/labelparser.cpp  
 M  +3 -0      libkstmath/labelparser.h


More information about the Kst mailing list