Re: change loading of packages to address #9884 or revert or nothing?

2015-12-17 Thread Guenter Milde
On 2015-12-17, Jean-Marc Lasgouttes wrote: > Le 17/12/2015 08:05, Guenter Milde a écrit : >> Why not: >>4. use option hyperfootnotes=false for hyperref >> (either in the \usepackage call or via \hypersetup). >> Comment 10 http://www.lyx.org/trac/ticket/9884#comment:10 >> says that this

Re: #9717: "Insert regular expression" menu is always visible

2015-12-17 Thread Guillaume Munch
Le 17/12/2015 23:07, Scott Kostyshak a écrit : On Thu, Dec 17, 2015 at 10:31:49PM +, Guillaume Munch wrote: Here's a better solution. If the previous conversation covers the same topic and you tested, please put it in. Scott Done

Re: [PATCH] three bugfixes

2015-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2015 at 04:43:32PM +, Guillaume Munch wrote: > As for the long term, maybe we could have an option "Copy the master > preamble" in the document properties dialog in the future, and have this > preamble also validated against the macros that are included from master. I would pe

Re: #9717: "Insert regular expression" menu is always visible

2015-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2015 at 10:31:49PM +, Guillaume Munch wrote: > Here's a better solution. If the previous conversation covers the same topic and you tested, please put it in. Scott signature.asc Description: PGP signature

Re: _lyx2lyx tests failing

2015-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2015 at 11:49:28AM +0100, Kornel Benko wrote: > Am Donnerstag, 17. Dezember 2015 um 05:38:54, schrieb Scott Kostyshak > > > On Thu, Dec 17, 2015 at 09:41:08AM +0100, Kornel Benko wrote: > > > > > > The file 'development/mathmacros/testcases_master_child.lyx' is a zipped > > > fi

Re: #9717: "Insert regular expression" menu is always visible

2015-12-17 Thread Guillaume Munch
Le 17/12/2015 22:06, Guillaume Munch a écrit : Le 17/12/2015 21:45, Scott Kostyshak a écrit : On Thu, Dec 17, 2015 at 08:42:50PM +, Guillaume Munch wrote: Scott probably meant to link to http://www.lyx.org/trac/ticket/9717. Scott's patch was meant to let us see the contents of greyed-out

Re: #9717: "Insert regular expression" menu is always visible

2015-12-17 Thread Guillaume Munch
Le 17/12/2015 21:45, Scott Kostyshak a écrit : On Thu, Dec 17, 2015 at 08:42:50PM +, Guillaume Munch wrote: Scott probably meant to link to http://www.lyx.org/trac/ticket/9717. Scott's patch was meant to let us see the contents of greyed-out (disabled) Submenus, but had the side-effect of

Re: #9717: "Insert regular expression" menu is always visible

2015-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2015 at 08:42:50PM +, Guillaume Munch wrote: > >>Scott probably meant to link to http://www.lyx.org/trac/ticket/9717. > >> > >>Scott's patch was meant to let us see the contents of greyed-out > >>(disabled) Submenus, but had the side-effect of always showing the > >>OptSubmenus

Re: [PATCH] three bugfixes

2015-12-17 Thread Guillaume Munch
Le 17/12/2015 15:15, Richard Heck a écrit : On 12/17/2015 08:10 AM, Jean-Marc Lasgouttes wrote: Le 17/12/2015 03:40, Guillaume Munch a écrit : Dear list Here are three small bugfixes, all of which are quite straightforward (and none change the file format): 1) Limit the size of navigation me

Re: #9717: "Insert regular expression" menu is always visible

2015-12-17 Thread Guillaume Munch
Le 17/12/2015 15:02, Richard Heck a écrit : On 12/16/2015 10:35 PM, Guillaume Munch wrote: Le 17/12/2015 03:00, Richard Heck a écrit : On 12/16/2015 08:30 PM, Scott Kostyshak wrote: On Fri, Dec 11, 2015 at 06:40:17PM +, Guillaume Munch wrote: Le 11/12/2015 18:27, Richard Heck a écrit : H

Re: "Splitting of consecutive environments has been reworked and enhanced"

2015-12-17 Thread Guillaume Munch
Le 12/12/2015 09:47, Enrico Forestieri a écrit : On Sat, Dec 12, 2015 at 12:34:47AM +, Guillaume Munch wrote: Le 11/12/2015 22:47, Enrico Forestieri a écrit : On Fri, Dec 11, 2015 at 06:52:19PM +, Guillaume Munch wrote: • Defect: The following character (parbreak separator) is not a l

Re: [patch] Display the correct horizontal alignment in AMS environments

2015-12-17 Thread Guillaume Munch
Le 14/12/2015 12:27, Jean-Marc Lasgouttes a écrit : Le 14/12/2015 12:05, Guillaume Munch a écrit : You're right, see now second patch attached. It's a fairly simple change, only adding some information to Georg's displayColAlign(), in addition to some mechanical refactoring and disabling of hori

Re: [PATCH] three bugfixes

2015-12-17 Thread Guillaume Munch
Le 17/12/2015 15:13, Richard Heck a écrit : On 12/17/2015 08:10 AM, Jean-Marc Lasgouttes wrote: Le 17/12/2015 03:40, Guillaume Munch a écrit : 3) Use the parent's preamble to preview the child. See . I could test that the previews in my child document displa

Re: _lyx2lyx tests failing

2015-12-17 Thread Richard Heck
On 12/16/2015 06:31 PM, Scott Kostyshak wrote: > > By the way, Richard are you able to run the tests? You can just build > with CMake: > # better to build from a separate build directory. Then instead of '.' > # give the path to the repo. > cmake . && make > and then run with > ctest -R "lyx2lyx"

Re: [PATCH] three bugfixes

