]> git.lyx.org Git - features.git/commit
Give textstyle-apply a history
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 26 Dec 2018 14:46:14 +0000 (15:46 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 26 Dec 2018 14:46:14 +0000 (15:46 +0100)
commit154b4fdecec9ba8e5f5c1d1210b07992e68e7d15
tree30b8b32df6f35d64e6086205a0ade85174fa2a37
parent057d83d8ae782c9cae06a108707b82cc77315cde
Give textstyle-apply a history

The last 20 applications are saved now and accessible both via the lfun
(textstyle-apply n) and the toolbar (via button menu)

Fixes: #7133
This also changes the default icon and toolbar position of the action,
as requested in #11427
14 files changed:
lib/Makefile.am
lib/images/classic/dynamic-freefonts.png [new file with mode: 0644]
lib/images/dynamic-freefonts.svgz [new file with mode: 0644]
lib/images/oxygen/dynamic-freefonts.svgz [new file with mode: 0644]
lib/images/textstyle-apply.svgz
lib/ui/stdtoolbars.inc
src/Font.cpp
src/Font.h
src/LyXAction.cpp
src/Text.h
src/Text3.cpp
src/frontends/qt4/GuiFontLoader.cpp
src/frontends/qt4/GuiToolbar.cpp
src/frontends/qt4/GuiToolbar.h