Re: LyX 2.4.0-alpha1

2021-01-30 Thread Liviu Andronic
Hi all, On 12/29/20, Richard Kimberly Heck wrote: > I've built tarballs for LyX 2.4.0-alpha1 and placed them here: > > http://ftp.lyx.org/ftp/pub/lyx/devel/lyx-2.4/ > I've tried building Alpha 1 on Bionic but compilation ends up with this error: g++ -fPIC -O2 -std=c++17 -std=c++17 -g -O2 -fde

Re: Patches for Python scripts

2021-01-30 Thread Thibaut Cuvelier
On Sat, 30 Jan 2021 at 12:26, Enrico Forestieri wrote: > On Sat, Jan 30, 2021 at 05:31:05AM +0100, Thibaut Cuvelier wrote: > > On Sat, 30 Jan 2021 at 02:31, Enrico Forestieri wrote: > > > > > > So, it seems that you have to check also for the 32-bit version. > > > > > Indeed. Would the attached

Re: DocBook to ePub

2021-01-30 Thread Pavel Sanda
On Fri, Jan 29, 2021 at 06:38:30PM +0100, Thibaut Cuvelier wrote: > As promised, I started working on ePub output, building upon the new > DocBook output. Generally looks fine, thanks for the effort! > Here is a script that performs the complete process of taking a DocBook > file and generating t

Re: Patches for Python scripts

2021-01-30 Thread Enrico Forestieri
On Sat, Jan 30, 2021 at 05:31:05AM +0100, Thibaut Cuvelier wrote: > On Sat, 30 Jan 2021 at 02:31, Enrico Forestieri wrote: > > > > So, it seems that you have to check also for the 32-bit version. > > > Indeed. Would the attached patch solve the problem? I first look for a > 64-bit version before a

Re: [LyX/master] Copy/paste error in BranchList::setColors

2021-01-30 Thread Jürgen Spitzmüller
Am Freitag, dem 29.01.2021 um 19:19 +0100 schrieb Jean-Marc Lasgouttes: > commit 536c831b6ad726e848a60d738b57ec8b0501 > Author: Jean-Marc Lasgouttes > Date:   Fri Jan 29 18:51:19 2021 +0100 > >     Copy/paste error in BranchList::setColors >     >     Spotted by coverity. Looks good. Jürge

Re: [LyX/master] No need to set background color of a newly created branch.

2021-01-30 Thread Jürgen Spitzmüller
Am Freitag, dem 29.01.2021 um 18:28 +0100 schrieb Jean-Marc Lasgouttes: > commit 5145694cd067e221a661e0d6c7dce4ed5ca22e37 > Author: Jean-Marc Lasgouttes > Date:   Fri Jan 29 18:29:55 2021 +0100 > >     No need to set background color of a newly created branch. >     >     Fixes a null pointer de