X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=0f2e09d47409cce2bf97ffa2f30be89200489d0f;hb=60b905b88519e0c6a2a41d991521793afbf0e8d5;hp=3527a2ac6c23e753d0104b42eb792a436c1aa952;hpb=cc5e9715568b396b718cd78408be29317c004222;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 3527a2ac6c..0f2e09d474 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,18 +1,111 @@ +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.