X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=d23e08607552055f1cae70048ece5fb7a3143fa5;hb=985ccb6218eab4749560a1deb329a81902bdd645;hp=ecc20a18e3256bc9b7235e7410004787b4aa1d59;hpb=509ed151ac07ec63fff1185d5e325e4588007c9f;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index ecc20a18e3..d23e086075 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,316 @@ +2002-09-10 John Levon + + * ui/QIncludeDialog.ui: + * QInclude.h: + * QInclude.C: remove don't typeset + + * Dialogs2.C: add empty showWrap + +2002-09-08 John Levon + + * QFloat.C: another fix + +2002-09-08 John Levon + + * QFloat.h: + * QFloat.C: + * QFloatDialog.h: + * QFloatDialog.C: + * ui/QFloatDialog.ui: fix bug 527 and more + +2002-09-08 John Levon + + * qfont_loader.C: fix bug 531 (emph()) + +2002-09-08 John Levon + + * QMathDialog.C: + * iconpalette.h: + * iconpalette.C: make sizing work properly + +2002-09-08 John Levon + + * QMathDialog.h: + * QMathDialog.C: detachable icon menus + +2002-09-08 John Levon + + * QMathDialog.C: + * iconpalette.h: + * iconpalette.C: re lay out on size change + +2002-09-08 John Levon + + * QMathDialog.h: + * QMathDialog.C: + * iconpalette.C: More fixes. + +2002-09-08 John Levon + + * ui/QMathDialog.ui: + * QMathDialog.h: + * QMathDialog.C: add decos as symbols. Some fixes. + +2002-09-07 John Levon + + * qfont_metrics.C: unrevert per-char metrics. Droppings + are better than entirely wrong metrics. Hopefully + Andre can fix it ... + +2002-09-07 John Levon + + * qfont_loader.C: fix sizes for symbols etc. + +2002-09-07 John Levon + + * qfont_metrics.C: revert accurate per-char metrics + because LyX is broken + +2002-09-07 John Levon + + * qfont_loader.h: + * qfont_loader.C: add debug + +2002-09-06 John Levon + + * 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 + + * QLyXKeySym.C: using std::endl directive. + +2002-08-30 John Levon + + * 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 + + * Toolbar_pimpl.C: defocus layout combo on select + +2002-08-29 John Levon + + * QtView.C: add back in allow/prohibitInput (for now) + + * TODO: update + +2002-08-29 John Levon + + * Toolbar_pimpl.C: mathed math-insert - skip + the preceding '\' when looking for file name + +2002-08-29 John Levon + + * Toolbar_pimpl.C: math xpm handling in preparation + for some fixed XPMs + +2002-08-29 John Levon + + * QCommandBuffer.h: + * QCommandBuffer.C: use a QListView not combo box. + Qt Sucks. + +2002-08-29 John Levon + + * ui/*: use size grippie consistently + +2002-08-29 John Levon + + * QContentPane.C: + * QContentPane.h: implement triple click + +2002-08-29 John Levon + + * QInclude.C: remove some wrong code removed from xforms + +2002-08-29 John Levon + + * qfont_metrics.C: add per char ascent/descent + +2002-08-28 John Levon + + * QContentPane.C: fix cut-and-paste borkage from + LFUN_MOUSE changes + +2002-08-25 Rob Lahaye + + * QLImage.C: replace redundant xoffset_l and yoffset_t + calculation by something better. + +2002-08-25 John Levon + + * 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 + + * QLPopupMenu.C: implement optional() support + + * TODO: update + +2002-08-25 John Levon + + * Makefile.am: + * Menubar_pimpl.h: + * Menubar_pimpl.C: + * QLPopupMenu.h: + * QLPopupMenu.C: Populate menus upon open + +2002-08-25 John Levon + + * qlkey.h: add A-Z into string_to_qkey + + * QLyXKeySym.h: + * QLyXKeySym.C: remove crap again + +2002-08-25 John Levon + + * QLyXKeySym.h: + * QLyXKeySym.C: + * QContentPane.C: revert some wrong direction stuff and try + again. STILL BROKEN :( + +2002-08-25 John Levon + + * QGraphics.C: + * ui/QGraphicsDialog.ui: update, and some UI improvements + +2002-08-23 Rob Lahaye + + * 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 + + * lyx_gui.C (hexname): enable previews to work! + +2002-08-15 Angus Leeming + + * 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 + + * Alert_pimpl.C: remove xforms header + + * Toolbar_pimpl.C: build fix + +2002-08-13 Angus Leeming + + * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly. + + * FileDialog_private.C: + * Menubar_pimpl.C: + * Toolbar_pimpl.C: + * QtView.C: + * lyx_gui.C: + changes due to the changed LyXView interface that now returns references + to member variables not pointers. + +2002-08-12 Angus Leeming + + * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon + from namespace closing delimiter. + + * Menubar_pimpl.h: remove MenuItemInfo:: prefix from c-tor declaration. + + * QAbout.[Ch]: + * QBibitem.[Ch]: + * QBibtex.[Ch]: + * QCharacter.[Ch]: + * QCitation.[Ch]: + * QERT.[Ch]: + * QError.[Ch]: + * QExternal.[Ch]: + * QFloat.[Ch]: + * QGraphics.[Ch]: + * QInclude.[Ch]: + * QIndex.[Ch]: + * QLog.[Ch]: + * QMinipage.[Ch]: + * QParagraph.[Ch]: + * QPreamble.[Ch]: + * QPrint.[Ch]: + * QRef.[Ch]: + * QSearch.[Ch]: + * QShowFile.[Ch]: + * QSpellchecker.[Ch]: + * QTabularCreate.[Ch]: + * QTexinfo.[Ch]: + * QThesaurus.[Ch]: + * QToc.[Ch]: + * QURL.[Ch]: + * QVCLog.[Ch]: + No longer pass Controller or Dialogs to the c-tor. + No longer forward-declare Dialogs. + + * Qt2Base.[Ch]: derives from ViewBase directly. + No longer passed ControlButtons & or Dialogs &. + (bc): new method, enabling the daughter classes to access the + ButtonController. + (slotWMHide): + (slotApply): + (slotOK): + (slotClose): + (slotRestore): changes due to a change in the ViewBase class. + + * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar. + + * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &. + + * guiapi.C: access the controller methods by explicit invocation of the + controller. + +2002-08-09 John Levon + + * Toolbar_pimpl.C: add missing header + +2002-08-08 John Levon + + * Toolbar_pimpl.C: + * Menubar_pimpl.C: lyxaction cleanup + +2002-08-08 John Levon + + * QGraphicsDialog.C: enable rotate + + * ui/QGraphicsDialog.ui: trigger changed on + activated() not highlighted() + +2002-08-08 John Levon + + * QGraphics.C: + * ui/QGraphicsDialog.ui: lots of fixes and cleanup + + * ui/QRefDialog.ui: geometry cleanup + 2002-08-07 John Levon * Menubar_pimpl.C: fix compile for gcc 3.1