[LyX/master] Update documented command for running tex2lyx tests.

2014-05-12 Thread Enrico Forestieri
commit 3eefb8cfa65d573cf1f1bf0eeb886360b045374d Author: Enrico Forestieri <for...@lyx.org> Date: Mon May 12 23:54:50 2014 +0200 Update documented command for running tex2lyx tests. diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx index 1acc703..7427992 100644 --- a/l

[LyX/master] Output a parbreak after a command.

2014-05-14 Thread Enrico Forestieri
commit 7d5b1fb8409a8c7ac3c75056ee80aec6cba13195 Author: Enrico Forestieri <for...@lyx.org> Date: Wed May 14 22:25:15 2014 +0200 Output a parbreak after a command. This is what LyX was previously doing. It has no effect on vertical spacing but, for example, sectioning co

[LyX/master] Make use of otexstream also in external::writeExternal

2014-05-16 Thread Enrico Forestieri
commit 15e1f5eb39951351cc50beec9e1db21b74535e13 Author: Enrico Forestieri <for...@lyx.org> Date: Fri May 16 14:21:48 2014 +0200 Make use of otexstream also in external::writeExternal This was not necessary when LyX was generously outputting newlines. As it may

[LyX/master] Fix an on-screen representation glitch.

2014-05-16 Thread Enrico Forestieri
commit 95787a0a4c3f6c037b22cb4ba8c98f2e8fa988de Author: Enrico Forestieri <for...@lyx.org> Date: Fri May 16 15:11:08 2014 +0200 Fix an on-screen representation glitch. If a layout has NextNoIndent set to true, the following paragraph is not indented on screen. LyX

[LyX/master] Adapt output to the on-screen representation.

2014-05-16 Thread Enrico Forestieri
commit 936773c4f71a795179ea63f2d5b6f521ef9d97f8 Author: Enrico Forestieri <for...@lyx.org> Date: Fri May 16 15:39:33 2014 +0200 Adapt output to the on-screen representation. LyX assumes that a standard paragraph following an aligned one or a layout with NextNoIndent==fal

[LyX/2.1.x] Fix an on-screen representation glitch.

2014-05-16 Thread Enrico Forestieri
commit f5a246b185540e853a48147e75e5688d38b4cd46 Author: Enrico Forestieri <for...@lyx.org> Date: Fri May 16 21:58:21 2014 +0200 Fix an on-screen representation glitch. If a layout has NextNoIndent set to true, the following paragraph is not indented on screen. LyX

[LyX/2.1.x] Adapt output to the on-screen representation.

2014-05-17 Thread Enrico Forestieri
commit 1fa06296b66bc562ba8d21b6e5e97e87fd495977 Author: Enrico Forestieri <for...@lyx.org> Date: Sat May 17 22:05:07 2014 +0200 Adapt output to the on-screen representation. LyX assumes that a standard paragraph following a layout with NextNoIndent==false has to be in

[LyX/master] Take into account that a blank line is always output before a command.

2014-05-18 Thread Enrico Forestieri
commit a919cd8c685905071049eecbdb9c6af96a294c27 Author: Enrico Forestieri <for...@lyx.org> Date: Sun May 18 17:30:01 2014 +0200 Take into account that a blank line is always output before a command. diff --git a/src/Text3.cpp b/src/Text3.cpp index 7350618..286d5bb 100644 --- a/src

[LyX/master] Disregard font properties changes when inserting a separator.

2014-05-18 Thread Enrico Forestieri
commit 0616c8fe329d79a914a5944dc2a42b98cdcec990 Author: Enrico Forestieri <for...@lyx.org> Date: Sun May 18 17:34:11 2014 +0200 Disregard font properties changes when inserting a separator. This allows to output a simple blank line instead of strange constructs. diff --git

[LyX/master] Don't allow inserting two consecutive separators.

2014-05-18 Thread Enrico Forestieri
commit 10d5897327bfe6d7f2768e1f7fa4d7beb8f556e4 Author: Enrico Forestieri <for...@lyx.org> Date: Sun May 18 18:02:25 2014 +0200 Don't allow inserting two consecutive separators. diff --git a/src/Text3.cpp b/src/Text3.cpp index b12f094..2c2cba4 100644 --- a/src/Text3.cpp +++ b/src/Tex

[LyX/master] Extend the otexstream class to also report about paragraph breaks.

2014-05-18 Thread Enrico Forestieri
commit ee9ff6cb0cd7d8b0ef3c18e5bd166e12580a3bf4 Author: Enrico Forestieri <for...@lyx.org> Date: Sun May 18 22:46:33 2014 +0200 Extend the otexstream class to also report about paragraph breaks. The new method afterParbreak() returns true if a blank line was just output

[LyX/master] Fix reversion of beamer documents.

2014-05-19 Thread Enrico Forestieri
commit cda00d8329a98f912036436b3e0dcfef7cdb24e3 Author: Enrico Forestieri <for...@lyx.org> Date: Mon May 19 19:39:51 2014 +0200 Fix reversion of beamer documents. Beamer documents do not have a "--Separator--" layout but a "Separator" one. Also fix a t

