Re: Biginset branch has landed (sorry for the spam)

2024-04-08 Thread Scott Kostyshak
On Fri, Apr 05, 2024 at 12:52:25PM GMT, Scott Kostyshak wrote: > On Fri, Apr 05, 2024 at 04:17:10PM GMT, Jean-Marc Lasgouttes wrote: > > I merged the biginset branch (see #12297 for context) to master. This is the > > good part. > > > > The bad part is that I decided first to rebase it over master

Re: 2.3.x does not compile on Windows

2024-04-08 Thread Yu Jin
Am Mo., 8. Apr. 2024 um 22:05 Uhr schrieb Jean-Marc Lasgouttes: > Le 08/04/2024 à 19:36, Yu Jin a écrit : > > Can you try to enforce C++11 mode to see whether it works better? > > > > > > That's a problem, I am not able to select C++11: > > image.png > > even installed an older Windows SDK and

Re: SIGSEGV if iconv error from local layout or module

2024-04-08 Thread Richard Kimberly Heck
On 4/8/24 18:57, Scott Kostyshak wrote: If we have a UTF8 character in the user preamble, LyX gives a very user-friendly warning if the document encoding is not UTF8. However, if the same situation happens for the local layout (or in a module), I get a SIGSEGV when compiling. To reproduce, open

SIGSEGV if iconv error from local layout or module

2024-04-08 Thread Scott Kostyshak
If we have a UTF8 character in the user preamble, LyX gives a very user-friendly warning if the document encoding is not UTF8. However, if the same situation happens for the local layout (or in a module), I get a SIGSEGV when compiling. To reproduce, open the attached document and compile to PDF.

Re: 2.3.x does not compile on Windows

2024-04-08 Thread Jean-Marc Lasgouttes
Le 08/04/2024 à 19:36, Yu Jin a écrit : Can you try to enforce C++11 mode to see whether it works better? That's a problem, I am not able to select C++11: image.png even installed an older Windows SDK and ran CMake reconfigure completely new. Normally, unary_function and binary_function

Re: Comment on ticket 12641 regarding handling of some short cuts on macos with qt6.

2024-04-08 Thread Scott Kostyshak
On Mon, Apr 08, 2024 at 10:41:43AM GMT, Jean-Marc Lasgouttes wrote: > Le 08/04/2024 à 10:20, pdv a écrit : > > Tor Arne Vestbø posted a qt-patch solving this issue. > > See: https://bugreports.qt.io/browse/QTBUG-123848 > > Great job Patrick! Now we just have to wait for it to be available. +1 tha

Re: File format increases on master make it hard to test

2024-04-08 Thread Scott Kostyshak
On Mon, Apr 08, 2024 at 10:14:07AM GMT, José Matos wrote: > On Sun, 2024-04-07 at 23:03 -0400, Scott Kostyshak wrote: > > Thanks, that is a good idea, but I would not want to use that setting > > for most of my documents. I find that doing repeated lyx2lyx does not > > create a smooth workflow. > >

Re: 2.3.x does not compile on Windows

2024-04-08 Thread Yu Jin
Am So., 7. Apr. 2024 um 20:40 Uhr schrieb Jean-Marc Lasgouttes < lasgout...@lyx.org>: > Le 05/04/2024 à 22:12, Yu Jin a écrit : > > Hi, > > > > Since 2.3.8 is around the corner I thought to try compiling the 2.3.x > > branch but failed on Format.cpp, get these errors: > > > > Build started at 22:0

Re: File format increases on master make it hard to test

2024-04-08 Thread José Matos
On Sun, 2024-04-07 at 23:03 -0400, Scott Kostyshak wrote: > Thanks, that is a good idea, but I would not want to use that setting > for most of my documents. I find that doing repeated lyx2lyx does not > create a smooth workflow. > > Scott I pushed against the guarantee before. :-) The rationale

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-08 Thread Jean-Marc Lasgouttes
Le 07/04/2024 à 21:09, Richard Kimberly Heck a écrit : Riki, can I backport this trivial fix (c7f53afd), along with the more complicated 51562ff3 to 2.4.x? This is needed for compilation with MSVC 2019. OK. Done, thanks. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.

Re: Comment on ticket 12641 regarding handling of some short cuts on macos with qt6.

2024-04-08 Thread Jean-Marc Lasgouttes
Le 08/04/2024 à 10:20, pdv a écrit : Tor Arne Vestbø posted a qt-patch solving this issue. See: https://bugreports.qt.io/browse/QTBUG-123848 Great job Patrick! Now we just have to wait for it to be available. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman

Re: Comment on ticket 12641 regarding handling of some short cuts on macos with qt6.

2024-04-08 Thread pdv
On 29/03/2024 22:40, pdv wrote: On 29/03/2024 11:31, Jean-Marc Lasgouttes wrote: Le 28/03/2024 à 23:04, pdv a écrit : I submitted the following bug report https://bugreports.qt.io/browse/QTBUG-123848 pdv Hi Patrick, Thanks for doing that! Frankly I don't use shortcuts very often and I neve