lyx_mirror/src/frontends/qt2/ChangeLog

275 lines
6.5 KiB
Plaintext
Raw Normal View History

2001-08-24 John Levon <moz@compsoc.man.ac.uk>
* Dialogs.C: include the right files
* QCitation.C: closePB not cancelPB
* QCitationDialog.C:
* QCitationDialog.h:
* ui/QCitationDialog.ui: small fixes
* QIndex.h:
* QIndex.C:
* QIndexDialog.C:
* QIndexDialog.h:
* ui/QIndexDialog.ui: more fixes
* Qt2Base.h:
* Qt2Base.C: add reset() to workaround problem.
* README: update
* Makefile.am:
* Timeout_pimpl.h:
* Timeout_pimpl.C: add the timer
2001-08-23 John Levon <moz@compsoc.man.ac.uk>
* Dialogs.C:
* Makefile.am:
* Qt2BC.h:
* Qt2BC.C:
* QAbout.C:
* QCitation.C:
* QDocument.h:
* Qt2Base.C:
* Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
* QIndex.h:
* QIndex.C:
* ui/QIndexDialog.ui: use the BC properly
* 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 <moz@compsoc.man.ac.uk>
* 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:
* QIndex.h:
* QIndex.C:
* QIndexDialog.h:
* QIndexDialog.C: got index dialog working
2001-08-19 John Levon <moz@compsoc.man.ac.uk>
* all files: enormous naming re-jig and tidy
2001-07-13 Angus Leeming <a.leeming@ic.ac.uk>
Consistent use of Lsstream.h:
* FormCredits.C (build): std::stringstream -> stringstream.
2001-06-17 Angus Leeming <a.leeming@ic.ac.uk>
* FormCitation.C (build): removed bc().refresh() call as the controller
should take care of this.
(update): removed noKeys stuff as you don't use it.
* FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
We were being bit by the xforms browser returns the browser line number
in Fortran style, but Qt uses C-style.
2001-06-16 Angus Leeming <a.leeming@ic.ac.uk>
* FormCitationDialogImpl.C: added using directive.
* qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
No idea why this wasn't done ages ago!
2001-06-15 Angus Leeming <a.leeming@ic.ac.uk>
* FormCharacter.C:
* FormParagraph.C (c-tor): cosmetic name change of signal.
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
* FormCitation.C:
* Qt2Base.C: removed // -*- C++ -*- as first line.
* FileDialog_private.h:
* FormCopyright.h:
* FormCredits.h:
* FormIndex.h:
* FormParagraph.h:
* FormPrint.h:
* FormRef.h:
* FormSearch.h:
* FormSplash.h:
* FormTabularCreate.h:
* FormToc.h:
* FormUrl.h:
* QtLyXView.h: added // -*- C++ -*- as first line.
2001-06-02 John Levon <moz@compsoc.man.ac.uk>
* <various>: fix random space pepper to use
hard tabs. Also add <config.h> where necessitated
by using LString.h
2001-05-22 Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
* FormDocument.C (build): add iso8859-15 support.
2001-05-17 Allan Rae <rae@lyx.org>
* FormCharacter.C:
* FormCopyright.C:
* FormCredits.C:
* FormSearch.C: gettext went missing but is back gain now _().
* Makefile.am: ButtonController is now ButtonControllerBase.
It now compiles but it won't link lyx on my system. Complaints about
not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
are all present and accounted for by ldconfig. YMMV.
2001-05-09 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
* FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
2001-04-03 John Levon <moz@compsoc.man.ac.uk>
* FormCharacter.C:
* FormDocument.h:
* FormSearch.C:
* Dialogs.C: s/popup/dialog/
* qt2BC.h:
* qt2BC.C:
* FormCitation.C:
* FormDocument.C: s/UndoAll/Restore/
* Qt2Base.h:
* Qt2Base.C: s/ControlButton/ControlButtons/
2001-04-02 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
* Makefile.am: Simplified Makefile.am
2001-03-31 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
* FormCitationDialogImpl.C (doPreviousNext): Propagated search
fixes from XForms
* several files: MVC for citation dialog
2001-03-30 Angus Leeming <a.leeming@ic.ac.uk>
* Qt2Base.[Ch]: changed ControlBase to ControlButton.
2001-03-19 Edwin Leuven <leuven@fee.uva.nl>
* qt2 compiles again:
* Makefile.am: added missing xform dialogs
* FormParagraph.C: only extra setting if wanted
* FormParagraph.h: add namespace to connection
2001-03-16 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
* FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
NO_PEXTRA is not defined (in line with XForms frontend)
* Dialogs.C: Adapted to backend changes
* Makefile.am: updated citation dialog
* Citation dialog added: FormCitation.{C,h},
* FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
2001-03-15 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
* several files: remove CXX_WORKING_NAMESPACES
2001-03-15 Edwin Leuven <leuven@fee.uva.nl>
* Added splash screen
* Makefile.am: updated
* FormSplash.[Ch]: added
* FormSplashImpl.[Ch]: added
2001-03-09 Edwin Leuven <leuven@fee.uva.nl>
* Makefile.am: updated
* paragraphdlg.ui: manually enabled items in minipage settings
* paragraphdlgimpl.C: tweak enable code on extra page
* Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
* FileDialog_private.[Ch]: added
* FileDialog.C: added
* FormParagraph.C: params settings updated
2001-03-06 Edwin Leuven <leuven@fee.uva.nl>
* Search dialog added:
* FormSearch.[Ch]
* searchdlg.ui
* searchdlg.[Ch]
* searchdlgimpl.[Ch]
2001-02-16 Edwin Leuven <leuven@fee.uva.nl>
* remove inheritance from noncopyable in Form*.h
* Character dialog added:
* FormCharacter.[Ch]
* chardlg.ui
* chardlg.[Ch]
* chardlgimpl.[Ch]
2001-02-16 John Levon <moz@compsoc.man.ac.uk>
* FormParagraph.C: fix bview->update()
2001-01-24 Edwin Leuven <leuven@fee.uva.nl>
*FormParagraph.C:
*FormParagraph.h:
*FormPrint.C:
*FormPrint.h:
*FormTabularCreate.C:
*FormTabularCreate.h:
*QtLyXView.h:
*emptytable.C:
*emptytable.h:
*paragraphdlg.C:
*paragraphdlg.h:
*paragraphdlg.ui:
*paragraphdlgimpl.C:
*paragraphdlgimpl.h:
*printdlg.C:
*printdlg.h:
*printdlg.ui:
*printdlgimpl.C:
*printdlgimpl.h:
*tabularcreatedlg.C:
*tabularcreatedlg.h:
*tabularcreatedlg.ui:
*tabularcreatedlgimpl.C:
*tabularcreatedlgimpl.h:
*Makefile.am: added paragraph/print/tabular create dialogs
2001-01-24 John Levon <moz@compsoc.man.ac.uk>
* src/frontends/qt2/.cvsignore:
* Dialogs.C:
* FormCopyright.C:
* FormCopyright.h:
* FormCopyrightDialog.C:
* FormCopyrightDialog.h:
* FormCopyrightDialogBase.C:
* FormCopyrightDialogBase.h:
* FormCopyrightDialogBase.ui:
* GUIRunTime.C:
* Makefile.am: start frontend with the Copyright
dialog