[LyX/master] Fix compilation of ACM-sigplan

2014-04-21 Thread Scott Kostyshak
commit afdab15aa3e9551d2323634520df49669e6dcc76 Author: Scott Kostyshak skost...@lyx.org Date: Mon Apr 21 01:55:45 2014 -0400 Fix compilation of ACM-sigplan Compilation was failing with TeX Live 2013 because of the format of one of the references. This commit just changes

[LyX/master] Invert new tests failing outside of default format

2014-04-21 Thread Scott Kostyshak
commit 06f12532d1c6d6e565dd11624442de45d1bd117f Author: Scott Kostyshak skost...@lyx.org Date: Mon Apr 21 02:42:00 2014 -0400 Invert new tests failing outside of default format These started failing after we implemented tests for formats that are in the complement set to the

[LyX/master] Fix the ignored path of the JASA files

2014-04-21 Thread Scott Kostyshak
commit 55b3341fba1f3a080d99927dd6f46d7746c0c8b1 Author: Scott Kostyshak skost...@lyx.org Date: Mon Apr 21 02:01:03 2014 -0400 Fix the ignored path of the JASA files This follows a860d18b which moved the JASA file back from being an example to a template. diff --git

[LyX/master] Fix compilation of Springer template

2014-04-21 Thread Scott Kostyshak
commit 4133be11b3ba4a15e7b01ebf375b8b3398dd5999 Author: Scott Kostyshak skost...@lyx.org Date: Mon Apr 21 02:12:10 2014 -0400 Fix compilation of Springer template Replace two images with text placeholders. This is necessary after a860d18b moved the file back from being an

[LyX/master] CMake: specific modules for Qt5

2014-04-21 Thread Richard Heck
commit 2da0d3277165bb8a6ea1049460c3a161f74017fc Author: Benjamin Piwowarski benja...@bpiwowar.net Date: Sun Mar 9 10:24:41 2014 +0100 CMake: specific modules for Qt5 diff --git a/src/frontends/qt4/CMakeLists.txt b/src/frontends/qt4/CMakeLists.txt index 14283ea..16d8b51 100644 ---

[LyX/master] Fix problem with python and change of PATH

2014-04-21 Thread Richard Heck
commit 4e38cf152430c6293319642099f162299acde922 Author: Benjamin Piwowarski bpiwo...@lyx.org Date: Fri Mar 14 11:48:40 2014 +0100 Fix problem with python and change of PATH - waits that lyxrc has been read before finding python - when the PATH changes, resets the value diff

[LyX/master] Revert Tooltip for completion word length.

2014-04-21 Thread Richard Heck
commit f00104d222d39da2b2abaff78ab1c3082124cbf7 Author: Richard Heck rgh...@lyx.org Date: Sat Mar 22 21:21:59 2014 -0400 Revert Tooltip for completion word length. This reverts commit 2aadcec1fc9ae784e6029b56790753ce82b9f055. Conflicts:

[LyX/master] Objective-C compililation support with cmake and C++11

2014-04-21 Thread Richard Heck
commit c2e67a41ce4b3b281f6c8a805be5e821ce0aea0a Author: Benjamin Piwowarski benja...@bpiwowar.net Date: Sun Mar 9 08:29:27 2014 +0100 Objective-C compililation support with cmake and C++11 This fixes an issue whe compiling with C++11 flags on: The objective-C clang compiler

[LyX/master] Avoids const_cast in configure_command by using mutable

2014-04-21 Thread Richard Heck
commit 73405549cb122d30dfdba13414660a3427eb0db2 Author: Benjamin Piwowarski bpiwo...@lyx.org Date: Fri Mar 21 18:38:09 2014 +0100 Avoids const_cast in configure_command by using mutable diff --git a/src/support/Package.cpp b/src/support/Package.cpp index f5ee5d5..b4b0e14 100644 ---

[LyX/master] When LYX_ASPELL is on, fails if not finding the library

2014-04-21 Thread Richard Heck
commit 6468cd97e3c088fe4f29b4738978644e0a4e32ca Author: Benjamin Piwowarski benja...@bpiwowar.net Date: Sun Mar 9 10:24:07 2014 +0100 When LYX_ASPELL is on, fails if not finding the library Otherwise, this was triggering errors latter in the build process diff --git

[LyX/master] CMake install and bundling improvements (esp. OS X)

2014-04-21 Thread Richard Heck
commit 14de3aa49b4fb38093ff12ccaf3200daf0f62c77 Author: Benjamin Piwowarski benja...@bpiwowar.net Date: Sun Mar 9 10:21:51 2014 +0100 CMake install and bundling improvements (esp. OS X) This patch improves the cmake bundling process: - reworked bundle handling for OS X: only

[LyX/master] Fix selection drawing after mouse-double/triple in mathed

2014-04-21 Thread Richard Heck
commit 33e10ff2138ae95ae42d922a51e93b9ba9c7bca6 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Mar 21 10:20:12 2014 +0100 Fix selection drawing after mouse-double/triple in mathed Fixes: #8829 diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index

[LyX/master] style

