]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
The Movers patch.
[lyx.git] / src / frontends / qt2 / ChangeLog
index d15b01096c5f04c4a9e9f033c6ff43baea419dcd..99635acecbce0505ddef042c863247d50c5ab1cd 100644 (file)
@@ -1,3 +1,112 @@
+2004-10-26  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.dialogs:
+       * QPrefs.[Ch]:
+       * QPrefsDialog.[Ch]:
+       * ui/QPrefCopierModule.ui: enable the Movers to be modified from the
+       preferences dialog.
+
+2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ui/QPrefConvertersModule.ui: Add translation context to "To:"
+       * ui/QPrintDialogBase.ui: ditto
+
+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
+       corresponding entry from the "LyX" menu.
+
+       * lyx_gui.C (parse_init): add a new translator whose sole purpose
+       is to hide some menu entries from Qt/Mac scrutiny and avoid some
+       menu merging.
+
+       * QLMenubar.C (QLMenubar): Use "LyX" as special menu; initialize
+       the contents of the first menu in the menubar
+
+2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QPrefsDialog.C (change_color):
+       * QDocumentDialog.C (toggleBranchColor): set the parent of the
+       color picker correctly.
+
+2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QLPopupMenu.C (fire): make Qt process events before we
+       dispatch our function (toolbars still do not get repainted
+       correctly, though)
+
+2004-08-12  Kornel Benko  <kornel.benko@berlin.de>
+
+       * QPrefs.C (setComboxFont): Use fromqstr() instead of latin1() for
+       font name comparison since latin1() can return NULL
+       * lyx_gui.C (roman_font_name): convert return value with fromqstr()
+       instead of latin1() since latin1() can return NULL
+       (sans_font_name): ditto
+       (typewriter_font_name): ditto
+
+2004-08-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * FileDialog.C: #define USE_NATIVE_FILEDIALOG under LyX/Mac
+       (save, open, opendir): when USE_NATIVE_FILEDIALOG
+       is defined, use QFileDialog::getOpenFileName and friends.
+
 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * Makefile.am (AM_CXXFLAGS): do not disable QTranslator code