]> git.lyx.org Git - lyx.git/commit
Attempt to fix bug 9158 using updateBuffer.
authorRichard Heck <rgheck@lyx.org>
Sun, 5 Nov 2017 01:23:25 +0000 (21:23 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 15 Apr 2018 04:14:32 +0000 (00:14 -0400)
commitfe246160603786a9d299755d88eabd3d7ce5439e
tree755dfeb6f4eb9f8b9bf2a67f0e45a5678da25658
parente4a3527fa94b263dada55ea50334e895580c6bf7
Attempt to fix bug 9158 using updateBuffer.

Along the lines suggested by JMarc, we now collect the list of bibfiles
in use in the updateBuffer routines. This actually does simplify the code
quite a bit. See the discussion there for reasons to go this way.

(cherry picked from commit 8b9d1b860187338e06e10261b391886d50423239)
src/Buffer.cpp
src/Buffer.h
src/BufferView.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBibtex.h
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h