Re: Line breaking on beta2

2023-02-12 Thread Scott Kostyshak
On Mon, Feb 13, 2023 at 09:56:47AM +1300, Andrew Parsloe wrote: > On 13/02/2023 5:39 am, Daniel wrote: > > On 2023-02-12 14:16, Jean-Marc Lasgouttes wrote: > > > Le 12/02/2023 à 10:36, Daniel a écrit : > > > > Oddly enough I cannot. It happened while I was working on a > > > > text. (And I checked

Re: QRegExp is deprecated in qt6

2023-02-12 Thread Scott Kostyshak
On Sun, Feb 12, 2023 at 09:35:19PM +0100, Jean-Marc Lasgouttes wrote: > Le 12/02/2023 à 21:08, Scott Kostyshak a écrit : > > > Master branch > > > > I see. Indeed it seems there's still instances of it. I wonder if in > > earlier Qt 6 versions it was a warning so that is why it used to work? > >

Re: QRegExp is deprecated in qt6

2023-02-12 Thread Jean-Marc Lasgouttes
Le 12/02/2023 à 21:08, Scott Kostyshak a écrit : Master branch I see. Indeed it seems there's still instances of it. I wonder if in earlier Qt 6 versions it was a warning so that is why it used to work? Is there a reason why we could not get rid of QRegExp now that Qt4 is gone? JMarc -- lyx

Re: QRegExp is deprecated in qt6

2023-02-12 Thread Scott Kostyshak
On Sun, Feb 12, 2023 at 08:54:48PM +0100, Lorenzo Bertini wrote: > Il 12/02/23 20:53, Scott Kostyshak ha scritto: > > On Sun, Feb 12, 2023 at 08:46:31PM +0100, Lorenzo Bertini wrote: > > > Dear list, > > > > > > trying to compile with --enable-qt6 gives the following error: > > > > > > > qstring_

Re: QRegExp is deprecated in qt6

2023-02-12 Thread Lorenzo Bertini
Il 12/02/23 20:53, Scott Kostyshak ha scritto: On Sun, Feb 12, 2023 at 08:46:31PM +0100, Lorenzo Bertini wrote: Dear list, trying to compile with --enable-qt6 gives the following error: qstring_helpers.cpp:21:10: fatal error: QRegExp: File o directory non esistente 21 | #include |

Re: QRegExp is deprecated in qt6

2023-02-12 Thread Scott Kostyshak
On Sun, Feb 12, 2023 at 08:46:31PM +0100, Lorenzo Bertini wrote: > Dear list, > > trying to compile with --enable-qt6 gives the following error: > > > qstring_helpers.cpp:21:10: fatal error: QRegExp: File o directory non > > esistente > >21 | #include > > | ^ > > In

QRegExp is deprecated in qt6

2023-02-12 Thread Lorenzo Bertini
Dear list, trying to compile with --enable-qt6 gives the following error: qstring_helpers.cpp:21:10: fatal error: QRegExp: File o directory non esistente 21 | #include | ^ In the page https://doc.qt.io/qt-6/qregexp.html it says: This class is deprecated in Qt 6. P

Re: Line breaking on beta2

2023-02-12 Thread Jean-Marc Lasgouttes
Le 12/02/2023 à 17:39, Daniel a écrit : Done at https://www.lyx.org/trac/ticket/12660. Thanks ! JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Line breaking on beta2

2023-02-12 Thread Daniel
On 2023-02-12 14:16, Jean-Marc Lasgouttes wrote: Le 12/02/2023 à 10:36, Daniel a écrit : Oddly enough I cannot. It happened while I was working on a text. (And I checked a couple of times that there was no extra space inserted.) But I seem unable to reproduce it as well. Unfortunately, I don't

Re: [LyX/master] Add Armenian example file, originally by Günter Milde, extended by me (#10580)

2023-02-12 Thread Jürgen Spitzmüller
Am Sonntag, dem 12.02.2023 um 15:22 +0100 schrieb Kornel Benko: > Thanks. Instead I have 'DejaVu Serif [PfEd]' and > also 'DejaVu Serif [bitsream]'. I would expect one of them selected. No, it does not select fonts with differing names (this could easily go wrong). Instead, it displays the font a

Re: [LyX/master] Add Armenian example file, originally by Günter Milde, extended by me (#10580)

2023-02-12 Thread Scott Kostyshak
On Sun, Feb 12, 2023 at 02:35:25PM +0100, Jürgen Spitzmüller wrote: > Am Sonntag, dem 12.02.2023 um 10:30 +0100 schrieb Kornel Benko: > > Same here. > > And also this output: > > frontends/qt/CategorizedCombo.cpp (467): Trying to select non > > existent layout type DejaVu > > Serif > > frontends/qt

Re: [LyX/master] Add Armenian example file, originally by Günter Milde, extended by me (#10580)

2023-02-12 Thread Kornel Benko
Am Sun, 12 Feb 2023 14:35:25 +0100 schrieb "Jürgen Spitzmüller" : > Am Sonntag, dem 12.02.2023 um 10:30 +0100 schrieb Kornel Benko: > > Same here. > > And also this output: > > frontends/qt/CategorizedCombo.cpp (467): Trying to select non > > existent layout type DejaVu > > Serif > > frontends/qt/

Re: [LyX/master] Add Armenian example file, originally by Günter Milde, extended by me (#10580)

2023-02-12 Thread Jürgen Spitzmüller
Am Sonntag, dem 12.02.2023 um 10:30 +0100 schrieb Kornel Benko: > Same here. > And also this output: > frontends/qt/CategorizedCombo.cpp (467): Trying to select non > existent layout type DejaVu > Serif > frontends/qt/CategorizedCombo.cpp (467): Trying to select non > existent layout type DejaVu >

Re: Line breaking on beta2

2023-02-12 Thread Jean-Marc Lasgouttes
Le 12/02/2023 à 10:36, Daniel a écrit : Oddly enough I cannot. It happened while I was working on a text. (And I checked a couple of times that there was no extra space inserted.) But I seem unable to reproduce it as well. Unfortunately, I don't know what kind of context is needed for it to hap

Re: Line breaking on beta2

2023-02-12 Thread Daniel
On 2023-02-11 18:04, Scott Kostyshak wrote: On Sat, Feb 11, 2023 at 03:35:03PM +0100, Daniel wrote: I cannot test current master for the next week, but just noticed that line breaking happens within words when there are different formats applied to parts of the word, say "*un*breakable" will bre

Re: [LyX/master] Add Armenian example file, originally by Günter Milde, extended by me (#10580)

2023-02-12 Thread Kornel Benko
Am Sat, 11 Feb 2023 22:29:12 -0500 schrieb Scott Kostyshak : > On Fri, Feb 10, 2023 at 12:51:15PM +0100, Juergen Spitzmueller wrote: > > commit 3365012fe076813084df567126785fed8931852b > > Author: Juergen Spitzmueller > > Date: Fri Feb 10 13:50:54 2023 +0100 > > > > Add Armenian example fi