X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=0f2e09d47409cce2bf97ffa2f30be89200489d0f;hb=60b905b88519e0c6a2a41d991521793afbf0e8d5;hp=76d059a7c827c7f40daa394be282d1be866facc5;hpb=a032e389e3a7a3ce35d0ffa524c5bb3589777f65;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 76d059a7c8..0f2e09d474 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,186 @@ +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. + +2002-03-22 Angus Leeming + + * xforms/Makefile.am (libqt2xforms.la): it should depend on + libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES! + +2002-03-21 Lars Gullik Bjønnes + + * most files: ws cleanup + +2002-03-11 Lars Gullik Bjønnes + + * docygen fixes. + +2002-03-05 Angus Leeming + + * GUIRunTime.C (initialiseGraphics): use the xforms image loader if + your version of the xforms libraries is up to the task. + + * xforms/Makefile.am: link in the xforms image loader if so configured. + +2002-03-04 Angus Leeming + + * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C + + * Dialogs.C: + * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime. + +2002-03-02 Lars Gullik Bjønnes + + * Makefile.am: get rid of LYX_LIBS + + * QDocument.C (class_update): layout as string + 2002-03-01 John Levon * Makefile.am: @@ -6,20 +189,20 @@ * ui/moc/Makefile.am: fix compile * xforms/: compile the necessary files via symlinks - + * QPreambleDialog.C: new systemcall interface * Timeout_pimpl.h: * Timeout_pimpl.C: add running() - * Dialogs.C: add init graphics, and doc/par xforms forms - + * Dialogs.C: add init graphics, and doc/par xforms forms + 2002-02-06 John Levon * QToc.C: fix crash - + 2002-02-06 Edwin Leuven - + * QGraphics.C: compilation fix * QTexinfoDialog.C: * QTexinfoDialog.h: @@ -75,7 +258,7 @@ * Makefile.am: * Makefile.dialogs: don't compile QPar/Doc for now, as they cause problems - + 2002-01-20 John Levon * Makefile.am: @@ -85,7 +268,7 @@ * QTocDialog.h: * QTocDialog.C: * ui/QTocDialog.ui: resuscitate TOC dialog - + 2002-01-20 John Levon * QCitation.h: @@ -108,15 +291,15 @@ 2002-01-15 John Levon - * Makefile.am: + * Makefile.am: * FileDialog_private.h: fix compile * QThesaurus.h: * QThesaurus.C: * QThesaurusDialog.h: * QThesaurusDialog.C: - * ui/QThesaurusDialog.ui: new thesaurus code - + * ui/QThesaurusDialog.ui: new thesaurus code + 2002-01-14 Angus Leeming * QMinipage.C (apply, update_contents): MinipageParams::width renamed @@ -125,12 +308,12 @@ 2002-01-04 John Levon * QParagraph.C: add needed include - + 2001-12-08 John Levon * Makefile.am: * Dialogs.C: bring back unconverted dialogs - + 2001-12-05 John Levon * QParagraph.C: @@ -138,14 +321,14 @@ * QParagraphDialog.C: use new vspace API * QTocDialog.C: silence warnings - + 2001-12-05 Lars Gullik Bjønnes - * qttableview.C: change "while(" to "while (" + * qttableview.C: change "while(" to "while (" 2001-12-05 Allan Rae - * QParagraph.C (apply): + * QParagraph.C (apply): (update): Use the right LyXText -- extending John's fix 2001-12-01 Maks Orlovich @@ -178,17 +361,17 @@ * ui/moc/Makefile.am: remove unportable # at beginning of declaration. - * ui/Makefile.am: + * ui/Makefile.am: * Makefile.am: remove extra DISTCLEANFILES declaration 2001-10-07 Adrien Rebollo - * ui/QDocumentDialog.ui: + * ui/QDocumentDialog.ui: * QDocument.C (build_dialog): support latin4 2001-10-05 Adrien Rebollo - * ui/QDocumentDialog.ui: + * ui/QDocumentDialog.ui: * QDocument.C (build_dialog): support latin3 2001-09-27 Angus Leeming @@ -205,7 +388,7 @@ * QRef.C: fix compile * README: update - + 2001-09-09 Lars Gullik Bjønnes * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on @@ -214,9 +397,9 @@ 2001-09-06 John Levon * ui/QMinipageDialog.ui: fix layout, remove old slot - + * QRefDialog.C: fix warning - + 2001-09-02 Edwin Leuven * ui/QSpellcheckerDialog.ui: reworded layout @@ -233,7 +416,7 @@ * QSpellchecker.[Ch]: * QSpellcheckerDialog.[Ch]: * ui/QSpellcheckerDialog.ui: add spellchecker dialog - + 2001-08-31 Edwin Leuven * ui/QMinipageDialog.ui: layout tweak again (but it's getting better) @@ -258,21 +441,21 @@ * emptytable.C: * ui/QTabularCreateDialog.ui: fix layout when table size is changed - + 2001-08-31 John Levon * Dialogs.C: * QSearch.[Ch]: * QSearchDialog.[Ch]: * ui/QSearchDialog.ui: add search back - + 2001-08-29 John Levon * Dialogs.C: * QPrint.[Ch]: * QPrintDialog.[Ch]: * ui/QPrintDialog.ui: add print dialog back - + 2001-08-29 John Levon * Makefile.am: @@ -316,7 +499,7 @@ * QIndexDialog.C: add QWhatsThis in C source * README: document this restriction - + 2001-08-29 John Levon * QMinipage.[Ch]: @@ -336,7 +519,7 @@ * QVCLog.[Ch]: * QVCLogDialog.[Ch]: * ui/QVCLogDialog.ui: - * Dialogs.C: + * Dialogs.C: * Makefile.am: * Makefile.dialogs: add log and vclog dialogs @@ -350,7 +533,7 @@ * ui/Makefile.am: * ui/QTabularCreateDialog.ui: bring back tabcreate - + 2001-08-28 John Levon * ui/QCharacterDialog.ui: @@ -362,7 +545,7 @@ * Makefile.am: * Makefile.dialogs: * Dialogs.C: add graphics dialog - + 2001-08-28 John Levon * QThesaurus.C: clear selection on update @@ -373,13 +556,13 @@ * Makefile.am: * Makefile.dialogs: * Dialogs.C: add Include dialog - + * README: add note about crashes - + 2001-08-27 John Levon * QThesaurusDialog.C: whoops, forgot to clear before update - + 2001-08-27 John Levon * QBibtex.C: @@ -389,36 +572,36 @@ delete button * QExternalDialog.C: fix file dialog thing - - * QThesaurus.h: - * QThesaurus.C: + + * QThesaurus.h: + * QThesaurus.C: * QThesaurusDialog.h: - * QThesaurusDialog.C: + * QThesaurusDialog.C: * ui/QThesaurusDialog.ui: fix compile, get working - + * moc/Makefile.am: fix builddir != srcdir - + 2001-08-27 John Levon * GUIRunTime.C: fix argc handling - + 2001-08-27 John Levon - * ui/*.ui: + * ui/*.ui: * ui/Makefile.am: add some sed magic to replace tr() with _() - + 2001-08-27 John Levon * Makefile.am: remove accidentally committed xforms file - + 2001-08-27 John Levon * Dialogs.C: - * Makefile.dialogs: + * Makefile.dialogs: * QThesaurus.[Ch]: * QThesaurusDialog.[Ch]: * ui/QThesaurusDialog.ui: add thesaurus dialog - + 2001-08-27 John Levon * Dialogs.C: @@ -427,7 +610,7 @@ * QExternal.[Ch]: * QExternalDialog.[Ch]: * ui/QExternalDialog.ui: add external dialog - + 2001-08-26 John Levon * Dialogs.C: @@ -435,12 +618,12 @@ * QERT.[Ch]: * QERTDialog.[Ch]: * ui/QERTDialog.ui: add ERT dialog - + 2001-08-26 John Levon * Dialogs.C: * Makefile.am: - * Makefile.dialogs: + * Makefile.dialogs: * QError.[Ch]: * QErrorDialog.[Ch]: * ui/QErrorDialog.ui: add LaTeX error dialog @@ -452,7 +635,7 @@ * QCharacterDialog.[Ch]: * ui/QcharacterDialog.ui: make work again, add auto-apply feature - + 2001-08-26 John Levon * Dialogs.C: @@ -461,7 +644,7 @@ * QBibitem.[Ch]: * QBibitemDialog.[Ch]: * ui/QBibitemDialog.ui: add Bibitem dialog - + 2001-08-26 John Levon * Dialogs.C: @@ -471,36 +654,36 @@ * ui/QBibtexDialog.ui: added BibTeX dialog. * README: update - + 2001-08-26 John Levon * Qt2BC.C: whoops, reversed sense of setReadOnly() - + 2001-08-26 John Levon - * Dialogs.C: + * Dialogs.C: * QRef.[Ch]: * ui/QRefDialog.ui: add Ref dialog back * QAbout.[Ch]: - * QCitation.[Ch]: - * QDocument.[Ch]: - * QIndex.[Ch]: + * QCitation.[Ch]: + * QDocument.[Ch]: + * QIndex.[Ch]: * QURL.[Ch]: - * Qt2Base.h: protect build() with updating_ too + * Qt2Base.h: protect build() with updating_ too * QCitationDialog.C: use Qt2Base::readOnly * README: update - + 2001-08-25 John Levon * Dialogs.C: add URL - + * QAbout.h: * QCitation.h: - * QDocument.h: - * QIndex.C: + * QDocument.h: + * QIndex.C: * Qt2Base.h: * Qt2Base.C: add an updating_ variable to prevent bc() breakage. @@ -510,21 +693,21 @@ * QURLDialog.h: * QURLDialog.C: * ui/QURLDialog.ui: make alive again - - * Qt2BC.C: make lineedits ReadOnly not disabled - + + * Qt2BC.C: make lineedits ReadOnly not disabled + * README: update - + * ui/QCitationDialog.ui: small cleanups * ui/QIndexDialog.ui: add a what's this - + 2001-08-24 John Levon * Dialogs.C: include the right files * QCitation.C: closePB not cancelPB - + * QCitationDialog.C: * QCitationDialog.h: * ui/QCitationDialog.ui: small fixes @@ -532,15 +715,15 @@ * QIndex.h: * QIndex.C: * QIndexDialog.C: - * QIndexDialog.h: + * QIndexDialog.h: * ui/QIndexDialog.ui: more fixes - + * Qt2Base.h: - * Qt2Base.C: add reset() to workaround problem. + * Qt2Base.C: add reset() to workaround problem. * README: update - * Makefile.am: + * Makefile.am: * Timeout_pimpl.h: * Timeout_pimpl.C: add the timer @@ -550,9 +733,9 @@ * Makefile.am: * Qt2BC.h: * Qt2BC.C: - * QAbout.C: + * QAbout.C: * QCitation.C: - * QDocument.h: + * QDocument.h: * Qt2Base.C: * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable @@ -563,32 +746,32 @@ * Qt2Base.h: * Qt2Base.C: add a virtual isValid(), and predicate what changed() tells the BC on the return value - + * README: update - + 2001-08-21 John Levon * Dialogs.C: add QIndex * ui/Makefile.am: * Makefile.am: fix build - + * ui/QAboutDialog.ui: * QAbout.C: finish dialog * ui/QCitationDialog.ui: * QCitationDialog.C: BC fixes - - * ui/QIndexDialog.ui: + + * ui/QIndexDialog.ui: * QIndex.h: - * QIndex.C: + * QIndex.C: * QIndexDialog.h: * QIndexDialog.C: got index dialog working 2001-08-19 John Levon * all files: enormous naming re-jig and tidy - + 2001-07-13 Angus Leeming Consistent use of Lsstream.h: @@ -609,7 +792,7 @@ * FormCitationDialogImpl.C: added using directive. * qt2BC.[Ch]: qt2BC now derives from GuiBC. - No idea why this wasn't done ages ago! + No idea why this wasn't done ages ago! 2001-06-15 Angus Leeming @@ -640,7 +823,7 @@ * : fix random space pepper to use hard tabs. Also add where necessitated by using LString.h - + 2001-05-22 Adrien Rebollo * FormDocument.C (build): add iso8859-15 support. @@ -676,7 +859,7 @@ * Qt2Base.h: * Qt2Base.C: s/ControlButton/ControlButtons/ - + 2001-04-02 Kalle Dalheimer * Makefile.am: Simplified Makefile.am @@ -697,7 +880,7 @@ * Makefile.am: added missing xform dialogs * FormParagraph.C: only extra setting if wanted * FormParagraph.h: add namespace to connection - + 2001-03-16 Kalle Dalheimer * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when @@ -719,7 +902,7 @@ * Makefile.am: updated * FormSplash.[Ch]: added * FormSplashImpl.[Ch]: added - + 2001-03-09 Edwin Leuven * Makefile.am: updated @@ -746,7 +929,7 @@ * chardlg.ui * chardlg.[Ch] * chardlgimpl.[Ch] - + 2001-02-16 John Levon * FormParagraph.C: fix bview->update()