[LyX/master] Reduce whitespace differences to LyX

2015-11-15 Thread Georg Baum
commit 1da21bec7140f118ce191b64f7609d0b5e114ed4 Author: Georg Baum Date: Fri Nov 13 21:54:00 2015 +0100 Reduce whitespace differences to LyX LyX writes an empty line between \end_layout and \begin_layout, so we should do so as well. diff --git

[LyX/master] Fix sorting

2015-11-15 Thread Georg Baum
commit 5060b5b76eb88a98e65238e1b55a9f0b7ab3e2b9 Author: Georg Baum Date: Sat Nov 14 10:25:07 2015 +0100 Fix sorting No single translation has been changed, but pt_BR and pt_PT are now correctly sorted. This removes the artifical diffs that running make

[LyX/master] Add experimental mode to save files with LyX

2015-11-15 Thread Georg Baum
commit 3ab58d155cbb5d5df3e01f81f2c7bb55617ea8ed Author: Georg Baum Date: Sat Nov 14 10:14:59 2015 +0100 Add experimental mode to save files with LyX Thanks Scott for the idea to modify the document. This seems to work, but I am not surer whether it is safe in

[LyX/master] Amend 789745df

2015-11-15 Thread Guillaume Munch
commit 7b07788278b8e81aeef42ed0c25c26f352d6d0d0 Author: Guillaume Munch Date: Sun Nov 15 12:15:02 2015 + Amend 789745df Remove warning. Actually the auxiliary function is not necessary since its actual contents have been relocated as TexRow::prepend() during

[LyX/master] installer: support texindy

2015-11-15 Thread Uwe Stöhr
commit 1f0488bf360e1f1c8a93376161450db2a6a5a814 Author: Uwe Stöhr Date: Mon Nov 16 04:04:11 2015 +0100 installer: support texindy texindy requires some more Perl and unfortunately the path tho the perl.exe in Windows' PATh environment variable. The new

[LyX/master] Factor out multiply used ColorSorter.

2015-11-15 Thread Juergen Spitzmueller
commit b423c59d3ca9e002fff51b8e22ee40c8a8bdf260 Author: Juergen Spitzmueller Date: Mon Nov 16 08:19:16 2015 +0100 Factor out multiply used ColorSorter. This cures one problem of monolithic build (where the function was ambiguous) diff --git

[LyX/master] Rename function that was ambiguous from a monolithic perspective.

2015-11-15 Thread Juergen Spitzmueller
commit 2a223b093382d37eacdcf258c28a66b1b2486b44 Author: Juergen Spitzmueller Date: Mon Nov 16 08:20:54 2015 +0100 Rename function that was ambiguous from a monolithic perspective. Cures one monolithic build issue with CMake. diff --git a/src/support/debug.cpp

[LyX/master] Assure we use docstring.

2015-11-15 Thread Juergen Spitzmueller
commit 78c706e02d065301d895af5551937638921a0f97 Author: Juergen Spitzmueller Date: Mon Nov 16 08:21:53 2015 +0100 Assure we use docstring. Cures another monolithic build error with CMake. diff --git a/src/frontends/qt4/GuiBibtex.cpp

[LyX/master] Simplify use of Buffer::getBackupName().

2015-11-15 Thread Richard Heck
commit 9efa43d2be7dcff0c1152b6f6a45801cfdd6d70e Author: Richard Heck Date: Fri Nov 13 17:12:52 2015 -0500 Simplify use of Buffer::getBackupName(). Previous versions of this code used the string in a different way, but now it is sufficient just to return a

[LyX/master] We need to show the error message in the case in which we copied the file due to a format change, as well.

2015-11-15 Thread Richard Heck
commit fb2c558f674ba22dc66fda1cac937e903f26c7cd Author: Richard Heck Date: Sun Nov 15 12:24:37 2015 -0500 We need to show the error message in the case in which we copied the file due to a format change, as well. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index