]> git.lyx.org Git - features.git/commit
Fix Unicode use in Format's prettyname
authorGuillaume Munch <gm@lyx.org>
Sun, 28 Aug 2016 00:27:37 +0000 (01:27 +0100)
committerGuillaume Munch <gm@lyx.org>
Sun, 28 Aug 2016 00:30:53 +0000 (01:30 +0100)
commitcb0a4c6639f5901b3d1d76900e44195347037a34
tree65ae11d050baed3e443143e6488c482ba9e499ec
parentefbec203202e5ff1322aa44a7ecd1ec53d17c552
Fix Unicode use in Format's prettyname

The field prettyname can accept Unicode and therefore must be parsed into a
docstring.

Little simplification of the code on the way.

* For other fields, either a validator should be set to prevent non-ascii input
  in the preferences, or they should be transformed into docstring too.
src/Format.cpp
src/Format.h
src/LyXRC.cpp
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiSendto.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiViewSource.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/Toolbars.cpp