[LyX/2.3.x] Localization

2020-08-31 Thread Richard Kimberly Heck
commit ec5b4be73ea03fb7daaf4a65621ad1544d0e2626 Author: Richard Kimberly Heck Date: Tue Sep 1 01:41:10 2020 -0400 Localization (cherry picked from commit 1ba785f2c6ed0c2dc70b4f046571c425d3eb3e49) --- src/frontends/qt4/GuiInclude.cpp |6 +++--- 1 files changed, 3

[LyX/master] Localization

2020-08-31 Thread Richard Kimberly Heck
commit 1ba785f2c6ed0c2dc70b4f046571c425d3eb3e49 Author: Richard Kimberly Heck Date: Tue Sep 1 01:41:10 2020 -0400 Localization --- src/frontends/qt/GuiInclude.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt/GuiInclude.cpp

[LyX/2.3.x] Update sk.po

2020-08-31 Thread Kornel Benko
commit eaece7aa9f40b8ac748c31f962052043f4f7cfea Author: Kornel Benko Date: Mon Aug 31 18:30:23 2020 +0200 Update sk.po --- po/sk.po | 126 - 1 files changed, 17 insertions(+), 109 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/2.3.x] Fix problem with edit button.

2020-08-31 Thread Richard Kimberly Heck
commit 7f69fb3b3c6b1628e3ea2f881229f9ad5fa1506f Author: Richard Kimberly Heck Date: Sat Aug 22 15:21:53 2020 -0400 Fix problem with edit button. The previous implementation relied upon the cursor being immediately in front of the inset. A bad idea. (cherry picked from

[LyX/2.3.x] Fix bug 4475. Add ability to create child from the include dialog.

2020-08-31 Thread Richard Kimberly Heck
commit 3a7560dcb077d98033a43bc3d523780d605fbb49 Author: Richard Kimberly Heck Date: Sat Aug 22 15:15:47 2020 -0400 Fix bug 4475. Add ability to create child from the include dialog. (cherry picked from commit a385b7dc2b585ff259f9a9681e5d68168d1dac66) ---

[LyX/master] Improved fix for edit button

2020-08-31 Thread Richard Kimberly Heck
commit 3c25899eab265aa8d5ca6af48b669650dff34298 Author: Richard Kimberly Heck Date: Mon Aug 31 11:20:49 2020 -0400 Improved fix for edit button --- src/frontends/qt/GuiInclude.cpp | 36 +++- 1 files changed, 11 insertions(+), 25 deletions(-) diff --git

[LyX/master] Fix problem with edit button.

2020-08-31 Thread Richard Kimberly Heck
commit cf7e32ee8f398f8dc60f2373b8a74b1df08bcd86 Author: Richard Kimberly Heck Date: Sat Aug 22 15:21:53 2020 -0400 Fix problem with edit button. The previous implementation relied upon the cursor being immediately in front of the inset. A bad idea. ---

[LyX/master] Fix bug 4475. Add ability to create child from the include dialog.

2020-08-31 Thread Richard Kimberly Heck
commit a385b7dc2b585ff259f9a9681e5d68168d1dac66 Author: Richard Kimberly Heck Date: Sat Aug 22 15:15:47 2020 -0400 Fix bug 4475. Add ability to create child from the include dialog. --- src/frontends/qt/GuiInclude.cpp | 76 +-- 1 files changed, 57