]> git.lyx.org Git - features.git/commit
Beautify ToolTips in work area
authorGuillaume Munch <gm@lyx.org>
Sat, 11 Jun 2016 11:57:18 +0000 (12:57 +0100)
committerGuillaume Munch <gm@lyx.org>
Sun, 3 Jul 2016 15:28:46 +0000 (17:28 +0200)
commit4089ff1ec36292a37866c81d844e9ebd6dffd850
tree0cd7db086af8c84e8b5655d22fce7c756c02fcab
parentd1dddde6d800834eb6b8c7626da4d251e7c74f08
Beautify ToolTips in work area

* Justification and nicer line breaks.

* Much nicer tooltip for lists of bibliographical references.

* Removed unnecessary iterated copies of the string buffer in
  InsetText::ToolTipText() which looked bad. This function used to be costly
  (cf64064), maybe it is quicker now.
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiWorkArea.cpp
src/insets/Inset.h
src/insets/InsetBibtex.cpp
src/insets/InsetCitation.cpp
src/insets/InsetText.cpp
src/insets/InsetText.h