[LyX/master] Fix compilation after afc34c7a

2014-05-19 Thread Enrico Forestieri
commit 480f8d3115fd918472068ef344e7f9d56ede9eb1 Author: Enrico Forestieri <for...@lyx.org> Date: Tue May 20 00:43:46 2014 +0200 Fix compilation after afc34c7a diff --git a/src/support/lstrings.cpp b/src/support/lstrings.cpp index a2487f8..a43feeb 100644 --- a/src/support/lstrings.cpp

[LyX/master] Generalize control on double blank lines.

2014-05-20 Thread Enrico Forestieri
commit 7145863466c38080db9bdfba6ee7bb7583ffb862 Author: Enrico Forestieri <for...@lyx.org> Date: Tue May 20 21:52:29 2014 +0200 Generalize control on double blank lines. We can now tell whether a blank line was just output and so can avoid outputting another one. diff

[LyX/master] Add a required paragraph break.

2014-05-21 Thread Enrico Forestieri
commit 27e0bf54f5c9dad3c58182d3958856bdfb3fd06a Author: Enrico Forestieri <for...@lyx.org> Date: Wed May 21 21:08:11 2014 +0200 Add a required paragraph break. This is necessary, for example, if a standard paragraph is nested in an environment and the environment does n

[LyX/master] Fix wrong indentation on screen.

2014-05-21 Thread Enrico Forestieri
commit a17710e4995584932fe6d1540927e58f526477f8 Author: Enrico Forestieri <for...@lyx.org> Date: Wed May 21 21:47:01 2014 +0200 Fix wrong indentation on screen. LyX fails to indent on screen a standard paragraph when it is nested into an environment. The fix is a one

[LyX/2.1.x] Fix wrong indentation on screen.

2014-05-21 Thread Enrico Forestieri
commit 956f50340144370fac4e76d4d500bbcf55e23e29 Author: Enrico Forestieri <for...@lyx.org> Date: Wed May 21 23:59:53 2014 +0200 Fix wrong indentation on screen. LyX fails to indent on screen a standard paragraph when it is nested into an environment. The fix is a one

[LyX/master] Fix potential crash.

2014-05-22 Thread Enrico Forestieri
commit 2c613d5686e0a391a92e8e2c4a93b784e2e891e5 Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 22 11:41:23 2014 +0200 Fix potential crash. Use the lfun for breaking the paragraph here, such that the metrics are updated before the call to the next dispatch. diff

[LyX/master] Correct the check for a command.

2014-05-22 Thread Enrico Forestieri
commit 52ebcd6280078e591e463f9b54c6badefc1cf9e4 Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 22 11:51:21 2014 +0200 Correct the check for a command. diff --git a/src/Text3.cpp b/src/Text3.cpp index 9fc8d6f..31e0826 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -1

[LyX/master] Simplify the test for inserting a parbreak separator.

2014-05-22 Thread Enrico Forestieri
commit 02e7bc18a7bb03a2799d98353adafe036e4fb340 Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 22 21:47:10 2014 +0200 Simplify the test for inserting a parbreak separator. Instead of simply taking into account the layout of the previous paragraph, it is

[LyX/master] Fix another glitch with on-screen indentation.

2014-05-22 Thread Enrico Forestieri
commit a596736d76c318f94c36135756b1d1376c042539 Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 22 23:47:38 2014 +0200 Fix another glitch with on-screen indentation. If a new paragraph is created just before a nested environment, the indentation of the

[LyX/2.1.x] Fix another glitch with on-screen indentation.

2014-05-23 Thread Enrico Forestieri
commit f40adfd4862ccb6e4de3181780a6cc321a57f36d Author: Enrico Forestieri <for...@lyx.org> Date: Sat May 24 02:12:56 2014 +0200 Fix another glitch with on-screen indentation. If a new paragraph is created just before a nested environment, the indentation of the

[LyX/master] Allow inserting a blank line also after a nested environment.

2014-05-26 Thread Enrico Forestieri
commit d4c21b42dd09875720ed90d8dcabcc486a4a38a4 Author: Enrico Forestieri <for...@lyx.org> Date: Mon May 26 21:29:33 2014 +0200 Allow inserting a blank line also after a nested environment. diff --git a/src/Text3.cpp b/src/Text3.cpp index 707a4e2..b78ba15 100644 --- a/src/Text3.cpp

[LyX/master] Fix indentation of paragraphs after an environment.

2014-05-27 Thread Enrico Forestieri
commit c85dbfea98787d46d59f900d30c7e3092cc5e750 Author: Enrico Forestieri <for...@lyx.org> Date: Wed May 28 01:07:47 2014 +0200 Fix indentation of paragraphs after an environment. When deciding whether a paragraph should be indented or not, LyX only takes into account d

[LyX/master] Avoid an assertion.

2014-05-28 Thread Enrico Forestieri
commit 061509bf756193d1bc0a754e0cf8dab62869ea9d Author: Enrico Forestieri <for...@lyx.org> Date: Wed May 28 20:50:45 2014 +0200 Avoid an assertion. Do not assert if an inset separator is the only item of a List environment. Although it is a weird thing to do, bo

[LyX/master] Fix reversion of box insets.

