]> git.lyx.org Git - lyx.git/commit
port the graphics dialog to the new scheme and get rid of the ControlInset
authorAngus Leeming <leeming@lyx.org>
Fri, 7 Mar 2003 18:44:57 +0000 (18:44 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 7 Mar 2003 18:44:57 +0000 (18:44 +0000)
commit120c89f24fae05379fbdc8539d3cfae574c2aecd
tree4f91c23e0462c3d4d6d803cb6128c7795b094301
parentf7ec787f032d2504ce5514a9f42c1cfd2d11accd
port the graphics dialog to the new scheme and get rid of the ControlInset
template.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6382 a592a061-630c-0410-9148-cb99ea01b6c8
37 files changed:
lib/ChangeLog
lib/ui/default.ui
src/BufferView_pimpl.C
src/ChangeLog
src/LyXAction.C
src/ToolbarDefaults.C
src/commandtags.h
src/factory.C
src/frontends/ChangeLog
src/frontends/Dialogs.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlGraphics.h
src/frontends/controllers/ControlInset.h [deleted file]
src/frontends/controllers/ControlInset.tmpl [deleted file]
src/frontends/controllers/Makefile.am
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/QGraphics.C
src/frontends/qt2/QGraphics.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/FormGraphics.C
src/frontends/xforms/FormGraphics.h
src/frontends/xforms/forms/form_graphics.fd
src/insets/ChangeLog
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/lyxfunc.C