]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
fix math fonts with LyX/Mac
[lyx.git] / src / frontends / qt2 / ChangeLog
index 4982858d160f411aac330c7a6474ea8a9352e918..d5df44ca23e4c567e7fd50a2f6b786e964cbc2b1 100644 (file)
@@ -1,8 +1,60 @@
+2004-10-11  Andreas Vox  <vox@isp.uni-luebeck.de>
+
+       * qfont_loader.C (initFontPath, addToFontPath): two new static
+       member functions that replace addFontPath 
+       (available): remove special MacOSX code; use addToFontPath
+
+       * lyx_gui.C (parse_init): add call to qfont_loader::initFontPath()
+        
+2004-10-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QLPopupMenu.C (populate): move the code below to here, so that
+       it only has an effect on the menu entries
+
+       * lyx_gui.C (getStatus): remove special Qt/Mac code, which broke
+       most dialogs (bug 1693)
+
+2004-10-05  Angus Leeming  <leeming@lyx.org>
+
+       * QPrefs.C, QPRefsDialog.C, ui/QPrefLatexModule.ui: add code to
+       input/output the indexing command (usually 'makeindex').
+
+2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * qfont_loader.C (addFontPath): quote the name of the font dir in
+       case it contains a space
+
+2004-08-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * BulletsModule.C (setBullet): use toqstr() for a string passed to
+       qt, otherwise it won't compile on SuSE 9.0
+
+2004-08-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Some pch work.
+
+2004-08-18  José Matos  <jamatos@lyx.org>
+
+       * BulletsModule.C (setBullet): show custom bullet instead of "...",
+       change from John Levon.
+
+2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * qfontexample.h: add header guards
+
+       * qcoloritem.h: add header guards
+
+       * floatplacement.h: add header guards
+
+       * pch.h: new file
+
+       * Makefile.am: support pch
+
 2004-08-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        Fix problem with the menu merging functionality of Qt/Mac. All the
        code below is #ifdef Q_WS_MACX.
-       
+
        * QLPopupMenu.C (showing): append dummy entries to one menu (so that
        Qt/Mac moves them to the LyX menu) and give them special index value.
        (fire): if index is more than indexOffset, dispatch to the
@@ -17,7 +69,7 @@
 
 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * QPrefsDialog.C (change_color): 
+       * QPrefsDialog.C (change_color):
        * QDocumentDialog.C (toggleBranchColor): set the parent of the
        color picker correctly.