]> git.lyx.org Git - features.git/commit
Convert the Search/Replace dialog to the cleaner MCV scheme.
authorAngus Leeming <leeming@lyx.org>
Mon, 26 Jan 2004 00:43:56 +0000 (00:43 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 26 Jan 2004 00:43:56 +0000 (00:43 +0000)
commitbe2ce42c657e73721450239d949ee87cbb5f33ac
treef1f8a8a7f3b19f1c25f7b3651fafc5984597bf9b
parent35d08a9635d3138d3b7530a5cee2f9d9a201df94
Convert the Search/Replace dialog to the cleaner MCV scheme.
The dispatch reaches the correct place in the core, but the core
doesn't seem to act on it properly. No doubt Andr�'s doing ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8370 a592a061-630c-0410-9148-cb99ea01b6c8
20 files changed:
src/ChangeLog
src/frontends/ChangeLog
src/frontends/Dialogs.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlParagraph.h
src/frontends/controllers/ControlSearch.C
src/frontends/controllers/ControlSearch.h
src/frontends/guiapi.C
src/frontends/guiapi.h
src/frontends/qt2/ChangeLog
src/frontends/qt2/Dialogs.C
src/frontends/qt2/Dialogs2.C
src/frontends/qt2/QSearch.C
src/frontends/qt2/QSearch.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/Dialogs2.C
src/frontends/xforms/FormSearch.C
src/frontends/xforms/FormSearch.h
src/lyxfunc.C