2014-04-21 Thread Richard Heck
commit b8661bcfb33bb7f8c0598c0f0c45229b77526bbb Author: Juergen Spitzmueller sp...@lyx.org Date: Sat Mar 22 12:22:41 2014 +0100 style diff --git a/src/BufferView.cpp b/src/BufferView.cpp index ab5501c..2d3df5f 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -2499,7 +2499,7 @@

[LyX/master] In Paragraph::changeCase, correctly track the font of the changed characters (fix crash)

2014-04-21 Thread Richard Heck
commit 0b2d89eaea7ca8075c43154a0bf7ef49221d3fab Author: Juergen Spitzmueller sp...@lyx.org Date: Mon Mar 24 09:15:00 2014 +0100 In Paragraph::changeCase, correctly track the font of the changed characters (fix crash) Fixes: #7943 diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp

[LyX/master] Typos in algorithm module.

2014-04-21 Thread Richard Heck
commit 47c3b0fce7936f686389438b80357c5b45be0ab4 Author: Richard Heck rgh...@lyx.org Date: Wed Mar 26 15:53:15 2014 -0400 Typos in algorithm module. diff --git a/lib/layouts/algorithm2e.module b/lib/layouts/algorithm2e.module index 8125506..17b5131 100644 ---

[LyX/master] \lyxdeleted uses an ulem command.

2014-04-21 Thread Richard Heck
commit 5a4363c0f56780cbf83306d2f5c5451897528050 Author: Juergen Spitzmueller sp...@lyx.org Date: Sat Mar 22 12:27:46 2014 +0100 \lyxdeleted uses an ulem command. Therefore we need to put \cite and \ref into \mboxes, as in our native ulem commands. Fixes: #8806. diff

[LyX/master] PrefCompletionUi.ui: port commit 1a137950

2014-04-21 Thread Richard Heck
commit 9776519cc597c81be5c69ff42dc0dd7cf7e72f5a Author: Uwe Stöhr uwesto...@lyx.org Date: Sun Mar 23 14:49:57 2014 +0100 PrefCompletionUi.ui: port commit 1a137950 diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/frontends/qt4/ui/PrefCompletionUi.ui index 010b308..45faee4 100644

[LyX/master] Change forToc() to forOutliner(), to avoid confusion. The old name is left over from when the outliner really did just display a TOC.

2014-04-21 Thread Richard Heck
commit 8b00b355ca7012ca703c78a8be89193ac6435fcb Author: Richard Heck rgh...@lyx.org Date: Sat Mar 29 13:34:36 2014 -0400 Change forToc() to forOutliner(), to avoid confusion. The old name is left over from when the outliner really did just display a TOC. diff --git a/src/Paragraph.cpp

[LyX/master] Fix oversight in autotools packaging selection

2014-04-21 Thread Richard Heck
commit 5ff8a01cb610b58f5c3c84f7e65440b0a001b5f6 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Thu Mar 27 13:51:25 2014 +0100 Fix oversight in autotools packaging selection The only consequence of this thinko is that the lyx.desktop and the svg icons were installed on Mac

[LyX/master] PrefLanguageUi.ui: change a string

2014-04-21 Thread Richard Heck
commit 658aa3f02606000de788360bed4f66624065f6f1 Author: Uwe Stöhr uwesto...@lyx.org Date: Wed Mar 26 05:19:38 2014 +0100 PrefLanguageUi.ui: change a string to have uniform uppercases in this dialog diff --git a/src/frontends/qt4/ui/PrefLanguageUi.ui

[LyX/master] Merged Paragraph::stringify into asString().

2014-04-21 Thread Richard Heck
commit 13cb7da11d04bba9fb4af5e538ca2332a5341b71 Author: Tommaso Cucinotta tomm...@lyx.org Date: Thu Mar 27 23:12:56 2014 + Merged Paragraph::stringify into asString(). diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index ed0ddd0..3751cfd 100644 --- a/src/Paragraph.cpp +++

[LyX/master] Fix two thinkos caught by the cppcheck script.

2014-04-21 Thread Richard Heck
commit 84d4d45daa9e0b1a18ab0133c6caa5f34e7f8616 Author: Richard Heck rgh...@lyx.org Date: Fri Apr 4 15:53:27 2014 -0400 Fix two thinkos caught by the cppcheck script. diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index acf8ace..113715a 100644 ---

[LyX/master] Make some functions return const refs, and add a comment.

2014-04-21 Thread Richard Heck
commit 75aa0d61dba848cda39ceddcde9c2f3f0b9afbe8 Author: Richard Heck rgh...@lyx.org Date: Sun Apr 6 21:53:54 2014 -0400 Make some functions return const refs, and add a comment. diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 74e1af9..83bbb2d 100644 ---

[LyX/master] Stabilize mouse selection in mathed

2014-04-21 Thread Richard Heck
commit 302228625b46788d4301e9bbdc2883b4e581f508 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Apr 4 15:40:05 2014 +0200 Stabilize mouse selection in mathed Fixes: #9074 diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 479a682..83e49c4 100644

[LyX/master] Update other comment.

2014-04-21 Thread Richard Heck
commit 39ac113ba1e066f9e50a9e58c604f7c86170e5ba Author: Richard Heck rgh...@lyx.org Date: Mon Apr 7 11:02:21 2014 -0400 Update other comment. diff --git a/src/Layout.h b/src/Layout.h index 05f6cbd..d0abcec 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -116,8 +116,8 @@ public: ///

