]> git.lyx.org Git - features.git/commit
port the various dialogs to display the contents of an external file to the new Dialo...
authorAngus Leeming <leeming@lyx.org>
Tue, 25 Mar 2003 18:13:46 +0000 (18:13 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 25 Mar 2003 18:13:46 +0000 (18:13 +0000)
commit6d47abda7f4c367949145942f40c336beb515a8f
tree5ba82b46ca0c1dc104b9009cfa6a28ef864a1854
parent37e2388f8e107ef86c0a9a530dd5b271ac969c0b
port the various dialogs to display the contents of an external file to the new Dialog-based scheme

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6575 a592a061-630c-0410-9148-cb99ea01b6c8
39 files changed:
src/ChangeLog
src/frontends/ChangeLog
src/frontends/Dialogs.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlLog.C
src/frontends/controllers/ControlLog.h
src/frontends/controllers/ControlShowFile.C
src/frontends/controllers/ControlShowFile.h
src/frontends/controllers/ControlTexinfo.C
src/frontends/controllers/ControlVCLog.C
src/frontends/controllers/ControlVCLog.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/Dialogs3.C
src/frontends/qt2/Dialogs_impl.h
src/frontends/qt2/QLog.C
src/frontends/qt2/QLog.h
src/frontends/qt2/QShowFile.C
src/frontends/qt2/QShowFile.h
src/frontends/qt2/QVCLog.C
src/frontends/qt2/QVCLog.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/Dialogs2.C
src/frontends/xforms/Dialogs3.C
src/frontends/xforms/Dialogs_impl.h
src/frontends/xforms/FormBrowser.C
src/frontends/xforms/FormBrowser.h
src/frontends/xforms/FormLog.C
src/frontends/xforms/FormLog.h
src/frontends/xforms/FormShowFile.C
src/frontends/xforms/FormShowFile.h
src/frontends/xforms/FormVCLog.C
src/frontends/xforms/FormVCLog.h
src/frontends/xforms/forms/form_browser.fd
src/lyxfunc.C