Andre Poenitz <[EMAIL PROTECTED]> writes: > Summary: > > Before merging controller and view for the "About" dialog: > > 315 frontends/controllers/ControlAboutlyx.lo > 88760 frontends/controllers/ControlAboutlyx.o > 301 frontends/qt4/GuiAbout.lo > 95752 frontends/qt4/GuiAbout.o > 2057 frontends/qt4/GuiAbout_moc.cpp > 4887 frontends/qt4/ui_AboutUi.h > > After merging controller and view: > > 315 frontends/controllers/ControlAboutlyx.lo > 1640 frontends/controllers/ControlAboutlyx.o > 301 frontends/qt4/GuiAbout.lo > 50100 frontends/qt4/GuiAbout.o > 2065 frontends/qt4/GuiAbout_moc.cpp > 4887 frontends/qt4/ui_AboutUi.h > > 127 405 3451 qt4/GuiAbout.cpp > 33 86 567 qt4/GuiAbout.h
The view/controller split was never about size. It was about a clean way to separate two conceptually separate things. I understand that there's lots you don't like about the current implementation, but that's no reason to scrap the rationale behind the separation. *That* is still completely valid. Angus