]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:53 +0000 (14:39 +0200)
commit2e98f5df6274ee44dacd655bbf96a2a44310dcb2
tree30b8b32df6f35d64e6086205a0ade85174fa2a37
parent3c8fbabaaa642c601dde0434a9dad26a31c4a296
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