]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/ChangeLog
change "support/std_sstream.h" to <sstream>
[features.git] / src / frontends / qt2 / ChangeLog
index 014a0556d59374a391d2c0d2defdab3d2e1833cc..2e7b4aee928105acc5f5b9d6bff01278e80ba3ac 100644 (file)
@@ -1,3 +1,156 @@
+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
+       parent dialog is.
+
+2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ui/Makefile.am (EXTRA_DIST): add QPreambleDialogBase.ui
+
+2004-05-20  Angus Leeming  <leeming@lyx.org>
+
+       * Most .C files: bring some sort of sanity to the order
+       of inclusion of header files.
+
+2004-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * Most files: wrap code up inside namespace lyx::frontend.
+
+2004-05-14  Angus Leeming  <leeming@lyx.org>
+
+       * QCitation.C: small changes due to the changes in biblio.h.
+
+2004-05-12  Angus Leeming  <leeming@lyx.org>
+
+       * QDocument.C (apply, update): get, set data with
+       BufferParams::cite_engine.
+
+2004-05-10  Angus Leeming  <leeming@lyx.org>
+
+       * QCitation.C: simplified code to use the biblio::CiteEngine
+       enum rather than multiple bools, usingNatbib and using Jurabib.
+
+2004-05-05  Angus Leeming  <leeming@lyx.org>
+
+       * QIndexDialog.[Ch] (reject): overload the QDialog::reject function
+       and so squash bug 1251 completely.
+
+2004-05-05  Angus Leeming  <leeming@lyx.org>
+
+       * QRef.C (redoRefs): Prevent widgets from emitting any signals
+       whilst we modify their state.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C: Remove "error" dialog identifier.
+
+2004-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * QLImage.[Ch]: store and use QImage rather than QPixmap. Saves
+       a heap of transformations to/from QImage when manipulating the
+       data.
+
+       * QLPainter.C (image): access QLImage::qimage rather than ::qpixmap.
+
+2004-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * QLPainter.C (image): set the background colour to
+       LColor::graphicsbg.
+
+       * QLImage.C (setPixmap_impl): remove commented out xforms code
+       to set pixmap background colour.
+
+2004-05-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * QGraphics.C: #include <cmath> (STLport compile fix for floor())
+
+2004-04-29  Angus Leeming  <leeming@lyx.org>
+
+       * QLImage.C (toGray): new helper function, copied from
+       KImageEffect::toGray.
+       (setPixmap_impl): use it.
+
+2004-04-29  Angus Leeming  <leeming@lyx.org>
+
+       * QGraphics.C (apply): Remove a #warning statement by
+       fixing the code.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * QLToolbar.[Ch]: rewrite code to derive from a single Toolbar or
+       LayoutBox.
+
+       * QtView.C: small changes due to changed Toolbar API.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * WorkAreaFactory.C (create): No longer passed x, y data.
+
+       * QWorkArea.[Ch] (c-tor): No longer receives x, y data.
+
+       * QtView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * WorkAreaFactory.C (create): pass a LyXView & to QWorkArea c-tor.
+
+       * QWorkArea.[Ch] (c-tor): now receives a LyXView &.
+
 2004-04-21  John Levon  <levon@movementarian.org>
 
        * QLToolbar.C: use GUI name for tooltip