2014-05-29 Thread Enrico Forestieri
commit da75d3194824c87e2b2fc92fa4644e080aeaf962 Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 29 10:44:02 2014 +0200 Fix reversion of box insets. diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index 4999368..6752eb9 100644 --- a/lib/lyx2lyx/lyx_2_1.py +++

[LyX/master] Fix an off-by-one error in the reversion of beamer documents.

2014-05-29 Thread Enrico Forestieri
commit dbd4d781dcbe73d347a76fed9ca51faf2841e133 Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 29 10:55:30 2014 +0200 Fix an off-by-one error in the reversion of beamer documents. diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index 6752eb9..a94ef52 100644 ---

[LyX/master] Avoid processing multiple times the same paragraph when converting latex arguments.

2014-05-29 Thread Enrico Forestieri
commit 00802019771bd1b9779d3b39899089abfc38201f Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 29 11:05:34 2014 +0200 Avoid processing multiple times the same paragraph when converting latex arguments. diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index a

[LyX/master] Cleanup seminar.layout after the upgrade to format 50.

2014-05-29 Thread Enrico Forestieri
commit 00547009c293151dcadb53c93242dca5404813f6 Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 29 22:07:37 2014 +0200 Cleanup seminar.layout after the upgrade to format 50. diff --git a/lib/layouts/seminar.layout b/lib/layouts/seminar.layout index 982512d..34fd4dc

[LyX/master] Fix compilation on Solaris after last boost upgrade.

2014-05-29 Thread Enrico Forestieri
commit bc001595302ee63f0c1a4c07a6e15f04ec7143eb Author: Enrico Forestieri <for...@lyx.org> Date: Thu May 29 22:31:16 2014 +0200 Fix compilation on Solaris after last boost upgrade. diff --git a/boost/boost/predef/architecture/sparc.h b/boost/boost/predef/architecture/sparc.h index 3

[LyX/master] Fix bug #9146.

2014-06-05 Thread Enrico Forestieri
commit 7d31194085d8665fd10cc2e8fe4a6330b3cd338f Author: Enrico Forestieri <for...@lyx.org> Date: Thu Jun 5 17:33:25 2014 +0200 Fix bug #9146. If LyX does not know about a given file format, it may easily happen that the format is recognized as "latex" and thi

[LyX/master] Fix bug #9151 (Wrong reverse search for images and tables).

2014-06-05 Thread Enrico Forestieri
commit 44e09b223e0efad3346180ea13f9dfc8d3a58a49 Author: Enrico Forestieri <for...@lyx.org> Date: Thu Jun 5 23:46:18 2014 +0200 Fix bug #9151 (Wrong reverse search for images and tables). If the reverse position corresponds to an inset, its paragraph id does not follow th

[LyX/master] Fix bug #9153 (Using mathpanel to insert matrix creates extra space on top)

2014-06-06 Thread Enrico Forestieri
commit ba603db9427d208793a73c67cb97d5c09c91fdee Author: Enrico Forestieri <for...@lyx.org> Date: Fri Jun 6 16:14:24 2014 +0200 Fix bug #9153 (Using mathpanel to insert matrix creates extra space on top) The code was setting the current index before filling the combo box

[LyX/2.1.x] Fix bug #9153 (Using mathpanel to insert matrix creates extra space on top)

2014-06-08 Thread Enrico Forestieri
commit 970da7c5e275c7bed3bf14aadd4f7c5bed4b1850 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Jun 8 23:59:59 2014 +0200 Fix bug #9153 (Using mathpanel to insert matrix creates extra space on top) The code was setting the current index before filling the combo box

[LyX/master] Set the default locale at startup.

2014-06-11 Thread Enrico Forestieri
commit 82faa6619239c2e57fba9128899bafe29d728e51 Author: Enrico Forestieri <for...@lyx.org> Date: Wed Jun 11 18:23:44 2014 +0200 Set the default locale at startup. On startup, the default locale is "C", meaning that all system functions assume an ascii codeset. T

[LyX/2.1.x] Set the default locale at startup.

2014-06-11 Thread Enrico Forestieri
commit 32e42f2f81c9eca4119b2483505452a8fba57844 Author: Enrico Forestieri <for...@lyx.org> Date: Wed Jun 11 19:08:44 2014 +0200 Set the default locale at startup. On startup, the default locale is "C", meaning that all system functions assume an ascii codeset. T

[LyX/master] Make binary file detection more robust.

2014-06-11 Thread Enrico Forestieri
commit f439609304371eb3dd7ac238f39c470743261597 Author: Enrico Forestieri <for...@lyx.org> Date: Wed Jun 11 23:04:39 2014 +0200 Make binary file detection more robust. The magic library can detect the charset used by a file. While this detection is not full proof, ac

[LyX/master] Fix make check.

2014-07-11 Thread Enrico Forestieri
commit 60a1b3b83c1c535e2cc4a9963ab4c32dc238a931 Author: Enrico Forestieri <for...@lyx.org> Date: Fri Jul 11 11:14:02 2014 +0200 Fix make check. diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 708d19d..76035c4 100644 --- a/src/support/Makefile.am +++ b/src/s

