]> git.lyx.org Git - features.git/commit
The big renaming. Yowser.
authorJohn Levon <levon@movementarian.org>
Sun, 19 Aug 2001 13:25:15 +0000 (13:25 +0000)
committerJohn Levon <levon@movementarian.org>
Sun, 19 Aug 2001 13:25:15 +0000 (13:25 +0000)
commit03add3957a3807cdd9f7608aa9277c0177988a9e
treedea74e80e8feef0117c3f268fe92e8f1533b1b64
parent2652ad62f4372429195db18d3a765543f4ac6090
The big renaming. Yowser.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2552 a592a061-630c-0410-9148-cb99ea01b6c8
162 files changed:
src/frontends/qt2/.cvsignore
src/frontends/qt2/ChangeLog
src/frontends/qt2/Dialogs.C
src/frontends/qt2/FileDialog_private.C
src/frontends/qt2/FormCharacter.C [deleted file]
src/frontends/qt2/FormCharacter.h [deleted file]
src/frontends/qt2/FormCitation.C [deleted file]
src/frontends/qt2/FormCitation.h [deleted file]
src/frontends/qt2/FormCitationDialog.ui [deleted file]
src/frontends/qt2/FormCitationDialogImpl.C [deleted file]
src/frontends/qt2/FormCitationDialogImpl.h [deleted file]
src/frontends/qt2/FormCopyright.C [deleted file]
src/frontends/qt2/FormCopyright.h [deleted file]
src/frontends/qt2/FormCopyrightDialog.ui [deleted file]
src/frontends/qt2/FormCopyrightDialogImpl.C [deleted file]
src/frontends/qt2/FormCopyrightDialogImpl.h [deleted file]
src/frontends/qt2/FormCredits.C [deleted file]
src/frontends/qt2/FormCredits.h [deleted file]
src/frontends/qt2/FormCreditsDialog.ui [deleted file]
src/frontends/qt2/FormCreditsDialogImpl.C [deleted file]
src/frontends/qt2/FormCreditsDialogImpl.h [deleted file]
src/frontends/qt2/FormDocument.C [deleted file]
src/frontends/qt2/FormDocument.h [deleted file]
src/frontends/qt2/FormDocumentDialog.ui [deleted file]
src/frontends/qt2/FormDocumentDialogImpl.C [deleted file]
src/frontends/qt2/FormDocumentDialogImpl.h [deleted file]
src/frontends/qt2/FormIndex.C [deleted file]
src/frontends/qt2/FormIndex.h [deleted file]
src/frontends/qt2/FormIndexDialog.C [deleted file]
src/frontends/qt2/FormIndexDialog.h [deleted file]
src/frontends/qt2/FormIndexDialogBase.ui [deleted file]
src/frontends/qt2/FormParagraph.C [deleted file]
src/frontends/qt2/FormParagraph.h [deleted file]
src/frontends/qt2/FormPrint.C [deleted file]
src/frontends/qt2/FormPrint.h [deleted file]
src/frontends/qt2/FormRef.C [deleted file]
src/frontends/qt2/FormRef.h [deleted file]
src/frontends/qt2/FormRefDialog.C [deleted file]
src/frontends/qt2/FormRefDialog.h [deleted file]
src/frontends/qt2/FormRefDialogBase.ui [deleted file]
src/frontends/qt2/FormSearch.C [deleted file]
src/frontends/qt2/FormSearch.h [deleted file]
src/frontends/qt2/FormSplash.C [deleted file]
src/frontends/qt2/FormSplash.h [deleted file]
src/frontends/qt2/FormSplashImpl.C [deleted file]
src/frontends/qt2/FormSplashImpl.h [deleted file]
src/frontends/qt2/FormTabularCreate.C [deleted file]
src/frontends/qt2/FormTabularCreate.h [deleted file]
src/frontends/qt2/FormToc.C [deleted file]
src/frontends/qt2/FormToc.h [deleted file]
src/frontends/qt2/FormTocDialog.C [deleted file]
src/frontends/qt2/FormTocDialog.h [deleted file]
src/frontends/qt2/FormTocDialogBase.ui [deleted file]
src/frontends/qt2/FormUrl.C [deleted file]
src/frontends/qt2/FormUrl.h [deleted file]
src/frontends/qt2/FormUrlDialog.C [deleted file]
src/frontends/qt2/FormUrlDialog.h [deleted file]
src/frontends/qt2/FormUrlDialogBase.ui [deleted file]
src/frontends/qt2/GUIRunTime.C
src/frontends/qt2/Makefile.am
src/frontends/qt2/Makefile.dialogs [new file with mode: 0644]
src/frontends/qt2/QAbout.C [new file with mode: 0644]
src/frontends/qt2/QAbout.h [new file with mode: 0644]
src/frontends/qt2/QAboutDialog.C [new file with mode: 0644]
src/frontends/qt2/QAboutDialog.h [new file with mode: 0644]
src/frontends/qt2/QCharacter.C [new file with mode: 0644]
src/frontends/qt2/QCharacter.h [new file with mode: 0644]
src/frontends/qt2/QCharacterDialog.C [new file with mode: 0644]
src/frontends/qt2/QCharacterDialog.h [new file with mode: 0644]
src/frontends/qt2/QCitation.C [new file with mode: 0644]
src/frontends/qt2/QCitation.h [new file with mode: 0644]
src/frontends/qt2/QCitationDialog.C [new file with mode: 0644]
src/frontends/qt2/QCitationDialog.h [new file with mode: 0644]
src/frontends/qt2/QDocument.C [new file with mode: 0644]
src/frontends/qt2/QDocument.h [new file with mode: 0644]
src/frontends/qt2/QDocumentDialog.C [new file with mode: 0644]
src/frontends/qt2/QDocumentDialog.h [new file with mode: 0644]
src/frontends/qt2/QIndex.C [new file with mode: 0644]
src/frontends/qt2/QIndex.h [new file with mode: 0644]
src/frontends/qt2/QIndexDialog.C [new file with mode: 0644]
src/frontends/qt2/QIndexDialog.h [new file with mode: 0644]
src/frontends/qt2/QParagraph.C [new file with mode: 0644]
src/frontends/qt2/QParagraph.h [new file with mode: 0644]
src/frontends/qt2/QParagraphDialog.C [new file with mode: 0644]
src/frontends/qt2/QParagraphDialog.h [new file with mode: 0644]
src/frontends/qt2/QPrint.C [new file with mode: 0644]
src/frontends/qt2/QPrint.h [new file with mode: 0644]
src/frontends/qt2/QPrintDialog.C [new file with mode: 0644]
src/frontends/qt2/QPrintDialog.h [new file with mode: 0644]
src/frontends/qt2/QRef.C [new file with mode: 0644]
src/frontends/qt2/QRef.h [new file with mode: 0644]
src/frontends/qt2/QRefDialog.C [new file with mode: 0644]
src/frontends/qt2/QRefDialog.h [new file with mode: 0644]
src/frontends/qt2/QSearch.C [new file with mode: 0644]
src/frontends/qt2/QSearch.h [new file with mode: 0644]
src/frontends/qt2/QSearchDialog.C [new file with mode: 0644]
src/frontends/qt2/QSearchDialog.h [new file with mode: 0644]
src/frontends/qt2/QSplash.C [new file with mode: 0644]
src/frontends/qt2/QSplash.h [new file with mode: 0644]
src/frontends/qt2/QSplashDialog.C [new file with mode: 0644]
src/frontends/qt2/QSplashDialog.h [new file with mode: 0644]
src/frontends/qt2/QTabularCreate.C [new file with mode: 0644]
src/frontends/qt2/QTabularCreate.h [new file with mode: 0644]
src/frontends/qt2/QTabularCreateDialog.C [new file with mode: 0644]
src/frontends/qt2/QTabularCreateDialog.h [new file with mode: 0644]
src/frontends/qt2/QToc.C [new file with mode: 0644]
src/frontends/qt2/QToc.h [new file with mode: 0644]
src/frontends/qt2/QTocDialog.C [new file with mode: 0644]
src/frontends/qt2/QTocDialog.h [new file with mode: 0644]
src/frontends/qt2/QURL.C [new file with mode: 0644]
src/frontends/qt2/QURL.h [new file with mode: 0644]
src/frontends/qt2/QURLDialog.C [new file with mode: 0644]
src/frontends/qt2/QURLDialog.h [new file with mode: 0644]
src/frontends/qt2/Qt2Base.C
src/frontends/qt2/QtLyXView.h
src/frontends/qt2/README [new file with mode: 0644]
src/frontends/qt2/chardlg.C [deleted file]
src/frontends/qt2/chardlg.h [deleted file]
src/frontends/qt2/chardlg.ui [deleted file]
src/frontends/qt2/chardlgimpl.C [deleted file]
src/frontends/qt2/chardlgimpl.h [deleted file]
src/frontends/qt2/dialogs-qt2.txt [deleted file]
src/frontends/qt2/emptytable.C
src/frontends/qt2/moc/.cvsignore [new file with mode: 0644]
src/frontends/qt2/moc/Makefile.am [new file with mode: 0644]
src/frontends/qt2/paragraphdlg.C [deleted file]
src/frontends/qt2/paragraphdlg.h [deleted file]
src/frontends/qt2/paragraphdlg.ui [deleted file]
src/frontends/qt2/paragraphdlgimpl.C [deleted file]
src/frontends/qt2/paragraphdlgimpl.h [deleted file]
src/frontends/qt2/printdlg.C [deleted file]
src/frontends/qt2/printdlg.h [deleted file]
src/frontends/qt2/printdlg.ui [deleted file]
src/frontends/qt2/printdlgimpl.C [deleted file]
src/frontends/qt2/printdlgimpl.h [deleted file]
src/frontends/qt2/qt2BC.h
src/frontends/qt2/searchdlg.C [deleted file]
src/frontends/qt2/searchdlg.h [deleted file]
src/frontends/qt2/searchdlg.ui [deleted file]
src/frontends/qt2/searchdlgimpl.C [deleted file]
src/frontends/qt2/searchdlgimpl.h [deleted file]
src/frontends/qt2/tabularcreatedlg.C [deleted file]
src/frontends/qt2/tabularcreatedlg.h [deleted file]
src/frontends/qt2/tabularcreatedlg.ui [deleted file]
src/frontends/qt2/tabularcreatedlgimpl.C [deleted file]
src/frontends/qt2/tabularcreatedlgimpl.h [deleted file]
src/frontends/qt2/ui/.cvsignore [new file with mode: 0644]
src/frontends/qt2/ui/Makefile.am [new file with mode: 0644]
src/frontends/qt2/ui/QAboutDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QCharacterDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QCitationDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QDocumentDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QIndexDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QParagraphDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QPrintDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QRefDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QSearchDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QTabularCreateDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QTocDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/QURLDialog.ui [new file with mode: 0644]
src/frontends/qt2/ui/moc/.cvsignore [new file with mode: 0644]
src/frontends/qt2/ui/moc/Makefile.am [new file with mode: 0644]