[LyX/2.3.x] Fix issue with regular expressions

2017-10-15 Thread Enrico Forestieri
commit 2e253eab0fe4cd318d153ace513829be93a97800 Author: Enrico Forestieri Date: Sun Oct 15 15:29:33 2017 +0200 Fix issue with regular expressions At least with gcc 6.4, if the first parameter passed to regex_match() is afterward changed, the second one gets

[LyX/master] Fix issue with regular expressions

2017-10-15 Thread Enrico Forestieri
commit c16ccdb5fd25a14c096ef9dfa68975c77377bf41 Author: Enrico Forestieri Date: Sun Oct 15 15:29:33 2017 +0200 Fix issue with regular expressions At least with gcc 6.4, if the first parameter passed to regex_match() is afterward changed, the second one gets

[LyX/2.3.x] Win installer: update Qt

2017-10-15 Thread Uwe Stöhr
commit 1940a1f080733772315d3370fb03b3ac05fa3168 Author: Uwe Stöhr Date: Sun Oct 15 16:47:48 2017 +0200 Win installer: update Qt - Qt 5.6.3 uses a different path name scheme - one DLL was removed in Qt 5.6.3 --- .../Win32/packaging/installer/ChangeLog.txt

[LyX/2.2.x] Backport fix for #9778.

2017-10-15 Thread Richard Heck
commit 11d681633053090f1a499a900d76dd7117937e55 Author: Enrico Forestieri Date: Sun Oct 15 12:12:34 2017 -0400 Backport fix for #9778. From Enrico. --- src/frontends/qt4/GuiApplication.cpp | 12 1 files changed, 12 insertions(+), 0 deletions(-)

[LyX/2.2.x] Address bugs #10285 and #10542.

2017-10-15 Thread Richard Heck
commit f15b3827eaf8fdd119a55b16c40bb4d1ff8d82c1 Author: Stephan Witt Date: Sat May 13 20:05:39 2017 +0200 Address bugs #10285 and #10542. Add sips as a fallback converter for Mac to provide preview of PDF graphics in LyX when pdftops is not installed.

[LyX/2.2.x] Win installer. update Qt

2017-10-15 Thread Uwe Stöhr
commit 22ff59c9cabec294a0c1b9723c520d0e30fdce43 Author: Uwe Stöhr Date: Sun Oct 15 16:41:50 2017 +0200 Win installer. update Qt - Qt 5.6.3 uses a different path name scheme - one DLL as removed in Qt 5.6.3 --- .../Win32/packaging/installer/ChangeLog.txt

[LyX/2.3.x] Update it.po

2017-10-15 Thread Enrico Forestieri
commit d7306b62ac4a6412469eafb26eeda0b451788cca Author: Enrico Forestieri Date: Sun Oct 15 16:35:08 2017 +0200 Update it.po po/it.gmo | Bin 529323 -> 529385 bytes po/it.po | 728 +++-- 2 files changed, 366

[LyX/master] Win installer: one DLL was removed in Qt 5.6.3

2017-10-15 Thread Uwe Stöhr
commit e68fd9ed0322de916aed4407b9d85133a6f5bc30 Author: Uwe Stöhr Date: Sun Oct 15 16:52:07 2017 +0200 Win installer: one DLL was removed in Qt 5.6.3 --- .../Win32/packaging/installer/include/filelist.nsh |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff

[LyX/master] Update it.po

2017-10-15 Thread Enrico Forestieri
commit fcac66d1dba1a4c3f930b90e1d9e6e2cb24eb967 Author: Enrico Forestieri Date: Sun Oct 15 16:18:53 2017 +0200 Update it.po po/it.gmo | Bin 529322 -> 530010 bytes po/it.po | 911 +++-- 2 files changed, 469

[LyX/2.2.x] Fix bug #8782.

2017-10-15 Thread Richard Heck
commit de2a58d986739bccb83615e8515d715ebf1b5821 Author: Richard Heck Date: Thu Jun 30 14:53:19 2016 -0400 Fix bug #8782. We need to invalidate the BibTeX cache when undoing or redoing. I do not like having to do it for every undo or redo. We should only have

[LyX/master] Win installer: update Qt

2017-10-15 Thread Uwe Stöhr
commit b7f7c857adaf4b56b514ce84ee36f62cf63587ec Author: Uwe Stöhr Date: Sun Oct 15 16:50:20 2017 +0200 Win installer: update Qt - Qt 5.6.3 uses a different path name scheme - one DLL was removed in Qt 5.6.3 --- .../Win32/packaging/installer/ChangeLog.txt

[LyX/master] Remove updateInfo() calls in favor of doing the relevant work in updateBuffer().

2017-10-15 Thread Richard Heck
commit 2e934fc5f85b9e00ea4308000ea0674cd64c376d Author: Richard Heck Date: Tue Oct 3 17:28:35 2017 -0400 Remove updateInfo() calls in favor of doing the relevant work in updateBuffer(). This is in response to a reported crash. See

[LyX/master] Revert "Fix bug #8782."

2017-10-15 Thread Richard Heck
commit a7677bfbec8295541f89e7a81f1a0c106480492b Author: Richard Heck Date: Sun Oct 15 14:10:59 2017 -0400 Revert "Fix bug #8782." This caused slowness on undo and redo that was reported at https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg202292.html

[LyX/2.2.x] Revert "Fix bug #8782."

2017-10-15 Thread Richard Heck
commit 74dbfc1b1b9f7b05e5fde97398504974c4277686 Author: Richard Heck Date: Sun Oct 15 20:57:15 2017 -0400 Revert "Fix bug #8782." This reverts commit de2a58d986739bccb83615e8515d715ebf1b5821. --- src/BufferView.cpp | 10 -- 1 files changed, 0

[LyX/2.3.x] Revert "Fix bug #8782."

2017-10-15 Thread Richard Heck
commit 402d41b82d6e0bd1d8ff72a29fd9d27f94a3d616 Author: Richard Heck Date: Sun Oct 15 20:56:25 2017 -0400 Revert "Fix bug #8782." This caused slowness on undo and redo that was reported at https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg202292.html