[LyX/master] Fix import of latex documents with scaled fonts.

2014-07-11 Thread Enrico Forestieri
commit b60b505fd82866dc57d4522b3ff73ae5bd337612 Author: Enrico Forestieri <for...@lyx.org> Date: Fri Jul 11 11:21:45 2014 +0200 Fix import of latex documents with scaled fonts. diff --git a/src/support/os_cygwin.cpp b/src/support/os_cygwin.cpp index 4179d49..e0c0bd1 100644 ---

[LyX/master] Fix scale parameter for fonts.

2014-07-11 Thread Enrico Forestieri
commit 6a5aa1cab18fb5c7e71c798771e6230d539a509a Author: Enrico Forestieri <for...@lyx.org> Date: Fri Jul 11 16:12:08 2014 +0200 Fix scale parameter for fonts. When a font is scaled by a certain percentage in the document settings, LyX was outputting a ridiculous parameter

[LyX/master] Fix compatibility issue with 64-bit cygwin.

2014-07-11 Thread Enrico Forestieri
commit b3735501c7952ec53600f94d90ae8e164300ca76 Author: Enrico Forestieri <for...@lyx.org> Date: Fri Jul 11 16:49:10 2014 +0200 Fix compatibility issue with 64-bit cygwin. diff --git a/src/support/os_cygwin.cpp b/src/support/os_cygwin.cpp index e0c0bd1..572273c 100644 --- a/src/s

[LyX/master] Fix bug #9193: Spacing modification not exact

2014-07-12 Thread Enrico Forestieri
commit 5bd14af8871b8f87c2c73ca8392b7c72217ad72d Author: Enrico Forestieri <for...@lyx.org> Date: Sat Jul 12 19:12:08 2014 +0200 Fix bug #9193: Spacing modification not exact The conversion from floating point to string performed by boost:lexical_cast does not allow spec

[LyX/master] Revert 6a5aa1ca

2014-07-12 Thread Enrico Forestieri
commit 2af17f8f89e81b1be98748a354454b079b8b65d3 Author: Enrico Forestieri <for...@lyx.org> Date: Sat Jul 12 19:52:12 2014 +0200 Revert 6a5aa1ca That commit is obsoleted by 5bd14af8. diff --git a/src/LaTeXFonts.cpp b/src/LaTeXFonts.cpp index 9010615..676179f 100644 ---

[LyX/master] Use getent instead of grepping /etc/passwd.

2014-07-13 Thread Enrico Forestieri
commit ff506c8e427e71b36759d09a012076cf59369e7e Author: Enrico Forestieri <for...@lyx.org> Date: Sun Jul 13 14:39:05 2014 +0200 Use getent instead of grepping /etc/passwd. Forthcoming versions of cygwin will use a different mechanism for obtaining passwd/group information

[LyX/master] Add some postscript and pdf viewers for Unix and Windows.

2014-07-13 Thread Enrico Forestieri
commit d5210c555a4b51fa73eb447f2d86172185562a11 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Jul 13 19:59:31 2014 +0200 Add some postscript and pdf viewers for Unix and Windows. For Windows: AcroRd32 and gsview (both 32 and 64 bit versions). For Unix: qp

[LyX/master] Add forward search command for qpdfview.

2014-07-13 Thread Enrico Forestieri
commit 294d08b1bfd58452fe4f43049b957fb145d4fb52 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Jul 13 20:08:43 2014 +0200 Add forward search command for qpdfview. Also update docs explaining how to activate reverse search in qpdfview. diff --git a/lib/doc/Additional

[LyX/master] Fix build on FreeBSD.

2014-07-16 Thread Enrico Forestieri
commit 4342411297de880ddd4c950c45b91258c78b8635 Author: Enrico Forestieri <for...@lyx.org> Date: Wed Jul 16 22:25:49 2014 +0200 Fix build on FreeBSD. Notified by Raphael Kubo da Costa. diff --git a/src/support/os_unix.cpp b/src/support/os_unix.cpp index b298a7d..2635d67

[LyX/master] Update autotools for building with Qt5.

2014-07-18 Thread Enrico Forestieri
commit 4bdeae27334536164cb7e37da9a9e491075fd682 Author: Enrico Forestieri <for...@lyx.org> Date: Sat Jul 19 03:34:28 2014 +0200 Update autotools for building with Qt5. The option --enable-qt5 allows configuring for Qt5. The default is Qt4. Nothing special is done with r

[LyX/2.1.x] Fix bugs 9190 and 9193.

2014-07-27 Thread Enrico Forestieri
commit 5f7948e5a52b7c6e375b5fbe676578a8b8117de0 Author: Enrico Forestieri <for...@lyx.org> Date: Mon Jul 28 00:33:13 2014 +0200 Fix bugs 9190 and 9193. The conversion from floating point to string performed by boost:lexical_cast does not allow specifying a pre

[LyX/2.1.x] Fix bug #9151 (Wrong reverse search for images and tables).

2014-08-03 Thread Enrico Forestieri
commit 2a0b22ba9e650ee8be3cd76a636c61656501f90f Author: Enrico Forestieri <for...@lyx.org> Date: Sun Aug 3 16:47:22 2014 +0200 Fix bug #9151 (Wrong reverse search for images and tables). If the reverse position corresponds to an inset, its paragraph id does not follow th

