]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
Enable the file dialog to open files with non-latin filenames.
[lyx.git] / src / frontends / qt2 / ChangeLog
index 4f935a69b3a11fcbaa81d9a94bd056c76b1391ac..acc6cacba55b96b47f2fce153770969026d9a145 100644 (file)
+2003-10-01  Vitaly Lipatov <lav@vl3143.spb.edu>
+
+       * FileDialog.C: use fromqstr in a few places to enable the dialog to
+       read non-latin filenames.
+
+2003-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * QExternal.C (helpText): changes due to the introduction of
+       namespace lyx::external.
+
+2003-09-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several .C files: add debug.h at top to avoid compilation
+       errors.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * QExternal.C (update_contents, apply): InsetExternal::Params::
+       templatename now has accessor functions.
+
+2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * QLPopupMenu.C (getLabel): fix so that bindings are added even if
+       shortcut is missing.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * QtView.C (activated): change to take a FuncRequest, not a slot
+       anymore.
+
+       * QLToolbar.C (update): adjust
+       (add): change to take a FuncRequest
+
+       * QLPopupMenu.C (createMenu): constify id
+       (QLPopupMenu): connect to local class func fire instead of to
+       QtView::activated.
+       (fire): new class function
+       (populate): change to store a cache of FuncRequest for the menu
+       items, adjust
+
+       * QContentPane.C (keyPressEvent): fix new bug
+
+       * LyXKeySymFactory.C (create): fix new bug
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * QInclude.C: changes dues to the changed storage in InsetInclude,
+       from an InsetInclude::params to an InsetCommandParams.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * QInclude.C (apply): No need to set InsetInclude::Params::flag;
+       the variable has been removed. Instead, set the command name directly.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * QLPainter.C:
+       * QLPainter.h:
+       * QPrefsDialog.h:
+       * lcolorcache.C:
+       * lcolorcache.h:
+       * lyx_gui.C: rename EnumLColor as LColor_color.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * QLImage.[Ch]: separate interface from implementation. Make all the virtual
+       functions private.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * QCharacter.C, QPrefs.C, lyx_gui.C: add #include "LColor.h".
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * QLPainter.C: add #include "LColor.h".
+       * QLPainter.[Ch] (setPen, point, line, lines, rectangle, fillPolygon, arc):
+       pass EnumLColor args, rather than LColor::color ones.
+
+       * QPrefsDialog.C: add #include "LColor.h".
+       * QPrefsDialog.h: remove #include "LColor.h". Store a vector<EnumLColor> colors_;
+
+       * QWorkArea.C: add #include "LColor.h".
+
+       * lcolorcache.C: add #include "LColor.h".
+       * lcolorcache.h: store a map<EnumLColor, QColor>.
+       * lcolorcache.[Ch] (get):pass EnumLColor args, rather than LColor::color ones.
+
+       * qscreen.C: add #include "LColor.h".
+
+       * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
+       than LColor::color ones.
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * QAbout.C (build_dialog):
+       * QPrefs.C (apply): remove STRCONV.
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * BulletsModule.C: change Assert to BOOST_ASSERT
+       * panelstack.C: ditto
+       * QDocument.C: ditto
+
+2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QLToolbar.C: include <qtoolbar.h>
+
+       * QLPopupMenu.h: include <utility>
+
+       * qt_helpers.C:
+       * qfont_loader.C: include <algorithm>
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C:
+       * QCitation.C:
+       * QCitationDialog.C:
+       * QCommandBuffer.C:
+       * QContentPane.C:
+       * QGraphics.C:
+       * QLMenubar.C:
+       * QLPopupMenu.C:
+       * QLog.C:
+       * QMathDialog.C:
+       * QParagraphDialog.C:
+       * QPrefsDialog.C:
+       * QRef.C:
+       * QTexinfo.C:
+       * QtView.C:
+       * lyx_gui.C:
+       * panelstack.C:
+       * qscreen.C:
+       * qt_helpers.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * BulletsModule.h: remove #include "support/std_string.h", <vector>.
+       * QBrowseBox.h: remove #include <qwidget.h>.
+       * QCharacter.h: remove #include "support/std_string.h".
+       * QCharacterDialog.h: remove #include <qevent.h>, <qcheckbox.h>,
+       <qcombobox.h>.
+       * QContentPane.h: remove #include <qevent.h>.
+       * QDialogView.h: remove #include <qfont.h>.
+       * QDocumentDialog.h: remove #include "ui/BulletsModuleBase.h".
+       * QLPopupMenu.h: remove #include <map>.
+       * QLToolbar.h: remove #include <vector>.
+       * QWorkArea.h: remove #include <qwidget.h>, <qpixmap.h>.
+       * Qt2Base.h: remove #include <qfont.h>.
+       * QtLyXView.h: remove #include "frontends/LyXView.h".
+       * emptytable.h: remove #include <qpainter.h>.
+       * qsetborder.h: remove #include <qcolor.h>.
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * QParagraph.C: add Spacing.h and vspace.h includes.
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * QContentPane.C: add a typedef for LyXKeySymPtr.
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * QCitationDialog.C:
+       * QMathDialog.C:
+       * QTabularDialog.C: remove using std::endl directive.
+
+2003-09-06  Kornel Benko  <kornel.benko@berlin.de>
+
+       * QLyXKeySym.C: re-add <map> header file.
+       * QBrowseBox.C: re-add <cmath> header file.
+       * qttableview.C: re-add <limits.h> header file.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * QCitation.h:
+       * QGraphics.h:
+       * QPrefs.h:
+       * qscreen.[Ch]:
+       ensure that the header files can be compiled stand-alone.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * *.C: strip out redundant #includes. (352 in total.)
+
+2003-09-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * ui/QTabularDialogBase.ui: fix typo in tooltip.
+
+2003-08-18  Bas Zoetekouw  <bas@o2w.nl>
+
+       * ui/QRefDialogBase.ui: add eqref entry
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * QTabularDialog.C:
+       * QTabular.C: rename LYX_VALIGN_CENTER to LYX_VALIGN_MIDDLE;
+       rename VCENTER to MIDDLE;
+       * ui/QTabularDialogBase.ui:
+       * ui/QMathMatrixDialogBase.ui: replace "Center" by "Middle"
+       * ui/QBibtexDialogBase.ui: rename "Bibtex" to "BibTeX"
+       * ui/QDocumentDialogBase.ui: Remove redundant ' ' from message
+
+2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QWorkArea.C (QWorkArea):
+       (dragEnterEvent):
+       (dropEvent): add support for drag and drop of URIs
+
+2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ui/moc/Makefile.am (INCLUDES): forgot to use QT_INCLUDES
+
+2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ui/Makefile.am (INCLUDES):
+       * moc/Makefile.am (INCLUDES):
+       * Makefile.am (INCLUDES): use QT_INCLUDES
+
+       * QLToolbar.C (clearLayoutList): call Toolbar::clearLayoutList
+
+2003-07-30  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * ui/QCitationDialogBase.ui: Omit correct signal for styleCO changes
+       (bug 1284).
+       * QNote.C:
+       * ui/QNoteDialogBase.ui: consistent terminology for note inset (bug 1270)
+
+2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * qfont_loader.C:
+       * QLPopupMenu.h: add includes needed by gcc 2.95.3
+
+2003-07-27  John Levon  <levon@movementarian.org>
+
+       * QToc.h:
+       * QToc.C: fix compile for lyx::toc
+
 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * QPrefs.C: 
-       * QDocumentDialog.C: 
-       * QDocument.C: 
+       * QPrefs.C:
+       * QDocumentDialog.C:
+       * QDocument.C:
        * QGraphics.C: adapt PAPER_* enums
 
 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * QLMenubar.h: 
+       * QLMenubar.h:
        * QLMenubar.C: derives from Menubar (replaces Menubar::Pimpl)
 
        * Menubar_pimpl.C:
 
 2003-07-25  Jean-Marc Lasgouttes <lasgouttes@lyx.org>
 
-       * QLToolbar.h: 
+       * QLToolbar.h:
        * QLToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl)
 
        * Toolbar_pimpl.C: