[LyX/master] generate_manuals_for_web: switch to xhtml, and use a random userdir while exporting, so no cached pic can be found.

2017-08-17 Thread Tommaso Cucinotta
commit a0e95a2c1b10da0f1581d60f1802d64d5ebe62cc Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Fri Aug 18 02:52:03 2017 +0200 generate_manuals_for_web: switch to xhtml, and use a random userdir while exporting, so no cached pic can be found. --- development

Re: [LyX/master] oops, git is playing games with me.

2017-08-17 Thread Tommaso Cucinotta
Thx Pavel for pushing this. I'd like to add to the script the capability to generate the index in PmWiki format, so that its output can be copy'n'pasted straight to http://wiki.lyx.org/LyX/Manuals2 What'd'u think? T. On 17/08/2017 01:25, Pavel Sanda wrote: commit

[LyX/master] prefs/needauth: avoid show of warning dialog in corner cases (amending [8a4fcd3d/lyxgit])

2017-07-27 Thread Tommaso Cucinotta
commit 770ab9a82445b3f19314d03c545ee88b9a7d7750 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Jul 27 15:30:30 2017 +0200 prefs/needauth: avoid show of warning dialog in corner cases (amending [8a4fcd3d/lyxgit]) --- src/frontends/qt4/GuiPrefs.cpp | 15 --- 1

[LyX/master] prefs/needauth: added warning if user tries to disable authorization for needauth converters.

2017-07-26 Thread Tommaso Cucinotta
commit 8a4fcd3d95ca4aeed1c46152cecadf29ed21e774 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Jul 27 00:01:51 2017 +0200 prefs/needauth: added warning if user tries to disable authorization for needauth converters. --- src/frontends/qt4/GuiPrefs.cpp | 17 +++-

[LyX/master] libreoffice converter: get rid of warnings about deprecated options syntax

2017-05-09 Thread Tommaso Cucinotta
commit 47cd1e23c5a5e18806c7959820d7a58823d03fb0 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed May 10 03:26:36 2017 +0200 libreoffice converter: get rid of warnings about deprecated options syntax --- lib/configure.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[LyX/master] gnuplot script example added to lib/examples

2017-05-08 Thread Tommaso Cucinotta
commit e26dd18c8470b1fb473b61a30f95af2ecda6f7e8 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon May 8 16:00:54 2017 +0200 gnuplot script example added to lib/examples related to the new conversion capability added in [066edd3c/lyxgit] --- lib/examples/example_gnup

[LyX/master] Revert "Create new graphics from within LyX choosing a sample file to copy from."

2017-05-06 Thread Tommaso Cucinotta
commit 0fc8bd0c5fa1f7c61e3be37fc80235c5d0118ad8 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat May 6 09:21:50 2017 +0200 Revert "Create new graphics from within LyX choosing a sample file to copy from." This reverts commit 7b6e26ad911db7de329169fcaebe24f19d

[LyX/master] Tolerate formats that are not supported by lyx2lyx.

2017-05-05 Thread Tommaso Cucinotta
commit 2f5396c871d51aa9e9b579c17dd9469fc313a732 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed Oct 19 11:18:10 2016 +0200 Tolerate formats that are not supported by lyx2lyx. --- src/Buffer.cpp | 20 ++-- 1 files changed, 14 insertions(+), 6 deletions(-) diff

[LyX/master] Create new graphics from within LyX choosing a sample file to copy from.

2017-05-05 Thread Tommaso Cucinotta
commit 7b6e26ad911db7de329169fcaebe24f19d3b3b17 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Oct 15 01:14:02 2016 +0200 Create new graphics from within LyX choosing a sample file to copy from. --- src/frontends/qt4/GuiGraphics.cpp | 94 +++

[LyX/master] New gnuplot conversion capability [b474aa5d/lyxgit] now in RELEASE-NOTES.

2017-05-05 Thread Tommaso Cucinotta
commit af49aaa942f37395d175e56a065e5a808f15e80e Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat May 6 00:47:23 2017 +0200 New gnuplot conversion capability [b474aa5d/lyxgit] now in RELEASE-NOTES. --- lib/RELEASE-NOTES | 11 +++ 1 files changed, 11 insertions(+), 0 del

[LyX/master] skip graphics conversion when runparams.dryrun is true

2017-05-05 Thread Tommaso Cucinotta
commit 0cf394dd79337b14adb2930a617c2027e0d6f2d8 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu May 4 07:49:07 2017 +0200 skip graphics conversion when runparams.dryrun is true --- src/insets/InsetGraphics.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[LyX/master] Enable graphics generation from external gnuplot scripts.