[LyX/2.1.x] Fix import of latex documents with scaled fonts.

2014-08-03 Thread Enrico Forestieri
commit 154cd4111964b6e009f323c3d55249b52d03cebd Author: Enrico Forestieri <for...@lyx.org> Date: Sun Aug 3 18:42:04 2014 +0200 Fix import of latex documents with scaled fonts. diff --git a/src/support/os_cygwin.cpp b/src/support/os_cygwin.cpp index 4179d49..e0c0bd1 100644 --- a/src/s

[LyX/2.1.x] Fix compatibility issue with 64-bit cygwin.

2014-08-03 Thread Enrico Forestieri
commit 47e263fa7f58af4da004447257c88a0db9d3a724 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Aug 3 18:53:33 2014 +0200 Fix compatibility issue with 64-bit cygwin. diff --git a/src/support/os_cygwin.cpp b/src/support/os_cygwin.cpp index e0c0bd1..572273c 100644 --- a/src/s

[LyX/2.1.x] Use getent instead of grepping /etc/passwd.

2014-08-03 Thread Enrico Forestieri
commit 64cc8a1c1ee26aff2e51c6126e75d870c5e89bc7 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Aug 3 18:59:54 2014 +0200 Use getent instead of grepping /etc/passwd. Forthcoming versions of cygwin will use a different mechanism for obtaining passwd/group information

[LyX/2.1.x] Add some postscript and pdf viewers for Unix and Windows.

2014-08-03 Thread Enrico Forestieri
commit a8b7e0a18b38d67594836cb7295b6e2e21aa9c15 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Aug 3 19:26:34 2014 +0200 Add some postscript and pdf viewers for Unix and Windows. For Windows: AcroRd32, SumatraPDF and gsview (both 32 and 64 bit versions). Fo

[LyX/2.1.x] Fix bug #9146 (Graphics conversion problem).

2014-08-04 Thread Enrico Forestieri
commit e2d834e8d07a73c5e4fa49ca3e7aff651e2c0b8a Author: Enrico Forestieri <for...@lyx.org> Date: Mon Aug 4 18:52:20 2014 +0200 Fix bug #9146 (Graphics conversion problem). If LyX does not know about a given file format, it may easily happen that the format is reco

[LyX/master] Do not allow copying a separator without a following par end.

2014-08-05 Thread Enrico Forestieri
commit 39492b0cd78ab1f9517c556b36236066e86b18ba Author: Enrico Forestieri <for...@lyx.org> Date: Wed Aug 6 02:21:18 2014 +0200 Do not allow copying a separator without a following par end. This makes virtually impossible copying a separator inset whithout also copying t

[LyX/master] Fix the -geometry command line argument for Windows.

2014-08-25 Thread Enrico Forestieri
commit 565260126eb106ab00049285627417e73736bb96 Author: Enrico Forestieri <for...@lyx.org> Date: Mon Aug 25 18:35:15 2014 +0200 Fix the -geometry command line argument for Windows. The command line argument -geometry WIDTHxHEIGHT±XOFF±YOFF specifies a preferre

[LyX/2.1.x] Fix the -geometry command line argument for Windows.

2014-08-25 Thread Enrico Forestieri
commit 43c669fb13fafe6d551db68380d0b6382c551806 Author: Enrico Forestieri <for...@lyx.org> Date: Mon Aug 25 20:55:03 2014 +0200 Fix the -geometry command line argument for Windows. The command line argument -geometry WIDTHxHEIGHT±XOFF±YOFF specifies a preferre

