[LyX/master] Add a separator.

2019-05-27 Thread Richard Kimberly Heck
commit 959ba4a6a038b3ab70b064273271f9ce2b611ab7 Author: Richard Kimberly Heck Date: Tue May 28 00:23:32 2019 -0400 Add a separator. --- lib/ui/stdmenus.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 024aa57..8d89

[LyX/master] Put "cancel" option in visible position at top of menu when it is active.

2019-05-27 Thread Richard Kimberly Heck
commit 8965d5eb8c56b30017c01a22c9de83be0c63fed3 Author: Richard Kimberly Heck Date: Mon May 27 23:34:49 2019 -0400 Put "cancel" option in visible position at top of menu when it is active. --- lib/ui/stdmenus.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[LyX/master] Allow click on the 'spinner' to cancel export.

2019-05-27 Thread Richard Kimberly Heck
commit 0d54d3b762e4aae2450d218971fc667448a0e164 Author: Richard Kimberly Heck Date: Mon May 27 23:20:45 2019 -0400 Allow click on the 'spinner' to cancel export. --- src/frontends/qt4/GuiClickableLabel.cpp | 31 +++ src/frontends/qt4/GuiClickableLabel.h | 35 +

[LyX/master] Fix crash reported by Kornel.

2019-05-27 Thread Richard Kimberly Heck
commit c4658f046fc929d557331040ca592c7785378ba1 Author: Richard Kimberly Heck Date: Mon May 27 00:06:10 2019 -0400 Fix crash reported by Kornel. See https://marc.info/?l=lyx-devel&m=155879185229073&w=2. The problem is that, after saving the document and reloading, the

[LyX/master] Add a testcase for buffer-write-as

2019-05-27 Thread Kornel Benko
commit 48a5b16885255faecf70bdab771644be13fd7261 Author: Kornel Benko Date: Mon May 27 10:21:15 2019 +0200 Add a testcase for buffer-write-as development/batchtests/CMakeLists.txt |1 + development/batchtests/save_as.lyx| 4606 + lib/scripts/lyx_batc