[LyX/master] Cmake preparation to support python3

2015-03-12 Thread Kornel Benko
commit dbc4c71ef5cefe695955f7b43925d2a12016c28b Author: Kornel Benko Date: Tue Mar 10 17:29:58 2015 +0100 Cmake preparation to support python3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f49158..785e37e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -608,8 +608,24 @@ foreach(_

[LyX/2.1.x] Check that DocIterator::sanitize only adds editable insets

2015-03-12 Thread Jean-Marc Lasgouttes
commit d5eeabcfddf9edefc0751da1192c330674b3ea8f Author: Jean-Marc Lasgouttes Date: Mon Mar 9 11:14:26 2015 +0100 Check that DocIterator::sanitize only adds editable insets This fixes the crash on ticket #9432, but the bug there has other causes. diff --git a/src/DocIterator.cpp b/

r41030 - www-user/trunk/farm/cookbook/LyX

2015-03-12 Thread lasgouttes
Author: lasgouttes Date: Wed Mar 11 17:06:51 2015 New Revision: 41030 URL: http://www.lyx.org/trac/changeset/41030 Log: fix URLs of old source releases Modified: www-user/trunk/farm/cookbook/LyX/news.inc Modified: www-user/trunk/farm/cookbook/LyX/news.inc =

[LyX/master] Fix generation of lyx_commit_hash.h

2015-03-12 Thread Jean-Marc Lasgouttes
commit e86cc0135ab6c67938cf097514891ccf33c74e17 Author: Jean-Marc Lasgouttes Date: Tue Mar 10 19:11:48 2015 +0100 Fix generation of lyx_commit_hash.h Now version.o is not recompiled on already built tree. diff --git a/src/Makefile.am b/src/Makefile.am index 9b6b538..6df5858 100644

[LyX/2.1.x] Properly define MultiPar status of caption in the layout definition.

2015-03-12 Thread Juergen Spitzmueller
commit f790bb046eafe1b3e32eb59c3af639e1fdaa166b Author: Juergen Spitzmueller Date: Tue Mar 10 18:31:55 2015 +0100 Properly define MultiPar status of caption in the layout definition. Also remove hardcoded paragraph break disabling. diff --git a/lib/layouts/aastex.layout b/lib/layo

[LyX/master] Make sure a temporary file is always created in the global temporary dir.

2015-03-12 Thread Enrico Forestieri
commit cbad159ac2de9387e9ef6130568eb2fa97732ad4 Author: Enrico Forestieri Date: Fri Mar 13 00:31:08 2015 +0100 Make sure a temporary file is always created in the global temporary dir. diff --git a/src/support/TempFile.cpp b/src/support/TempFile.cpp index 21559e1..6e5a91d 100644 --- a/src/

[LyX/master] Properly name an uncompressed sgvz file.

2015-03-12 Thread Enrico Forestieri
commit bd9f5408cfe588dd68b8d7b011ef4f796477bca5 Author: Enrico Forestieri Date: Fri Mar 13 00:34:53 2015 +0100 Properly name an uncompressed sgvz file. Some tools may rely on the extension and do not actually check whether a svg file is compressed or not. diff --git a/src/supp

[LyX/master] Use the nominal theme's icon size for displaying the icon in an info inset.

2015-03-12 Thread Enrico Forestieri
commit d00dcc2ca7bf1b9a3043d23b1c5b598ff7e46aad Author: Enrico Forestieri Date: Fri Mar 13 00:38:05 2015 +0100 Use the nominal theme's icon size for displaying the icon in an info inset. diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index d914d94..3d35e29 100644 --- a/sr

[LyX/master] Prefer svg icons.

2015-03-12 Thread Enrico Forestieri
commit 7be2a5d815d84470078773e5329bb6c9870aeb3d Author: Enrico Forestieri Date: Fri Mar 13 00:47:21 2015 +0100 Prefer svg icons. If a compressed svg icon is present, load it instead of a png one. Also introduce two more sizes (huge and giant icons) that should be useful whe