]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
build fixes
[lyx.git] / src / frontends / qt2 / ChangeLog
index be32813b133b0d1c23c9eed9d214c1f5e28d6273..d23e08607552055f1cae70048ece5fb7a3143fa5 100644 (file)
@@ -1,3 +1,227 @@
+2002-09-10  John Levon  <levon@movementarian.org>
+
+       * ui/QIncludeDialog.ui:
+       * QInclude.h:
+       * QInclude.C: remove don't typeset
+
+       * Dialogs2.C: add empty showWrap
+
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * QFloat.C: another fix
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * QFloat.h:
+       * QFloat.C:
+       * QFloatDialog.h:
+       * QFloatDialog.C:
+       * ui/QFloatDialog.ui: fix bug 527 and more 
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * qfont_loader.C: fix bug 531 (emph())
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * QMathDialog.C:
+       * iconpalette.h:
+       * iconpalette.C: make sizing work properly
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * QMathDialog.h:
+       * QMathDialog.C: detachable icon menus
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * QMathDialog.C:
+       * iconpalette.h:
+       * iconpalette.C: re lay out on size change
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * QMathDialog.h:
+       * QMathDialog.C:
+       * iconpalette.C: More fixes.
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * ui/QMathDialog.ui:
+       * QMathDialog.h:
+       * QMathDialog.C: add decos as symbols. Some fixes.
+2002-09-07  John Levon  <levon@movementarian.org>
+
+       * qfont_metrics.C: unrevert per-char metrics. Droppings
+         are better than entirely wrong metrics. Hopefully
+         Andre can fix it ...
+2002-09-07  John Levon  <levon@movementarian.org>
+
+       * qfont_loader.C: fix sizes for symbols etc.
+2002-09-07  John Levon  <levon@movementarian.org>
+
+       * qfont_metrics.C: revert accurate per-char metrics
+         because LyX is broken
+2002-09-07  John Levon  <levon@movementarian.org>
+
+       * qfont_loader.h:
+       * qfont_loader.C: add debug
+2002-09-06  John Levon  <levon@movementarian.org>
+
+       * QMath.h:
+       * QMath.C: add sub/superscript
+
+       * ui/QMathDialog.ui:
+       * QMathDialog.h:
+       * QMathDialog.C: add dots. Use a completely broken :(
+         scrollview. 
+
+       * iconpalette.C: increase size 
+2002-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * QLyXKeySym.C: using std::endl directive.
+
+2002-08-30  John Levon  <levon@movementarian.org>
+
+       * Makefile.dialogs:
+       * moc/Makefile.am:
+       * QMath.h:
+       * QMath.C:
+       * QMathDialog.h:
+       * QMathDialog.C:
+       * ui/QMathDialog.ui: start math panel
+
+       * iconpalette.h:
+       * iconpalette.C: new widget used by above
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: defocus layout combo on select
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * QtView.C: add back in allow/prohibitInput (for now)
+
+       * TODO: update
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: mathed math-insert - skip
+         the preceding '\' when looking for file name
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: math xpm handling in preparation
+       for some fixed XPMs
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * QCommandBuffer.h:
+       * QCommandBuffer.C: use a QListView not combo box.
+         Qt Sucks.
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * ui/*: use size grippie consistently
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * QContentPane.C:
+       * QContentPane.h: implement triple click
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * QInclude.C: remove some wrong code removed from xforms
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * qfont_metrics.C: add per char ascent/descent
+2002-08-28  John Levon  <levon@movementarian.org>
+
+       * QContentPane.C: fix cut-and-paste borkage from
+         LFUN_MOUSE changes
+2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * QLImage.C: replace redundant xoffset_l and yoffset_t
+       calculation by something better.
+
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * FileDialog.C:
+       * FileDialog_private.h:
+       * FileDialog_private.C: disable non-sync code due
+         to Qt bug. Add support for buttons
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * QLPopupMenu.C: implement optional() support
+       * TODO: update
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * Menubar_pimpl.h:
+       * Menubar_pimpl.C:
+       * QLPopupMenu.h:
+       * QLPopupMenu.C: Populate menus upon open
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * qlkey.h: add A-Z into string_to_qkey
+
+       * QLyXKeySym.h:
+       * QLyXKeySym.C: remove crap again
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * QLyXKeySym.h:
+       * QLyXKeySym.C:
+       * QContentPane.C: revert some wrong direction stuff and try
+         again. STILL BROKEN :(
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * QGraphics.C:
+       * ui/QGraphicsDialog.ui: update, and some UI improvements
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
+
+       * QLImage.C:
+       * QGraphics.C: Implement changes for new xforms graphics dialog
+       (NB: Qt Graphics dialog itself is NOT YET updated!).
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (hexname): enable previews to work!
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C
+       * Dialogs_impl.h: the brave new world of Dialog creation.
+
+       * guiapi.C: discard.
+
+       * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
+       remove guiapi.C.
+
+2002-08-14  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: remove xforms header
+
+       * Toolbar_pimpl.C: build fix
 2002-08-13  Angus Leeming  <leeming@lyx.org>
 
        * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.