2015-12-17 Thread Richard Heck
On 12/17/2015 08:10 AM, Jean-Marc Lasgouttes wrote: > Le 17/12/2015 03:40, Guillaume Munch a écrit : >> Dear list >> >> >> Here are three small bugfixes, all of which are quite straightforward >> (and none change the file format): >> >> 1) Limit the size of navigation menus for performance, which I

Re: [PATCH] three bugfixes

2015-12-17 Thread Richard Heck
On 12/17/2015 08:10 AM, Jean-Marc Lasgouttes wrote: > Le 17/12/2015 03:40, Guillaume Munch a écrit : >> 3) Use the parent's preamble to preview the child. See >> . I could test that the previews in >> my child document display correctly now. > I can predict that

Re: _lyx2lyx tests failing

2015-12-17 Thread Richard Heck
On 12/17/2015 05:38 AM, Scott Kostyshak wrote: > On Thu, Dec 17, 2015 at 09:41:08AM +0100, Kornel Benko wrote: >> The file 'development/mathmacros/testcases_master_child.lyx' is a zipped >> file. >> Removing from tests. > I see. Thanks. > > All lyx2lyx tests pass now for me with Richard's patch.

Re: #9717: "Insert regular expression" menu is always visible

2015-12-17 Thread Richard Heck
On 12/16/2015 10:35 PM, Guillaume Munch wrote: > Le 17/12/2015 03:00, Richard Heck a écrit : >> On 12/16/2015 08:30 PM, Scott Kostyshak wrote: >>> On Fri, Dec 11, 2015 at 06:40:17PM +, Guillaume Munch wrote: Le 11/12/2015 18:27, Richard Heck a écrit : > Hide it. I was not proposin

Re: [PATCH] three bugfixes

2015-12-17 Thread Jean-Marc Lasgouttes
Le 17/12/2015 03:40, Guillaume Munch a écrit : > Dear list > > > Here are three small bugfixes, all of which are quite straightforward > (and none change the file format): > > 1) Limit the size of navigation menus for performance, which I was > speaking about to Jean-Marc somewhere on the bug tr

Re: change loading of packages to address #9884 or revert or nothing?

2015-12-17 Thread Jean-Marc Lasgouttes
Le 17/12/2015 08:05, Guenter Milde a écrit : > Why not: > >4. use option hyperfootnotes=false for hyperref > (either in the \usepackage call or via \hypersetup). > > Comment 10 http://www.lyx.org/trac/ticket/9884#comment:10 > says that this is the workaound proposed by the footmisc auth

Re: [LyX/master] autotests: Sort and review patterns for test categorization and labeling.

2015-12-17 Thread Kornel Benko
Am Donnerstag, 17. Dezember 2015 um 12:49:13, schrieb Guenter Milde > On 2015-12-17, Kornel Benko wrote: > > Am Donnerstag, 17. Dezember 2015 um 06:57:10, schrieb Guenter Milde > > > >> On 2015-12-17, Kornel Benko wrote: > >> >> commit 1e06e83e309585186844659c05d7fc63d73185f5 > >> >> Author: Gü

Re: [LyX/master] autotests: Sort and review patterns for test categorization and labeling.

2015-12-17 Thread Guenter Milde
On 2015-12-17, Kornel Benko wrote: > Am Donnerstag, 17. Dezember 2015 um 06:57:10, schrieb Guenter Milde > >> On 2015-12-17, Kornel Benko wrote: >> >> commit 1e06e83e309585186844659c05d7fc63d73185f5 >> >> Author: Günter Milde >> >> Date: Thu Dec 17 00:33:44 2015 +0100 >> >> autotests: Sort

Re: _lyx2lyx tests failing

2015-12-17 Thread Kornel Benko
Am Donnerstag, 17. Dezember 2015 um 05:38:54, schrieb Scott Kostyshak > On Thu, Dec 17, 2015 at 09:41:08AM +0100, Kornel Benko wrote: > > > > The file 'development/mathmacros/testcases_master_child.lyx' is a zipped > > file. > > Removing from tests. > > I see. Thanks. > > All lyx2lyx tests p

Re: _lyx2lyx tests failing

2015-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2015 at 09:41:08AM +0100, Kornel Benko wrote: > > The file 'development/mathmacros/testcases_master_child.lyx' is a zipped file. > Removing from tests. I see. Thanks. All lyx2lyx tests pass now for me with Richard's patch. Scott signature.asc Description: PGP signature

Re: What is our goal for 2.2 regarding the export tests?

2015-12-17 Thread Guenter Milde
On 2015-12-17, Kornel Benko wrote: > Am Donnerstag, 17. Dezember 2015 um 01:25:35, schrieb Scott Kostyshak > >> A big thanks to Kornel and Günter for all of their work on the export >> tests. These will catch regressions and make us more confident in our >> releases going forward. ... >> What i

Re: _lyx2lyx tests failing

2015-12-17 Thread Kornel Benko
Am Mittwoch, 16. Dezember 2015 um 18:31:06, schrieb Scott Kostyshak > On Wed, Dec 16, 2015 at 09:03:48AM -0500, Richard Heck wrote: > > On 12/14/2015 03:48 PM, Georg Baum wrote: > > > Jean-Marc Lasgouttes wrote: > > > > > >> Le 13/12/2015 17:10, Richard Heck a écrit : > > >>> On 12/13/2015 04:28

Re: beamer workflow

2015-12-17 Thread Jürgen Spitzmüller
2015-12-17 1:28 GMT+01:00 Guillaume Munch : > In fact, it is as if a more appropriate feature to enclose a frame was a > custom inset, instead of a custom paragraph style with nesting. At the > very least it sounds like an issue that requires some more thinking and > some choices to make... > We