Re: LyX 2.5-gamma1

2025-05-29 Thread Jürgen Spitzmüller
Am Mittwoch, dem 28.05.2025 um 21:20 +0200 schrieb Stephan Witt: > ! Package babel Error: Unknown option 'modifiers'. Either you > misspelled it > (babel)    or the language definition file modifiers.ldf > was not found. > > This is with macTeX 2022. (pdfTeX, Version 3.141592653-2.6-1.

Re: LyX 2.5-gamma1

2025-05-28 Thread Stephan Witt
Am 25.05.2025 um 19:08 schrieb Richard Kimberly Heck : > > What I have decided to call "gamma 1" (not quite a beta) has been packaged > and can be found here: > > http://ftp.lyx.org/pub/lyx/devel/lyx-2.5/ > > Those of you who are in the binary-building business are invited to build > said bina

Re: LyX 2.5.0~alpha1

2025-05-27 Thread Richard Kimberly Heck
On 5/26/25 7:48 PM, José Matos wrote: On Mon, 2025-05-26 at 19:00 -0400, Richard Kimberly Heck wrote: So I was a bit confused about the naming conventions (thanks to Pavel and Jürgen for setting me straight) and so have repackaged 'gamma 1' as alpha 1. Please prepare binaries! Riki It is diffi

Re: LyX 2.5.0~alpha1

2025-05-26 Thread José Matos
On Mon, 2025-05-26 at 19:00 -0400, Richard Kimberly Heck wrote: > So I was a bit confused about the naming conventions (thanks to Pavel > and Jürgen for setting me straight) and so have repackaged 'gamma 1' as > alpha 1. Please prepare binaries! > > Riki It is difficult for me to dissociate thi

Re: LyX 2.5-gamma1

2025-05-26 Thread Richard Kimberly Heck
On 5/26/25 1:21 AM, Jürgen Spitzmüller wrote: Am Sonntag, dem 25.05.2025 um 13:08 -0400 schrieb Richard Kimberly Heck: What I have decided to call "gamma 1" (not quite a beta) so actually an alpha? ;-) Yes, Pavel suggested the same thing. I had alpha and beta backwards, thinking alpha was th

Re: LyX 2.5-gamma1

