]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
Merge the working bits of the resize patch, and fix a couple of things
[lyx.git] / src / frontends / qt2 / ChangeLog
index f753743bce0d20334760c240d1b672df2198b2c0..0f2e09d47409cce2bf97ffa2f30be89200489d0f 100644 (file)
@@ -1,3 +1,87 @@
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * QWorkArea.h: remove unused resize(...)
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * QWorkArea.h: remove unused stuff
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * QContentPane.h:
+       * QContentPane.C: remove focus/unfocus events
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * QWorkArea.h: remove unused methods
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * 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  <moz@compsoc.man.ac.uk>
+
+       * 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  <larsbj@birdstep.com>
+
+       * Qt2BC.C: do not include ButtonController.tmpl
+
 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * QtLyXView.h: moved into frontends/