[Kst] kdeextragear-2/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Jun 14 00:49:14 CEST 2003
CVS commit by netterfield:
Fix to symbol font in kstlabels
M +1 -1 Makefile.am 1.4
M +2 -0 TODO 1.7
M +1 -5 kst/kstlabel.cpp 1.7
--- kdeextragear-2/kst/Makefile.am #1.3:1.4
@@ -1,5 +1,5 @@
####### kdevelop will overwrite this part!!! (begin)##########
-SUBDIRS = kst plugins
+SUBDIRS = kst #plugins
EXTRA_DIST = kst.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO kst.lsm
--- kdeextragear-2/kst/TODO #1.6:1.7
@@ -51,2 +51,4 @@
- cleanup kstdoc and kstapp to make things more modular
+-Q: Why is the pluginmanager modal?
+
--- kdeextragear-2/kst/kst/kstlabel.cpp #1.6:1.7
@@ -45,10 +45,6 @@ KstLabel::KstLabel(const QString &in_tex
Size = 0;
- // Hack to make it work on either MDK 9+kde3.1 or Deb3 + kde3.1
- // This doesn't work on all mdk9.0 - mystries remain :(
- // It works OK on debian. (?)
- SymbolFontName = "Greekc";
+ SymbolFontName = "Symbol";
QFont SymbolFont(SymbolFontName, 12, QFont::Normal, false);
- if (!SymbolFont.exactMatch()) SymbolFontName = "Symbol";
doScalarReplacement = true;
More information about the Kst
mailing list