[LyX/master] Fix typo in comment

2017-03-18 Thread Scott Kostyshak
commit 82705a0e8a852a12985b75c4546b3439ad335a1c Author: Scott Kostyshak Date: Mon Mar 6 22:52:23 2017 -0500 Fix typo in comment --- src/FuncRequest.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/FuncRequest.cpp b/src/FuncRequest.cpp

[LyX/master] Use "Prename Surname" format for basic numeric styles.

2017-03-18 Thread Juergen Spitzmueller
commit be945a0656d3e25139948a886570dd55bf4a606e Author: Juergen Spitzmueller Date: Sat Mar 18 15:35:45 2017 +0100 Use "Prename Surname" format for basic numeric styles. --- lib/citeengines/basic.citeengine |4 1 files changed, 4 insertions(+), 0 deletions(-) diff

[LyX/master] Clean up

2017-03-18 Thread Guillaume Munch
commit 340d747fff92fc98907a0285ce22b6c500276505 Author: Guillaume Munch Date: Sat Mar 18 15:08:20 2017 +0100 Clean up Only keep one dynamic-cast. This fixes coverity warnings. --- src/frontends/qt4/GuiView.cpp |1 - src/frontends/qt4/GuiWorkArea.cpp | 41

[LyX/master] Input stdciteformats to the cite engines directly

2017-03-18 Thread Juergen Spitzmueller
commit 5b713494506d4212709d4c88c94be1a0b1e4f794 Author: Juergen Spitzmueller Date: Sat Mar 18 11:26:23 2017 +0100 Input stdciteformats to the cite engines directly not to individual layouts. Possibly fixes #10582 --- lib/citeengines/basic.citeengine