[LyX/master] Add InsertCotext tag also to InsetLayout argument (part of #4745)

2015-05-20 Thread Juergen Spitzmueller
commit 977bbd9bc3feed418eb95972efc0694f0b652b46 Author: Juergen Spitzmueller Date: Thu May 21 08:53:56 2015 +0200 Add InsertCotext tag also to InsetLayout argument (part of #4745) diff --git a/src/Text3.cpp b/src/Text3.cpp index 63e6a94..8707b76 100644 --- a/src/Text3.cpp +++ b/src/Text3.c

[LyX/master] toc bind: 'dialog-show' -> 'dialog-toggle' (#8388)

2015-05-20 Thread Scott Kostyshak
commit bede4d320bfff26fcbea396b516b92eb9595940c Author: Scott Kostyshak Date: Thu May 21 00:59:08 2015 -0400 toc bind: 'dialog-show' -> 'dialog-toggle' (#8388) Toggling is more intuitive for this dialog. diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index ec340ec..ace93f4 100

[LyX/master] Set empty pdfborderstyle for hyperref (#7264)

2015-05-20 Thread Scott Kostyshak
commit c983aa304975a3880942456ed8e92646020bc97b Author: Scott Kostyshak Date: Thu May 21 00:29:35 2015 -0400 Set empty pdfborderstyle for hyperref (#7264) This leads to better compatibility with e.g. arXiv. As Jürgen notes, it is also possible to override this automatic

[LyX/master] Document updating tex2lyx tests when using CMake

2015-05-20 Thread Scott Kostyshak
commit 7c0232e874193ddbf30d869974deb15a15e2ee4b Author: Scott Kostyshak Date: Thu May 21 00:18:45 2015 -0400 Document updating tex2lyx tests when using CMake Since Kornel's commit at e2d41970, it is now possible to update the tex2lyx tests with CMake. Note that this is a case w

[LyX/master] pdfview.nsi: new version that fixes bug #9512 and some more

2015-05-20 Thread Uwe Stöhr
commit 26144ae4dd50af4467b104dfd4184aa766c6 Author: Uwe Stöhr Date: Thu May 21 02:19:13 2015 +0200 pdfview.nsi: new version that fixes bug #9512 and some more The general problem is that Acrobat opens PDF files with write access so that PDF files cannot be modified externally

[LyX/master] pdfview: rename the file to distinguish it from the new version

2015-05-20 Thread Uwe Stöhr
commit 2a0b886a5ce875dfa38d1afad8f0aa4b10596917 Author: Uwe Stöhr Date: Thu May 21 02:04:41 2015 +0200 pdfview: rename the file to distinguish it from the new version diff --git a/development/Win32/pdfview/pdfview-old.nsi b/development/Win32/pdfview/pdfview-old.nsi new file mode 100644 in

[LyX/master] tex2lyx/text.cpp: avoid a tex2lyx error message

2015-05-20 Thread Uwe Stöhr
commit 96874489f4c695a0e03e35d1d890e374bb739ebf Author: Uwe Stöhr Date: Wed May 20 22:26:42 2015 +0200 tex2lyx/text.cpp: avoid a tex2lyx error message diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 664e292..ed2a3f7 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cp

[LyX/master] tex2lyx/text.cpp: a fix for \fboxcolor around \parbox and minipage

2015-05-20 Thread Uwe Stöhr
commit 437d0d2b10d42ae741ae64feef56f9bf22797b38 Author: Uwe Stöhr Date: Wed May 20 21:37:14 2015 +0200 tex2lyx/text.cpp: a fix for \fboxcolor around \parbox and minipage diff --git a/src/tex2lyx/test/box-color-size-space-align.lyx.lyx b/src/tex2lyx/test/box-color-size-space-align.lyx.lyx

[LyX/master] Fix problems with immediate apply and length validators

2015-05-20 Thread Juergen Spitzmueller
commit 9e16608867f72e417b04267d080fed28802e92a4 Author: Juergen Spitzmueller Date: Wed May 20 19:12:23 2015 +0200 Fix problems with immediate apply and length validators Fixes bugs #7022 and #7599. diff --git a/src/frontends/qt4/GuiParagraph.cpp b/src/frontends/qt4/GuiParagraph.c

[LyX/master] Also find external material files when the document is moved and origin is known

2015-05-20 Thread Enrico Forestieri
commit 7b0ecf1f38ca87fc364c053ca5cc6e0bc4bc17d6 Author: Enrico Forestieri Date: Wed May 20 16:04:18 2015 +0200 Also find external material files when the document is moved and origin is known diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp index 6417013..3d286b6 1

[LyX/master] Avoid compiler warning about overloaded virtual function.

2015-05-20 Thread Enrico Forestieri
commit a93ac274507fcd5bade2fe51826c7337152d793b Author: Enrico Forestieri Date: Wed May 20 15:49:15 2015 +0200 Avoid compiler warning about overloaded virtual function. diff --git a/src/factory.cpp b/src/factory.cpp index bf25fbd..b7320d0 100644 --- a/src/factory.cpp +++ b/src/factory.cpp

[LyX/master] Remove bash-only construct from autogen.sh

2015-05-20 Thread Jean-Marc Lasgouttes
commit 4bb8725c69aae575633a1374a847ba9973c11915 Author: Jean-Marc Lasgouttes Date: Wed May 20 12:24:16 2015 +0200 Remove bash-only construct from autogen.sh diff --git a/autogen.sh b/autogen.sh index 64be9af..b58c27b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,6 @@ case $automake

[LyX/master] Place the cursor correctly after undoing an inset dissolution

2015-05-20 Thread Jean-Marc Lasgouttes
commit 32148586a85518d9c368e807a32a9be54146136f Author: Jean-Marc Lasgouttes Date: Wed May 20 12:09:12 2015 +0200 Place the cursor correctly after undoing an inset dissolution The cleanup in 11ca1406 was not correct. It is actually not possible to implement recordUndoInset from th

[LyX/master] Update sk.po

2015-05-20 Thread Kornel Benko
commit a87f0bffdae3ac518b4046ca6218d7c21b17fb74 Author: Kornel Benko Date: Tue May 19 14:03:32 2015 +0200 Update sk.po diff --git a/po/sk.gmo b/po/sk.gmo index c394f86..60742de 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index 6650e6e..1f1bef8 10

[LyX/master] Cmake build: Define LYX_USE_CXX11 iff using c++11 extensions after commit 329eae5605d.

2015-05-20 Thread Kornel Benko
commit a911b1cc658e5e8de90b1fa267f7c7385a95f4c0 Author: Kornel Benko Date: Wed May 20 12:07:41 2015 +0200 Cmake build: Define LYX_USE_CXX11 iff using c++11 extensions after commit 329eae5605d. diff --git a/development/cmake/config.h.cmake b/development/cmake/config.h.cmake index 87bf84b..

[LyX/master] remove bogus comment

2015-05-20 Thread Jean-Marc Lasgouttes
commit 3176ac365ce5bdb85c00d1afc36d7feac2438847 Author: Jean-Marc Lasgouttes Date: Wed May 20 11:24:15 2015 +0200 remove bogus comment There used to be a showCursor call below the command, sometimes between 2002 and 2007. diff --git a/src/Text3.cpp b/src/Text3.cpp index ca74d9d..

[LyX/master] #9130 Text in main work area isn't rendered with high resolution Add Qt5Svg for pkgconfig based compile and linker flags setup.

2015-05-20 Thread Stephan Witt
commit cadc406363cb587fed6a364e4e03857a7db42a06 Author: Stephan Witt Date: Wed May 20 11:04:10 2015 +0200 #9130 Text in main work area isn't rendered with high resolution Add Qt5Svg for pkgconfig based compile and linker flags setup. diff --git a/config/qt4.m4 b/config/qt4.m4 index 75b

[LyX/master] Use explicit macro to declare that we want to use C++11

2015-05-20 Thread Jean-Marc Lasgouttes
commit 329eae5605d7bc40a53ebafa817470d9739ff632 Author: Jean-Marc Lasgouttes Date: Tue May 19 15:10:38 2015 +0200 Use explicit macro to declare that we want to use C++11 This replaces tests for __cplusplus >= 201103L, which are wrong with gcc 4.6 and earlier. Indeed these versions

[LyX/master] Fix LaTeX length export of big numbers, part 2 (bug #9416)

2015-05-20 Thread Juergen Spitzmueller
commit 8b86af72980779f64e8beb9353693169c2b95ef2 Author: Juergen Spitzmueller Date: Wed May 20 09:35:57 2015 +0200 Fix LaTeX length export of big numbers, part 2 (bug #9416) LaTeX lengths must not use scientific notation, since the + sign has a different meaning (glue lengths).