]> git.lyx.org Git - features.git/commit
Move the global formats and system_formats variables into the
authorRichard Heck <rgheck@lyx.org>
Tue, 14 Mar 2017 03:33:40 +0000 (23:33 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 14 Mar 2017 03:40:29 +0000 (23:40 -0400)
commit50060053e36b3e9dfe03bc33ed3abac1eacc54b0
tree6c77f8fb22fd18960f0405ec4c711f0c133d166d
parent591f5780e47f9e555462de7dc78d918fcafe6efa
Move the global formats and system_formats variables into the
LyX singleton.

Mostly, this is very boring, but it might be good if someone would
check what I did about the dummy implementation in tex2lyx.
24 files changed:
src/Buffer.cpp
src/Converter.cpp
src/ConverterCache.cpp
src/Format.cpp
src/Format.h
src/Graph.cpp
src/Lexer.cpp
src/LyX.cpp
src/LyX.h
src/LyXRC.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiViewSource.cpp
src/frontends/qt4/Menus.cpp
src/graphics/GraphicsCache.cpp
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsConverter.cpp
src/graphics/epstools.cpp
src/insets/ExternalSupport.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetHyperlink.cpp
src/insets/InsetInclude.cpp
src/tex2lyx/dummy_impl.cpp