]> git.lyx.org Git - features.git/commit
* Reduce compilation time by removing the shared_ptr (which is not
authorStefan Schimanski <sts@lyx.org>
Thu, 21 Feb 2008 23:36:02 +0000 (23:36 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 21 Feb 2008 23:36:02 +0000 (23:36 +0000)
commit6eb72bd1f22879b7e991f46227cc6a86359f1ea3
treebbde6ccfb938841bcf4bac3912ab79fd83eac9ee
parent45bcfce52d426ac01ce85454b422e5437d7fb773
* Reduce compilation time by removing the shared_ptr (which is not
  really important because the ownership of the CompletionLists is
  easy enough) and by removing the deque for the half finished
  favorites implemention in InsetMathNest. I think this fits better
  into the GuiCompleter anyway.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23114 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiCompleter.cpp
src/insets/Inset.h
src/insets/InsetText.cpp
src/insets/InsetText.h
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathNest.h
src/mathed/MathMacro.cpp
src/mathed/MathMacro.h