Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-12 Thread Scott Kostyshak
On Sun, Mar 12, 2023 at 03:10:18PM +0100, Jean-Marc Lasgouttes wrote: > Le 12/03/2023 à 14:49, Scott Kostyshak a écrit : > > On Sun, Mar 12, 2023 at 01:16:10PM +0100, Jean-Marc Lasgouttes wrote: > > > Le 11/03/2023 à 23:14, Jean-Marc Lasgouttes a écrit : > > > > Le 11/03/2023 à 23:01, Scott Kostysh

Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-12 Thread Jean-Marc Lasgouttes
Le 12/03/2023 à 14:49, Scott Kostyshak a écrit : On Sun, Mar 12, 2023 at 01:16:10PM +0100, Jean-Marc Lasgouttes wrote: Le 11/03/2023 à 23:14, Jean-Marc Lasgouttes a écrit : Le 11/03/2023 à 23:01, Scott Kostyshak a écrit : I see, so my system is not recommended but it seems this issue should be

Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-12 Thread Scott Kostyshak
On Sun, Mar 12, 2023 at 01:16:10PM +0100, Jean-Marc Lasgouttes wrote: > Le 11/03/2023 à 23:14, Jean-Marc Lasgouttes a écrit : > > Le 11/03/2023 à 23:01, Scott Kostyshak a écrit : > > > I see, so my system is not recommended but it seems this issue > > > should be fixed for someone with Qt 5.6. > >

Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-12 Thread Jean-Marc Lasgouttes
Le 11/03/2023 à 23:14, Jean-Marc Lasgouttes a écrit : Le 11/03/2023 à 23:01, Scott Kostyshak a écrit : I see, so my system is not recommended but it seems this issue should be fixed for someone with Qt 5.6. I'll do that ASAP. Is it better now? JMarc -- lyx-devel mailing list lyx-devel@list

Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-11 Thread Jean-Marc Lasgouttes
Le 11/03/2023 à 23:01, Scott Kostyshak a écrit : I see, so my system is not recommended but it seems this issue should be fixed for someone with Qt 5.6. I'll do that ASAP. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-11 Thread Scott Kostyshak
On Sat, Mar 11, 2023 at 04:39:26PM +0100, Jürgen Spitzmüller wrote: > Am Samstag, dem 11.03.2023 um 10:27 -0500 schrieb Scott Kostyshak: > > This compiles on my new system, but fails on an old system, with both > > CMake and Autotools. > > > > CategorizedCombo.cpp: In member function ‘void > > lyx

Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-11 Thread Jürgen Spitzmüller
Am Samstag, dem 11.03.2023 um 10:27 -0500 schrieb Scott Kostyshak: > This compiles on my new system, but fails on an old system, with both > CMake and Autotools. > > CategorizedCombo.cpp: In member function ‘void > lyx::frontend::CategorizedCombo::Private::setFilter(const QString&)’: > Categorized

Re: [LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-11 Thread Scott Kostyshak
On Fri, Mar 03, 2023 at 10:16:30AM +0100, Jean-Marc Lasgouttes wrote: > commit 309f8f4b40018a5bbd1d873aa9cac89261b96840 > Author: Jean-Marc Lasgouttes > Date: Fri Mar 3 11:17:58 2023 +0100 > > Remove two remaining snippets from the QRegExp era. > --- > src/frontends/qt/CategorizedCombo.cpp