[LyX/master] Avoid potential leak of memory pointed to by QTreeWidgetItem subcatItem

2020-02-20 Thread Stephan Witt
commit aec491f686546bd1db24b58a0ab7ca916f871830 Author: Stephan Witt Date: Fri Feb 21 07:57:09 2020 +0100 Avoid potential leak of memory pointed to by QTreeWidgetItem subcatItem --- src/frontends/qt/GuiLyXFiles.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff

[LyX/master] Add packaging option to code sign the LyX application

2020-02-20 Thread Stephan Witt
commit d2257bb0ffde6706f3ef0a469fa839d0d0ac4985 Author: Stephan Witt Date: Thu Feb 20 10:47:23 2020 +0100 Add packaging option to code sign the LyX application --- development/LyX-Mac-binary-release.sh | 33 + 1 files changed, 33 insertions(+), 0

[LyX/master] Create private frameworks on Mac with standard conforming internal structure

2020-02-20 Thread Stephan Witt
commit dc5221852cf2f1f5c2bbe1c5718687c7deb93b40 Author: Stephan Witt Date: Thu Feb 20 10:46:22 2020 +0100 Create private frameworks on Mac with standard conforming internal structure --- development/LyX-Mac-binary-release.sh | 47 +++--

[LyX/master] gcc 4.7 leftover

2020-02-20 Thread Pavel Sanda
commit 4e4bba441d7f98825a88b416dd63ccba83ee7f0f Author: Pavel Sanda Date: Thu Feb 20 09:24:34 2020 +0100 gcc 4.7 leftover --- src/support/unicode.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/support/unicode.h b/src/support/unicode.h index

[LyX/master] Only gcc 4.8 is C++11 feature complete.

2020-02-20 Thread Pavel Sanda
commit 748bb5a046494f3e54da9a2388b931f0c2e2122b Author: Pavel Sanda Date: Thu Feb 20 09:15:31 2020 +0100 Only gcc 4.8 is C++11 feature complete. --- INSTALL |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/INSTALL b/INSTALL index 1525618..6229f6e 100644 ---

[LyX/master] Avoid potential leak of memory pointed to by QTreeWidgetItem catItem

2020-02-20 Thread Stephan Witt
commit 2bf77561966c87c0a410a743b2307d955e2135e9 Author: Stephan Witt Date: Thu Feb 20 08:12:08 2020 +0100 Avoid potential leak of memory pointed to by QTreeWidgetItem catItem --- src/frontends/qt/GuiLyXFiles.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git