[LyX/master] Typo.

2014-04-21 Thread Richard Heck
commit f80ef1a1593f31f085823f0d11e27a5d168101fd Author: Richard Heck rgh...@lyx.org Date: Fri Apr 11 11:28:04 2014 -0400 Typo. diff --git a/lib/lyx2lyx/lyx2lyx_tools.py b/lib/lyx2lyx/lyx2lyx_tools.py index 1edd1fb..fefc53f 100644 --- a/lib/lyx2lyx/lyx2lyx_tools.py +++

[LyX/master] Use subdir-objects for automake 1.14 or newer

2014-04-21 Thread Richard Heck
commit 6c8a775c73f58eea81a7fe0208c23972c6abba5d Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Sun Apr 20 20:20:25 2014 +0200 Use subdir-objects for automake 1.14 or newer This option is going to be mandatory starting with automake 2.0. LyX is able to use this since

[LyX/master] ulem commands can be nested.

2014-04-21 Thread Richard Heck
commit 9aa0fe91f6f39ffd889af02e7bb00b7eef585abc Author: Juergen Spitzmueller sp...@lyx.org Date: Sat Mar 22 12:25:25 2014 +0100 ulem commands can be nested. diff --git a/src/Font.cpp b/src/Font.cpp index a155ec5..7e8b3f4 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -418,22 +418,22 @@

[LyX/master] Typos and style.

2014-04-21 Thread Richard Heck
commit 0a6ff99f28686066675848f3410f77c0947bc357 Author: Richard Heck rgh...@lyx.org Date: Sat Mar 29 18:52:36 2014 -0400 Typos and style. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 6f7a5cd..51430e4 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -929,7 +929,7 @@ bool

[LyX/master] Patch from Enrico fixing a problem with the lyxpak.py script when Add Bibliography to TOC is used. Fixes #9044.

2014-04-21 Thread Richard Heck
commit 4540e6c2efa1853c3abe9fc4811301570400a954 Author: Richard Heck rgh...@lyx.org Date: Sat Mar 22 20:19:17 2014 -0400 Patch from Enrico fixing a problem with the lyxpak.py script when Add Bibliography to TOC is used. Fixes #9044. diff --git a/lib/scripts/lyxpak.py

[LyX/master] OS X: Title bar can be clicked to access file path

2014-04-21 Thread Richard Heck
commit 382b42d6c21ec7dc5e0a2c918b0764ba4fb7ca7d Author: Benjamin Piwowarski bpiwo...@lyx.org Date: Mon Mar 17 17:46:14 2014 +0100 OS X: Title bar can be clicked to access file path diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index cd5d3ff..6a6c1e8 100644 ---

[LyX/master] Tooltip for completion word length.

2014-04-21 Thread Richard Heck
commit 3d6790607ef6dec5c5be8b1a720eb1ca31c3a15b Author: Richard Heck rgh...@lyx.org Date: Thu Mar 20 23:12:09 2014 -0400 Tooltip for completion word length. diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/frontends/qt4/ui/PrefCompletionUi.ui index 010b308..c8cbe1f 100644 ---

[LyX/master] Whitespace.

2014-04-21 Thread Richard Heck
commit c0be76a2d6bd8646df43e1abd7a1f98dcef7e104 Author: Richard Heck rgh...@lyx.org Date: Fri Apr 4 16:52:21 2014 -0400 Whitespace. diff --git a/src/mathed/InsetMathSymbol.cpp b/src/mathed/InsetMathSymbol.cpp index 98fc589..79924fe 100644 --- a/src/mathed/InsetMathSymbol.cpp +++

[LyX/master] Typo.

2014-04-21 Thread Richard Heck
commit cd32001de672fb80d37c5f6febd6e15c25a704aa Author: Richard Heck rgh...@lyx.org Date: Wed Mar 26 15:17:57 2014 -0400 Typo. diff --git a/src/support/lassert.h b/src/support/lassert.h index 5a47edf..5e152e0 100644 --- a/src/support/lassert.h +++ b/src/support/lassert.h @@ -21,7 +21,7 @@

[LyX/master] Add comment.

2014-04-21 Thread Richard Heck
commit 2928afbd01b58cfe639b8390081c9dfcd4fb3a0f Author: Juergen Spitzmueller sp...@lyx.org Date: Mon Apr 7 08:46:35 2014 +0200 Add comment. diff --git a/src/Layout.h b/src/Layout.h index 913546f..05f6cbd 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -108,13 +108,18 @@ public: ///

[LyX/master] Do not allow the manual insertion of a directory (without filename) into the import dialog and thus prevent an assertion.

2014-04-21 Thread Richard Heck
commit df1dbe28ce8b1a095ec9b9de92a1dc697c015c28 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Mar 23 13:31:21 2014 +0100 Do not allow the manual insertion of a directory (without filename) into the import dialog and thus prevent an assertion. Fixes: #7437 diff --git

[LyX/master] Fix section-select when issued from outliner

2014-04-21 Thread Richard Heck
commit 8913031fafeb37dda18edc7932e4311f5691aea4 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Mar 21 10:21:18 2014 +0100 Fix section-select when issued from outliner Fixes: #8936 diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index

