]> 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 0456cc24e1f8108ac5995879db20efa8b975286b..2e7b4aee928105acc5f5b9d6bff01278e80ba3ac 100644 (file)
@@ -1,3 +1,198 @@
+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
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * QPref.C:
+       * QPrefsDialog.C:
+       * ui/QPrefDisplayModule.ui: changes due to changes to LyXRC::preview.
+
+2004-04-18  John Levon  <levon@movementarian.org>
+
+       * QDelimiterDialog.C:
+       * QMathDialog.C: make button callbacks work again
+
+       * README: add a warning
+
+2004-04-13  Angus Leeming  <leeming@lyx.org>
+
+       * ui/QExternalDialogBase.ui:
+       * ui/QGraphicsDialogBase.ui: layout tweaks.
+
+2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * QPrefsDialog.C, ui/QPrefFileformatsModule.ui: add editor to format
+       * QGraphics.[Ch]: add slotEdit()
+       * QGraphicsDialog.[Ch]: add edit_clicked()
+       * ui/QGraphicsDialogBase.ui: add Edit button
+
+2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * QLPainter.[Ch]: adjust to changes in Painter.h
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): set the preferences dialog button policy to
+       PreferencesPolicy.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * QGraphics.C (getUnitNo): const-correct.
+
 2004-04-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * floatplacement.[Ch]: check whether we are in the float or
 
 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
-       * floatplacement.[Ch]: correct fix for enabling of placement 
+       * floatplacement.[Ch]: correct fix for enabling of placement
        values (bug 1016)
 
 2004-03-31  Angus Leeming  <leeming@lyx.org>
        * QDocument.C:
        * QDocumentDialog.C:
        * ui/BiblioModuleBase.ui: bibtopic support.
-       
+
        * QPrefs.C:
        * QPrefsDialog.C:
        * ui/QPrefsLaTeXModule.ui: customize bibtex call.
-       
+
        * QFloat.C:
        * QFloatDialog.C:
        * floatplacement.[Ch]: add support for sidewaysfloats
 
        * QCitation.C:
        * ui/QCitationDialogBase.ui: Support second \cite option.
-       
+
        * QDocumentDialog.C (branches): Don't deselect branch
        after button press.
-       * QBranch.C: fix off-by-one-error. 
+       * QBranch.C: fix off-by-one-error.
 
 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * QDocument.C:
-       * QDocumentDialog.C: 
-       * ui/LanguageModuleBase.ui: get rid of the single/double 
+       * QDocumentDialog.C:
+       * ui/LanguageModuleBase.ui: get rid of the single/double
        quote toggle (accessible via lfuns now).
 
 2004-02-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 2004-02-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * QCitation.[Ch]:
-       * QCitationDialog.[Ch]: open the find dialog if an inset is 
+       * QCitationDialog.[Ch]: open the find dialog if an inset is
        new (new method openFind()). Fixes bug 1146.
-       
+
        * QCitation.C: restore the chosen natbib style.
-       
+
        * QRef.C: Disable goto button if there is no ref (bug 1037)
        Restore setting of the buffer combo (bug 1511)