Re: ctest ca/Intro_docbook5 now failing

2023-09-18 Thread Scott Kostyshak
On Mon, Sep 18, 2023 at 02:43:38AM +0200, Thibaut Cuvelier wrote: > On Thu, 14 Sept 2023 at 02:35, Scott Kostyshak wrote: > > > On Wed, Sep 06, 2023 at 11:52:49PM -0400, Scott Kostyshak wrote: > > > Recently (I think due to the ca/Intro changes) the following test > > started to fail: > > > > > >

Re: Request re icons in 2.4.0 (redux)

2023-09-18 Thread Pavel Sanda
On Thu, Sep 14, 2023 at 08:50:50AM -0500, Christopher Menzel wrote: > I am wondering about a relatively minor interface issue that seems to affect > the Linux version of 2.4.0~beta5 but not the MacOS version, as illustrated in > the attached graphics, when the "Extra" icon set is placed verticall

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread José Matos
On Mon, 2023-09-18 at 13:28 +0200, Pavel Sanda wrote: > Actually maybe the python default in lyx's windows release is now v3 > so we don't need to do anything... My thinking as well. :-) -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-de

Re: [LyX/master] Get rid of unnecessary flickering when clicking in outliner

2023-09-18 Thread Jean-Marc Lasgouttes
Le 18/09/2023 à 11:35, Jürgen Spitzmüller a écrit : Am Montag, dem 18.09.2023 um 10:57 +0200 schrieb Jean-Marc Lasgouttes: QTreeView::expandRecursively has been introduces in QT 5.13. Hm. Would have expected the Qt (5.15) docs to mention that :-( Qt6 docs do not mention it, but Qt 5.15LTS do

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread Pavel Sanda
On Mon, Sep 18, 2023 at 01:25:34PM +0200, Pavel Sanda wrote: > On Mon, Sep 18, 2023 at 12:06:52PM +0100, José Matos wrote: > > On Mon, 2023-09-18 at 10:39 +0200, Pavel Sanda wrote: > > > Jose, does it mean that you propose patching Python source? Can't we > > > fix this ourselves? > > > Pavel > >

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread Pavel Sanda
On Mon, Sep 18, 2023 at 12:06:52PM +0100, José Matos wrote: > On Mon, 2023-09-18 at 10:39 +0200, Pavel Sanda wrote: > > Jose, does it mean that you propose patching Python source? Can't we > > fix this ourselves? > > Pavel > > This issue is discussed here. And now I understand why the need for > r

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread José Matos
On Mon, 2023-09-18 at 10:39 +0200, Pavel Sanda wrote: > Jose, does it mean that you propose patching Python source? Can't we > fix this ourselves? > Pavel This issue is discussed here. And now I understand why the need for reload: https://stackoverflow.com/questions/3828723/why-should-we-not-use-s

Re: [LyX/master] Get rid of unnecessary flickering when clicking in outliner

2023-09-18 Thread Jürgen Spitzmüller
Am Montag, dem 18.09.2023 um 10:57 +0200 schrieb Jean-Marc Lasgouttes: > QTreeView::expandRecursively has been introduces in QT 5.13. Hm. Would have expected the Qt (5.15) docs to mention that :-( But it's not needed anyway AFAICS, so I remove it. -- Jürgen -- lyx-devel mailing list lyx-devel@

Re: [LyX/master] Get rid of unnecessary flickering when clicking in outliner

2023-09-18 Thread Jean-Marc Lasgouttes
Le 17/09/2023 à 18:01, Juergen Spitzmueller a écrit : commit ac275a66b5d34e211ba6e63ea9a2d02efce7eb72 Author: Juergen Spitzmueller Date: Sun Sep 17 19:17:12 2023 +0200 Get rid of unnecessary flickering when clicking in outliner No need to collapse and re-expand the node where

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread Pavel Sanda
On Sun, Sep 17, 2023 at 04:55:32PM +0100, José Matos wrote: > On Sun, 2023-09-17 at 11:48 +0800, Dai Longzhi ? wrote: > > How to fix: > > I found a way in Zhihu.com. It add this: > > import sys > > reload(sys) > > sys.setdefaultencoding("utf-8") > > in "C:\Program Files\LyX 2.3\Python\Lib\