[LyX/master] Return an error if LaTeX is unable to compile the file.

2014-04-21 Thread Richard Heck
commit 64e0c5589c866a505bebff87da98a08979848516 Author: Richard Heck rgh...@lyx.org Date: Wed Mar 19 12:42:57 2014 -0400 Return an error if LaTeX is unable to compile the file. diff --git a/lib/scripts/legacy_lyxpreview2ppm.py b/lib/scripts/legacy_lyxpreview2ppm.py index fdc5a8e..d16e867

[LyX/master] Really use qstr to convert a string in a QString

2014-04-21 Thread Richard Heck
commit 54a534c81fe1ff344e4972303cc59aeaac9c6e1b Author: Benjamin Piwowarski bpiwo...@lyx.org Date: Fri Mar 21 14:15:07 2014 +0100 Really use qstr to convert a string in a QString diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index ce39a6e..4a4ab00 100644 ---

[LyX/master] Fix a bunch of minor issues discovered by the cppcheck script.

2014-04-21 Thread Richard Heck
commit 065db6806771190d12d37d64c4c86f9c5ebaf225 Author: Richard Heck rgh...@lyx.org Date: Fri Apr 4 15:54:32 2014 -0400 Fix a bunch of minor issues discovered by the cppcheck script. diff --git a/src/Author.h b/src/Author.h index 7d9f3dd..d62fcb0 100644 --- a/src/Author.h +++

[LyX/master] Do not store Languages objects in completion words lists

2014-04-21 Thread Richard Heck
commit f8da042312cf9a563f46e4a767fc3c4ae6ecb764 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Fri Mar 21 12:24:47 2014 +0100 Do not store Languages objects in completion words lists In the current code each paragraph contains a mapLanguage, WordList*, which means that

[LyX/master] Workaround for #7987: deleted text in change-tracking mode is not found in Advanced FR any more.

2014-04-21 Thread Richard Heck
commit cb79658e54e63e6e11417982cd52f8edc1deaa6a Author: Tommaso Cucinotta tomm...@lyx.org Date: Fri Mar 28 22:56:20 2014 + Workaround for #7987: deleted text in change-tracking mode is not found in Advanced FR any more. diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index

[LyX/master] Draw a small red frame around preview images that are too small.

2014-04-21 Thread Richard Heck
commit 7765b1c9a8673d06e84709f787b720f4df6cf00f Author: Richard Heck rgh...@lyx.org Date: Wed Mar 19 12:43:21 2014 -0400 Draw a small red frame around preview images that are too small. diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index e994d44..4c20625 100644

[LyX/master] Fix assertion when ChkTeX hit math.

2014-04-21 Thread Richard Heck
commit a70571258d1253e5576b94fdc21209a54041626e Author: Juergen Spitzmueller sp...@lyx.org Date: Sat Mar 22 12:09:18 2014 +0100 Fix assertion when ChkTeX hit math. The problem here was that we used texted-only methods (via paragraph()), which triggered the assertion as soon as we

[LyX/master] Do not substract cursors pos from two different cells (fix assertion while doing adv search)

2014-04-21 Thread Richard Heck
commit ad6f96bf4815b182372adf70d5829523c35249d9 Author: Juergen Spitzmueller sp...@lyx.org Date: Mon Mar 31 18:33:53 2014 +0200 Do not substract cursors pos from two different cells (fix assertion while doing adv search) Fixes: #7944. diff --git a/src/lyxfind.cpp

[LyX/master] stdmenus.inc: add move rows/columns feature to Edit menu

2014-04-21 Thread Richard Heck
commit 30f2c2c4e390fcbe407ae36a5d5f8d9e7945b8f1 Author: Uwe Stöhr uwesto...@lyx.org Date: Sun Mar 23 15:30:13 2014 +0100 stdmenus.inc: add move rows/columns feature to Edit menu fixes bug #9047 diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 2da0b7c..32ed83e 100644

[LyX/master] Focus on buffer after section select in Outliner

2014-04-21 Thread Richard Heck
commit abc4c663cafcbb923345dcaefb7e31dc3d446e29 Author: Scott Kostyshak skost...@lyx.org Date: Fri Mar 21 19:34:46 2014 -0400 Focus on buffer after section select in Outliner diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index 2069035..83ac1bf 100644 ---

[LyX/master] This is the result of an audit of all static variables, looking for possible thread conflicts, of the sort Georg resolved at 6a30211f. I have made static variables const where possible, a

2014-04-21 Thread Richard Heck
commit fdbe775b9f5468e8f53dc83a66583f412b5970fb Author: Richard Heck rgh...@lyx.org Date: Mon Oct 7 18:59:05 2013 -0400 This is the result of an audit of all static variables, looking for possible thread conflicts, of the sort Georg resolved at 6a30211f. I have made static variables

[LyX/master] Typo.

2014-04-21 Thread Richard Heck
commit d53cf7f575276759fbcb7c613060fc49560e178f Author: Richard Heck rgh...@lyx.org Date: Fri Mar 21 17:15:47 2014 -0400 Typo. diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/frontends/qt4/ui/PrefCompletionUi.ui index c8cbe1f..d833302 100644 ---

