[LyX/master] Development.lyx: a MSCV specific update

2016-10-16 Thread Uwe Stöhr
commit 1feeefb2b12d3837498c85c9659c34cf7d0544b4 Author: Uwe Stöhr Date: Sun Oct 16 15:30:51 2016 +0200 Development.lyx: a MSCV specific update --- lib/doc/Development.lyx |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

[LyX/2.2.x] Win installer backport recent changes

2016-10-16 Thread Uwe Stöhr
commit 4961683764c7228b06db5e9f09872eb5cffa7f65 Author: Uwe Stöhr Date: Sun Oct 16 14:34:27 2016 +0200 Win installer backport recent changes --- .../Win32/packaging/installer/ChangeLog.txt| 16 +- development/Win32/packaging/installer/Packages.txt | 10

[LyX/master] support for the languages Bosnian, Friulian, Macedonian, Piedmontese and Romansh

2016-10-16 Thread Uwe Stöhr
commit f179173e423469eb95cab6a5c7dd6ac317d4831b Author: Uwe Stöhr Date: Sun Oct 16 15:33:23 2016 +0200 support for the languages Bosnian, Friulian, Macedonian, Piedmontese and Romansh - file format change - note that I could not update the tex2lyx test

[LyX/master] Win build: fix a typo

2016-10-16 Thread Uwe Stöhr
commit 10e90ad78cd68afc274e43dd1c3d7d5002ed13e5 Author: Uwe Stöhr Date: Sun Oct 16 14:33:18 2016 +0200 Win build: fix a typo --- development/cmake/build5-2015.bat | 12 1 files changed, 4 insertions(+), 8 deletions(-) diff --git

[LyX/master] Win installer: extend list of supported babel packages

2016-10-16 Thread Uwe Stöhr
commit 6e695290a2c47e2c8bd47f536e0b9bff92e7c91d Author: Uwe Stöhr Date: Sun Oct 16 14:31:46 2016 +0200 Win installer: extend list of supported babel packages --- development/Win32/packaging/installer/Packages.txt |9 +++-

[LyX/master] Development.lyx: Updates

2016-10-16 Thread Uwe Stöhr
commit 2974e1a3dba13e5bc53003aeff90ff2801ed1595 Author: Uwe Stöhr Date: Sun Oct 16 14:52:46 2016 +0200 Development.lyx: Updates - the range of file format does no longer need to be updated - mention rule 6 of the documentation policies ---

[LyX/master] FORMAT: forgot an entry in previous commit

2016-10-16 Thread Uwe Stöhr
commit 79fd5496218143d8727b85e168d20cf55cb2e5e5 Author: Uwe Stöhr Date: Sun Oct 16 15:36:31 2016 +0200 FORMAT: forgot an entry in previous commit --- development/FORMAT |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/development/FORMAT

[LyX/2.2.x] Sanitize Ref dialog validation.

2016-10-16 Thread Juergen Spitzmueller
commit 90ffcf41eb92ea69b7a9844711455b6130ee8c26 Author: Juergen Spitzmueller Date: Thu Sep 8 15:04:58 2016 +0200 Sanitize Ref dialog validation. Fixes: #10376 --- src/frontends/qt4/GuiRef.cpp |7 +-- status.22x |2 ++ 2 files changed,

[LyX/master] texstring and otexstringstream

2016-10-16 Thread Guillaume Munch
commit f3256ee2cddabbe8d763013525c3e27f6ad0b3dc Author: Guillaume Munch Date: Sun Sep 4 03:21:19 2016 +0100 texstring and otexstringstream texstring is a pair of a docstring and a corresponding TexRow. The row count in the TexRow has to match the number of lines

[LyX/master] Docstringify getLongString in general and preamble snippets in particular

2016-10-16 Thread Guillaume Munch
commit 1f945177b9628b213c60872df88f2d155c3d6c54 Author: Guillaume Munch Date: Sun Sep 25 12:37:40 2016 +0200 Docstringify getLongString in general and preamble snippets in particular Prepare ground for TexRow InPreamble --- src/Buffer.cpp| 10

[LyX/master] New LFUN paragraph-goto id_start pos_start id_end pos_end

2016-10-16 Thread Guillaume Munch
commit 67805de7de949dbe8fd1468f4d17fc44f4171721 Author: Guillaume Munch Date: Mon Sep 5 03:23:24 2016 +0100 New LFUN paragraph-goto id_start pos_start id_end pos_end This selects from start to end. id_end must be in the same buffer as id_start. ---

[LyX/master] Streamify a docstring

2016-10-16 Thread Guillaume Munch
commit 1b4f5970a465eb04dba8fe898f0a13aa5ae25a74 Author: Guillaume Munch Date: Tue Sep 27 03:22:35 2016 +0200 Streamify a docstring prepare ground for TexRow InPreamble --- src/BufferParams.cpp | 97 +++--- 1 files