[LyX/master] Fix export of xfig external insets (bug #9244).

2014-08-29 Thread Enrico Forestieri
commit 90b6920083acf8d271106fea81221ec8de39b4c1 Author: Enrico Forestieri <for...@lyx.org> Date: Fri Aug 29 10:13:25 2014 +0200 Fix export of xfig external insets (bug #9244). The check for a latex format is very fragile. Both libmagic and our guessing from contents

[LyX/master] it.po tweaks

2014-10-12 Thread Enrico Forestieri
commit eb1ba93a1b9bd1f283a026fd7166baa3023a8378 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Oct 12 19:25:48 2014 +0200 it.po tweaks diff --git a/po/it.gmo b/po/it.gmo index ecc4a0d..e34d8ab 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po

[LyX/master] Tweak the shape of the parbreak separator.

2014-10-26 Thread Enrico Forestieri
commit 498ab8ff238626498e5eb3f9aed1cd1188e727d0 Author: Enrico Forestieri <for...@lyx.org> Date: Sat Oct 25 23:38:52 2014 +0200 Tweak the shape of the parbreak separator. The shape of the parbreak separator is slightly changed in order to better distinguish it from the

[LyX/master] Fix bug #7970: space disappears from equation when reopening LyX file.

2014-11-04 Thread Enrico Forestieri
commit 77b0452a30f0b8968d7a0bc660bb0855d043e3fa Author: Enrico Forestieri <for...@lyx.org> Date: Tue Nov 4 21:27:55 2014 +0100 Fix bug #7970: space disappears from equation when reopening LyX file. diff --git a/src/mathed/MathParser.cpp b/src/mathed/MathParser.cpp index 2933c09..2

[LyX/master] Fix bug #9319: Problems with space inside math and textrm.

2014-11-04 Thread Enrico Forestieri
commit d1858b89d0828c3fe8f4e898f609aaed9d33 Author: Enrico Forestieri <for...@lyx.org> Date: Tue Nov 4 21:36:10 2014 +0100 Fix bug #9319: Problems with space inside math and textrm. diff --git a/src/mathed/InsetMathSpace.cpp b/src/mathed/InsetMathSpace.cpp index f961224..2a3b6f4

[LyX/master] Fix issue with CAS.

2014-11-08 Thread Enrico Forestieri
commit 9f613a5f7eb69cb658e2f97a996270db4129a12e Author: Enrico Forestieri <for...@lyx.org> Date: Sun Nov 9 02:19:00 2014 +0100 Fix issue with CAS. See http://thread.gmane.org/gmane.editors.lyx.devel/153516 This regression was due to a thinko in [43f6b167/lyxgit]. diff

[LyX/2.1.x] Fix issue with CAS.

2014-11-09 Thread Enrico Forestieri
commit 564447057640dbf63e4368fde8efc523c3132703 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Nov 9 21:33:53 2014 +0100 Fix issue with CAS. See http://thread.gmane.org/gmane.editors.lyx.devel/153516 This regression was due to a thinko in [43f6b167/lyxgit]. diff

[LyX/master] Fix CAS computation of a selected subformula.

2014-11-09 Thread Enrico Forestieri
commit 29cebc7fb0bb3ab5acf2759ff4b964657ad59495 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Nov 9 21:56:40 2014 +0100 Fix CAS computation of a selected subformula. Invoking a computer algebra system program for computing a selected subformula has never worked (c

[LyX/2.1.x] Fix CAS computation of a selected subformula.

2014-11-09 Thread Enrico Forestieri
commit b16b1ddb58bab10f62837162bde5de3a50d4b71a Author: Enrico Forestieri <for...@lyx.org> Date: Mon Nov 10 00:47:50 2014 +0100 Fix CAS computation of a selected subformula. Invoking a computer algebra system program for computing a selected subformula has never worked (c

[LyX/master] Fix bug #9342: LaTeX build get stuck for unconventional path name

2014-11-27 Thread Enrico Forestieri
commit 11b7b7234e42ad46add882df914037930c6dd438 Author: Enrico Forestieri <for...@lyx.org> Date: Thu Nov 27 21:59:09 2014 +0100 Fix bug #9342: LaTeX build get stuck for unconventional path name The reason being that the TEXINPUTS path list was not quoted on W

[LyX/master] Fix bug #9235: LyX 2.2's tex2lyx fails in general on Windows

2014-11-27 Thread Enrico Forestieri
commit 417c233d07cd5ad2e9b956e4cf459d4b2aaa1b7b Author: Enrico Forestieri <for...@lyx.org> Date: Thu Nov 27 22:35:20 2014 +0100 Fix bug #9235: LyX 2.2's tex2lyx fails in general on Windows The reason being the backslashes in the path. Note that escaping does not wor

[LyX/master] Fix bug #9217: [Qt5] QWindowsMime class not available

2014-12-26 Thread Enrico Forestieri
commit 9126a99e97a23f5045da11dd6b13aa997b23bb44 Author: Enrico Forestieri <for...@lyx.org> Date: Fri Dec 26 16:53:31 2014 +0100 Fix bug #9217: [Qt5] QWindowsMime class not available The support for QWindowsMime has been reintroduced in Qt 5.4.0. The class name has been c

[LyX/master] Fix building with cmake on cygwin.

2014-12-26 Thread Enrico Forestieri
commit 1b0cbb6932376821ba1848bedcfad476bddb294d Author: Enrico Forestieri <for...@lyx.org> Date: Fri Dec 26 17:00:23 2014 +0100 Fix building with cmake on cygwin. Add required libraries for the link stage. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 31b5bfd..c

[LyX/master] Fix configuring for Qt5 with autotools on non-Mac platforms.

2015-01-01 Thread Enrico Forestieri
commit ab3259885b989f8053d7af6112293c6a78a83170 Author: Enrico Forestieri <for...@lyx.org> Date: Thu Jan 1 18:44:01 2015 +0100 Fix configuring for Qt5 with autotools on non-Mac platforms. diff --git a/config/qt4.m4 b/config/qt4.m4 index aa94ae9..7852c8a 100644 --- a/config/qt4.m4

[LyX/master] Fix typo.

2015-01-01 Thread Enrico Forestieri
commit 78242f6cd79c19bae4714e853e0ea68ba8433ec2 Author: Enrico Forestieri <for...@lyx.org> Date: Thu Jan 1 19:37:46 2015 +0100 Fix typo. diff --git a/po/it.gmo b/po/it.gmo index e664c1b..459f25a 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po

[LyX/master] Adjust autotools default configure options for Qt5.

2015-01-04 Thread Enrico Forestieri
commit dd2a8b616e36118d16d0b196d18f9fadea1f3802 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Jan 4 18:07:11 2015 +0100 Adjust autotools default configure options for Qt5. * Disable concept-checks unless explicitly required (errors out with Qt5). * Add -fPIC to CP

[LyX/2.1.x] Fix bug #7970: space disappears from equation when reopening LyX file.

2015-01-06 Thread Enrico Forestieri
commit 69179c08e7d66064e04170a2d9f8c9575f4e8286 Author: Enrico Forestieri <for...@lyx.org> Date: Tue Jan 6 19:57:54 2015 +0100 Fix bug #7970: space disappears from equation when reopening LyX file. diff --git a/src/mathed/MathParser.cpp b/src/mathed/MathParser.cpp index e740d23..2

[LyX/2.1.x] Fix bug #9319: Problems with space inside math and textrm.

2015-01-06 Thread Enrico Forestieri
commit 855f24e063a7b28f536a1bbced246276f322cbbd Author: Enrico Forestieri <for...@lyx.org> Date: Tue Jan 6 21:50:58 2015 +0100 Fix bug #9319: Problems with space inside math and textrm. diff --git a/src/mathed/InsetMathSpace.cpp b/src/mathed/InsetMathSpace.cpp index f961224..2a3b6f4

[LyX/2.1.x] Fix bug #9342: LaTeX build get stuck for unconventional path name

2015-01-06 Thread Enrico Forestieri
commit 383334c1fe72d1f8fc20fb1b9a35b7e041266c4a Author: Enrico Forestieri <for...@lyx.org> Date: Tue Jan 6 22:06:46 2015 +0100 Fix bug #9342: LaTeX build get stuck for unconventional path name The reason being that the TEXINPUTS path list was not quoted on W

[LyX/master] Adjust preprocessor guards for Qt5/X11.

2015-01-11 Thread Enrico Forestieri
commit d4428ceb81d12dde60102ad0bb3d1503efc54eda Author: Enrico Forestieri <for...@lyx.org> Date: Sun Jan 11 19:36:41 2015 +0100 Adjust preprocessor guards for Qt5/X11. This fixes the -geometry command line option and restores the "Use icons from system's them

[LyX/master] Fix preferences panel.

2015-01-11 Thread Enrico Forestieri
commit 35357c122576a061f9ec0b9364d6dbaec49ef91c Author: Enrico Forestieri <for...@lyx.org> Date: Sun Jan 11 20:09:04 2015 +0100 Fix preferences panel. This commit fixes a thinko in [8bab2338/lyxgit] causing the warning: QObject::connect: No such slot lyx::fr

[LyX/master] Adjust indentation after ff42fea8.

2015-01-13 Thread Enrico Forestieri
commit 10be0c43f20a27a1e6af82241ad5ec6b5cad3eca Author: Enrico Forestieri <for...@lyx.org> Date: Tue Jan 13 18:05:31 2015 +0100 Adjust indentation after ff42fea8. diff --git a/configure.ac b/configure.ac index 3a1db2f..8b48eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7

[LyX/master] Solve the "soft-hyphen" (0x00ad) symbol problem.

2015-01-21 Thread Enrico Forestieri
commit f496ec373bafa15beeb4f1709ec22e179df9f099 Author: Enrico Forestieri <for...@lyx.org> Date: Wed Jan 21 13:57:55 2015 +0100 Solve the "soft-hyphen" (0x00ad) symbol problem. After the str-metrics merge, the kludge for displaying symbols whose code point corre

[LyX/master] Fix bug #9392: Matrix widget keyboard navigation broken

2015-01-27 Thread Enrico Forestieri
commit e3960ffd0b9ae961431e4a4b7337eb5f0aa9781a Author: Enrico Forestieri <for...@lyx.org> Date: Tue Jan 27 22:59:33 2015 +0100 Fix bug #9392: Matrix widget keyboard navigation broken diff --git a/src/frontends/qt4/ui/MathMatrixUi.ui b/src/frontends/qt4/ui/MathMatrixUi.ui index 0

[LyX/master] Correct name of a svg icon.

2015-02-16 Thread Enrico Forestieri
commit 31a2cb5ed2948ae197ec5c4a2bac5b8270aa23f4 Author: Enrico Forestieri <for...@lyx.org> Date: Mon Feb 16 16:10:53 2015 +0100 Correct name of a svg icon. diff --git a/lib/images/svg/dialog-show-character.svgz b/lib/images/svg/dialog-show-character.svgz deleted file mode 100644

[LyX/master] Add another bunch of missing svg icons.

2015-03-03 Thread Enrico Forestieri
commit b4b02da31f6821759b36dc919f3c6fe2fd55fbf6 Author: Enrico Forestieri <for...@lyx.org> Date: Tue Mar 3 15:43:10 2015 +0100 Add another bunch of missing svg icons. I also tweaked some existing icons to make them look better at default size. Moreover, some text was re

[LyX/master] Update cygwin script.

2015-03-03 Thread Enrico Forestieri
commit afeae62f3f9653bccc85a4ef20c99908de70d8e5 Author: Enrico Forestieri <for...@lyx.org> Date: Tue Mar 3 18:17:37 2015 +0100 Update cygwin script. Recent versions of the cygwin X11 server come with a startup script that explicitly uses '-nolisten tcp' for improved se

[LyX/2.1.x] Update cygwin script.

2015-03-04 Thread Enrico Forestieri
commit 0e274e06d8e65020a972af2102e16c4ff82fdb05 Author: Enrico Forestieri <for...@lyx.org> Date: Thu Mar 5 00:01:40 2015 +0100 Update cygwin script. Recent versions of the cygwin X11 server come with a startup script that explicitly uses '-nolisten tcp' for improved se

[LyX/master] Add another bunch of svg icons.

2015-03-08 Thread Enrico Forestieri
commit 9bcdf14e064814ba927c2a978747a2347a1af79e Author: Enrico Forestieri <for...@lyx.org> Date: Sun Mar 8 20:25:40 2015 +0100 Add another bunch of svg icons. Also tweaked some existing icons for better rendering at default size. diff --git a/lib/images/svg/demote.svgz

[LyX/master] Reduce size of some svg icons.

2015-03-08 Thread Enrico Forestieri
commit a78340e30296467fcbae88bc237d036b7c8ade46 Author: Enrico Forestieri <for...@lyx.org> Date: Mon Mar 9 02:38:12 2015 +0100 Reduce size of some svg icons. The svg files produced by vector editors may end up containing a lot of unused elements that increase their size w

[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 <for...@lyx.org> 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..6

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

2015-03-12 Thread Enrico Forestieri
commit bd9f5408cfe588dd68b8d7b011ef4f796477bca5 Author: Enrico Forestieri <for...@lyx.org> 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.

[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 <for...@lyx.org> 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 d

[LyX/master] Prefer svg icons.

2015-03-12 Thread Enrico Forestieri
commit 7be2a5d815d84470078773e5329bb6c9870aeb3d Author: Enrico Forestieri <for...@lyx.org> 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

[LyX/master] Make sure an unzipped file has correct extension.

2015-03-13 Thread Enrico Forestieri
commit c057d4e7ee7a64954d0be7ddb544e175de6a904e Author: Enrico Forestieri <for...@lyx.org> Date: Fri Mar 13 17:24:09 2015 +0100 Make sure an unzipped file has correct extension. If a mask is missing, the TempFile class appends it to the filename. This may be a p

[LyX/master] Make sure that a generated temporary filename doesn't end with a dot.

2015-03-13 Thread Enrico Forestieri
commit ee6583ff94497c290898444da5ce3853b89e937d Author: Enrico Forestieri <for...@lyx.org> Date: Fri Mar 13 18:12:08 2015 +0100 Make sure that a generated temporary filename doesn't end with a dot. This may happen if the extension is empty, and a filename ending with a d

[LyX/master] Squash last icon warnings and improve rendering at default size.

2015-03-14 Thread Enrico Forestieri
commit a089504663d488cbfec27e1732e5165ce5ed44ee Author: Enrico Forestieri <for...@lyx.org> Date: Sat Mar 14 08:43:58 2015 +0100 Squash last icon warnings and improve rendering at default size. diff --git a/lib/images/math-macro-add-greedy-optional-param.svgz b/lib/images/math-mac

[LyX/master] Restore some inadvertently overwritten oxygen icons.

2015-03-14 Thread Enrico Forestieri
commit a9fb950845914d42c3c24bcee8df987a59f6177e Author: Enrico Forestieri <for...@lyx.org> Date: Sat Mar 14 15:42:38 2015 +0100 Restore some inadvertently overwritten oxygen icons. I did not notice that all icons in math/ are shared and in a0895046 I have overwritte

[LyX/master] Add last missing svg icons.

2015-03-14 Thread Enrico Forestieri
commit 3fb102fa8a8313469e274a72d810b91a264947fd Author: Enrico Forestieri <for...@lyx.org> Date: Sun Mar 15 02:48:31 2015 +0100 Add last missing svg icons. Also correctly rename an oxygen icon. diff --git a/lib/images/editclear.svgz b/lib/images/editclear.svgz new file mode

[LyX/master] Install the svg icons.

2015-03-14 Thread Enrico Forestieri
commit 8fbe17c4d990dbf60f936dbaffc73128fc5bcb33 Author: Enrico Forestieri <for...@lyx.org> Date: Sun Mar 15 02:52:29 2015 +0100 Install the svg icons. diff --git a/lib/Makefile.am b/lib/Makefile.am index ec7d351..d41e923 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -365,7

[LyX/master] Fix bug #9453

2015-03-15 Thread Enrico Forestieri
commit 0a5e1f20fc807535dd83ddc52d65a22548e478e8 Author: Enrico Forestieri <for...@lyx.org> Date: Mon Mar 16 00:34:35 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/s

[LyX/master] Refine fix for #9453

2015-03-16 Thread Enrico Forestieri
commit 1af2242c7e9c3dd4edd1ddba5f65e5de5c5e600a Author: Enrico Forestieri <for...@lyx.org> 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 c

<    1   2   3   4   5   6   7   8   9   10   >