X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=d5df44ca23e4c567e7fd50a2f6b786e964cbc2b1;hb=eb130e41033c2668ad9d4abc3ca9653742cd444b;hp=357a4b34a9ffdd9b5305bf2a3d18b91ec9bb6365;hpb=15282fe9893c411540973e15ad0d24e8c7896d35;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 357a4b34a9..d5df44ca23 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,173 @@ +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 + 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 + + * QPrefsDialog.C (change_color): + * QDocumentDialog.C (toggleBranchColor): set the parent of the + color picker correctly. + +2004-08-13 Jean-Marc Lasgouttes + + * 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 + + * 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 + + * 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 + + * 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 + + * QBibtexDialog.C (browsePressed): use ControlBibtex::browseBst + (browseBibPressed): use ControlBibtex::browseBib + + * QLPrintDialog.C (browseClicked): use ControlPrint::browse + +2004-08-01 Lars Gullik Bjonnes + + * QContentPane.C (keyPressEvent): make sure to use the smart + pointer as soon as possible. + +2004-07-24 Lars Gullik Bjonnes + + * QPrefs.C, QMathMatrixDialog.C: + * QLog.C, QAbout.C: change "support/std_sstream.h" to + +2004-07-22 Lars Gullik Bjonnes + + * 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 + + * 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 + + * 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 + + * 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 + + * QCitation.[Ch]: add validation (fix bug 1617). + +2004-06-18 Lars Gullik Bjonnes + + * 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 + + * QLMenubar.C (QLMenubar): use QLMenubar::menuBar(). + (menuBar): new method; returns the menu bar that LyX should use. + +2004-06-02 Angus Leeming + + * Q[a-zA-Z]*DialogBase.C: reverse yesterday's patch, as discussed + on the list. + 2004-06-01 Angus Leeming * Q[a-zA-Z]*DialogBase.C: tell the QDialog base class who the