[LyX/master] Introduce listpreamble argument type

2018-08-17 Thread Juergen Spitzmueller
commit b124adbd3837b2e413e3f859e631e7c689a2cf1d Author: Juergen Spitzmueller Date: Fri Aug 17 10:22:32 2018 +0200 Introduce listpreamble argument type This uses the InsetArgument interface to provide access to a document part hitherto inaccessible by LyX: the part between \begi

[LyX/master] Fix line break in tooltip

2018-08-17 Thread Juergen Spitzmueller
commit 6d71b9b69a0166fbc95b8c356e355924b4b73ce0 Author: Juergen Spitzmueller Date: Fri Aug 17 10:32:57 2018 +0200 Fix line break in tooltip Fixes: #11252 --- src/insets/InsetBibtex.cpp |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetBibte

[LyX/master] Typo

2018-08-17 Thread Juergen Spitzmueller
commit 908e0cf3cc755707156f9952626e712b812d2820 Author: Juergen Spitzmueller Date: Fri Aug 17 11:14:45 2018 +0200 Typo --- lib/layouts/IEEEtran.layout |2 +- lib/layouts/aastex.layout |2 +- lib/layouts/agutex.layout |2 +- lib/layouts/amsdefs.inc |2 +- lib

[LyX/master] de.po

2018-08-17 Thread Juergen Spitzmueller
commit 154d707c858cddcd5128f1ed249f99b8b829558e Author: Juergen Spitzmueller Date: Fri Aug 17 11:19:14 2018 +0200 de.po po/de.gmo | Bin 561759 -> 562388 bytes po/de.po | 1477 + 2 files changed, 792 insertions(+), 685 deletion

[LyX/master] Update sk.po

2018-08-17 Thread Kornel Benko
commit 7580441d05311cb8c5ec571a5ce8c68e3eb8c310 Author: Kornel Benko Date: Fri Aug 17 12:37:58 2018 +0200 Update sk.po po/sk.po |14735 +++--- 1 files changed, 7410 insertions(+), 7325 deletions(-)

[LyX/master] Adapt VCS toolbar to info-inset change

2018-08-17 Thread Juergen Spitzmueller
commit 2d4284e89ef11e37508c4a139bdbb804e7971cc0 Author: Juergen Spitzmueller Date: Fri Aug 17 20:15:10 2018 +0200 Adapt VCS toolbar to info-inset change --- .../classic/info-insert_buffer_vcs-revision.png| Bin 1504 -> 0 bytes lib/images/classic/info-insert_vcs_revision.png| Bin

[LyX/master] Amend 2d4284e89ef1

2018-08-17 Thread Juergen Spitzmueller
commit 6dfdcf9914c0261f20ebf87f714601fb29d66b6e Author: Juergen Spitzmueller Date: Fri Aug 17 20:29:28 2018 +0200 Amend 2d4284e89ef1 --- lib/Makefile.am |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 96f2153..d87e03f 10

[LyX/master] Update tex2lyx tests

2018-08-17 Thread Juergen Spitzmueller
commit c5cab5a8f7e1f0f3996c1655c45a0fb88576dd5f Author: Juergen Spitzmueller Date: Fri Aug 17 20:34:28 2018 +0200 Update tex2lyx tests --- src/tex2lyx/test/CJK.lyx.lyx |2 +- src/tex2lyx/test/CJKutf8.lyx.lyx |2 +- src/tex2lyx/test/DummyDocum

[LyX/master] Fix bug #11247

2018-08-17 Thread Enrico Forestieri
commit 061cd7fd9ca002c8935dbb6cd5b19c2725c3f1f5 Author: Enrico Forestieri Date: Fri Aug 17 22:28:03 2018 +0200 Fix bug #11247 async is a reserved keyword in python 3.7 --- lib/configure.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/configure.