]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
fix math fonts with LyX/Mac
[lyx.git] / src / frontends / qt2 / ChangeLog
index 357a4b34a9ffdd9b5305bf2a3d18b91ec9bb6365..d5df44ca23e4c567e7fd50a2f6b786e964cbc2b1 100644 (file)
@@ -1,3 +1,173 @@
+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
+
+       * lyx_gui.C (parse_init): install a translator for Qt native
+       strings.
+
+2004-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QBibtexDialog.C (browsePressed): use ControlBibtex::browseBst
+       (browseBibPressed): use ControlBibtex::browseBib
+
+       * QLPrintDialog.C (browseClicked): use ControlPrint::browse
+
+2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * QContentPane.C (keyPressEvent): make sure to use the smart
+       pointer as soon as possible.
+
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * QPrefs.C, QMathMatrixDialog.C:
+       * QLog.C, QAbout.C: change "support/std_sstream.h" to <sstream>
+
+2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (set_read_callback,remove_read_callback): delete funcs
+
+       * Makefile.dialogs (MOCFILES): remove io_callback.[Ch]
+       * io_callback.[Ch]: delete files
+
+2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * socket_callback.C (data_received): simplify
+       (socket_callback): take fd and boost::function as args.
+       (server_received): delete function
+
+       * lyx_gui.C (register_socket_callback): setup the callback
+       (unregiser_socket_callback): tear down the callback
+
+2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QLyXKeySym.C (qprint): like print, but return a QString
+       (print): use qprint.
+
+       * QLPopupMenu.C (getLabel): do not add the binding here anymore
+       (populate): changes to make bindings work on Qt/Mac.
+
+2004-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyx_gui.C (getStatus): under Mac OS X, disable the
+       buffer-related lfuns when the main window does not have the focus.
+
+2004-06-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * QCitation.[Ch]: add validation (fix bug 1617).
+
+2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (roman_font_name): go through QString when converting
+       to std::string.
+       (sans_font_name): ditto
+       (typewriter_font_name): ditto
+
+2004-06-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QLMenubar.C (QLMenubar): use QLMenubar::menuBar().
+       (menuBar): new method; returns the menu bar that LyX should use.
+
+2004-06-02  Angus Leeming  <leeming@lyx.org>
+
+       * Q[a-zA-Z]*DialogBase.C: reverse yesterday's patch, as discussed
+       on the list.
+
 2004-06-01  Angus Leeming  <leeming@lyx.org>
 
        * Q[a-zA-Z]*DialogBase.C: tell the QDialog base class who the