]> git.lyx.org Git - features.git/commit
merge ButtonController and its view (Qt2BC in this case)
authorAndré Pönitz <poenitz@gmx.net>
Mon, 3 Sep 2007 05:59:32 +0000 (05:59 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 3 Sep 2007 05:59:32 +0000 (05:59 +0000)
commit212386be8a1573fb52b5da718961835816a3c8e2
treec15b85f82c0a8801fc8a1cb299242dd7b413d67e
parentc247f0ffe06b2354c8345b81b714e9e8f569f46a
merge ButtonController and its view (Qt2BC in this case)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20018 a592a061-630c-0410-9148-cb99ea01b6c8
102 files changed:
src/frontends/Dialogs.cpp
src/frontends/Dialogs.h
src/frontends/controllers/BCView.cpp [deleted file]
src/frontends/controllers/BCView.h [deleted file]
src/frontends/controllers/ButtonController.cpp [deleted file]
src/frontends/controllers/ButtonController.h [deleted file]
src/frontends/controllers/ControlCharacter.cpp
src/frontends/controllers/ControlParagraph.cpp
src/frontends/controllers/ControlPrint.cpp
src/frontends/controllers/ControlVSpace.cpp
src/frontends/controllers/Dialog.cpp
src/frontends/controllers/Dialog.h
src/frontends/controllers/Makefile.am
src/frontends/controllers/frontend_helpers.h
src/frontends/qt4/ButtonController.cpp [new file with mode: 0644]
src/frontends/qt4/ButtonController.h [new file with mode: 0644]
src/frontends/qt4/Dialogs.cpp
src/frontends/qt4/GuiAbout.cpp
src/frontends/qt4/GuiAbout.h
src/frontends/qt4/GuiBibitem.cpp
src/frontends/qt4/GuiBibitem.h
src/frontends/qt4/GuiBibtex.cpp
src/frontends/qt4/GuiBibtex.h
src/frontends/qt4/GuiBox.cpp
src/frontends/qt4/GuiBox.h
src/frontends/qt4/GuiBranch.cpp
src/frontends/qt4/GuiBranch.h
src/frontends/qt4/GuiChanges.cpp
src/frontends/qt4/GuiChanges.h
src/frontends/qt4/GuiCharacter.cpp
src/frontends/qt4/GuiCharacter.h
src/frontends/qt4/GuiCitation.cpp
src/frontends/qt4/GuiCitation.h
src/frontends/qt4/GuiDelimiter.cpp
src/frontends/qt4/GuiDelimiter.h
src/frontends/qt4/GuiDialog.cpp [new file with mode: 0644]
src/frontends/qt4/GuiDialog.h [new file with mode: 0644]
src/frontends/qt4/GuiDialogView.cpp
src/frontends/qt4/GuiDialogView.h
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiDocument.h
src/frontends/qt4/GuiERT.cpp
src/frontends/qt4/GuiERT.h
src/frontends/qt4/GuiEmbeddedFiles.cpp
src/frontends/qt4/GuiErrorList.cpp
src/frontends/qt4/GuiErrorList.h
src/frontends/qt4/GuiExternal.cpp
src/frontends/qt4/GuiExternal.h
src/frontends/qt4/GuiFloat.cpp
src/frontends/qt4/GuiFloat.h
src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/GuiGraphics.h
src/frontends/qt4/GuiInclude.cpp
src/frontends/qt4/GuiInclude.h
src/frontends/qt4/GuiIndex.cpp
src/frontends/qt4/GuiIndex.h
src/frontends/qt4/GuiListings.cpp
src/frontends/qt4/GuiListings.h
src/frontends/qt4/GuiLog.cpp
src/frontends/qt4/GuiLog.h
src/frontends/qt4/GuiMathMatrix.cpp
src/frontends/qt4/GuiMathMatrix.h
src/frontends/qt4/GuiNomencl.cpp
src/frontends/qt4/GuiNomencl.h
src/frontends/qt4/GuiNote.cpp
src/frontends/qt4/GuiNote.h
src/frontends/qt4/GuiParagraph.cpp
src/frontends/qt4/GuiParagraph.h
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiPrefs.h
src/frontends/qt4/GuiPrint.cpp
src/frontends/qt4/GuiPrint.h
src/frontends/qt4/GuiRef.cpp
src/frontends/qt4/GuiRef.h
src/frontends/qt4/GuiSearch.cpp
src/frontends/qt4/GuiSearch.h
src/frontends/qt4/GuiSendto.cpp
src/frontends/qt4/GuiSendto.h
src/frontends/qt4/GuiShowFile.cpp
src/frontends/qt4/GuiShowFile.h
src/frontends/qt4/GuiSpellchecker.cpp
src/frontends/qt4/GuiSpellchecker.h
src/frontends/qt4/GuiTabular.cpp
src/frontends/qt4/GuiTabular.h
src/frontends/qt4/GuiTabularCreate.cpp
src/frontends/qt4/GuiTabularCreate.h
src/frontends/qt4/GuiTexinfo.cpp
src/frontends/qt4/GuiTexinfo.h
src/frontends/qt4/GuiThesaurus.cpp
src/frontends/qt4/GuiThesaurus.h
src/frontends/qt4/GuiToc.cpp
src/frontends/qt4/GuiURL.cpp
src/frontends/qt4/GuiURL.h
src/frontends/qt4/GuiVSpace.cpp
src/frontends/qt4/GuiVSpace.h
src/frontends/qt4/GuiViewSource.cpp
src/frontends/qt4/GuiViewSource.h
src/frontends/qt4/GuiWrap.cpp
src/frontends/qt4/GuiWrap.h
src/frontends/qt4/Makefile.am
src/frontends/qt4/Qt2BC.cpp [deleted file]
src/frontends/qt4/Qt2BC.h [deleted file]