]> git.lyx.org Git - lyx.git/commit
Fix perf issue when displaying the symbols gui (#9968)
authorGuillaume Munch <gm@lyx.org>
Fri, 11 Mar 2016 18:02:46 +0000 (18:02 +0000)
committerGuillaume Munch <gm@lyx.org>
Sun, 13 Mar 2016 07:19:13 +0000 (07:19 +0000)
commit0434f5676ae078496cba696b2eb96be5b69c5f5a
treed71ce535351be26b36bf96f353080bbf5f06a1f6
parent0430132aa049f2a97280bcbcff69f71d42ed7d98
Fix perf issue when displaying the symbols gui (#9968)

According to callgrind, the time taken to display the symbol dialog is spent in
updateSymbolsList. No longer translate strings for every symbol. This speeds
it up more or less by a factor two.
src/frontends/qt4/GuiSymbols.cpp