[LyX/master] Make the missing class warning opt-out

2015-03-16 Thread Juergen Spitzmueller
commit af4090bb0a5936b178ff61e3e989e354f9e4c02a Author: Juergen Spitzmueller Date: Mon Mar 16 20:34:32 2015 +0100 Make the missing class warning opt-out diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 5cf529c..53ebf01 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.

[LyX/master] Properly handle the bicaption package (bug #9449)

2015-03-16 Thread Juergen Spitzmueller
commit f305f0b4d857f0781b7a45380e583bc5315e12ad Author: Juergen Spitzmueller Date: Mon Mar 16 20:31:38 2015 +0100 Properly handle the bicaption package (bug #9449) diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index d2a53b4..7429f60 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.l

[LyX/2.1.x] Fix bug #9453

2015-03-16 Thread Enrico Forestieri
commit 1fb3f8b4e021f9901220847f8ae79f9d1912df5b Author: Enrico Forestieri Date: Mon Mar 16 20:21:49 2015 +0100 Fix bug #9453 This was due to a problem with the QProcess parser. See #9453 for details. diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp index 8f40

[LyX/2.1.x] Add proper importers for Sweave and knitr.

2015-03-16 Thread Jean-Marc Lasgouttes
commit a50c0f7d138e010065e45141afb26378f1e56c92 Author: Jean-Marc Lasgouttes Date: Mon Mar 16 18:43:51 2015 +0100 Add proper importers for Sweave and knitr. Fixes bug #8734. diff --git a/lib/configure.py b/lib/configure.py index b81ed6e..4493c15 100644 --- a/lib/configure.py +++ b

[LyX/master] Add proper importers for Sweave and knitr.

2015-03-16 Thread Jean-Marc Lasgouttes
commit 477fddebe5fc6f98873095445c208d7f1daf37ce Author: Jean-Marc Lasgouttes Date: Mon Mar 16 18:43:51 2015 +0100 Add proper importers for Sweave and knitr. Fixes bug #8734. diff --git a/lib/configure.py b/lib/configure.py index 6374b60..df19e80 100644 --- a/lib/configure.py +++ b

[LyX/master] Improve undo of consecutive insertions/deletions

2015-03-16 Thread Jean-Marc Lasgouttes
commit ed3d9544a331a7c28730089e7b059eea592584c4 Author: Jean-Marc Lasgouttes Date: Thu Mar 12 14:47:39 2015 +0100 Improve undo of consecutive insertions/deletions The old scheme was: * multiple insertions are undone by groups of 20 * multiple deletions are undone in one b

[LyX/2.1.x] Phantom is fragile (#9456)

2015-03-16 Thread Juergen Spitzmueller
commit b7d21694137b4dba58618feb0f915031cab9f172 Author: Juergen Spitzmueller Date: Mon Mar 16 17:25:15 2015 +0100 Phantom is fragile (#9456) diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index f7a9b45..a21a2c2 100644 --- a/src/insets/InsetPhantom.cpp +++ b/src/inse

[LyX/2.1.x] Properly escape backslash in string

2015-03-16 Thread Juergen Spitzmueller
commit 95e41332daad70b59b0e0f350a9f43b58c1fe3a0 Author: Juergen Spitzmueller Date: Mon Mar 16 14:33:11 2015 +0100 Properly escape backslash in string Richard, I took the liberty to just backport without further ado. This string is commented out anyway, but it constantly pops up as

[LyX/master] Grr...

2015-03-16 Thread Juergen Spitzmueller
commit 066d6a9cfb3936c61b514d085df01dd6835c784a Author: Juergen Spitzmueller Date: Mon Mar 16 14:30:02 2015 +0100 Grr... diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 60e16d0..57d9c50 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -3330,7 +3330,7 @@ string const LyXRC::getDescription

[LyX/master] Add missing breaks (and time for a break :-()

2015-03-16 Thread Juergen Spitzmueller
commit d2ab8e1b651e6adc73974ea026435d1c9b4f3749 Author: Juergen Spitzmueller Date: Mon Mar 16 14:49:58 2015 +0100 Add missing breaks (and time for a break :-() diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index c1da301..040c596 100644 --- a/src/insets/InsetPhantom

[LyX/master] More switches and whitespace fixes

2015-03-16 Thread Juergen Spitzmueller
commit fd5d47d182a70de532225715a04b77fe4155aa18 Author: Juergen Spitzmueller Date: Mon Mar 16 14:47:38 2015 +0100 More switches and whitespace fixes diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index deeb097..c1da301 100644 --- a/src/insets/InsetPhantom.cpp +++ b/

[LyX/master] de.po

2015-03-16 Thread Juergen Spitzmueller
commit 439e4284ba5ef58161787ca9f9eacace4aeca5cb Author: Juergen Spitzmueller Date: Mon Mar 16 14:31:24 2015 +0100 de.po diff --git a/po/de.gmo b/po/de.gmo index a43ba8d..dc2b88a 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index e63afb9..9c99d20 1

[LyX/master] Properly escape backslash in string

2015-03-16 Thread Juergen Spitzmueller
commit bc85f0fdf761f4dc78bde439be1c0bf3028fb0f2 Author: Juergen Spitzmueller Date: Mon Mar 16 14:28:16 2015 +0100 Properly escape backslash in string diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index bfb0d35..60e16d0 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -3330,7 +3330,7 @@ strin

[LyX/master] InsetPhantom::latex(): use a switch

2015-03-16 Thread Juergen Spitzmueller
commit 245c2b3c45dce1f5f385665e932ee19c9a904081 Author: Juergen Spitzmueller Date: Mon Mar 16 14:22:03 2015 +0100 InsetPhantom::latex(): use a switch diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index c2309bc..deeb097 100644 --- a/src/insets/InsetPhantom.cpp +++ b

[LyX/master] Whitespace

2015-03-16 Thread Juergen Spitzmueller
commit e30db1e44474ee379bedb0d1c752297541156497 Author: Juergen Spitzmueller Date: Mon Mar 16 14:15:05 2015 +0100 Whitespace Time to properly set up QtCreator... diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index f8d99d8..c2309bc 100644 --- a/src/insets/I

[LyX/master] Phantom is fragile (#9456)

2015-03-16 Thread Juergen Spitzmueller
commit d044d6afa7192b2119784e1415e71dad644bc335 Author: Juergen Spitzmueller Date: Mon Mar 16 14:11:45 2015 +0100 Phantom is fragile (#9456) diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index 429fe33..f8d99d8 100644 --- a/src/insets/InsetPhantom.cpp +++ b/src/inse

[LyX/master] update sk.po

2015-03-16 Thread Kornel Benko
commit 3e148e0da64ed621c5c200e14a580864e328194a Author: Kornel Benko Date: Mon Mar 16 12:30:08 2015 +0100 update sk.po diff --git a/po/sk.gmo b/po/sk.gmo index dd2f312..32308df 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index 0028f97..cae84a6 10

[LyX/master] Use German localization in German europass example

2015-03-16 Thread Juergen Spitzmueller
commit 596fc8510e88d2b96ecf063a63f81dab113633e1 Author: Juergen Spitzmueller Date: Mon Mar 16 11:23:24 2015 +0100 Use German localization in German europass example diff --git a/lib/examples/de/europassCV.lyx b/lib/examples/de/europassCV.lyx index 31586fe..6001771 100644 --- a/lib/examples

[LyX/master] de.po

2015-03-16 Thread Juergen Spitzmueller
commit 1957af41e1d6db5c0595e3570762a663bfe8aefa Author: Juergen Spitzmueller Date: Mon Mar 16 11:12:55 2015 +0100 de.po diff --git a/po/de.gmo b/po/de.gmo index 2311cfd..a43ba8d 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 979439a..e63afb9 1

[LyX/2.1.x] Set the logic straight

2015-03-16 Thread Juergen Spitzmueller
commit e715055373a66a3e10d263111b577c010a1b3714 Author: Juergen Spitzmueller Date: Sun Mar 15 10:38:37 2015 +0100 Set the logic straight diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 5f2d6ae..9960ef6 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -2856,7 +

[LyX/2.1.x] Allow to disable inputenc loading via 'Provides inputenc 1'

2015-03-16 Thread Juergen Spitzmueller
commit 69d10bd4c8261bb32d74606e4dd1235892d3042b Author: Juergen Spitzmueller Date: Sun Mar 15 10:29:07 2015 +0100 Allow to disable inputenc loading via 'Provides inputenc 1' diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index fc425f9..5f2d6ae 100644 --- a/src/BufferParams.cpp ++

[LyX/master] Refine fix for #9453

2015-03-16 Thread Enrico Forestieri
commit 1af2242c7e9c3dd4edd1ddba5f65e5de5c5e600a Author: Enrico Forestieri Date: Mon Mar 16 10:50:02 2015 +0100 Refine fix for #9453 It is better to introduce a dummy blank dir in TEXINPUTS rather than appending a blank at the end. Even if I have checked that this is not a p

[LyX/master] Add Stefan Swerk to the Credits

2015-03-16 Thread Juergen Spitzmueller
commit 06776f2c8fa5e628409f599fa1bb06354b88de7d Author: Juergen Spitzmueller Date: Mon Mar 16 10:54:02 2015 +0100 Add Stefan Swerk to the Credits diff --git a/lib/CREDITS b/lib/CREDITS index 9a4d728..d43458c 100644 --- a/lib/CREDITS +++ b/lib/CREDITS @@ -496,8 +496,8 @@ @iE-mail: asierra

[LyX/master] Add support for the europasscv class

2015-03-16 Thread Juergen Spitzmueller
commit d02147b79e5107b1345536f2a276b0aeebd42da5 Author: Juergen Spitzmueller Date: Mon Mar 16 10:47:17 2015 +0100 Add support for the europasscv class Patch by Stefan Swerk diff --git a/lib/Makefile.am b/lib/Makefile.am index d41e923..b89e8ed 100644 --- a/lib/Makefile.am +++ b/lib