X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=d5df44ca23e4c567e7fd50a2f6b786e964cbc2b1;hb=eb130e41033c2668ad9d4abc3ca9653742cd444b;hp=4982858d160f411aac330c7a6474ea8a9352e918;hpb=a9114d0e446fac699ddaa717660a31288f185160;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 4982858d16..d5df44ca23 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,8 +1,60 @@ +2004-10-11 Andreas Vox + + * 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 + + * 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 + + * QPrefs.C, QPRefsDialog.C, ui/QPrefLatexModule.ui: add code to + input/output the indexing command (usually 'makeindex'). + +2004-09-09 Jean-Marc Lasgouttes + + * qfont_loader.C (addFontPath): quote the name of the font dir in + case it contains a space + +2004-08-19 Georg Baum + + * 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 + + * Some pch work. + +2004-08-18 José Matos + + * BulletsModule.C (setBullet): show custom bullet instead of "...", + change from John Levon. + +2004-08-15 Lars Gullik Bjonnes + + * 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 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 - * QPrefsDialog.C (change_color): + * QPrefsDialog.C (change_color): * QDocumentDialog.C (toggleBranchColor): set the parent of the color picker correctly.