]> git.lyx.org Git - lyx.git/commit
Get rid of all-insets-toggle and explain how to replace it with inset-forall.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 8 Apr 2010 12:39:41 +0000 (12:39 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 8 Apr 2010 12:39:41 +0000 (12:39 +0000)
commite8529a2ecf233b8c3ccadbad4da14941fa02fd07
tree4a903ef97213244553389c750d302c82a3fdbffa
parent5edd35360076c99e015efdd957078b398acc0ce0
Get rid of all-insets-toggle and explain how to replace it with inset-forall.

Change inset-forall so that screen is not repainted at each iteration, since this lead to very slow opeartion on large files. This is not a problem for current uses, but can potentially lead to crashes.

See ticket #6641 for more thoughts and possible solutions.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34092 a592a061-630c-0410-9148-cb99ea01b6c8
RELEASE-NOTES
lib/ui/stdcontext.inc
lib/ui/stdmenus.inc
src/BufferView.cpp
src/FuncCode.h
src/LyX.h
src/LyXAction.cpp
src/frontends/qt4/GuiDocument.cpp