Re: [LyX/master] Fix label escaping in InsetMathRef (#12980)

2024-04-02 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.04.2024 um 06:17 + schrieb Juergen Spitzmueller: > commit 98080ca0d548b754433a99f9f097054134117184 > Author: Juergen Spitzmueller > Date:   Tue Apr 2 08:15:53 2024 +0200 > >     Fix label escaping in InsetMathRef (#12980) >     >     This was completely broken: the IDs

Re: Apparent bug when building RC4

2024-04-02 Thread Pavel Sanda
On Sun, Mar 31, 2024 at 03:17:07PM -0700, Gary Ray wrote: > configure --enable-qt6 fails at ld: > > /usr/bin/ld: /usr/lib/qt6/6.6.1/gcc_64/lib//libQt6DBus.so.6: undefined > reference to `QReadWriteLock::destroyRecursive(QReadWriteLockPrivate*)@Qt_6' > > RC3 built ok with qt6. On what system do

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-02 Thread Pavel Sanda
On Mon, Apr 01, 2024 at 09:28:51PM +, Richard Kimberly Heck wrote: > commit b0c4681cd8f4dedb975aac80dcb717c40aa8 > Author: Richard Kimberly Heck > Date: Mon Apr 1 17:26:01 2024 -0400 > > Clarify quote-insert LFUN. > > And add remark about multiple optional arguments. >

Re: Is hiding stuff behind the "more" sub-context menu intentional?

2024-04-02 Thread Jürgen Spitzmüller
Am Mittwoch, dem 01.11.2023 um 12:50 +0100 schrieb Jürgen Spitzmüller: > Attached is a patch that does this, considering not only hidden > entries > but also the dynamic entries that are only expanded in expand() (such > as spelling suggestions). As far as I can see the result is correct. > >

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-02 Thread Kornel Benko
Am Mon, 1 Apr 2024 21:29:00 +0200 schrieb Jean-Marc Lasgouttes : > Le 01/04/2024 à 21:24, José Matos a écrit : > > On Mon, 2024-04-01 at 20:44 +0200, Kornel Benko wrote: > >> Attached the the errors for src/frontends/qt/GuiRef.cpp and > >> src/frontends/qt/GuiWorkArea.cpp. > >> > >> This is on

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-02 Thread Jean-Marc Lasgouttes
Le 02/04/2024 à 14:12, Kornel Benko a écrit : The first one looks like a matter of old gcc that does not like the {} constructor (don't remember the name). JMarc If so, can something be done here? I can't right now, but basically yes. JMarc -- lyx-devel mailing list

Re: [LyX/master] Fix label escaping in InsetMathRef (#12980)

2024-04-02 Thread Richard Kimberly Heck
On 4/2/24 02:20, Jürgen Spitzmüller wrote: Am Dienstag, dem 02.04.2024 um 06:17 + schrieb Juergen Spitzmueller: commit 98080ca0d548b754433a99f9f097054134117184 Author: Juergen Spitzmueller Date:   Tue Apr 2 08:15:53 2024 +0200     Fix label escaping in InsetMathRef (#12980)    

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-02 Thread Richard Kimberly Heck
On 4/2/24 05:22, Pavel Sanda wrote: On Mon, Apr 01, 2024 at 09:28:51PM +, Richard Kimberly Heck wrote: commit b0c4681cd8f4dedb975aac80dcb717c40aa8 Author: Richard Kimberly Heck Date: Mon Apr 1 17:26:01 2024 -0400 Clarify quote-insert LFUN. And add remark about

Re: [LyX/master] Smarter menu length calculation

2024-04-02 Thread Scott Kostyshak
On Tue, Apr 02, 2024 at 05:05:51PM GMT, Jürgen Spitzmüller wrote: > Am Dienstag, dem 02.04.2024 um 11:00 -0400 schrieb Scott Kostyshak: > > I don't understand the patch, so I am guessing my comment is not > > correct, but in the 1% chance: when you removed the FIXME comment I > > expected the "50"

Re: [LyX/master] Smarter menu length calculation

2024-04-02 Thread Scott Kostyshak
On Tue, Apr 02, 2024 at 12:43:00PM GMT, Juergen Spitzmueller wrote: > commit f3a4602c4c1eca9bc79e7ba0b58395b79eafe9db > Author: Juergen Spitzmueller > Date: Tue Apr 2 14:41:54 2024 +0200 > > Smarter menu length calculation > > It is possible I have missed some shortcut conflicts,

Re: [LyX/master] Smarter menu length calculation

2024-04-02 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.04.2024 um 11:00 -0400 schrieb Scott Kostyshak: > I don't understand the patch, so I am guessing my comment is not > correct, but in the 1% chance: when you removed the FIXME comment I > expected the "50" to no longer be hardcoded. The FIXME was not on the "50" but on the

Re: Is hiding stuff behind the "more" sub-context menu intentional?

2024-04-02 Thread Richard Kimberly Heck
On 4/2/24 08:43, Jürgen Spitzmüller wrote: Am Mittwoch, dem 01.11.2023 um 12:50 +0100 schrieb Jürgen Spitzmüller: Attached is a patch that does this, considering not only hidden entries but also the dynamic entries that are only expanded in expand() (such as spelling suggestions). As far as I

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-02 Thread Kornel Benko
Am Mon, 01 Apr 2024 20:24:10 +0100 schrieb José Matos : > On Mon, 2024-04-01 at 20:44 +0200, Kornel Benko wrote: > > Attached the the errors for src/frontends/qt/GuiRef.cpp and > > src/frontends/qt/GuiWorkArea.cpp. > > > > This is on a debian computer used by my wife, so I am somewhat > >

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-02 Thread Pavel Sanda
On Tue, Apr 02, 2024 at 12:46:13PM -0400, Richard Kimberly Heck wrote: > On 4/2/24 05:22, Pavel Sanda wrote: > >On Mon, Apr 01, 2024 at 09:28:51PM +, Richard Kimberly Heck wrote: > >>commit b0c4681cd8f4dedb975aac80dcb717c40aa8 > >>Author: Richard Kimberly Heck > >>Date: Mon Apr 1

Re: Subtract value for word/character count

2024-04-02 Thread Richard Kimberly Heck
On 3/28/24 12:17, Pavel Sanda wrote: On Tue, Mar 26, 2024 at 02:26:59PM -0400, Richard Kimberly Heck wrote: On 3/25/24 17:46, Pavel Sanda wrote: On Mon, Mar 25, 2024 at 06:35:16PM +0100, Jean-Marc Lasgouttes wrote: Actually, I am not sure how it helps. Knowing that you need to remove 140

Re: Compiling With Qt5

2024-04-02 Thread Richard Kimberly Heck
On 4/2/24 21:19, Scott Kostyshak wrote: On Tue, Apr 02, 2024 at 08:41:50PM GMT, Richard Kimberly Heck wrote: I'm now getting: CMake Error at CMakeLists.txt:826 (find_package):   Could not find a package configuration file provided by "Qt6Svg" with any   of the following names:    

Article about LyX

2024-04-02 Thread Richard Kimberly Heck
https://www.baeldung.com/cs/lyx-tutorial Ran into it today... -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Compiling With Qt5

2024-04-02 Thread Richard Kimberly Heck
I'm now getting: CMake Error at CMakeLists.txt:826 (find_package):   Could not find a package configuration file provided by "Qt6Svg" with any   of the following names:     Qt6SvgConfig.cmake     qt6svg-config.cmake   Add the installation prefix of "Qt6Svg" to CMAKE_PREFIX_PATH or set  

Re: Compiling With Qt5

2024-04-02 Thread Scott Kostyshak
On Tue, Apr 02, 2024 at 08:41:50PM GMT, Richard Kimberly Heck wrote: > I'm now getting: > > CMake Error at CMakeLists.txt:826 (find_package): >   Could not find a package configuration file provided by "Qt6Svg" with any >   of the following names: > >     Qt6SvgConfig.cmake >