[LyX/master] Fix corrupted PrefCompletionUI.ui

2014-04-21 Thread Richard Heck
commit da196ed5b220872e5388ba3db606b686270dd3f8 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Mar 23 09:50:39 2014 +0100 Fix corrupted PrefCompletionUI.ui diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/frontends/qt4/ui/PrefCompletionUi.ui index 0cb8751..010b308 100644

[LyX/master] Update comment slightly.

2014-04-21 Thread Richard Heck
commit 6021322c015708bbd2c7618eef2df14f1e6fa8b8 Author: Richard Heck rgh...@lyx.org Date: Mon Apr 7 10:57:22 2014 -0400 Update comment slightly. diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 83bbb2d..9398e91 100644 --- a/src/insets/InsetLayout.h +++

[LyX/master] Whitespace.

2014-04-21 Thread Richard Heck
commit f83aab43e5b207e77f6eb12e1b48f7a54714277d Author: Richard Heck rgh...@lyx.org Date: Fri Apr 11 11:31:24 2014 -0400 Whitespace. diff --git a/lib/lyx2lyx/parser_tools.py b/lib/lyx2lyx/parser_tools.py index c989515..9707f7a 100644 --- a/lib/lyx2lyx/parser_tools.py +++

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

2014-04-21 Thread rgheck
Author: rgheck Date: Mon Apr 21 18:23:29 2014 New Revision: 41002 URL: http://www.lyx.org/trac/changeset/41002 Log: * i18n_trunk.inc: update stats Modified: www-user/trunk/farm/cookbook/LyX/i18n_trunk.inc Modified: www-user/trunk/farm/cookbook/LyX/i18n_trunk.inc

[LyX/master] Cmake build: Add include path for src/tests/dummy_functions.cpp

2014-04-21 Thread Kornel Benko
commit f3a96fb833a3c6773790de82df39a8c95a8abe77 Author: Kornel Benko kor...@lyx.org Date: Mon Apr 21 19:14:25 2014 +0200 Cmake build: Add include path for src/tests/dummy_functions.cpp Othervise the statement '#include ../Messages.h' results in error. diff --git

[LyX/master] Cmake tests: Allow regular expressions to select for reverted tests.

2014-04-21 Thread Kornel Benko
commit dae08c371fdda0972eb1b64db0d2a07951b2aa3e Author: Kornel Benko kor...@lyx.org Date: Mon Apr 21 19:18:42 2014 +0200 Cmake tests: Allow regular expressions to select for reverted tests. diff --git a/development/autotests/CMakeLists.txt b/development/autotests/CMakeLists.txt index

[LyX/master] Cmake tests: simplify part of the set of reverted tests using regex

2014-04-21 Thread Kornel Benko
commit ae33fa9e39c389df5bf14f2645eaebaff0bf185f Author: Kornel Benko kor...@lyx.org Date: Mon Apr 21 19:20:40 2014 +0200 Cmake tests: simplify part of the set of reverted tests using regex diff --git a/development/autotests/revertedTests b/development/autotests/revertedTests index

[LyX/master] * sk.po

2014-04-21 Thread Kornel Benko
commit b8e4fbbd8f24ea4402addc2383966e86a631fd01 Author: Kornel Benko kor...@lyx.org Date: Mon Apr 21 19:36:22 2014 +0200 * sk.po diff --git a/po/sk.gmo b/po/sk.gmo index 02a5515..281ab7f 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index

[LyX/master] Fix compilation of ACM-sigplan

2014-04-21 Thread Scott Kostyshak
commit afdab15aa3e9551d2323634520df49669e6dcc76 Author: Scott Kostyshak Date: Mon Apr 21 01:55:45 2014 -0400 Fix compilation of ACM-sigplan Compilation was failing with TeX Live 2013 because of the format of one of the references. This commit just changes

[LyX/master] Invert new tests failing outside of default format

2014-04-21 Thread Scott Kostyshak
commit 06f12532d1c6d6e565dd11624442de45d1bd117f Author: Scott Kostyshak Date: Mon Apr 21 02:42:00 2014 -0400 Invert new tests failing outside of default format These started failing after we implemented tests for formats that are in the complement set to the

[LyX/master] Fix the ignored path of the JASA files

2014-04-21 Thread Scott Kostyshak
commit 55b3341fba1f3a080d99927dd6f46d7746c0c8b1 Author: Scott Kostyshak Date: Mon Apr 21 02:01:03 2014 -0400 Fix the ignored path of the JASA files This follows a860d18b which moved the JASA file back from being an example to a template. diff --git

[LyX/master] Fix compilation of Springer template

2014-04-21 Thread Scott Kostyshak
commit 4133be11b3ba4a15e7b01ebf375b8b3398dd5999 Author: Scott Kostyshak Date: Mon Apr 21 02:12:10 2014 -0400 Fix compilation of Springer template Replace two images with text placeholders. This is necessary after a860d18b moved the file back from being an

[LyX/master] CMake: specific modules for Qt5

