X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=0f2e09d47409cce2bf97ffa2f30be89200489d0f;hb=60b905b88519e0c6a2a41d991521793afbf0e8d5;hp=6ededcfd6ff49001a47f9e9d438b92c31cd74a8f;hpb=50a869e0e9f1d963421c726dcd1631c0f7eb65d6;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 6ededcfd6f..0f2e09d474 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,8 +1,149 @@ +2002-06-20 John Levon + + * QWorkArea.h: remove unused resize(...) + +2002-06-20 John Levon + + * QWorkArea.h: remove unused stuff + +2002-06-19 John Levon + + * QContentPane.h: + * QContentPane.C: remove focus/unfocus events + +2002-06-19 John Levon + + * QWorkArea.h: remove unused methods + +2002-06-19 John Levon + + * LyXKeySymFactory.C: add + + * Makefile.am: + * QContentPane.C: + * qlkey.h: + * QLyXKeySym.h: + * QLyXKeySym.C: get keyboard partly working + + * qfont_metrics.C: fix compile + +2002-06-19 John Levon + + * Makefile.am: add the new files ... + + * Dialogs.C: + * guiapi.C: + * all dialogs: implement new dialog stuff, fix compile + + * FileDialog_private.h: + + * GUIRunTime.C: + * lyx_gui.C: update for lyx_gui namespace + + * LyXScreenFactory.C: add + + * QContentPane.h: + * QContentPane.C: new widget for containing a lyx document + + * QLPainter.h: + * QLPainter.C: qt painter object + + * QWorkArea.h: + * QWorkArea.C: Qt version of the work area + + * QtView.h: + * QtView.C: Qt version of LyXView + + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: + * Menubar_pimpl.h: + * Menubar_pimpl.C: initial Qt versions + + * WorkAreaFactory.C: generate a QWorkArea + + * emptytable.C: add a resize grippie + + * qfont_loader.h: + * qfont_loader.C: font loader for Qt + + * qfont_metrics.h: + * qfont_metrics.C: font metrics for Qt + + * qlkey.h: convert Qt key symbol into a name + + * qscreen.h: + * qscreen.C: Qt version of screen + + * moc/Makefile.am: add new files + + * xforms/Makefile.am: remove all xforms dialogs + +2002-06-10 Lars Gullik Bjønnes + + * Qt2BC.C: do not include ButtonController.tmpl + +2002-05-23 John Levon + + * QtLyXView.h: moved into frontends/ + +2002-05-22 Lars Gullik Bjønnes + + * QDocument.h: use more specific smart_ptr header. + * Qt2Base.h: ditto + +2002-04-30 John Levon + + * QCharacter.h: + * QCharacter.C: update for language i18n change + +2002-04-16 John Levon + + * Dialogs.C: add tooltipsEnabled() + + * QTeXInfo.C: include right header + + * moc/Makefile.am: add back missing moc files + + * xforms/Makefile.am: add missing FeedbackController + +2002-04-08 Lars Gullik Bjønnes + + * xforms/Makefile.am (link_files): use correct _SOURCES variable. + + * ui/moc/Makefile.am: move include to top + (DISTCLEANFILES): take the UIMOCDIALOGS variable instead + + * ui/Makefile.am: ws change + + * moc/Makefile.am: move include to top + + * Makefile.am (EXTRA_DIST): some file taken from... + * Makefile.dialogs (DIALOGSOURCES):here + + * xforms/Makefile.am (EXTRA_DIST): delete + (libqt2xforms_la_SOURCES): change to... + (nodist_libqt2xforms_la_SOURCES): this + + * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to... + (nodist_libqt2uimoc_la_SOURCES): this + + * ui/Makefile.am (libqt2ui_la_SOURCES): change to... + (nodist_libqt2ui_la_SOURCES): this + + * moc/Makefile.am (libqtmoc_la_SOURCES): comment out + (nodist_libqt2moc_la_SOURCES): new + + * Makefile.dialogs (DIALOGSOURCES): add QParagraph, + QParagraphDialog, QDocument, QDocumentDialog + + * Makefile.am (DISTCLEANFILES): delete + (EXTRA_DIST): add with Makefile.dialogs + 2002-04-02 John Levon * ui/QParagraphDialog.ui: fix a couple of typos for the translators - + 2002-03-25 Angus Leeming * xforms/Makefile.am (link_files): whitespace.