]> git.lyx.org Git - features.git/commit
Inset::validateModifyArgument(): new virtual interface for using LFUN_INSET_MODIFY.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 30 Jan 2010 11:15:05 +0000 (11:15 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 30 Jan 2010 11:15:05 +0000 (11:15 +0000)
commitd3487d106cfeb5b7e1ab5f5a2859d7f80ef31745
treed8d5053becfcff0c69ab4bf074fc03f12dc43c58
parent10caadcdbea8b79f5e69199903fc077f9f60d544
Inset::validateModifyArgument(): new virtual interface for using LFUN_INSET_MODIFY.
GuiInfo: extract generic code into new class InsetDialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33270 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/scons_manifest.py
src/frontends/qt4/GuiInfo.cpp
src/frontends/qt4/GuiInfo.h
src/frontends/qt4/InsetDialog.cpp [new file with mode: 0644]
src/frontends/qt4/InsetDialog.h [new file with mode: 0644]
src/frontends/qt4/Makefile.am
src/insets/Inset.h
src/insets/InsetInfo.cpp
src/insets/InsetInfo.h