Re: [LyX/master] * LanguageUi.ui - change layout.

2023-05-12 Thread Pavel Sanda
On Fri, May 12, 2023 at 06:07:53PM +0200, Jürgen Spitzmüller wrote: > Am Freitag, dem 12.05.2023 um 12:23 +0200 schrieb Pavel Sanda: > > I am open to try it. It's just the designer which frustrated me to > > the extent > > that I abandoned further experiments and approached it with vim :) > > I c

Re: [LyX/master] * LanguageUi.ui - change layout.

2023-05-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.05.2023 um 12:23 +0200 schrieb Pavel Sanda: > I am open to try it. It's just the designer which frustrated me to > the extent > that I abandoned further experiments and approached it with vim :) I can try if I have more luck, if you wish. -- Jürgen -- lyx-devel mailing list

Re: qt.svg incorrectly encoded content

2023-05-12 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.05.2023 um 18:44 +0200 schrieb Pavel Sanda: > Most likely because you haven't classic icon set as a default? P Right. Meanwhile fixed. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] * LanguageUi.ui - change layout.

2023-05-12 Thread Pavel Sanda
On Thu, May 11, 2023 at 06:19:38PM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 09.05.2023 um 19:37 +0200 schrieb Pavel Sanda: > > This pane is responsible for horizontal excess size (at least in CZ > >     translation) of document settings panel. The reason is second > > encoding combo > >

Re: [LyX/master] Do not return copies of string members

2023-05-12 Thread Enrico Forestieri
On Fri, May 12, 2023 at 09:22:03AM +0200, Jean-Marc Lasgouttes wrote: Le 11/05/2023 à 23:04, Enrico Forestieri a écrit : Anyway, I don't think the autoconf test is broken because: From what I read here: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html this define is merely

Re: [LyX/master] Do not return copies of string members

2023-05-12 Thread Jean-Marc Lasgouttes
Le 11/05/2023 à 23:04, Enrico Forestieri a écrit : Anyway, I don't think the autoconf test is broken because: From what I read here: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html this define is merely a default. It looks like one can choose to change it, as long as all th

Re: [LyX/master] Do not return copies of string members

2023-05-12 Thread Jean-Marc Lasgouttes
Le 11/05/2023 à 19:59, Enrico Forestieri a écrit : Is this somthing special about cygwin or is our autoconf test broken? The former, I think. This is what I get when comparing cygwin and native windows configuration: $ diff -up build-cygwin/config.h build-win32/config.h | grep -B1 STD_STRING