2025-05-26 Thread Jürgen Spitzmüller
Am Sonntag, dem 25.05.2025 um 13:08 -0400 schrieb Richard Kimberly Heck: > What I have decided to call "gamma 1" (not quite a beta) so actually an alpha? ;-) -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Support capitalization and plural in workarea formatted refs (#11987)

2025-05-23 Thread Jürgen Spitzmüller
Am Freitag, dem 23.05.2025 um 12:51 + schrieb Juergen Spitzmueller: > commit 8ea07115bde551a5e83477d81d6d3fd89f8460b5 > Author: Juergen Spitzmueller > Date:   Fri May 23 14:50:47 2025 +0200 > >     Support capitalization and plural in workarea formatted refs > (#11987) This introduces a bunc

Re: [LyX/master] Rerun latex if necessary when generating previews

2025-05-21 Thread Richard Kimberly Heck
On 5/21/25 2:31 AM, Enrico Forestieri wrote: On Mon, May 19, 2025 at 09:34:54PM +, Enrico Forestieri wrote: commit 1888d50eb18277fd93aab2859233887ae5919ebf Author: Enrico Forestieri Date:   Mon May 19 23:19:15 2025 +0200    Rerun latex if necessary when generating previews    Recent vers

Re: [LyX/master] Rerun latex if necessary when generating previews

2025-05-20 Thread Enrico Forestieri
On Mon, May 19, 2025 at 09:34:54PM +, Enrico Forestieri wrote: commit 1888d50eb18277fd93aab2859233887ae5919ebf Author: Enrico Forestieri Date: Mon May 19 23:19:15 2025 +0200 Rerun latex if necessary when generating previews Recent versions of dvipng may produce a last page whose c

Re: [LyX/master] Do not use a version of dispatch() that use a DispatchResult if not using it

2025-05-20 Thread Richard Kimberly Heck
On 5/19/25 4:28 AM, Pavel Sanda wrote: On Sun, May 11, 2025 at 06:28:51PM +, Jean-Marc Lasgouttes wrote: commit cd3d32736644477bcd6c3aac66cb197e366f168b Author: Jean-Marc Lasgouttes Date: Sun May 11 20:23:00 2025 +0200 Do not use a version of dispatch() that use a DispatchResult if

Re: [LyX/master] Pass through all qt include candidates in .cpp files.

2025-05-20 Thread Stephan Witt
Am 20.05.2025 um 00:19 schrieb Pavel Sanda : > > On Tue, May 20, 2025 at 12:10:45AM +0200, Enrico Forestieri wrote: >> On Mon, May 19, 2025 at 10:01:52PM +, Pavel Sanda wrote: >>> >>> commit d37c771c1c3bf6aa5a12b9c4d1f0287189b731bb >>> Author: Pavel Sanda >>> Date: Tue May 20 00:00:40 2025

Re: [LyX/master] * xml.cpp - include cleanup.

2025-05-19 Thread Kornel Benko
Am Tue, 20 May 2025 08:09:58 +0200 schrieb Pavel Sanda : > On Tue, May 20, 2025 at 07:32:54AM +0200, Kornel Benko wrote: > > I get now: > > /usr2/src/lyx/lyx-git/src/xml.cpp:138:40: error: no member named 'find_if' > > in > > namespace 'std'; did you mean 'std::ranges::find_if'? 138 | > > attribu

Re: [LyX/master] * xml.cpp - include cleanup.

2025-05-19 Thread Pavel Sanda
On Tue, May 20, 2025 at 07:32:54AM +0200, Kornel Benko wrote: > I get now: > /usr2/src/lyx/lyx-git/src/xml.cpp:138:40: error: no member named 'find_if' in > namespace > 'std'; did you mean 'std::ranges::find_if'? 138 | > attributes.erase(attributes.begin(), std::find_if(attributes.begin(), > attr

Re: [LyX/master] * xml.cpp - include cleanup.

2025-05-19 Thread Kornel Benko
Am Mon, 19 May 2025 20:34:02 + schrieb Pavel Sanda : > commit a2fdf069a3207b506cc01b742ead04fbd0068e7e > Author: Pavel Sanda > Date: Mon May 19 22:29:57 2025 +0200 > > * xml.cpp - include cleanup. > > Finished first pass through filtered candidates generated at 62bffb9968. > -

Re: [LyX/master] Pass through all qt include candidates in .cpp files.

2025-05-19 Thread Enrico Forestieri
On Tue, May 20, 2025 at 12:19:47AM +0200, Pavel Sanda wrote: On Tue, May 20, 2025 at 12:10:45AM +0200, Enrico Forestieri wrote: On Mon, May 19, 2025 at 10:01:52PM +, Pavel Sanda wrote: > > commit d37c771c1c3bf6aa5a12b9c4d1f0287189b731bb > Author: Pavel Sanda > Date: Tue May 20 00:00:40 20

Re: [LyX/master] Pass through all qt include candidates in .cpp files.

2025-05-19 Thread Pavel Sanda
On Tue, May 20, 2025 at 12:10:45AM +0200, Enrico Forestieri wrote: > On Mon, May 19, 2025 at 10:01:52PM +, Pavel Sanda wrote: > > > > commit d37c771c1c3bf6aa5a12b9c4d1f0287189b731bb > > Author: Pavel Sanda > > Date: Tue May 20 00:00:40 2025 +0200 > > > >Pass through all qt include cand

Re: [LyX/master] Pass through all qt include candidates in .cpp files.

2025-05-19 Thread Enrico Forestieri
On Mon, May 19, 2025 at 10:01:52PM +, Pavel Sanda wrote: commit d37c771c1c3bf6aa5a12b9c4d1f0287189b731bb Author: Pavel Sanda Date: Tue May 20 00:00:40 2025 +0200 Pass through all qt include candidates in .cpp files. Automatically find those QClass instances which appears only i

Re: [LyX/master] Do not use a version of dispatch() that use a DispatchResult if not using it

2025-05-19 Thread Pavel Sanda
On Sun, May 11, 2025 at 06:28:51PM +, Jean-Marc Lasgouttes wrote: > commit cd3d32736644477bcd6c3aac66cb197e366f168b > Author: Jean-Marc Lasgouttes > Date: Sun May 11 20:23:00 2025 +0200 > > Do not use a version of dispatch() that use a DispatchResult if not using > it > > Ther

Re: [LyX/master] Set ParagraphGroup for acmart \thanks

2025-05-16 Thread Jürgen Spitzmüller
Am Freitag, dem 16.05.2025 um 12:32 +0200 schrieb Jean-Marc Lasgouttes: > Jürgen, could you comment on the relationship between ParagraphGroup > and > MultiPar? It seems to be that both would be solved by a new > LayoutType > (CommandEnvironment??) that would be like an environment, but with a >

Re: [LyX/master] Decouple theorem definitions from definitions for xref packages

2025-05-08 Thread Scott Kostyshak
On Wed, May 07, 2025 at 07:56:37AM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 06.05.2025 um 22:54 +0200 schrieb Scott Kostyshak: > > Now the following ctests fail: > > Should be fixed. Thanks, the tests all pass now. Scott signature.asc Description: PGP signature -- lyx-devel mailing

Re: [LyX/master] Decouple theorem definitions from definitions for xref packages

2025-05-06 Thread Jürgen Spitzmüller
Am Dienstag, dem 06.05.2025 um 22:54 +0200 schrieb Scott Kostyshak: > Now the following ctests fail: Should be fixed. -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Decouple theorem definitions from definitions for xref packages

2025-05-06 Thread Scott Kostyshak
On Tue, May 06, 2025 at 06:18:17AM +, Juergen Spitzmueller wrote: > commit 782e0b71b35cfa495b55d07dab3bcf319d082a45 > Author: Juergen Spitzmueller > Date: Tue May 6 08:17:02 2025 +0200 > > Decouple theorem definitions from definitions for xref packages > > The former is now loa

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Scott Kostyshak
On Sun, May 04, 2025 at 01:31:22PM +0200, Scott Kostyshak wrote: > On Sun, May 04, 2025 at 01:08:02PM +0200, Kornel Benko wrote: > > Am Sun, 4 May 2025 12:55:46 +0200 > > schrieb Scott Kostyshak : > > > > > On Sun, May 04, 2025 at 12:35:01PM +0200, Kornel Benko wrote: > > > > Am Sun, 04 May 2025 1

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Scott Kostyshak
On Sun, May 04, 2025 at 01:08:02PM +0200, Kornel Benko wrote: > Am Sun, 4 May 2025 12:55:46 +0200 > schrieb Scott Kostyshak : > > > On Sun, May 04, 2025 at 12:35:01PM +0200, Kornel Benko wrote: > > > Am Sun, 04 May 2025 12:14:48 +0200 > > > schrieb "Jürgen Spitzmüller" : > > > > > > > Am Sonnta

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Kornel Benko
Am Sun, 4 May 2025 12:55:46 +0200 schrieb Scott Kostyshak : > On Sun, May 04, 2025 at 12:35:01PM +0200, Kornel Benko wrote: > > Am Sun, 04 May 2025 12:14:48 +0200 > > schrieb "Jürgen Spitzmüller" : > > > > > Am Sonntag, dem 04.05.2025 um 11:42 +0200 schrieb Jürgen Spitzmüller: > > > > We migh

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Scott Kostyshak
On Sun, May 04, 2025 at 12:35:01PM +0200, Kornel Benko wrote: > Am Sun, 04 May 2025 12:14:48 +0200 > schrieb "Jürgen Spitzmüller" : > > > Am Sonntag, dem 04.05.2025 um 11:42 +0200 schrieb Jürgen Spitzmüller: > > > We might want to do something to fix the problem this file documents, > > > though.

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Kornel Benko
Am Sun, 04 May 2025 12:14:48 +0200 schrieb "Jürgen Spitzmüller" : > Am Sonntag, dem 04.05.2025 um 11:42 +0200 schrieb Jürgen Spitzmüller: > > We might want to do something to fix the problem this file documents, > > though. > > This is done now. This file is now imported properly (so it does no

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.05.2025 um 11:58 +0200 schrieb Kornel Benko: > The new imported pdf starts numbering inside a section (1.1., 1.2., > 1.3.) while the previous shows (1., 2., 3.) Which is correct! Cf. the tex file. -- Jürgen signature.asc Description: This is a digitally signed message part -

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.05.2025 um 11:42 +0200 schrieb Jürgen Spitzmüller: > We might want to do something to fix the problem this file documents, > though. This is done now. This file is now imported properly (so it does no longer create a LaTeX error). Now of course the test result differs. The PDF

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Scott Kostyshak
On Sun, May 04, 2025 at 11:58:48AM +0200, Kornel Benko wrote: > Am Sun, 04 May 2025 11:42:00 +0200 > schrieb "Jürgen Spitzmüller" : > > > Am Samstag, dem 03.05.2025 um 21:24 +0200 schrieb Scott Kostyshak: > > > Starting with this commit, the following ctest fails: > > > > > >   BATCH_AMS-import >

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Kornel Benko
Am Sun, 04 May 2025 11:42:00 +0200 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 03.05.2025 um 21:24 +0200 schrieb Scott Kostyshak: > > Starting with this commit, the following ctest fails: > > > >   BATCH_AMS-import > > > > I don't know much about these BATCH tests, but from what I > > under

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Jürgen Spitzmüller
Am Samstag, dem 03.05.2025 um 21:24 +0200 schrieb Scott Kostyshak: > Starting with this commit, the following ctest fails: > >   BATCH_AMS-import > > I don't know much about these BATCH tests, but from what I > understand, it has to do with the file development/batchtests/ams- > import.tex. If yo

Re: [LyX/master] Integrate theorem definition in layout

2025-05-03 Thread Scott Kostyshak
On Fri, Apr 25, 2025 at 02:28:38PM +, Juergen Spitzmueller wrote: > commit 7d5952201dfdcc464bf86a5b2d8a4f189e11bdf6 > Author: Juergen Spitzmueller > Date: Fri Apr 25 16:23:50 2025 +0200 > > Integrate theorem definition in layout > > Rather than using verbatim \newtheorem defini

Re: Lyx-Devel crash with EmbeddedObjects.lyx

2025-05-02 Thread Jürgen Spitzmüller
Am Mittwoch, dem 30.04.2025 um 08:01 +0200 schrieb Jürgen Spitzmüller: > I'l have a look at the other case later. This is now fixed as well. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Avoid code duplication related to PREEDIT

2025-05-01 Thread Jean-Marc Lasgouttes
Le 01/05/2025 à 03:26, Stephan Witt a écrit : thank you for the revert - I’ve checked the cursor movement now and it works again. I’m away from home and couldn't act earlier. The bug is indeed trivial (I found it know), I'll re-apply ASAP. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.

Re: [LyX/master] Avoid code duplication related to PREEDIT

2025-04-30 Thread Stephan Witt
Am 30.04.2025 um 14:23 schrieb Jean-Marc Lasgouttes : > > Le 30 avril 2025 13:43:09 GMT+02:00, Stephan Witt a écrit : >> Hi JMarc, >> >> this change breaks the cursor movement (at least on Mac). Do have no >> problems on your side? >> >> The cursor cannot positioned inside a paragraph with mul

Re: [LyX/master] CAS: Allow commands for maxima (part of #13178).

2025-04-30 Thread Pavel Sanda
On Wed, Apr 30, 2025 at 11:59:32AM -0400, Richard Kimberly Heck wrote: > On 4/29/25 6:06 PM, Pavel Sanda wrote: > > On Sun, Apr 27, 2025 at 07:28:00PM +, Pavel Sanda wrote: > > > commit 9665f6d39ad055b865f78764533d289ae32a22fb > > > Author: Pavel Sanda > > > Date: Sun Apr 27 21:25:57 2025 +0

Re: [LyX/master] CAS: Allow commands for maxima (part of #13178).

2025-04-30 Thread Richard Kimberly Heck
On 4/29/25 6:06 PM, Pavel Sanda wrote: On Sun, Apr 27, 2025 at 07:28:00PM +, Pavel Sanda wrote: commit 9665f6d39ad055b865f78764533d289ae32a22fb Author: Pavel Sanda Date: Sun Apr 27 21:25:57 2025 +0200 CAS: Allow commands for maxima (part of #13178). Now constructs like:

Re: [LyX/master] Avoid code duplication related to PREEDIT

2025-04-30 Thread Jean-Marc Lasgouttes
Le 30 avril 2025 13:43:09 GMT+02:00, Stephan Witt a écrit : >Hi JMarc, > >this change breaks the cursor movement (at least on Mac). Do have no problems >on your side? > >The cursor cannot positioned inside a paragraph with multiple lines. It hangs >at the top in the first line… > >BR Stephan > >

Re: [LyX/master] Avoid code duplication related to PREEDIT

2025-04-30 Thread Stephan Witt
Hi JMarc, this change breaks the cursor movement (at least on Mac). Do have no problems on your side? The cursor cannot positioned inside a paragraph with multiple lines. It hangs at the top in the first line… BR Stephan > Am 29.04.2025 um 13:33 schrieb Jean-Marc Lasgouttes : > > commit 2637

Re: Lyx-Devel crash with EmbeddedObjects.lyx

2025-04-29 Thread Jürgen Spitzmüller
Am Dienstag, dem 29.04.2025 um 10:20 +0200 schrieb Jean-Marc Lasgouttes: > Jürgen, I suspect this is a consequence of xr support: > ExternalObjects.lyx has a child document and when closing, > updateBuffer > is invoked to clean up something. This ends up crashing in > InsetRef::externalFilenames

Re: [LyX/master] CAS: Allow commands for octave (part of #13178).

2025-04-29 Thread Pavel Sanda
On Tue, Apr 29, 2025 at 09:56:35PM +, Pavel Sanda wrote: > commit b3585ea76caeed508c4cd9183456fda446f9bb41 > Author: Pavel Sanda > Date: Tue Apr 29 23:55:48 2025 +0200 > > CAS: Allow commands for octave (part of #13178). Candidate for stable. P > --- > src/mathed/MathExtern.cpp | 19

Re: [LyX/master] CAS: Allow commands for maxima (part of #13178).

2025-04-29 Thread Pavel Sanda
On Sun, Apr 27, 2025 at 07:28:00PM +, Pavel Sanda wrote: > commit 9665f6d39ad055b865f78764533d289ae32a22fb > Author: Pavel Sanda > Date: Sun Apr 27 21:25:57 2025 +0200 > > CAS: Allow commands for maxima (part of #13178). > > Now constructs like: > math-extern maxima facto

Re: LyX 2.5.0

2025-04-29 Thread José Matos
On Tue, 2025-04-29 at 11:37 -0400, Richard Kimberly Heck wrote: > This sounds reasonable to me. > > Riki FWIW I also agree. -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: LyX 2.5.0

2025-04-29 Thread Richard Kimberly Heck
On 4/29/25 8:33 AM, Pavel Sanda wrote: On Mon, Apr 28, 2025 at 12:48:37PM -0400, Richard Kimberly Heck wrote: If you think things are reasonably settled, I will do some kind of 'nightly' package of 2.5.0, and see if we can get a bit of testing for it. Then we can think about more concrete plans.

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-29 Thread Richard Kimberly Heck
On 4/29/25 3:07 AM, Jean-Marc Lasgouttes wrote: Le 21/04/2025 à 12:57, Jean-Marc Lasgouttes a écrit : Le 21/04/2025 à 12:54, Jean-Marc Lasgouttes a écrit : commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 Author: Jean-Marc Lasgouttes Date:   Mon Apr 21 12:53:34 2025 +0200 Fix handling of

Re: LyX 2.5.0

2025-04-29 Thread Jean-Marc Lasgouttes
Le 29/04/2025 à 14:33, Pavel Sanda a écrit : Another thing I would like to propose to stop endlessly postponing major milestones. Our bug lists grew over reasonable size. In particular we could drop the milestone altogether if bug 1) already had 2.4.0 milestone in the past and 2) does not have

Re: LyX 2.5.0

2025-04-29 Thread Pavel Sanda
On Mon, Apr 28, 2025 at 12:48:37PM -0400, Richard Kimberly Heck wrote: > If you think things are reasonably settled, I will do some kind of 'nightly' > package of 2.5.0, and see if we can get a bit of testing for it. Then we can > think about more concrete plans. Another thing I would like to prop

Re: Lyx-Devel crash with EmbeddedObjects.lyx

2025-04-29 Thread Jean-Marc Lasgouttes
Le 28/04/2025 à 22:14, Andreas Riedel a écrit : Dear developers, I compiled Lyx, the latest Git version, today under both Debian 11 and 12. I noticed a bug: When I open and close the EmbeddedObjects file, Lyx crashes reproducibly. Thanks for the report, Andreas. Jürgen, I suspect this is a

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-29 Thread Jean-Marc Lasgouttes
Le 21/04/2025 à 12:57, Jean-Marc Lasgouttes a écrit : Le 21/04/2025 à 12:54, Jean-Marc Lasgouttes a écrit : commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 Author: Jean-Marc Lasgouttes Date:   Mon Apr 21 12:53:34 2025 +0200 Fix handling of \int with external math tools Riki, this is can

Re: LyX 2.5.0

2025-04-28 Thread Jürgen Spitzmüller
Am Montag, dem 28.04.2025 um 12:48 -0400 schrieb Richard Kimberly Heck: > If you think things are reasonably settled, I will do some kind of > 'nightly' package of 2.5.0, and see if we can get a bit of testing > for it. Then we can think about more concrete plans. We can start with that as soon as

Re: LyX 2.5.0

2025-04-28 Thread Richard Kimberly Heck
On 4/27/25 11:18 PM, Jürgen Spitzmüller wrote: Am Montag, dem 28.04.2025 um 00:29 +0200 schrieb Jean-Marc Lasgouttes: Le 27/04/2025 à 21:12, Richard Kimberly Heck a écrit : If what I have in mind works well, then we can always backport like I did for the performance work. In this case, I'd als

Re: [LyX/master] Finish MathArray->MathData transition (1/4): rename CoordCache::arrays to cells

2025-04-28 Thread Jean-Marc Lasgouttes
Le 28/04/2025 à 14:41, Jean-Marc Lasgouttes a écrit : commit 0702580ce2532ca7fb2f79b6ae6f40f30bbabf8f Author: Jean-Marc Lasgouttes Date: Mon Apr 28 13:38:17 2025 +0200 Finish MathArray->MathData transition (1/4): rename CoordCache::arrays to cells This is a follow-up of to co

Re: LyX 2.5.0

2025-04-27 Thread Jürgen Spitzmüller
Am Montag, dem 28.04.2025 um 00:29 +0200 schrieb Jean-Marc Lasgouttes: > Le 27/04/2025 à 21:12, Richard Kimberly Heck a écrit : > > With this work, which is fantastic, it really seems to me like we > > are ready to start thinking about potentially considering maybe > > moving toward 2.5.0. Not to b

Re: LyX 2.5.0

2025-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2025 à 21:12, Richard Kimberly Heck a écrit : With this work, which is fantastic, it really seems to me like we are ready to start thinking about potentially considering maybe moving toward 2.5.0. Not to be too definitive about it! I agree that this is fantastic. Congrats to Jürgen fo

Re: [LyX/master] Integrate theorem definition in layout

2025-04-25 Thread Jürgen Spitzmüller
Am Freitag, dem 25.04.2025 um 15:04 -0400 schrieb Richard Kimberly Heck: > This is just to encourage those of us who use theorems and the like > to > test this. I've looked through the code, and (no surprise here) it > looks > right, but this is probably delicate. I'll test it myself this > weeke

Re: [LyX/master] rename InsetMathHull member: label_ => labels_

2025-04-25 Thread Jean-Marc Lasgouttes
Le 25 avril 2025 21:45:52 GMT+02:00, Kornel Benko a écrit : >Done at 5cb026e5. > > Kornel Thanks Kornel. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] rename InsetMathHull member: label_ => labels_

2025-04-25 Thread Kornel Benko
Am Fri, 25 Apr 2025 21:29:24 +0200 schrieb Jean-Marc Lasgouttes : > Le 25 avril 2025 21:20:25 GMT+02:00, Kornel Benko a écrit : > >Am Fri, 25 Apr 2025 16:32:09 + > >schrieb Jean-Marc Lasgouttes : > > > >> commit a86e7c0a05f60fb604828a12efd324206cc73737 > >> Author: Jean-Marc Lasgouttes > >

Re: [LyX/master] rename InsetMathHull member: label_ => labels_

2025-04-25 Thread Jean-Marc Lasgouttes
Le 25 avril 2025 21:20:25 GMT+02:00, Kornel Benko a écrit : >Am Fri, 25 Apr 2025 16:32:09 + >schrieb Jean-Marc Lasgouttes : > >> commit a86e7c0a05f60fb604828a12efd324206cc73737 >> Author: Jean-Marc Lasgouttes >> Date: Fri Apr 25 18:27:05 2025 +0200 >> >> rename InsetMathHull member: la

Re: [LyX/master] rename InsetMathHull member: label_ => labels_

2025-04-25 Thread Kornel Benko
Am Fri, 25 Apr 2025 16:32:09 + schrieb Jean-Marc Lasgouttes : > commit a86e7c0a05f60fb604828a12efd324206cc73737 > Author: Jean-Marc Lasgouttes > Date: Fri Apr 25 18:27:05 2025 +0200 > > rename InsetMathHull member: label_ => labels_ Forgotten to rename everything? Kornel diff

Re: [LyX/master] Integrate theorem definition in layout

2025-04-25 Thread Richard Kimberly Heck
This is just to encourage those of us who use theorems and the like to test this. I've looked through the code, and (no surprise here) it looks right, but this is probably delicate. I'll test it myself this weekend. Riki On 4/25/25 10:28 AM, Juergen Spitzmueller wrote: commit 7d5952201df

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-23 Thread Scott Kostyshak
On Wed, Apr 23, 2025 at 04:57:35PM +0200, Jean-Marc Lasgouttes wrote: > Le 22/04/2025 à 11:49, Scott Kostyshak a écrit : > > I think this commit broke something with the XHTML export. > > > > The following ctest now fails: > > > >export/doc/UserGuide_xhtml (Failed) > > > Is it better now?

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-23 Thread Jean-Marc Lasgouttes
Le 22/04/2025 à 11:49, Scott Kostyshak a écrit : I think this commit broke something with the XHTML export. The following ctest now fails: export/doc/UserGuide_xhtml (Failed) Is it better now? JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-23 Thread Scott Kostyshak
On Tue, Apr 22, 2025 at 12:46:13PM +0200, Scott Kostyshak wrote: > On Tue, Apr 22, 2025 at 12:33:56PM +0200, Jean-Marc Lasgouttes wrote: > > Le 22 avril 2025 11:49:32 GMT+02:00, Scott Kostyshak a > > écrit : > > >On Mon, Apr 21, 2025 at 10:54:17AM +, Jean-Marc Lasgouttes wrote: > > >> commit

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-22 Thread Scott Kostyshak
On Tue, Apr 22, 2025 at 12:33:56PM +0200, Jean-Marc Lasgouttes wrote: > Le 22 avril 2025 11:49:32 GMT+02:00, Scott Kostyshak a > écrit : > >On Mon, Apr 21, 2025 at 10:54:17AM +, Jean-Marc Lasgouttes wrote: > >> commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 > >> Author: Jean-Marc Lasgouttes

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-22 Thread Jean-Marc Lasgouttes
Le 22 avril 2025 11:49:32 GMT+02:00, Scott Kostyshak a écrit  : >On Mon, Apr 21, 2025 at 10:54:17AM +, Jean-Marc Lasgouttes wrote: >> commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 >> Author: Jean-Marc Lasgouttes >> Date: Mon Apr 21 12:53:34 2025 +0200 >> >> Fix handling of \int with

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-22 Thread Scott Kostyshak
On Mon, Apr 21, 2025 at 10:54:17AM +, Jean-Marc Lasgouttes wrote: > commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 > Author: Jean-Marc Lasgouttes > Date: Mon Apr 21 12:53:34 2025 +0200 > > Fix handling of \int with external math tools > --- > src/mathed/MathExtern.cpp | 7 +++ > 1

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-21 Thread Jean-Marc Lasgouttes
Le 21/04/2025 à 12:54, Jean-Marc Lasgouttes a écrit : commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 Author: Jean-Marc Lasgouttes Date: Mon Apr 21 12:53:34 2025 +0200 Fix handling of \int with external math tools Riki, this is candidate for branch. JMarc --- src/mathed/MathExter

Re: [LyX/master] Comments

2025-04-20 Thread Scott Kostyshak
On Thu, Apr 17, 2025 at 07:14:21PM -0400, Richard Kimberly Heck wrote: > On 4/17/25 4:53 PM, Jean-Marc Lasgouttes wrote: > > Le 17/04/2025 à 01:03, Scott Kostyshak a écrit : > > > > OTOH, you could maybe use isBroken() in screenLabel(), but it is > > > > strange > > > > then to prepend EMPTY to the

Re: [LyX/master] Comments

2025-04-18 Thread Scott Kostyshak
On Thu, Apr 17, 2025 at 12:06:45AM +0200, Jean-Marc Lasgouttes wrote: > Le 12/04/2025 à 13:32, Scott Kostyshak a écrit : > > Can I move the setBroken() to inside screenLabel(), as in the attached > > patch? > > > > When looking at this code (for a different purpose), I was confused that > > "EMPTY

Re: [LyX/master] Comments

2025-04-17 Thread Richard Kimberly Heck
On 4/17/25 4:53 PM, Jean-Marc Lasgouttes wrote: Le 17/04/2025 à 01:03, Scott Kostyshak a écrit : OTOH, you could maybe use isBroken() in screenLabel(), but it is strange then to prepend EMPTY to the label, because this means that you know why it is broken. This part I don't understand. Why i

Re: [LyX/master] Comments

2025-04-17 Thread Jean-Marc Lasgouttes
Le 17/04/2025 à 01:03, Scott Kostyshak a écrit : OTOH, you could maybe use isBroken() in screenLabel(), but it is strange then to prepend EMPTY to the label, because this means that you know why it is broken. This part I don't understand. Why is it strange to know why it is broken? To me the "i

Re: [LyX/master] Comments

2025-04-16 Thread Jean-Marc Lasgouttes
Le 12/04/2025 à 13:32, Scott Kostyshak a écrit : Can I move the setBroken() to inside screenLabel(), as in the attached patch? When looking at this code (for a different purpose), I was confused that "EMPTY" is prepended in one part, and the inset is colored red in a different part. On the othe

Re: [LyX/master] Fix annoying typo

2025-04-16 Thread Jean-Marc Lasgouttes
Le 04/04/2025 à 18:37, Richard Kimberly Heck a écrit : Fix annoying typo Riki, this is candidate for branch (has been here for 10 years). OK! Done, thanks. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Comments

2025-04-16 Thread Scott Kostyshak
On Sat, Apr 12, 2025 at 11:42:21AM -0400, Richard Kimberly Heck wrote: > On 4/12/25 7:32 AM, Scott Kostyshak wrote: > > On Sat, Apr 12, 2025 at 11:25:43AM +, Scott Kostyshak wrote: > > > commit 7660d14875c9d8b8b83f134c5ac8ffbe12f846cc > > > Author: Scott Kostyshak > > > Date: Sat Apr 12 13:2

Re: [LyX/master] Amend 644ae738c8

2025-04-16 Thread José Matos
On Wed, 2025-04-16 at 08:23 +, Juergen Spitzmueller wrote: > Ignore surrounding whitespace also in input string Well done. Whitespaces are always troubling because we do not see them directly. That is why they usually are puzzling. [out of topic] ... even with a dark theme. :-D Best regards,

Re: [LyX/master] Remove a profiling header

2025-04-14 Thread Scott Kostyshak
On Mon, Apr 14, 2025 at 04:21:18PM +0200, Jean-Marc Lasgouttes wrote: > Le 14/04/2025 à 15:35, Scott Kostyshak a écrit : > > > > JMarc, can you confirm this removal is OK? If it is in there, then I > > get the following: > > > > In file included from BufferView.cpp:82: > > ./support/pmprof.h:121:

Re: [LyX/master] Remove a profiling header

2025-04-14 Thread Jean-Marc Lasgouttes
Le 14/04/2025 à 15:35, Scott Kostyshak a écrit : JMarc, can you confirm this removal is OK? If it is in there, then I get the following: In file included from BufferView.cpp:82: ./support/pmprof.h:121:2: error: Profiling is not usable when run-time debugging is in effect 121 | #error Profil

Re: [LyX/master] Remove a profiling header

2025-04-14 Thread Scott Kostyshak
On Mon, Apr 14, 2025 at 01:30:07PM +, Scott Kostyshak wrote: > commit 74ef4e4d2535cad56defdd374f4d880f995926ee > Author: Scott Kostyshak > Date: Mon Apr 14 15:26:31 2025 +0200 > > Remove a profiling header > --- > src/BufferView.cpp | 1 - > 1 file changed, 1 deletion(-) > > diff --gi

Re: [LyX/master] Comments

2025-04-12 Thread Richard Kimberly Heck
On 4/12/25 7:32 AM, Scott Kostyshak wrote: On Sat, Apr 12, 2025 at 11:25:43AM +, Scott Kostyshak wrote: commit 7660d14875c9d8b8b83f134c5ac8ffbe12f846cc Author: Scott Kostyshak Date: Sat Apr 12 13:20:18 2025 +0200 Comments --- src/insets/InsetBibtex.cpp | 2 ++ 1 file changed, 2 i

Re: [LyX/master] Comments

2025-04-12 Thread Scott Kostyshak
On Sat, Apr 12, 2025 at 11:25:43AM +, Scott Kostyshak wrote: > commit 7660d14875c9d8b8b83f134c5ac8ffbe12f846cc > Author: Scott Kostyshak > Date: Sat Apr 12 13:20:18 2025 +0200 > > Comments > --- > src/insets/InsetBibtex.cpp | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sr

Re: [LyX/master] Do not to release inset before erasing it

2025-04-11 Thread Jean-Marc Lasgouttes
Le 11/04/2025 à 08:54, Jürgen Spitzmüller a écrit : Am Donnerstag, dem 10.04.2025 um 16:32 +0200 schrieb Jean-Marc Lasgouttes: This is a candidate for branch if Jürgen agrees with the change. and here, as well. Done. Thanks to both of you. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx

Re: [LyX/master] Do not to release inset before erasing it

2025-04-10 Thread Jürgen Spitzmüller
Am Donnerstag, dem 10.04.2025 um 16:32 +0200 schrieb Jean-Marc Lasgouttes: > This is a candidate for branch if Jürgen agrees with the change. and here, as well. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Fix wrong index when searching for a second bibitem.

2025-04-10 Thread Jürgen Spitzmüller
Am Donnerstag, dem 10.04.2025 um 16:31 +0200 schrieb Jean-Marc Lasgouttes: > This is a candidate for branch if Jürgen agrees with the change. I do. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Move fixBiblio to updateBuffer (4/4): the real thing

2025-04-10 Thread Richard Kimberly Heck
Well done! On 4/10/25 12:25 PM, Jean-Marc Lasgouttes wrote: commit 00f855e4ed3c51a92c77ad001fcc9e4e51dbcb75 Author: Jean-Marc Lasgouttes Date: Thu Apr 10 13:54:02 2025 +0200 Move fixBiblio to updateBuffer (4/4): the real thing Now the code that makes sure that there is a bibi

Re: [LyX/master] Fix wrong index when searching for a second bibitem.

2025-04-10 Thread Richard Kimberly Heck
On 4/10/25 10:31 AM, Jean-Marc Lasgouttes wrote: Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit b93ad7171df84360049b2f1a493efa856814e228 Author: Jean-Marc Lasgouttes Date:   Wed Apr 9 14:55:39 2025 +0200 Fix wrong index when searching for a second bibitem. Riki, This is a

Re: [LyX/master] Do not to release inset before erasing it

2025-04-10 Thread Richard Kimberly Heck
On 4/10/25 10:32 AM, Jean-Marc Lasgouttes wrote: Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit 4f20ac64d70282f1792abfeafa48a9fea8f89af1 Author: Jean-Marc Lasgouttes Date:   Wed Apr 9 14:29:14 2025 +0200 Do not to release inset before erasing it It will be done by

Re: [LyX/master] Fix wrong index when searching for a second bibitem.

2025-04-10 Thread Jean-Marc Lasgouttes
Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit b93ad7171df84360049b2f1a493efa856814e228 Author: Jean-Marc Lasgouttes Date: Wed Apr 9 14:55:39 2025 +0200 Fix wrong index when searching for a second bibitem. Riki, This is a candidate for branch if Jürgen agrees with the ch

Re: [LyX/master] Do not to release inset before erasing it

2025-04-10 Thread Jean-Marc Lasgouttes
Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit 4f20ac64d70282f1792abfeafa48a9fea8f89af1 Author: Jean-Marc Lasgouttes Date: Wed Apr 9 14:29:14 2025 +0200 Do not to release inset before erasing it It will be done by eraseChar if needed. But when change tracking lea

Re: [LyX/master] Add support for zref-clever and zref-vario

2025-04-05 Thread Richard Kimberly Heck
On 3/23/25 8:07 AM, Juergen Spitzmueller wrote: commit 4ea81b52f8c17d9eea1655e115ea6bc47377da2e Author: Juergen Spitzmueller Date: Sun Mar 23 13:04:49 2025 +0100 Add support for zref-clever and zref-vario Unless I'm doing something wrong, this doesn't work at present, because the labe

Re: [LyX/master] Fixup ui file (again)

2025-04-05 Thread Pavel Sanda
On Tue, Apr 01, 2025 at 10:41:26AM +0200, Kornel Benko wrote: > > Kornel Benko schrieb am 30.03.2025 09:34 (GMT +02:00): > > > I don't get it. Why is this here needed, but other occurrences (in other > > > ui > > > files) are left unchanged? See attached. > > > > Of course it's needed everywher

Re: [LyX/master] Add missing buffer update

2025-04-05 Thread Jürgen Spitzmüller
Am Samstag, dem 05.04.2025 um 09:26 + schrieb Juergen Spitzmueller: > commit ff62533c44f38e635040d988f264151243ab3963 > Author: Juergen Spitzmueller > Date:   Sat Apr 5 11:26:32 2025 +0200 > >     Add missing buffer update This is also needed in stable. -- Jürgen -- lyx-devel mailing list

Re: [LyX/master] Fix annoying typo

2025-04-04 Thread Richard Kimberly Heck
On 4/3/25 5:08 PM, Jean-Marc Lasgouttes wrote: Le 03/04/2025 à 23:03, Jean-Marc Lasgouttes a écrit : commit e671833bba60f95891fb2235accb1a10af1a7e45 Author: Jean-Marc Lasgouttes Date:   Thu Apr 3 22:32:30 2025 +0200 Fix annoying typo Riki, this is candidate for branch (has been here for

Re: [LyX/master] Improve breaking of equation with C-Return

2025-04-03 Thread Jean-Marc Lasgouttes
Le 03/04/2025 à 23:26, Jean-Marc Lasgouttes a écrit : commit 016bb5b23ccce06128d878139a625a75557afca5 Author: Jean-Marc Lasgouttes Date: Thu Apr 3 23:16:21 2025 +0200 Improve breaking of equation with C-Return This does two different changes: 1/ when the equation is

Re: [LyX/master] Fix annoying typo

2025-04-03 Thread Jean-Marc Lasgouttes
Le 03/04/2025 à 23:03, Jean-Marc Lasgouttes a écrit : commit e671833bba60f95891fb2235accb1a10af1a7e45 Author: Jean-Marc Lasgouttes Date: Thu Apr 3 22:32:30 2025 +0200 Fix annoying typo Riki, this is candidate for branch (has been here for 10 years). JMarc --- src/mathed/InsetMathG

Re: [LyX/master] Fixup ui file (again)

2025-04-01 Thread Jürgen Spitzmüller
Am Dienstag, dem 01.04.2025 um 10:41 +0200 schrieb Kornel Benko: > But we already have a script. > $ ctest -R check_Qt_ui_Constants Good, so someone just needs to regularly launch it. -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list

Re: [LyX/master] Fixup ui file (again)

2025-04-01 Thread Jürgen Spitzmüller
Am Dienstag, dem 01.04.2025 um 17:48 +0200 schrieb Pavel Sanda: > I saw that the Qt::Orientation::Horizontal & > QSizePolicy::Policy::Expanding was > breaking stuff for Qt5, but I do not know whether > Qt::InputMethodHint::XYZ > break somewthing in Qt5 or, even worse, whether moving back to just >

Re: [LyX/master] Fixup ui file (again)

2025-04-01 Thread Kornel Benko
Am Tue, 1 Apr 2025 10:01:05 +0200 (CEST) schrieb "Jürgen Spitzmüller" : > Kornel Benko schrieb am 30.03.2025 09:34 (GMT +02:00): > > I don't get it. Why is this here needed, but other occurrences (in other ui > > files) are left unchanged? See attached. > > Of course it's needed everywhere. Fe

Re: [LyX/master] Fixup ui file (again)

2025-04-01 Thread Jürgen Spitzmüller
Kornel Benko schrieb am 30.03.2025 09:34 (GMT +02:00): > I don't get it. Why is this here needed, but other occurrences (in other ui > files) are left unchanged? See attached. Of course it's needed everywhere. Feel invited to fix it wherever you find it. Pavel, didn't you plan to write a script

Re: [LyX/master] Fixup ui file (again)

2025-03-30 Thread Kornel Benko
Am Fri, 28 Mar 2025 08:59:01 + schrieb Juergen Spitzmueller : > commit 9121b09c96227a4276da5f567783a58ed542 > Author: Juergen Spitzmueller > Date: Fri Mar 28 09:58:27 2025 +0100 > > Fixup ui file (again) > --- > src/frontends/qt/ui/PrefColorsUi.ui | 30 +++-

  1   2   3   4   5   6   7   8   9   10   >