Re: [LyX/master] Fix output of en- and em-dashes with TeX fonts

2017-03-19 Thread José Abílio Matos
On Sunday, 19 March 2017 19.58.08 WET Enrico Forestieri wrote: > commit 72a488d7e6b56432263c80dd92cd6acc565e03a7 > Author: Enrico Forestieri > Date: Sun Mar 19 20:50:34 2017 +0100 > > Fix output of en- and em-dashes with TeX fonts > > This commit fixes the regression introduced in 2.2

[LyX/master] Fix missing OutlinerName in simplecv

2017-03-19 Thread Guillaume Munch
commit e5d26783393757d6da71362b11616638337124a4 Author: Guillaume Munch Date: Mon Mar 20 00:12:30 2017 +0100 Fix missing OutlinerName in simplecv --- lib/layouts/stdinsets.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layout

[LyX/master] Fix output of en- and em-dashes with TeX fonts

2017-03-19 Thread Enrico Forestieri
commit 72a488d7e6b56432263c80dd92cd6acc565e03a7 Author: Enrico Forestieri Date: Sun Mar 19 20:50:34 2017 +0100 Fix output of en- and em-dashes with TeX fonts This commit fixes the regression introduced in 2.2 about the output of en- and em-dashes. In 2.2 en- and em-dashes are o

[LyX/2.2.x] Consider text-mode accents of the form {\v a} in BiblioInfo

2017-03-19 Thread Juergen Spitzmueller
commit 0312d30f9cc850a67425d51888339c116d821d33 Author: Juergen Spitzmueller Date: Sun Mar 19 16:15:03 2017 +0100 Consider text-mode accents of the form {\v a} in BiblioInfo Fixes #9340. --- src/BiblioInfo.cpp | 13 - status.22x |2 ++ 2 files changed, 14

[LyX/master] Consider text-mode accents of the form {\v a} in BiblioInfo

2017-03-19 Thread Juergen Spitzmueller
commit 1a8fd56333f2070c997046b9aa3dde7567623779 Author: Juergen Spitzmueller Date: Sun Mar 19 16:15:03 2017 +0100 Consider text-mode accents of the form {\v a} in BiblioInfo Fixes #9340. --- src/BiblioInfo.cpp | 13 - 1 files changed, 12 insertions(+), 1 deletions(-)

[LyX/master] Ressurect old FileMonitor à la Frankenstein

2017-03-19 Thread Guillaume Munch
commit 9926927fb1a38f15ec4fa1334075720925a3295e Author: Guillaume Munch Date: Sun Mar 19 00:06:40 2017 +0100 Ressurect old FileMonitor à la Frankenstein ActiveFileMonitor combines QFileSystemWatcher with the previous checksum approach. --- src/support/FileMonitor.cpp | 85 ++

