]> git.lyx.org Git - features.git/commit
Hold on to your hats.
authorAngus Leeming <leeming@lyx.org>
Tue, 25 Feb 2003 14:51:38 +0000 (14:51 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 25 Feb 2003 14:51:38 +0000 (14:51 +0000)
commitcda53633ff3a06b87889f37e9fb5b905dec4c80d
treec5ddd2cfb9f832c8377ab896410053442290f480
parentdb1f06d9140a3ed7984c966b78a17fba70e96df2
Hold on to your hats.
Qt users should autogen.sh
Gnome users --- you're on your own ;-)
Happy recompiling.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6253 a592a061-630c-0410-9148-cb99ea01b6c8
147 files changed:
lib/ChangeLog
lib/ui/default.ui
src/BufferView_pimpl.C
src/ChangeLog
src/LyXAction.C
src/commandtags.h
src/factory.C
src/frontends/ChangeLog
src/frontends/Dialogs.C
src/frontends/Dialogs.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlBibitem.C
src/frontends/controllers/ControlBibitem.h
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlBibtex.h
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCitation.h
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlCommand.h
src/frontends/controllers/ControlConnections.C
src/frontends/controllers/ControlERT.C
src/frontends/controllers/ControlERT.h
src/frontends/controllers/ControlError.C
src/frontends/controllers/ControlError.h
src/frontends/controllers/ControlIndex.C
src/frontends/controllers/ControlIndex.h
src/frontends/controllers/ControlRef.C
src/frontends/controllers/ControlRef.h
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlToc.h
src/frontends/controllers/ControlUrl.C
src/frontends/controllers/ControlUrl.h
src/frontends/controllers/Dialog.C [new file with mode: 0644]
src/frontends/controllers/Dialog.h [new file with mode: 0644]
src/frontends/controllers/Kernel.C [new file with mode: 0644]
src/frontends/controllers/Kernel.h [new file with mode: 0644]
src/frontends/controllers/Makefile.am
src/frontends/gnome/Dialogs.C
src/frontends/gnome/Dialogs2.C
src/frontends/gnome/Dialogs3.C [new file with mode: 0644]
src/frontends/gnome/Dialogs_impl.h
src/frontends/gnome/GError.C
src/frontends/gnome/GError.h
src/frontends/gnome/GUrl.C
src/frontends/gnome/GUrl.h
src/frontends/gnome/GView.C [new file with mode: 0644]
src/frontends/gnome/GView.h [new file with mode: 0644]
src/frontends/gnome/Makefile.am
src/frontends/guiapi.C
src/frontends/guiapi.h
src/frontends/qt2/Dialogs.C
src/frontends/qt2/Dialogs2.C
src/frontends/qt2/Dialogs3.C [new file with mode: 0644]
src/frontends/qt2/Dialogs_impl.h
src/frontends/qt2/Makefile.am
src/frontends/qt2/Makefile.dialogs
src/frontends/qt2/QBibitem.C
src/frontends/qt2/QBibitem.h
src/frontends/qt2/QBibtex.C
src/frontends/qt2/QBibtex.h
src/frontends/qt2/QCitation.C
src/frontends/qt2/QCitation.h
src/frontends/qt2/QDialogView.C [new file with mode: 0644]
src/frontends/qt2/QDialogView.h [new file with mode: 0644]
src/frontends/qt2/QERT.C
src/frontends/qt2/QERT.h
src/frontends/qt2/QError.C
src/frontends/qt2/QError.h
src/frontends/qt2/QIndex.C
src/frontends/qt2/QIndex.h
src/frontends/qt2/QRef.C
src/frontends/qt2/QRef.h
src/frontends/qt2/QToc.C
src/frontends/qt2/QToc.h
src/frontends/qt2/QURL.C
src/frontends/qt2/QURL.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/Dialogs2.C
src/frontends/xforms/Dialogs3.C [new file with mode: 0644]
src/frontends/xforms/Dialogs_impl.h
src/frontends/xforms/FormBibitem.C
src/frontends/xforms/FormBibitem.h
src/frontends/xforms/FormBibtex.C
src/frontends/xforms/FormBibtex.h
src/frontends/xforms/FormCitation.C
src/frontends/xforms/FormCitation.h
src/frontends/xforms/FormDialogView.C [new file with mode: 0644]
src/frontends/xforms/FormDialogView.h [new file with mode: 0644]
src/frontends/xforms/FormERT.C
src/frontends/xforms/FormERT.h
src/frontends/xforms/FormError.C
src/frontends/xforms/FormError.h
src/frontends/xforms/FormIndex.C
src/frontends/xforms/FormIndex.h
src/frontends/xforms/FormRef.C
src/frontends/xforms/FormRef.h
src/frontends/xforms/FormToc.C
src/frontends/xforms/FormToc.h
src/frontends/xforms/FormUrl.C
src/frontends/xforms/FormUrl.h
src/frontends/xforms/Makefile.am
src/frontends/xforms/XWorkArea.C
src/frontends/xforms/forms/form_bibitem.fd
src/frontends/xforms/forms/form_bibtex.fd
src/frontends/xforms/forms/form_citation.fd
src/frontends/xforms/forms/form_error.fd
src/frontends/xforms/forms/form_ert.fd
src/frontends/xforms/forms/form_index.fd
src/frontends/xforms/forms/form_ref.fd
src/frontends/xforms/forms/form_toc.fd
src/frontends/xforms/forms/form_url.fd
src/insets/ChangeLog
src/insets/Makefile.am
src/insets/insetbibitem.C
src/insets/insetbibitem.h
src/insets/insetbibtex.C
src/insets/insetbibtex.h
src/insets/insetbutton.C
src/insets/insetbutton.h
src/insets/insetcite.C
src/insets/insetcite.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/inseterror.C
src/insets/inseterror.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetfloatlist.C
src/insets/insetfloatlist.h
src/insets/insetindex.C
src/insets/insetindex.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insettoc.C
src/insets/insettoc.h
src/insets/inseturl.C
src/insets/inseturl.h
src/insets/mailinset.C [new file with mode: 0644]
src/insets/mailinset.h [new file with mode: 0644]
src/lyxfunc.C
src/mathed/ChangeLog
src/mathed/formulabase.C
src/mathed/ref_inset.C
src/text3.C