[LyX/master] Gcc 4.6 compatibility :(

2016-10-16 Thread Guillaume Munch
commit f3e099960a97c4f8ae50230449a9c413e6851618 Author: Guillaume Munch Date: Fri Sep 23 01:42:57 2016 +0200 Gcc 4.6 compatibility :( --- src/TexRow.h | 10 ++ src/texstream.cpp |3 ++- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git

[LyX/master] Fix probable omission

2016-10-16 Thread Guillaume Munch
commit f42379a7d6e127b94510e243197c05473fd0a30b Author: Guillaume Munch Date: Tue Sep 27 03:37:02 2016 +0200 Fix probable omission Upon close inspection I do not think that this twist was necessary. --- src/Paragraph.cpp |4 +--- 1 files changed, 1

[LyX/master] Fit cursor and update screen after reverse-search

2016-10-16 Thread Guillaume Munch
commit 9b4926c6e6ca80a772ce1a58bf817027d70b0e01 Author: Guillaume Munch Date: Tue Oct 11 11:21:40 2016 +0200 Fit cursor and update screen after reverse-search --- src/frontends/qt4/GuiView.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[LyX/master] TexRow for InPreamble

2016-10-16 Thread Guillaume Munch
commit 1f6c451ee3e41f31464cabcdabceb23045443175 Author: Guillaume Munch Date: Sun Sep 25 12:38:53 2016 +0200 TexRow for InPreamble This enables error reporting for the preamble, provided the preamble is written using the new InPreamble layouts. In the

[LyX/master] New virtual method frontend::Dialog::on_BufferViewChanged()

2016-10-16 Thread Guillaume Munch
commit f4c390712ea835cc04a3da13b0fff59db66cf359 Author: Guillaume Munch Date: Wed Sep 28 21:33:44 2016 +0200 New virtual method frontend::Dialog::on_BufferViewChanged() This is called anytime the buffer view attached to the GuiView changes. ---

[LyX/master] Fixes to reverse search

2016-10-16 Thread Guillaume Munch
commit a95e933f513a743628ab698a6c0f6b3a9b4fa7a0 Author: Guillaume Munch Date: Mon Oct 10 18:07:01 2016 +0200 Fixes to reverse search * In doubt, select up to the end of the paragraph * Correct offset after artificial new lines --- src/TexRow.cpp | 17

[LyX/master] TexRow for InsetArgument

2016-10-16 Thread Guillaume Munch
commit 6edbc1da66ed5116f6062c854c8c5a18a40f2bf4 Author: Guillaume Munch Date: Sat Sep 24 01:12:38 2016 +0200 TexRow for InsetArgument --- src/insets/InsetArgument.cpp | 23 +-- src/insets/InsetArgument.h |6 +++--- 2 files changed, 16

[LyX/master] Factor code after buffer change

2016-10-16 Thread Guillaume Munch
commit c438d794ff34eb6874132e8e4648add9b32ce533 Author: Guillaume Munch Date: Mon Oct 10 00:14:57 2016 +0200 Factor code after buffer change --- src/frontends/qt4/GuiView.cpp | 12 +++- src/frontends/qt4/GuiView.h |2 ++ 2 files changed, 9 insertions(+), 5

[LyX/master] Get rid of dirty BufferView pointer

2016-10-16 Thread Guillaume Munch
commit e0e765f6a98ac58aa7a7f422a747f8db3bff615d Author: Guillaume Munch Date: Mon Oct 10 00:36:26 2016 +0200 Get rid of dirty BufferView pointer Now that there is a signal to inform the controller when the buffer view has changed, it is no longer necessary to

[LyX/master] Implement reverse-search in the source panel

2016-10-16 Thread Guillaume Munch
commit 01d6333db21d3ed2c16f7c958fa204ff1c52044a Author: Guillaume Munch Date: Wed Sep 7 01:36:55 2016 +0100 Implement reverse-search in the source panel Double-clicking on a line in the source panel triggers the selection of the corresponding line in the Buffer

[LyX/master] Use otexstringstream for the captions of InsetCaptionables

2016-10-16 Thread Guillaume Munch
commit 676a0639c505d52336e3228c44c2515ccbbaf34a Author: Guillaume Munch Date: Sat Sep 24 00:49:00 2016 +0200 Use otexstringstream for the captions of InsetCaptionables * Enable TexRow for InsetListings caption. * Move getCaption* from InsetText to

[LyX/master] Take advantage of new bufferViewChanged signal

2016-10-16 Thread Guillaume Munch
commit de19b8fc2d255f0e7bcbd14c31db1317b7f8d479 Author: Guillaume Munch Date: Mon Oct 10 00:35:35 2016 +0200 Take advantage of new bufferViewChanged signal --- src/frontends/qt4/GuiDocument.cpp |7 +++ src/frontends/qt4/GuiDocument.h |3 +++

[LyX/master] Strike out (in the output) deleted display math with track-changes

2016-10-16 Thread Enrico Forestieri
commit 261e7ae9ce7e6a1ffc4932ff9c33107588a9a4ac Author: Enrico Forestieri Date: Mon Oct 17 03:25:35 2016 +0200 Strike out (in the output) deleted display math with track-changes Showing deleted display math by enabling "Show Changes in Output" was only possible