2014-04-21 Thread Richard Heck
commit 2da0d3277165bb8a6ea1049460c3a161f74017fc Author: Benjamin Piwowarski Date: Sun Mar 9 10:24:41 2014 +0100 CMake: specific modules for Qt5 diff --git a/src/frontends/qt4/CMakeLists.txt b/src/frontends/qt4/CMakeLists.txt index 14283ea..16d8b51 100644 ---

[LyX/master] Fix problem with python and change of PATH

2014-04-21 Thread Richard Heck
commit 4e38cf152430c6293319642099f162299acde922 Author: Benjamin Piwowarski Date: Fri Mar 14 11:48:40 2014 +0100 Fix problem with python and change of PATH - waits that lyxrc has been read before finding python - when the PATH changes, resets the value diff

[LyX/master] Revert "Tooltip for completion word length."

2014-04-21 Thread Richard Heck
commit f00104d222d39da2b2abaff78ab1c3082124cbf7 Author: Richard Heck Date: Sat Mar 22 21:21:59 2014 -0400 Revert "Tooltip for completion word length." This reverts commit 2aadcec1fc9ae784e6029b56790753ce82b9f055. Conflicts:

[LyX/master] Objective-C compililation support with cmake and C++11

2014-04-21 Thread Richard Heck
commit c2e67a41ce4b3b281f6c8a805be5e821ce0aea0a Author: Benjamin Piwowarski Date: Sun Mar 9 08:29:27 2014 +0100 Objective-C compililation support with cmake and C++11 This fixes an issue whe compiling with C++11 flags on: The objective-C clang compiler

[LyX/master] Avoids const_cast in configure_command by using mutable

2014-04-21 Thread Richard Heck
commit 73405549cb122d30dfdba13414660a3427eb0db2 Author: Benjamin Piwowarski Date: Fri Mar 21 18:38:09 2014 +0100 Avoids const_cast in configure_command by using mutable diff --git a/src/support/Package.cpp b/src/support/Package.cpp index f5ee5d5..b4b0e14 100644 ---

[LyX/master] When LYX_ASPELL is on, fails if not finding the library

2014-04-21 Thread Richard Heck
commit 6468cd97e3c088fe4f29b4738978644e0a4e32ca Author: Benjamin Piwowarski Date: Sun Mar 9 10:24:07 2014 +0100 When LYX_ASPELL is on, fails if not finding the library Otherwise, this was triggering errors latter in the build process diff --git

[LyX/master] CMake install and bundling improvements (esp. OS X)

2014-04-21 Thread Richard Heck
commit 14de3aa49b4fb38093ff12ccaf3200daf0f62c77 Author: Benjamin Piwowarski Date: Sun Mar 9 10:21:51 2014 +0100 CMake install and bundling improvements (esp. OS X) This patch improves the cmake bundling process: - reworked bundle handling for OS X: only

[LyX/master] Fix selection drawing after mouse-double/triple in mathed

2014-04-21 Thread Richard Heck
commit 33e10ff2138ae95ae42d922a51e93b9ba9c7bca6 Author: Juergen Spitzmueller Date: Fri Mar 21 10:20:12 2014 +0100 Fix selection drawing after mouse-double/triple in mathed Fixes: #8829 diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index

[LyX/master] style

2014-04-21 Thread Richard Heck
commit b8661bcfb33bb7f8c0598c0f0c45229b77526bbb Author: Juergen Spitzmueller Date: Sat Mar 22 12:22:41 2014 +0100 style diff --git a/src/BufferView.cpp b/src/BufferView.cpp index ab5501c..2d3df5f 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -2499,7 +2499,7 @@

[LyX/master] In Paragraph::changeCase, correctly track the font of the changed characters (fix crash)

2014-04-21 Thread Richard Heck
commit 0b2d89eaea7ca8075c43154a0bf7ef49221d3fab Author: Juergen Spitzmueller Date: Mon Mar 24 09:15:00 2014 +0100 In Paragraph::changeCase, correctly track the font of the changed characters (fix crash) Fixes: #7943 diff --git a/src/Paragraph.cpp

[LyX/master] Typos in algorithm module.

2014-04-21 Thread Richard Heck
commit 47c3b0fce7936f686389438b80357c5b45be0ab4 Author: Richard Heck Date: Wed Mar 26 15:53:15 2014 -0400 Typos in algorithm module. diff --git a/lib/layouts/algorithm2e.module b/lib/layouts/algorithm2e.module index 8125506..17b5131 100644 ---

[LyX/master] \lyxdeleted uses an ulem command.

2014-04-21 Thread Richard Heck
commit 5a4363c0f56780cbf83306d2f5c5451897528050 Author: Juergen Spitzmueller Date: Sat Mar 22 12:27:46 2014 +0100 \lyxdeleted uses an ulem command. Therefore we need to put \cite and \ref into \mboxes, as in our native ulem commands. Fixes: #8806. diff

[LyX/master] PrefCompletionUi.ui: port commit 1a137950

2014-04-21 Thread Richard Heck
commit 9776519cc597c81be5c69ff42dc0dd7cf7e72f5a Author: Uwe Stöhr Date: Sun Mar 23 14:49:57 2014 +0100 PrefCompletionUi.ui: port commit 1a137950 diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/frontends/qt4/ui/PrefCompletionUi.ui index 010b308..45faee4

