]> git.lyx.org Git - features.git/commit
Generalize starred cite commands
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 3 Jan 2017 16:25:41 +0000 (17:25 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 3 Jan 2017 16:25:41 +0000 (17:25 +0100)
commite6666bd62aacafdd7be9cf39a8392c2a2252b288
tree75b333e3b7a00c604a597e9af63ad65c13cd7cb9
parentbd1b5d580b44089ae239f6c49eb75639aa752627
Generalize starred cite commands

Not all of them expand the author list. Thus rename the parameter to
hasStarredVersion and provide a means to adjust the GUI accordingly.
src/BiblioInfo.cpp
src/Citation.h
src/TextClass.cpp
src/frontends/qt4/GuiCitation.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/ui/CitationUi.ui
src/insets/InsetCitation.cpp