2017-05-03 Thread Tommaso Cucinotta
commit 066edd3c30463a6c7c3a2161d204ee4101931be6 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon Oct 17 08:44:16 2016 +0200 Enable graphics generation from external gnuplot scripts. --- lib/Makefile.am|1 + lib/configure.py |5 - lib/s

[LyX/master] findadv: amend [8c101829/lyxgit] check that opt.find_buf_name is found in theBuffers().

2017-05-03 Thread Tommaso Cucinotta
commit cf6bbe2147171420c72cecbc0e597a660d50aaa8 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed May 3 17:32:31 2017 +0200 findadv: amend [8c101829/lyxgit] check that opt.find_buf_name is found in theBuffers(). --- src/lyxfind.cpp |6 -- 1 files changed, 4 insertions

Re: [LyX/master] Added testcase for crash with using function word-findadv

2017-05-02 Thread Tommaso Cucinotta
hmm.., not sure if [8c101829/lyxgit] would need a rollback then... T. On 02/05/2017 12:23, Kornel Benko wrote: commit c4c989b9c8d687e6f52d44fc411cf2ad14b2f8c1 Author: Kornel Benko Date: Tue May 2 12:22:09 2017 +0200 Added testcase for crash with using function

[LyX/master] findadv: hide word-findadv verb from the mini-buffer

2017-05-02 Thread Tommaso Cucinotta
commit 8c10182962efa643edfcfbe64fc830b5fc0d9a65 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed May 3 01:29:36 2017 +0200 findadv: hide word-findadv verb from the mini-buffer The current set of options to provide include names of the find and replace internal b

Re: [LyX/master] keytests: small improvements in test speed