[LyX/master] Change forToc() to forOutliner(), to avoid confusion. The old name is left over from when the outliner really did just display a TOC.

2014-04-21 Thread Richard Heck
commit 8b00b355ca7012ca703c78a8be89193ac6435fcb Author: Richard Heck Date: Sat Mar 29 13:34:36 2014 -0400 Change forToc() to forOutliner(), to avoid confusion. The old name is left over from when the outliner really did just display a TOC. diff --git

[LyX/master] Fix oversight in autotools packaging selection

2014-04-21 Thread Richard Heck
commit 5ff8a01cb610b58f5c3c84f7e65440b0a001b5f6 Author: Jean-Marc Lasgouttes Date: Thu Mar 27 13:51:25 2014 +0100 Fix oversight in autotools packaging selection The only consequence of this thinko is that the lyx.desktop and the svg icons were installed on Mac

[LyX/master] PrefLanguageUi.ui: change a string

2014-04-21 Thread Richard Heck
commit 658aa3f02606000de788360bed4f66624065f6f1 Author: Uwe Stöhr Date: Wed Mar 26 05:19:38 2014 +0100 PrefLanguageUi.ui: change a string to have uniform uppercases in this dialog diff --git a/src/frontends/qt4/ui/PrefLanguageUi.ui

[LyX/master] Merged Paragraph::stringify into asString().

2014-04-21 Thread Richard Heck
commit 13cb7da11d04bba9fb4af5e538ca2332a5341b71 Author: Tommaso Cucinotta Date: Thu Mar 27 23:12:56 2014 + Merged Paragraph::stringify into asString(). diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index ed0ddd0..3751cfd 100644 --- a/src/Paragraph.cpp +++

[LyX/master] Fix two thinkos caught by the cppcheck script.

2014-04-21 Thread Richard Heck
commit 84d4d45daa9e0b1a18ab0133c6caa5f34e7f8616 Author: Richard Heck Date: Fri Apr 4 15:53:27 2014 -0400 Fix two thinkos caught by the cppcheck script. diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index acf8ace..113715a 100644 ---

[LyX/master] Make some functions return const refs, and add a comment.

2014-04-21 Thread Richard Heck
commit 75aa0d61dba848cda39ceddcde9c2f3f0b9afbe8 Author: Richard Heck Date: Sun Apr 6 21:53:54 2014 -0400 Make some functions return const refs, and add a comment. diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 74e1af9..83bbb2d 100644 ---

[LyX/master] Stabilize mouse selection in mathed

2014-04-21 Thread Richard Heck
commit 302228625b46788d4301e9bbdc2883b4e581f508 Author: Juergen Spitzmueller Date: Fri Apr 4 15:40:05 2014 +0200 Stabilize mouse selection in mathed Fixes: #9074 diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 479a682..83e49c4 100644

[LyX/master] Update other comment.

2014-04-21 Thread Richard Heck
commit 39ac113ba1e066f9e50a9e58c604f7c86170e5ba Author: Richard Heck Date: Mon Apr 7 11:02:21 2014 -0400 Update other comment. diff --git a/src/Layout.h b/src/Layout.h index 05f6cbd..d0abcec 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -116,8 +116,8 @@ public:

[LyX/master] Typo.

2014-04-21 Thread Richard Heck
commit f80ef1a1593f31f085823f0d11e27a5d168101fd Author: Richard Heck Date: Fri Apr 11 11:28:04 2014 -0400 Typo. diff --git a/lib/lyx2lyx/lyx2lyx_tools.py b/lib/lyx2lyx/lyx2lyx_tools.py index 1edd1fb..fefc53f 100644 --- a/lib/lyx2lyx/lyx2lyx_tools.py +++

[LyX/master] Use subdir-objects for automake 1.14 or newer

2014-04-21 Thread Richard Heck
commit 6c8a775c73f58eea81a7fe0208c23972c6abba5d Author: Jean-Marc Lasgouttes Date: Sun Apr 20 20:20:25 2014 +0200 Use subdir-objects for automake 1.14 or newer This option is going to be mandatory starting with automake 2.0. LyX is able to use this since

[LyX/master] ulem commands can be nested.

2014-04-21 Thread Richard Heck
commit 9aa0fe91f6f39ffd889af02e7bb00b7eef585abc Author: Juergen Spitzmueller Date: Sat Mar 22 12:25:25 2014 +0100 ulem commands can be nested. diff --git a/src/Font.cpp b/src/Font.cpp index a155ec5..7e8b3f4 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -418,22 +418,22 @@

[LyX/master] Typos and style.

2014-04-21 Thread Richard Heck
commit 0a6ff99f28686066675848f3410f77c0947bc357 Author: Richard Heck Date: Sat Mar 29 18:52:36 2014 -0400 Typos and style. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 6f7a5cd..51430e4 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -929,7 +929,7 @@ bool

[LyX/master] Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044.

2014-04-21 Thread Richard Heck
commit 4540e6c2efa1853c3abe9fc4811301570400a954 Author: Richard Heck Date: Sat Mar 22 20:19:17 2014 -0400 Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044. diff --git a/lib/scripts/lyxpak.py

[LyX/master] OS X: Title bar can be clicked to access file path

