]> git.lyx.org Git - features.git/commit
Sort out usage of INset::has Settings and Inset::clickable
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 15 Feb 2012 09:42:13 +0000 (09:42 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 15 Feb 2012 09:42:13 +0000 (09:42 +0000)
commit5d3461b10f68b81c06898d19e5d7a1b55c472f37
tree13724f59ef026eb95c823226764bad6ed0f304ba
parentfcca6c2d113771795b446915b866628647ca42e3
Sort out usage of INset::has Settings and Inset::clickable

 * now hasSettings only means... that the inset has a settings dialog
 * and clickable means that something should happen with left-clicking on the inset

Some inset behaviours are changed:
 * (V)Space insets are not clickable anymore (the settings dialog is still accessible via context menu and Edit menu)
 * TOC inset is now shown as active
 * FloatList inset is shown as active and clicking on it opens the relevant part of the TOC dialog

This could be a candidate for branch (2.0.4)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40755 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/Inset.cpp
src/insets/InsetCommand.cpp
src/insets/InsetFloatList.cpp
src/insets/InsetFloatList.h
src/insets/InsetSpace.h
src/insets/InsetTOC.cpp
src/insets/InsetTOC.h
src/insets/InsetVSpace.h