2017-04-24 Thread Tommaso Cucinotta
On 24/04/2017 17:43, Kornel Benko wrote: commit 54f2d0ee22ef308d42ba37460b18637267a7f35f Author: Kornel Benko Date: Mon Apr 24 17:43:39 2017 +0200 keytests: small improvements in test speed ahah :-)! tests are lightning fast now, and still succeed! (if it were not for

[LyX/master] about 'needauth' in RELEASE-NOTES

2017-04-22 Thread Tommaso Cucinotta
commit 35bcc38ca3db36994af71b8c9f0858347530ad05 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Apr 22 23:28:48 2017 +0200 about 'needauth' in RELEASE-NOTES --- lib/RELEASE-NOTES | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff

[LyX/master] Fix for crash/segfault introduced with [244de5d2/lyxgit], thanks Guillame.

2017-04-20 Thread Tommaso Cucinotta
commit 31adae1f23c4a2767b4307d2c3e59972826b6805 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Apr 20 23:39:31 2017 +0200 Fix for crash/segfault introduced with [244de5d2/lyxgit], thanks Guillame. --- src/graphics/GraphicsCacheItem.cpp |2 +- src/graphics/GraphicsConvert

findadv: back to working test cases with std:: and boost:: regex

2017-04-16 Thread Tommaso Cucinotta
6/04/2017 17:23, Kornel Benko wrote: Am Sonntag, 16. April 2017 um 11:29:19, schrieb Tommaso Cucinotta <tomm...@lyx.org> commit ecc36be60baba3b3b093f4b9b8454bf11b2fb2f9 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Apr 16 11:27:34 2017 +0200 findadv: avoid crash w

[LyX/master] findadv: match \textbackslash and \textasciicircum also without trailing {} (fixes autotest findadv-re-02-in.txt).

2017-04-16 Thread Tommaso Cucinotta
commit 6d05a96546c4704e325066e205631326951cb05a Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon Apr 17 00:38:31 2017 +0200 findadv: match \textbackslash and \textasciicircum also without trailing {} (fixes autotest findadv-re-02-in.txt). --- src/lyxfind.cpp |6 +++--- 1

[LyX/master] lyxfind: cleanup regex_replace() and back to a sane amount of logging during findadv operations.

2017-04-16 Thread Tommaso Cucinotta
commit 4f750261761906492e97155c47279c71bdbc0d62 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon Apr 17 00:41:29 2017 +0200 lyxfind: cleanup regex_replace() and back to a sane amount of logging during findadv operations. --- src/lyxfind.cpp | 10 -- 1 files chan

[LyX/master] findadv: almost all test cases, including \regex[{}, back to working with std::regex.

2017-04-16 Thread Tommaso Cucinotta
commit 664798128a9e4ca2d5c4aec0d2d9c475c39f6ddd Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Apr 16 23:10:17 2017 +0200 findadv: almost all test cases, including \regex[{}, back to working with std::regex. --- development/autotests/run-tests.sh |2 +- src/lyxfi

[LyX/master] findadv: using \w instead of [[:word:]] makes test-case std::regex compatible; also, fixed UI shortcuts changes that made test fail.

2017-04-16 Thread Tommaso Cucinotta
commit 9824926b4c2b3f9f1c08e8a27e1a904d602759bb Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Apr 16 23:43:56 2017 +0200 findadv: using \w instead of [[:word:]] makes test-case std::regex compatible; also, fixed UI shortcuts changes that made test fail. --- development/aut

[LyX/master] findadv: fix compilation issue from [lyxgit/ecc36be6], when using boost instead of std regex.

2017-04-16 Thread Tommaso Cucinotta
commit 28c320e1a09d6297a89d81e9345beaf6b9d35224 Author: Kornel Benko Date: Sun Apr 16 19:43:54 2017 +0200 findadv: fix compilation issue from [lyxgit/ecc36be6], when using boost instead of std regex. --- src/lyxfind.cpp |2 +- 1 files changed, 1 insertions(+), 1

[LyX/master] autotests: skip overly long export-in.sh test by default.

2017-04-16 Thread Tommaso Cucinotta
commit a1024781bc55298501aee9babac0bd7a45fe5ab9 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Apr 16 11:26:29 2017 +0200 autotests: skip overly long export-in.sh test by default. --- development/autotests/run-tests.sh |2 +- 1 files changed, 1 insertions(+), 1 del

[LyX/master] findadv: avoid crash when regexp-based search fails (mitigates #10625).

2017-04-16 Thread Tommaso Cucinotta
commit ecc36be60baba3b3b093f4b9b8454bf11b2fb2f9 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Apr 16 11:27:34 2017 +0200 findadv: avoid crash when regexp-based search fails (mitigates #10625). --- src/lyxfind.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

[LyX/master] Recovered working autotests for findadv on Linux/Ubuntu (after a long no-use time).

2017-04-15 Thread Tommaso Cucinotta
commit a8bb3171f1c1307b73793fc529be3de278bf00b2 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed Jan 25 02:08:28 2017 +0100 Recovered working autotests for findadv on Linux/Ubuntu (after a long no-use time). - from specific dependency on wish8.5, to just wish

Re: [LyX/master] Fix coverity issues about exceptions

2017-04-15 Thread Tommaso Cucinotta
On 24/03/2017 16:48, Jean-Marc Lasgouttes wrote: +++ b/development/coverity_modeling.cpp @@ -0,0 +1,13 @@ +// This file is a modeling file for coverity New to coverity: what does this mean ? does this file get compiled when I type make ? Having to add a .cpp file just to please a code checker

[LyX/master] Revert "Long time no use of the autotests machinery, needs an update." Pushed by mistake ... not finished yet ... apologies.

2017-01-24 Thread Tommaso Cucinotta
commit 7eb64211b02701c58d1ff87f0ef918a634776c2f Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed Jan 25 03:13:14 2017 +0100 Revert "Long time no use of the autotests machinery, needs an update." Pushed by mistake ... not finished yet ... apologies. Thi

[LyX/master] turned message about disabled converters from prefs from warning to error

2017-01-24 Thread Tommaso Cucinotta
commit eaa3ddaf4567e99d0dc3433d01de31d89d5f0fdc Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed Jan 25 03:09:41 2017 +0100 turned message about disabled converters from prefs from warning to error --- src/Converter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 del

[LyX/master] Remove unused lyxrc.use_converter_wrappers that inadvertently slipped through [244de5d2/lyxgit].

2016-12-10 Thread Tommaso Cucinotta
commit 6e22bb17c716825cee49484d2ba4cd964f9c273c Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Dec 10 14:55:09 2016 +0100 Remove unused lyxrc.use_converter_wrappers that inadvertently slipped through [244de5d2/lyxgit]. --- src/LyXRC.h |2 -- 1 files changed, 0 insertions

[LyX/master] Remove unneeded templatization code from bformat().

2016-12-04 Thread Tommaso Cucinotta
commit 9c1142c88061ed357b8f15bc151707a07303f3ea Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Nov 24 00:30:13 2016 +0100 Remove unneeded templatization code from bformat(). --- src/support/lstrings.cpp | 24 ++-- src/support/lstrings.h

[LyX/master] Converters Prefs UI layout clarification.

2016-12-04 Thread Tommaso Cucinotta
commit f0f555b5be8cf5eefcb716a53a5632c7c608b216 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon Nov 28 00:31:46 2016 +0100 Converters Prefs UI layout clarification. --- src/frontends/qt4/ui/PrefConvertersUi.ui | 28 +--- 1 files changed, 5 insertions(

[LyX/master] Bump up RC fileformat after [244de5d2/lyxgit] for the new 'needauth' options.

2016-11-26 Thread Tommaso Cucinotta
commit cc653feb605bcbfdbbad436f23547dc0728a175a Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Fri Nov 25 23:33:08 2016 +0100 Bump up RC fileformat after [244de5d2/lyxgit] for the new 'needauth' options. Addressing #10481. --- lib/configure.py |2 +

[LyX/master] Better explanations to the user for [244de5d2/lyxgit] and [830eb234/lyxgit] addressing #10481, so as to provide better clues as to why the action is being forbidden or user authorization

2016-11-23 Thread Tommaso Cucinotta
commit c636ded2b979f6c019bf5c26489cbc79719061cd Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Nov 24 00:53:41 2016 +0100 Better explanations to the user for [244de5d2/lyxgit] and [830eb234/lyxgit] addressing #10481, so as to provide better clues as to why the action is

[LyX/master] Fix missing space in string from [244de5d2/lyxgit].

2016-11-23 Thread Tommaso Cucinotta
commit 309209e3197beea1a5c912bebfba1f533daa3ad2 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed Nov 23 21:46:06 2016 +0100 Fix missing space in string from [244de5d2/lyxgit]. --- src/Converter.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Add 'needauth' option to converters that need explicit user authorization.

2016-11-22 Thread Tommaso Cucinotta
commit 244de5d2c10a990828eafdd72283fc87742dc133 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Nov 5 01:00:44 2016 +0100 Add 'needauth' option to converters that need explicit user authorization. Addressing #10481. This patch adds the new 'needauth'

[LyX/2.2.x] status update for commit 33103ebc

2016-11-01 Thread Tommaso Cucinotta
commit f1b8635789e3bfee45cae47a4fbfbaf071265a2e Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Tue Nov 1 09:57:43 2016 +0100 status update for commit 33103ebc --- status.22x |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/status.22x b/status.22x index 6

[LyX/2.2.x] Show symbol name and description in plaintext export of nomenclature entries.

2016-10-31 Thread Tommaso Cucinotta
commit 33103ebc371a9c27add7dc7621e54a7c110fbd05 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Oct 29 12:32:51 2016 +0200 Show symbol name and description in plaintext export of nomenclature entries. This addresses one of the issues highlighted in #10459. Se

[LyX/master] Show symbol name and description in plaintext export of nomenclature entries.

2016-10-31 Thread Tommaso Cucinotta
commit fcaec6166b7143d92fdfe39a60650a3533c83cc1 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Oct 29 12:32:51 2016 +0200 Show symbol name and description in plaintext export of nomenclature entries. This addresses one of the issues highlighted in #10459. Se

[LyX/master] Remove assert on advanced find with knitr module (#10444).

2016-10-27 Thread Tommaso Cucinotta
commit 9740c36e80b7e2abf87bde97f674bc1f21b4753c Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Oct 23 13:16:19 2016 +0200 Remove assert on advanced find with knitr module (#10444). --- src/lyxfind.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[LyX/master] Fix bug in replacement of "$$s/" in converter commands, introduced in 8b66f9ce.

2016-10-24 Thread Tommaso Cucinotta
commit 8b5dc3c6623271d27807a20d29b738f6790c346a Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Oct 23 21:35:56 2016 +0200 Fix bug in replacement of "$$s/" in converter commands, introduced in 8b66f9ce. --- src/graphics/GraphicsConverter.cpp |2 +- 1 files chang

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

2014-03-31 Thread Tommaso Cucinotta
commit 88c69dda5c7d44af0304f452074aacbdf3005c06 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 1b32ae3

[LyX/2.2-staging] Merged Paragraph::stringify into asString().

2014-03-31 Thread Tommaso Cucinotta
commit 5177d5ec9a7ba9fd016721690a6b480de129a560 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 +++ b/src

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

2014-03-31 Thread Tommaso Cucinotta
commit 88c69dda5c7d44af0304f452074aacbdf3005c06 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 F any more. diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 1

[LyX/2.2-staging] Merged Paragraph::stringify into asString().

2014-03-31 Thread Tommaso Cucinotta
commit 5177d5ec9a7ba9fd016721690a6b480de129a560 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 +++

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

2014-03-28 Thread Tommaso Cucinotta
On 28/03/14 07:37, Vincent van Ravesteijn wrote: Master is closed ops! sorry about that. Are you reverting it yourself, or shall I do that? Please commit to the 2.2-staging branch. ok, no prob. I'll try to address your concerns in the new commit. T.

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

2014-03-28 Thread Tommaso Cucinotta
On 28/03/14 07:37, Vincent van Ravesteijn wrote: > Master is closed ops! sorry about that. Are you reverting it yourself, or shall I do that? > Please commit to the 2.2-staging branch. ok, no prob. I'll try to address your concerns in the new commit. T.

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

2014-03-27 Thread Tommaso Cucinotta
commit cb351665f432671eb263eec76164aa546abd7151 Author: Tommaso Cucinotta tomm...@lyx.org Date: Thu Mar 27 23:12:56 2014 + Fixing #7987: deleted text in change-tracking mode is not found in Advanced FR any more. Merged Paragraph::stringify into asString(). Added ignore

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

2014-03-27 Thread Tommaso Cucinotta
commit cb351665f432671eb263eec76164aa546abd7151 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Mar 27 23:12:56 2014 + Fixing #7987: deleted text in change-tracking mode is not found in Advanced F any more. Merged Paragraph::stringify into asString(). Added

[LyX/master] Prevent LyX from freezing in additional common cases where it would try to show dialogs or ask for user input while doing advanced find and replace. In many of these cases we should simpl

2014-03-09 Thread Tommaso Cucinotta
commit eef602cc9ebad680028f2ff61c23afcb2a0609ca Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Mar 9 15:40:13 2014 + Prevent LyX from freezing in additional common cases where it would try to show dialogs or ask for user input while doing advanced find and replace. In many

[LyX/master] Prevent LyX from freezing in additional common cases where it would try to show dialogs or ask for user input while doing advanced find and replace. In many of these cases we should simpl

2014-03-09 Thread Tommaso Cucinotta
commit eef602cc9ebad680028f2ff61c23afcb2a0609ca Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Mar 9 15:40:13 2014 + Prevent LyX from freezing in additional common cases where it would try to show dialogs or ask for user input while doing advanced find and r

[LyX/master] Fixing previous mess with git stash (apologies).

2013-11-13 Thread Tommaso Cucinotta
commit 36b62967910c2db654348263622b88e2564b2dad Author: Tommaso Cucinotta tomm...@lyx.org Date: Wed Nov 13 20:07:53 2013 + Fixing previous mess with git stash (apologies). diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index dd7d26d..4d40430

[LyX/master] Fixing previous mess with git stash (apologies).

2013-11-13 Thread Tommaso Cucinotta
commit 36b62967910c2db654348263622b88e2564b2dad Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed Nov 13 20:07:53 2013 + Fixing previous mess with git stash (apologies). diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index dd7d26d..4

[LyX/master] Advanced FR dialog does not need to be restored at start-up.

2013-10-26 Thread Tommaso Cucinotta
commit 275f269cb7c0efe3c5ac52a4be3858c69ad821de Author: Tommaso Cucinotta tomm...@lyx.org Date: Sat Oct 26 18:37:25 2013 +0100 Advanced FR dialog does not need to be restored at start-up. diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 70f1e2e..895a9e1

[LyX/master] Advanced F dialog does not need to be restored at start-up.

2013-10-26 Thread Tommaso Cucinotta
commit 275f269cb7c0efe3c5ac52a4be3858c69ad821de Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Oct 26 18:37:25 2013 +0100 Advanced F dialog does not need to be restored at start-up. diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 70f1e2e..8

[LyX/master] Added tooltip to new math-only checkbox in advanced options of advanced find replace.

2013-10-13 Thread Tommaso Cucinotta
commit acbba50a65fb59974919242a7e4256a1dbfad253 Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Oct 13 11:36:38 2013 +0100 Added tooltip to new math-only checkbox in advanced options of advanced find replace. diff --git a/src/frontends/qt4/ui/FindAndReplaceUi.ui b/src/frontends/qt4

[LyX/master] Documenting new checkbox for math-only search of advanced find replace.

2013-10-13 Thread Tommaso Cucinotta
commit 9680f392b01217ae97092dd9c021ae674208ac8f Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Oct 13 11:48:07 2013 +0100 Documenting new checkbox for math-only search of advanced find replace. diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx index 393608c..a687025 100644

[LyX/master] Added tooltip to new math-only checkbox in advanced options of advanced find & replace.

2013-10-13 Thread Tommaso Cucinotta
commit acbba50a65fb59974919242a7e4256a1dbfad253 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Oct 13 11:36:38 2013 +0100 Added tooltip to new math-only checkbox in advanced options of advanced find & replace. diff --git a/src/frontends/qt4/ui/FindAndReplaceUi.ui b/src

[LyX/master] Documenting new checkbox for math-only search of advanced find & replace.

2013-10-13 Thread Tommaso Cucinotta
commit 9680f392b01217ae97092dd9c021ae674208ac8f Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Oct 13 11:48:07 2013 +0100 Documenting new checkbox for math-only search of advanced find & replace. diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx index 393608

[LyX/master] Now an attempt to export into a folder without write permission causes LyX to automatically pop-up the Export As dialog (addressing #3402).

2013-08-26 Thread Tommaso Cucinotta
commit cd84a3024d2d3a40dc11fb4f9206ab62fa66753d Author: Tommaso Cucinotta tomm...@lyx.org Date: Mon Aug 26 11:28:07 2013 +0100 Now an attempt to export into a folder without write permission causes LyX to automatically pop-up the Export As dialog (addressing #3402). diff --git a/src

[LyX/master] Now an attempt to export into a folder without write permission causes LyX to automatically pop-up the "Export As" dialog (addressing #3402).

2013-08-26 Thread Tommaso Cucinotta
commit cd84a3024d2d3a40dc11fb4f9206ab62fa66753d Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon Aug 26 11:28:07 2013 +0100 Now an attempt to export into a folder without write permission causes LyX to automatically pop-up the "Export As" dialog (addressing #3402).

[LyX/master] Now the regexp insets entered in Advanced FR search/replace boxes do not preview anymore independently, unless embedded/nested within other math elements. Fixing crash as described in #7

2013-08-24 Thread Tommaso Cucinotta
commit 203dab97c36308b74ec43f3706ade4fc23f5c35b Author: Tommaso Cucinotta tomm...@lyx.org Date: Sat Aug 24 13:06:05 2013 +0100 Now the regexp insets entered in Advanced FR search/replace boxes do not preview anymore independently, unless embedded/nested within other math elements

[LyX/master] Revert Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario).

2013-08-24 Thread Tommaso Cucinotta
commit 0b6edb0b2fb3773af8506a17ddcadf219dfc7e5b Author: Tommaso Cucinotta tomm...@lyx.org Date: Sat Aug 24 17:42:14 2013 +0100 Revert Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario

[LyX/master] Now the regexp insets entered in Advanced F search/replace boxes do not preview anymore independently, unless embedded/nested within other math elements. Fixing crash as described in #7

2013-08-24 Thread Tommaso Cucinotta
commit 203dab97c36308b74ec43f3706ade4fc23f5c35b Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Aug 24 13:06:05 2013 +0100 Now the regexp insets entered in Advanced F search/replace boxes do not preview anymore independently, unless embedded/nested within other math el

[LyX/master] Revert "Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario)."

2013-08-24 Thread Tommaso Cucinotta
commit 0b6edb0b2fb3773af8506a17ddcadf219dfc7e5b Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Aug 24 17:42:14 2013 +0100 Revert "Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently need

[LyX/master] Adding wrap-around pop-up question to simple find and replace dialog (fixing enhancement request #1262).

2013-07-21 Thread Tommaso Cucinotta
commit 2a86379ea7c589a75ff84d86755d214f45748550 Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Jul 21 17:51:53 2013 +0100 Adding wrap-around pop-up question to simple find and replace dialog (fixing enhancement request #1262). diff --git a/src/BufferView.cpp b/src/BufferView.cpp

[LyX/master] Adding wrap-around pop-up question to simple find and replace dialog (fixing enhancement request #1262).

2013-07-21 Thread Tommaso Cucinotta
commit 2a86379ea7c589a75ff84d86755d214f45748550 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Jul 21 17:51:53 2013 +0100 Adding wrap-around pop-up question to simple find and replace dialog (fixing enhancement request #1262). diff --git a/src/BufferView.cpp b/src/BufferVi

[LyX master] Automatic horiz/vert switch of layout when docking Advanced FR pane top-bottom/left-right (copying 49c2450f).

2013-05-05 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit e36779755ebff282927b32d4b09525a92f0fde8c Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun May 5 14:05:50 2013 +0100 Automatic horiz/vert switch of layout when docking

[LyX master] Automatic horiz/vert switch also for Advanced Tab (completing e3677975).

2013-05-05 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit bd9e8fecd3f4b6d537e8805d2021ca62c3ca588e Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun May 5 15:09:53 2013 +0100 Automatic horiz/vert switch also for Advanced Tab

Re: [LyX master] Add layout intelligence to View Source pane (bug #8653).

2013-05-05 Thread Tommaso Cucinotta
I copied the same behaviour on Advanced FR in e3677975 and bd9e8fec. Now it makes a lt more sense to put the pane on the bottom. T. On 05/05/13 07:20, Pavel Sanda wrote: The branch, master, has been updated. - Log -

[LyX master] Automatic horiz/vert switch of layout when docking Advanced F pane top-bottom/left-right (copying 49c2450f).

2013-05-05 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit e36779755ebff282927b32d4b09525a92f0fde8c Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun May 5 14:05:50 2013 +0100 Automatic horiz/vert switch of layout when d

[LyX master] Automatic horiz/vert switch also for Advanced Tab (completing e3677975).

2013-05-05 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit bd9e8fecd3f4b6d537e8805d2021ca62c3ca588e Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun May 5 15:09:53 2013 +0100 Automatic horiz/vert switch also for Advanc

Re: [LyX master] Add layout intelligence to View Source pane (bug #8653).

2013-05-05 Thread Tommaso Cucinotta
I copied the same behaviour on Advanced F in e3677975 and bd9e8fec. Now it makes a lt more sense to put the pane on the bottom. T. On 05/05/13 07:20, Pavel Sanda wrote: > The branch, master, has been updated. > > - Log

[LyX master] Added regression test for simple use-case documented in Advanced FR manual.

2013-04-28 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 712e1871cacc208b09bf8d68748b519aa4a26cf1 Author: Tommaso Cucinotta tomm...@lyx.org Date: Mon Apr 29 00:48:43 2013 +0100 Added regression test for simple use-case documented

[LyX master] Added regression test for simple use-case documented in Advanced F manual.

2013-04-28 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 712e1871cacc208b09bf8d68748b519aa4a26cf1 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon Apr 29 00:48:43 2013 +0100 Added regression test for simple us

[LyX 2.0.x] Fixed issue #8543 also for advanced search (cursor moved at proper end of selection before starting Find Advanced operation).

2013-04-21 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 1129eb0342ba2497e2ff7c41587917cef6111465 Author: Tommaso Cucinotta tomm...@lyx.org Date: Thu Apr 4 00:43:36 2013 +0100 Fixed issue #8543 also for advanced search (cursor

[LyX 2.0.x] Fixed issue #8543 also for advanced search (cursor moved at proper end of selection before starting Find Advanced operation).

2013-04-21 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 1129eb0342ba2497e2ff7c41587917cef6111465 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Apr 4 00:43:36 2013 +0100 Fixed issue #8543 also for advanced search (

[LyX master] Avoid check mistakenly current folder for .git/.svn/.CVS, when going up the path checking for parents.

2013-04-10 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 34dfe2d71e146a5300235df0a51b261a3dc5a09b Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Apr 7 01:10:31 2013 +0100 Avoid check mistakenly current folder for .git/.svn

[LyX master] Avoid check mistakenly current folder for .git/.svn/.CVS, when going up the path checking for parents.

2013-04-10 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 34dfe2d71e146a5300235df0a51b261a3dc5a09b Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Apr 7 01:10:31 2013 +0100 Avoid check mistakenly current folder for .gi

[LyX master] Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario).

2013-04-07 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 6a3792bdbb7e081fe15d6600b2d86bbefd20b2f0 Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Apr 7 23:28:41 2013 +0100 Let non-ASCII chars within regexp insets match

[LyX master] Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario).

2013-04-07 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 6a3792bdbb7e081fe15d6600b2d86bbefd20b2f0 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Apr 7 23:28:41 2013 +0100 Let non-ASCII chars within regexp insets

[LyX master] Now LyX correctly asks to retrieve non-existing file from GIT repo only if the file is actually registered in repo.

2013-04-06 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 26dd4d0c15b438543eaa9bab14cab748b3299bc9 Author: Tommaso Cucinotta tomm...@lyx.org Date: Sat Apr 6 16:12:06 2013 +0100 Now LyX correctly asks to retrieve non-existing file

[LyX master] Now LyX correctly asks to retrieve non-existing file from GIT repo only if the file is actually registered in repo.

2013-04-06 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 26dd4d0c15b438543eaa9bab14cab748b3299bc9 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Apr 6 16:12:06 2013 +0100 Now LyX correctly asks to retrieve non-ex

[LyX master] Fixed issue #8543 also for advanced search (cursor moved at proper end of selection before starting Find Advanced operation).

2013-04-03 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 5e5115c3767a91d0fad68619e54cb0272ef8dd57 Author: Tommaso Cucinotta tomm...@lyx.org Date: Thu Apr 4 00:43:36 2013 +0100 Fixed issue #8543 also for advanced search (cursor

[LyX master] Just refactoring patch 5e5115c3 in simpler terms.

2013-04-03 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 6ea14792523e75bd443981ce9244929bf7964705 Author: Tommaso Cucinotta tomm...@lyx.org Date: Thu Apr 4 00:50:02 2013 +0100 Just refactoring patch 5e5115c3 in simpler terms

[LyX master] Fixed issue #8543 also for advanced search (cursor moved at proper end of selection before starting Find Advanced operation).

2013-04-03 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 5e5115c3767a91d0fad68619e54cb0272ef8dd57 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Apr 4 00:43:36 2013 +0100 Fixed issue #8543 also for advanced search (

[LyX master] Just refactoring patch 5e5115c3 in simpler terms.

2013-04-03 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 6ea14792523e75bd443981ce9244929bf7964705 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Apr 4 00:50:02 2013 +0100 Just refactoring patch 5e5115c3 in simpler

[LyX master] Allow for keeping succesful tests output directories if the V env variable is non-null.

2012-12-15 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 073561ca63ee3bca0f4446054c04a5c0b479aa53 Author: Tommaso Cucinotta tomm...@lyx.org Date: Sat Dec 15 12:05:51 2012 + Allow for keeping succesful tests output directories

[LyX master] Allow for keeping succesful tests output directories if the V env variable is non-null.

2012-12-15 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 073561ca63ee3bca0f4446054c04a5c0b479aa53 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sat Dec 15 12:05:51 2012 + Allow for keeping succesful tests

[LyX 2.0.x] Adding status.20x update after [60c96e3a/lyxgit].

2012-12-13 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 64f57912a6113a4cb161453d013f07dd030a5708 Author: Tommaso Cucinotta tomm...@lyx.org Date: Thu Dec 13 09:01:01 2012 + Adding status.20x update after [60c96e3a/lyxgit

[LyX 2.0.x] Adding status.20x update after [60c96e3a/lyxgit].

2012-12-13 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 64f57912a6113a4cb161453d013f07dd030a5708 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Thu Dec 13 09:01:01 2012 + Adding status.20x update after [60c96e3a/

[LyX 2.0.x] Notifying in status.20x fix due to commit 927496e.

2012-12-10 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 43f9aff71a64372ea14ac870a6bc5c5fdf8482f4 Author: Tommaso Cucinotta tomm...@lyx.org Date: Tue Dec 11 00:06:24 2012 + Notifying in status.20x fix due to commit 927496e

[LyX 2.0.x] Notifying in status.20x fix due to commit 927496e.

2012-12-10 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 43f9aff71a64372ea14ac870a6bc5c5fdf8482f4 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Tue Dec 11 00:06:24 2012 + Notifying in status.20x fix due to commit 9

[LyX 2.0.x] Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one.

2012-12-09 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 35a7f81654662cb9254c23d608abd5b410578462 Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Dec 9 20:20:05 2012 + Fixing behavior of Lang directive in test cases

[LyX master] Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one.

2012-12-09 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit aad1f4ce786db6937774f21d7b81ba40bf2028d8 Author: Tommaso Cucinotta tomm...@lyx.org Date: Sun Dec 9 20:20:05 2012 + Fixing behavior of Lang directive in test cases

[LyX 2.0.x] Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one.

2012-12-09 Thread Tommaso Cucinotta
The branch, 2.0.x, has been updated. - Log - commit 35a7f81654662cb9254c23d608abd5b410578462 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Dec 9 20:20:05 2012 + Fixing behavior of Lang directive in test

[LyX master] Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one.

2012-12-09 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit aad1f4ce786db6937774f21d7b81ba40bf2028d8 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Sun Dec 9 20:20:05 2012 + Fixing behavior of Lang directive in test

[LyX master] Fixed bug in escape sequence, showing up with ignore format off (addressing #8380).

2012-10-21 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 0e81930597e48159e8ad0d6e0ab881b4d6371ff1 Author: Tommaso Cucinotta tomm...@lyx.org Date: Mon Oct 22 01:03:44 2012 +0100 Fixed bug in escape sequence, showing up with ignore

[LyX master] Fixed bug in escape sequence, showing up with ignore format off (addressing #8380).

2012-10-21 Thread Tommaso Cucinotta
The branch, master, has been updated. - Log - commit 0e81930597e48159e8ad0d6e0ab881b4d6371ff1 Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Mon Oct 22 01:03:44 2012 +0100 Fixed bug in escape sequence, show

  1   2   >