2014-04-21 Thread Richard Heck
commit 382b42d6c21ec7dc5e0a2c918b0764ba4fb7ca7d Author: Benjamin Piwowarski Date: Mon Mar 17 17:46:14 2014 +0100 OS X: Title bar can be clicked to access file path diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index cd5d3ff..6a6c1e8 100644

[LyX/master] Tooltip for completion word length.

2014-04-21 Thread Richard Heck
commit 3d6790607ef6dec5c5be8b1a720eb1ca31c3a15b Author: Richard Heck Date: Thu Mar 20 23:12:09 2014 -0400 Tooltip for completion word length. diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/frontends/qt4/ui/PrefCompletionUi.ui index 010b308..c8cbe1f 100644 ---

[LyX/master] Whitespace.

2014-04-21 Thread Richard Heck
commit c0be76a2d6bd8646df43e1abd7a1f98dcef7e104 Author: Richard Heck Date: Fri Apr 4 16:52:21 2014 -0400 Whitespace. diff --git a/src/mathed/InsetMathSymbol.cpp b/src/mathed/InsetMathSymbol.cpp index 98fc589..79924fe 100644 --- a/src/mathed/InsetMathSymbol.cpp +++

[LyX/master] Typo.

2014-04-21 Thread Richard Heck
commit cd32001de672fb80d37c5f6febd6e15c25a704aa Author: Richard Heck Date: Wed Mar 26 15:17:57 2014 -0400 Typo. diff --git a/src/support/lassert.h b/src/support/lassert.h index 5a47edf..5e152e0 100644 --- a/src/support/lassert.h +++ b/src/support/lassert.h @@ -21,7 +21,7

[LyX/master] Add comment.

2014-04-21 Thread Richard Heck
commit 2928afbd01b58cfe639b8390081c9dfcd4fb3a0f Author: Juergen Spitzmueller Date: Mon Apr 7 08:46:35 2014 +0200 Add comment. diff --git a/src/Layout.h b/src/Layout.h index 913546f..05f6cbd 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -108,13 +108,18 @@ public:

[LyX/master] Do not allow the manual insertion of a directory (without filename) into the import dialog and thus prevent an assertion.

2014-04-21 Thread Richard Heck
commit df1dbe28ce8b1a095ec9b9de92a1dc697c015c28 Author: Juergen Spitzmueller Date: Sun Mar 23 13:31:21 2014 +0100 Do not allow the manual insertion of a directory (without filename) into the import dialog and thus prevent an assertion. Fixes: #7437 diff --git

[LyX/master] Fix section-select when issued from outliner

2014-04-21 Thread Richard Heck
commit 8913031fafeb37dda18edc7932e4311f5691aea4 Author: Juergen Spitzmueller Date: Fri Mar 21 10:21:18 2014 +0100 Fix section-select when issued from outliner Fixes: #8936 diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index

[LyX/master] Return an error if LaTeX is unable to compile the file.

2014-04-21 Thread Richard Heck
commit 64e0c5589c866a505bebff87da98a08979848516 Author: Richard Heck Date: Wed Mar 19 12:42:57 2014 -0400 Return an error if LaTeX is unable to compile the file. diff --git a/lib/scripts/legacy_lyxpreview2ppm.py b/lib/scripts/legacy_lyxpreview2ppm.py index

[LyX/master] Really use qstr to convert a string in a QString

2014-04-21 Thread Richard Heck
commit 54a534c81fe1ff344e4972303cc59aeaac9c6e1b Author: Benjamin Piwowarski Date: Fri Mar 21 14:15:07 2014 +0100 Really use qstr to convert a string in a QString diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index ce39a6e..4a4ab00 100644 ---

[LyX/master] Fix a bunch of minor issues discovered by the cppcheck script.

2014-04-21 Thread Richard Heck
commit 065db6806771190d12d37d64c4c86f9c5ebaf225 Author: Richard Heck Date: Fri Apr 4 15:54:32 2014 -0400 Fix a bunch of minor issues discovered by the cppcheck script. diff --git a/src/Author.h b/src/Author.h index 7d9f3dd..d62fcb0 100644 --- a/src/Author.h +++

[LyX/master] Do not store Languages objects in completion words lists

2014-04-21 Thread Richard Heck
commit f8da042312cf9a563f46e4a767fc3c4ae6ecb764 Author: Jean-Marc Lasgouttes Date: Fri Mar 21 12:24:47 2014 +0100 Do not store Languages objects in completion words lists In the current code each paragraph contains a map, which means

[LyX/master] Workaround for #7987: deleted text in change-tracking mode is not found in Advanced F any more.

2014-04-21 Thread Richard Heck
commit cb79658e54e63e6e11417982cd52f8edc1deaa6a Author: Tommaso Cucinotta Date: Fri Mar 28 22:56:20 2014 + Workaround for #7987: deleted text in change-tracking mode is not found in Advanced F any more. diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index

[LyX/master] Draw a small red frame around preview images that are too small.

2014-04-21 Thread Richard Heck
commit 7765b1c9a8673d06e84709f787b720f4df6cf00f Author: Richard Heck Date: Wed Mar 19 12:43:21 2014 -0400 Draw a small red frame around preview images that are too small. diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index e994d44..4c20625 100644

  1   2   >