[LyX/master] repair Cursor::x_target mechanism (#10168)

2017-03-19 Thread Guillaume Munch
commit 4f3c3a794e36c3f53373ccdbd63c923660b892ff Author: Guillaume Munch Date: Sun Mar 19 14:41:54 2017 +0100 repair Cursor::x_target mechanism (#10168) --- src/Cursor.cpp |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Cursor.cpp b/src/Cursor.cpp index 758cef

[LyX/master] Cosmetic

2017-03-19 Thread Guillaume Munch
commit c779e9806ef83f899756d12a01f06d3ca3aaeb7e Author: Guillaume Munch Date: Sun Mar 19 00:09:02 2017 +0100 Cosmetic --- src/support/FileMonitor.cpp |5 +++-- src/support/FileMonitor.h | 16 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/supp

[LyX/master] Regularly check if graphics is modified when visible on screen (#10596)

2017-03-19 Thread Guillaume Munch
commit ad16347b087943741eaca30cc048e1aa32ad57c0 Author: Guillaume Munch Date: Sun Mar 19 14:41:54 2017 +0100 Regularly check if graphics is modified when visible on screen (#10596) In case one cannot rely on QFileSystemWatcher. see https://www.mail-archive.com/lyx-devel@li

[LyX/master] Blocking signals also blocks the notification of file creation (#10595)

2017-03-19 Thread Guillaume Munch
commit 6c4b9c97cb4ca7c279777e84e9d6686153334b76 Author: Guillaume Munch Date: Sat Mar 18 20:39:34 2017 +0100 Blocking signals also blocks the notification of file creation (#10595) --- src/support/FileMonitor.cpp | 22 +- src/support/FileMonitor.h | 19 +++

[LyX/master] Correct ownership

2017-03-19 Thread Guillaume Munch
commit fa9ab74ffa85a94eb215b5c5e689fac324919d30 Author: Guillaume Munch Date: Sat Mar 18 20:37:55 2017 +0100 Correct ownership One can now delete a file monitor if a blocker is active. --- src/support/FileMonitor.cpp | 17 - src/support/FileMonitor.h |5 +++

[LyX/master] Regularly check if preview is modified when visible on screen

2017-03-19 Thread Guillaume Munch
commit ac6d3ffb6a5c8b007d198681b169e1d68b0971e9 Author: Guillaume Munch Date: Sun Mar 19 14:41:54 2017 +0100 Regularly check if preview is modified when visible on screen In case one cannot rely on QFileSystemWatcher. --- src/insets/RenderPreview.cpp |3 ++- src/insets/RenderP

[LyX/master] Improve BibTeX name parsing #4

2017-03-19 Thread Juergen Spitzmueller
commit 1eba2c92dae1f1094e4d47a7775f3f99a1cdd93d Author: Juergen Spitzmueller Date: Sun Mar 19 14:03:48 2017 +0100 Improve BibTeX name parsing #4 Handle name prefix (aka "von" part) as a separate entity, just like BibTeX and Biblatex do. This allows to omit or reposition it in

[LyX/master] Replace "junior" with the more generic term "suffix".

2017-03-19 Thread Juergen Spitzmueller
commit 7489cab6c93c0085f02db28fb6b4304e667e8867 Author: Juergen Spitzmueller Date: Sun Mar 19 13:33:56 2017 +0100 Replace "junior" with the more generic term "suffix". --- lib/citeengines/basic.citeengine |4 ++-- lib/layouts/stdciteformats.inc |8 src/BiblioInfo.cpp

[LyX/master] Improve BibTeX name parsing #3

2017-03-19 Thread Juergen Spitzmueller
commit 5fdcca4c0615926ae69df84ecf416dce2ad0f718 Author: Juergen Spitzmueller Date: Sun Mar 19 12:42:18 2017 +0100 Improve BibTeX name parsing #3 Correctly handle name suffix ("Jr.-part") --- lib/citeengines/basic.citeengine |4 +- lib/layouts/stdciteformats.inc |8 ++--

[LyX/master] Improve BibTeX name parsing #2

2017-03-19 Thread Juergen Spitzmueller
commit 08500c1a7c7450975ee3ee4fe7db25730c204ae6 Author: Juergen Spitzmueller Date: Sun Mar 19 11:44:22 2017 +0100 Improve BibTeX name parsing #2 Also consider grouping when looking for name separators. Cases such as {{Barnes and Noble, Inc.}} are now handled correctly. ---

[LyX/master] Improve BibTeX name parsing #1

2017-03-19 Thread Juergen Spitzmueller
commit ee26e7fadf0b26b767edee709369c46514680bd4 Author: Juergen Spitzmueller Date: Sun Mar 19 11:41:33 2017 +0100 Improve BibTeX name parsing #1 Consider groupings of name parts via {...} --- src/BiblioInfo.cpp | 67 ++-- 1 files c

[LyX/master] Allow for simple conditions in name scheme.

2017-03-19 Thread Juergen Spitzmueller
commit 9f4df64f2317e76fa3844bf11cb24c526436be6e Author: Juergen Spitzmueller Date: Sun Mar 19 11:45:42 2017 +0100 Allow for simple conditions in name scheme. I.e., only output a comma between last and first name if there is a first name. --- lib/layouts/stdciteformats.inc |