2001-08-26 John Levon * Qt2BC.C: whoops, reversed sense of setReadOnly() 2001-08-26 John Levon * Dialogs.C: * QRef.[Ch]: * ui/QRefDialog.ui: add Ref dialog back * QAbout.[Ch]: * QCitation.[Ch]: * QDocument.[Ch]: * QIndex.[Ch]: * QURL.[Ch]: * 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: * Qt2Base.h: * Qt2Base.C: add an updating_ variable to prevent bc() breakage. * QURL.h: * QURL.C: * QURLDialog.h: * QURLDialog.C: * ui/QURLDialog.ui: make alive again * 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 * 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 * 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 * 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 * all files: enormous naming re-jig and tidy 2001-07-13 Angus Leeming Consistent use of Lsstream.h: * FormCredits.C (build): std::stringstream -> stringstream. 2001-06-17 Angus Leeming * 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 * FormCitationDialogImpl.C: added using directive. * qt2BC.[Ch]: qt2BC now derives from GuiBC. No idea why this wasn't done ages ago! 2001-06-15 Angus Leeming * FormCharacter.C: * FormParagraph.C (c-tor): cosmetic name change of signal. 2001-06-14 Angus Leeming * 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 * : 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. 2001-05-17 Allan Rae * 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ønnes * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft 2001-04-03 John Levon * 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 * Makefile.am: Simplified Makefile.am 2001-03-31 Kalle Dalheimer * FormCitationDialogImpl.C (doPreviousNext): Propagated search fixes from XForms * several files: MVC for citation dialog 2001-03-30 Angus Leeming * Qt2Base.[Ch]: changed ControlBase to ControlButton. 2001-03-19 Edwin Leuven * 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 * 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ønnes * several files: remove CXX_WORKING_NAMESPACES 2001-03-15 Edwin Leuven * Added splash screen * Makefile.am: updated * FormSplash.[Ch]: added * FormSplashImpl.[Ch]: added 2001-03-09 Edwin Leuven * 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 to compile again: * FileDialog_private.[Ch]: added * FileDialog.C: added * FormParagraph.C: params settings updated 2001-03-06 Edwin Leuven * Search dialog added: * FormSearch.[Ch] * searchdlg.ui * searchdlg.[Ch] * searchdlgimpl.[Ch] 2001-02-16 Edwin Leuven * remove inheritance from noncopyable in Form*.h * Character dialog added: * FormCharacter.[Ch] * chardlg.ui * chardlg.[Ch] * chardlgimpl.[Ch] 2001-02-16 John Levon * FormParagraph.C: fix bview->update() 2001-01-24 Edwin Leuven *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 * 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