lyx_mirror/src/frontends/qt2/ChangeLog
Angus Leeming 58d99b4a97 * Baruch's GuiBC template.
* Some file (and class) name changes:
	ButtonController.[Ch] to ButtonControllerBase.[Ch]
	BCTemplates.h to ButtonController.h
	ControlBase.[Ch] to ControlButton.[Ch]
* Moved file browsing into the controllers for the Graphics, Include and
Print popups.
* Fixed search bug in Citation popup. Added case sensitive button.
* Implemented controller-view split for External Material popup. Think that
it's now correct, but could you check again, Dekel?

Angus


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1859 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-30 09:51:46 +00:00

107 lines
2.6 KiB
Plaintext

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ø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