Re: Packages buildbot is erratic, both master and 23.05 packages fail often

2023-06-01 Thread Thibaut
Hi, > Le 1 juin 2023 à 18:11, Hannu Nyman a écrit : > > Looks like the new buildbot code and new instances (also for 23.05) are not > yet quite stable... > > Packages of some popular architectures like aarch64_cortex-a53 for mt7622 and > ipq807x have not been built for a week in master. «

Re: [PATCH] Revert "feeds: use git-src-full to allow Git versioning"

2023-05-27 Thread Thibaut
This targets openwrt-23.05 and is missing a [23.05] prefix, apologies. > Le 27 mai 2023 à 10:31, Thibaut VARÈNE a écrit : > > From: Petr Štetiar > > This partially reverts commit 7fae1e5677e9bb4979c8d4ac99be4de6955b13d0 > as it should be no longer necessary to do a full

[PATCH] Revert "feeds: use git-src-full to allow Git versioning"

2023-05-27 Thread Thibaut VARÈNE
From: Petr Štetiar This partially reverts commit 7fae1e5677e9bb4979c8d4ac99be4de6955b13d0 as it should be no longer necessary to do a full clone since commit 48ed07bc0b94 ("treewide: replace AUTORELEASE with real PKG_RELEASE"). Suggested-by: Thibaut VARÈNE Signed-off-by: Petr Štetia

[PATCH] ath79: mikrotik: bump compat version for yafut images

2023-05-05 Thread Thibaut VARÈNE
rsion='1.1' uci commit [1] https://github.com/openwrt/openwrt/pull/12225#issuecomment-1517529262 Cc: Michał Kępień Signed-off-by: Thibaut VARÈNE --- target/linux/ath79/image/common-mikrotik.mk | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ath79/image/common-mikrotik.mk

Re: [PATCH 9/9] kernel/x86: remove DRM support

2023-04-29 Thread Thibaut
> Le 29 avr. 2023 à 05:45, Elliott Mitchell a écrit : > > On Thu, Apr 27, 2023 at 11:21:28AM +0200, Thibaut wrote: >> >>> Le 27 avr. 2023 à 02:11, Elliott Mitchell a écrit : >>> […] >> You seem to assume that x86 is only/mainly run on VMs. >>

Re: [PATCH 6/9] kernel/x86: enable x32 support for amd64

2023-04-27 Thread Thibaut
> Le 27 avr. 2023 à 02:00, Elliott Mitchell a écrit : > > On Thu, Apr 27, 2023 at 12:46:49AM +0200, Stefan Lippers-Hollmann wrote: > >> While I might understand (understand, not support) a desire for this >> as a dedicated subtarget (to appease the virtualization crowd), >> although I still

Re: [PATCH 9/9] kernel/x86: remove DRM support

2023-04-27 Thread Thibaut
> Le 27 avr. 2023 à 02:11, Elliott Mitchell a écrit : > > On Thu, Apr 27, 2023 at 12:50:52AM +0200, Stefan Lippers-Hollmann wrote: >> On 2023-04-19, Elliott Mitchell wrote: >>> Direct Rendering Manager is mainly for running X (possibly Wayland >>> too). As OpenWRT is meant for networking

Re: [docbook] The semantics of mediaobject

2023-04-05 Thread Thibaut Cuvelier
On Wed, 5 Apr 2023 at 22:32, Peter Flynn wrote: > On 05/04/2023 17:27, Norm Tovey-Walsh wrote: > > The description of mediaobject states: > > > >This element contains a set of alternative “media objects.” Exactly > >one object will be selected and rendered. … Under no circumstances > >

[Sursound] I3DA 2023 - Deadline extension

2023-04-04 Thread thibaut carpentier
Dear colleagues, The abstract submission deadline for I3DA conference (Immersive and 3D Audio: from Architecture to Automotive) is extended until April 15th. More information here : https://www.i3da2023.org <https://www.i3da2023.org/> Best wishes, Thibaut Carpentier and Jean-Marc Jot

Re: Include Python3 in the Windows installer

2023-03-11 Thread Thibaut Cuvelier
On Sun, 12 Mar 2023 at 03:25, Richard Kimberly Heck wrote: > On 3/11/23 20:18, Thibaut Cuvelier wrote: > > On Sun, 12 Mar 2023 at 01:44, Richard Kimberly Heck > wrote: > >> On 3/11/23 03:22, Yu Jin wrote: >> > So what would you say? Is pywin32 needed or do I

Re: Include Python3 in the Windows installer

2023-03-11 Thread Thibaut Cuvelier
On Sun, 12 Mar 2023 at 01:44, Richard Kimberly Heck wrote: > On 3/11/23 03:22, Yu Jin wrote: > > 2. The python package gets significantly larger (50MB vs 18MB unzipped) > and also the LyX installer itself when finished (65MB vs. 55MB). > > Not a big deal either. > LyX will still be far from

Re: AUCTeX does not ask for width for \includegraphics macro anymore

2023-03-03 Thread Thibaut Verron
class for example. Did you try forcing AUCTeX to refresh its scanned data with C-c C-n? I occasionally need to do that to get AUCTeX to prompt me for the frametitle of beamer frames, it could be a similar problem here. Best wishes, Thibaut

Re: Buildbot worker balancing between master and 22.03 ?

2023-02-04 Thread Thibaut
Hi, There is ongoing work to address these points for phase1 at least, see https://gitlab.com/openwrt/buildbot/-/commits/phase1-monomaster Furthermore with the level of CI that is now being applied, a case could be made that we do not need to continuously build master as is currently done.

Re: 22.03.3 for mvebu (Turris Omnia)

2023-02-04 Thread Thibaut
> Le 4 févr. 2023 à 09:57, Mark Thurston a écrit : > >>> MVEBU devices are not supported in kernel 5.10 based OpenWrt22.03.3 due to >>> a bug. >>> The fix is already in 5.15, but seems to intrusive to backport. >>> Current snapshot builds are on kernel 5.15 already and the issue does not >>>

[LyX/master] InsetMathHull: add a missing const (plus strange indentation fixed).

2023-01-21 Thread Thibaut Cuvelier
commit fca8e542890c841ac95209c7714c591308372491 Author: Thibaut Cuvelier Date: Sun Jan 22 02:45:25 2023 +0100 InsetMathHull: add a missing const (plus strange indentation fixed). --- src/mathed/InsetMathHull.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[LyX/master] InsetMathHull: replace 0 by nullptr.

2023-01-21 Thread Thibaut Cuvelier
commit e7d57338b955a60b26cc60e9674d4b5937f37169 Author: Thibaut Cuvelier Date: Sun Jan 22 01:25:03 2023 +0100 InsetMathHull: replace 0 by nullptr. --- src/mathed/InsetMathHull.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mathed

[LyX/master] MathML: make InsetMathHull::mathmlize easier to read while doing less work

2023-01-21 Thread Thibaut Cuvelier
commit d066a66a51b423ece3588198b6d29a9a67ac49b5 Author: Thibaut Cuvelier Date: Sun Jan 22 01:49:03 2023 +0100 MathML: make InsetMathHull::mathmlize easier to read while doing less work If `havetable == true`, a lot of the code didn't make any sense: in particular

Re: [PATCH v4 7/7] ipq806x: Initial TP-Link and ASUS OnHub support

2023-01-21 Thread Thibaut
Hi, > Le 21 janv. 2023 à 02:23, Christian Marangi a écrit : > > Yes CI test will catch that and will just fail. Now I think I have to > ask someone to reboot buildbot again for the new subtarget... Or it will be > picked automatically? It needs a restart.

[LyX/master] MathML: remove useless code

2023-01-19 Thread Thibaut Cuvelier
commit 5f7c26fbe52e2a55039996ad267e553dabbe9aa9 Author: Thibaut Cuvelier Date: Fri Jan 20 02:19:33 2023 +0100 MathML: remove useless code Contributed by lynx: https://www.lyx.org/trac/ticket/12629 --- src/mathed/InsetMathChar.cpp |2 -- 1 files changed, 0 insertions(+), 2

[LyX/master] MathML: use standard {M/E}Tag{, Inline} instead of bespoke constructs

2023-01-19 Thread Thibaut Cuvelier
commit bf0da33c9a0af098fd9c4f1bd96bc8cb964ab878 Author: Thibaut Cuvelier Date: Fri Jan 20 02:21:27 2023 +0100 MathML: use standard {M/E}Tag{,Inline} instead of bespoke constructs Also, replace lspace='thinmathspace' by constructs that are not deprecated. Contributed

[LyX/master] MathML: replace HTML entities with XML ones in more places

2023-01-19 Thread Thibaut Cuvelier
commit 66fab7038831874ab2466e60d094287e4fb8901a Author: Thibaut Cuvelier Date: Fri Jan 20 02:25:08 2023 +0100 MathML: replace HTML entities with XML ones in more places This part should have been committed with bc73a857 in the first place. --- src/mathed/InsetMathExInt.cpp |4

[LyX/master] MathML: improve formatting of formula in XHTML hull

2023-01-19 Thread Thibaut Cuvelier
commit f9fd652aae3634f6eb3739b372811d1e7d6558f8 Author: Thibaut Cuvelier Date: Fri Jan 20 02:42:07 2023 +0100 MathML: improve formatting of formula in XHTML hull Contributed by lynx: https://www.lyx.org/trac/ticket/12629 --- src/mathed/InsetMathHull.cpp | 20

[LyX/master] MathML: remove extraneous in fractions

2023-01-19 Thread Thibaut Cuvelier
commit 0c227d3dfa48500d4889f8a39f627a7db8ad5666 Author: Thibaut Cuvelier Date: Fri Jan 20 02:30:35 2023 +0100 MathML: remove extraneous in fractions Contributed by lynx: https://www.lyx.org/trac/ticket/12629 --- src/mathed/InsetMathFrac.cpp |4 ++-- 1 files changed, 2

[LyX/master] MathML in HTML: in case of conversion failure, add a comment

2023-01-19 Thread Thibaut Cuvelier
commit 598c6a0a879f604703f7fd9ce5d6a3fd03c983ef Author: Thibaut Cuvelier Date: Fri Jan 20 02:45:20 2023 +0100 MathML in HTML: in case of conversion failure, add a comment --- src/mathed/InsetMathHull.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src

Special Session on Tools, Technologies, and Formats at I3DA 2023 (Bologna, September 5-7)

2023-01-18 Thread thibaut carpentier
xed on Scopus and Web of Science. If you have any questions do not hesitate to contact us. We look forward to seeing you in Bologna. Kind regards, Thibaut Carpentier and Jean-Marc Jot

[Sursound] Special Session on Tools, Technologies, and Formats at I3DA 2023

2023-01-18 Thread thibaut carpentier
xed on Scopus and Web of Science. If you have any questions do not hesitate to contact us. We look forward to seeing you in Bologna. Kind regards, Thibaut Carpentier and Jean-Marc Jot -- next part -- An HTML attachment was scrubbed... URL: <https://mail.music.vt.edu

Re: Using lyxhtml_validity.py

2023-01-14 Thread Thibaut Cuvelier
On Fri, 13 Jan 2023 at 17:29, Scott Kostyshak wrote: > On Wed, Jan 11, 2023 at 06:55:11AM +0100, Kornel Benko wrote: > > Am Wed, 11 Jan 2023 01:12:40 +0100 > > schrieb Thibaut Cuvelier : > > > > > > Still > > > > Error: Bad value "con

[LyX/master] LyXHTML: remove meta content-type, it is only for HTML5, not XHTML5 (LyX is generating XML-compatible HTML, i.e. XHTML5).

2023-01-10 Thread Thibaut Cuvelier
commit 861af2b84f8e094a58f84112554e3f21ab78e05f Author: Thibaut Cuvelier Date: Wed Jan 11 01:12:22 2023 +0100 LyXHTML: remove meta content-type, it is only for HTML5, not XHTML5 (LyX is generating XML-compatible HTML, i.e. XHTML5). --- src/Buffer.cpp |4 +--- 1 files changed, 1

Re: Embedded Objects xhtml tests failing due to xmllint

2023-01-10 Thread Thibaut Cuvelier
On Wed, 11 Jan 2023 at 00:15, Thibaut Cuvelier wrote: > On Tue, 10 Jan 2023 at 04:11, Scott Kostyshak wrote: > >> I'll paste the errors at the bottom of this message. Thibaut, is this >> related to recent work? >> > > It's highly likely, I'm having a look! &

[LyX/master] InsetTabular LyXHTML: fix wrong escape.

2023-01-10 Thread Thibaut Cuvelier
commit fb70f89983c8ca3d263ce6e73f058c3fb2f41c8f Author: Thibaut Cuvelier Date: Wed Jan 11 00:26:28 2023 +0100 InsetTabular LyXHTML: fix wrong escape. --- src/insets/InsetTabular.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetTabular.cpp b/src

[LyX/master] KOMA Book: fix HTML validation issues.

2023-01-10 Thread Thibaut Cuvelier
commit 65a9a2ac11be413273b3b0e0c4b8382a52b568a8 Author: Thibaut Cuvelier Date: Wed Jan 11 00:21:23 2023 +0100 KOMA Book: fix HTML validation issues. Some elements had a title, while only one such title is expected per page. --- lib/layouts/scrbook.layout |6 -- 1 files

Re: Embedded Objects xhtml tests failing due to xmllint

2023-01-10 Thread Thibaut Cuvelier
On Tue, 10 Jan 2023 at 04:11, Scott Kostyshak wrote: > I'll paste the errors at the bottom of this message. Thibaut, is this > related to recent work? > It's highly likely, I'm having a look! -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

[LyX/master] Export tests: use a better function name.

2023-01-09 Thread Thibaut Cuvelier
commit 253d532974791d7606401590ad38f9641e26d127 Author: Thibaut Cuvelier Date: Mon Jan 9 04:19:51 2023 +0100 Export tests: use a better function name. --- development/autotests/export.cmake |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/development/autotests

[LyX/master] Simplify simplehtml_validity.py

2023-01-09 Thread Thibaut Cuvelier
commit fa5b08e24d398cb76049f2962ae171485f480133 Author: Thibaut Cuvelier Date: Mon Jan 9 04:16:34 2023 +0100 Simplify simplehtml_validity.py --- development/autotests/simplehtml_validity.py | 19 +++ 1 files changed, 3 insertions(+), 16 deletions(-) diff --git

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-09 Thread Thibaut
> Le 9 janv. 2023 à 04:09, Brian Norris a écrit : > > On Sun, Jan 8, 2023 at 1:37 PM Thibaut wrote: >>> Le 8 janv. 2023 à 21:53, Christian Marangi a écrit : >>> >>> On Sun, Jan 08, 2023 at 09:00:58PM +0100, Petr Štetiar wrote: […] >&g

Re: Using lyxhtml_validity.py

2023-01-08 Thread Thibaut Cuvelier
check_xhtml_validate(${result_file_name}) > > > > Would it be reasonable to commit everything, but keep the validity-check > > commented out? That way it would at least be a bit easier for Thibaut to > > just uncomment the extra check when they want to run it? > > >

Re: Using lyxhtml_validity.py

2023-01-08 Thread Thibaut Cuvelier
> > > Am Sun, 8 Jan 2023 09:37:03 -0500 > > > > schrieb Scott Kostyshak : > > > > > > > > > On Sun, Jan 08, 2023 at 09:30:43AM +0100, Kornel Benko wrote: > > > > > > Am Sun, 8 Jan 2023 00:59:34 +0100 > > > &

[LyX/master] LyXHTML: avoid using v/align HTML attributes in tables, they are deprecated (like most attributes for td).

2023-01-08 Thread Thibaut Cuvelier
commit 9ae793c6070cf31acd2e8f531b184fd6fc4a9279 Author: Thibaut Cuvelier Date: Mon Jan 9 01:50:05 2023 +0100 LyXHTML: avoid using v/align HTML attributes in tables, they are deprecated (like most attributes for td). Also implement alignment at character in CSS. --- src/insets

[LyX/master] LyXHTML: avoid using v/align HTML attributes in tables, they are deprecated (like most attributes for td).

2023-01-08 Thread Thibaut Cuvelier
commit 1f370a33536008c80c8e363a8097a9daef772c65 Author: Thibaut Cuvelier Date: Mon Jan 9 01:50:05 2023 +0100 LyXHTML: avoid using v/align HTML attributes in tables, they are deprecated (like most attributes for td). Also implement alignment at character in CSS. --- src/insets

Re: Using lyxhtml_validity.py

2023-01-08 Thread Thibaut Cuvelier
On Sun, 8 Jan 2023 at 09:31, Kornel Benko wrote: > Am Sun, 8 Jan 2023 00:59:34 +0100 > schrieb Thibaut Cuvelier : > > > On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > > > > > Am Sat, 7 Jan 2023 16:26:03 +0100 > > > schrieb Thibaut Cuvelier : &g

[LyX/master] InsetMathBox: remove debugging code.

2023-01-08 Thread Thibaut Cuvelier
commit 1b09bc965d2013a75ab7dc2b5416a1ce0d883c90 Author: Thibaut Cuvelier Date: Mon Jan 9 01:11:52 2023 +0100 InsetMathBox: remove debugging code. --- src/mathed/InsetMathBox.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mathed/InsetMathBox.cpp b/src

Re: [LyX/master] InsetIndex: make a condition more bullet-proof, a nullptr could be dereferenced.

2023-01-08 Thread Thibaut Cuvelier
On Sun, 8 Jan 2023 at 22:46, Jean-Marc Lasgouttes wrote: > Le 08/01/2023 à 22:39, Richard Kimberly Heck a écrit : > > On 1/8/23 15:21, Thibaut Cuvelier wrote: > >> commit 2d56c01dcfaf04744ab6d854af3965919cc07b82 > >> Author: Thibaut Cuvelier > >> D

[LyX/master] Amend 2d56c01dcfaf04744ab6d854af3965919cc07b82

2023-01-08 Thread Thibaut Cuvelier
commit 24cda9e94a4b7306fe8852f3e94200ba617d2452 Author: Thibaut Cuvelier Date: Sun Jan 8 22:51:01 2023 +0100 Amend 2d56c01dcfaf04744ab6d854af3965919cc07b82 --- src/insets/InsetIndex.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetIndex.cpp b

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-08 Thread Thibaut
> Le 8 janv. 2023 à 21:53, Christian Marangi a écrit : > > On Sun, Jan 08, 2023 at 09:00:58PM +0100, Petr Štetiar wrote: >> Brian Norris [2023-01-06 23:49:44]: >> >> Hi Brian, >> >>> I need to express a per-target dependency on the 'base64' utility, and >>> that's seemingly impossible to do

[LyX/master] InsetIndex: make a condition more bullet-proof, a nullptr could be dereferenced.

2023-01-08 Thread Thibaut Cuvelier
commit 2d56c01dcfaf04744ab6d854af3965919cc07b82 Author: Thibaut Cuvelier Date: Sun Jan 8 22:19:39 2023 +0100 InsetIndex: make a condition more bullet-proof, a nullptr could be dereferenced. Error noticed by Coverity: *** CID 382777: Memory - illegal accesses

[LyX/master] InsetIndex: remove unused code that created Coverity errors.

2023-01-08 Thread Thibaut Cuvelier
commit b42269f065f6b7705f6cc8e26dda638f07ff363a Author: Thibaut Cuvelier Date: Sun Jan 8 22:17:02 2023 +0100 InsetIndex: remove unused code that created Coverity errors. --- src/insets/InsetIndex.cpp | 13 - 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/src

[LyX/master] InsetIndex: add a missing destructor for IndexNode and call it from xhtml() to avoid leaking resources.

2023-01-08 Thread Thibaut Cuvelier
commit 6e4cf808da4ea846d0f5195d0d684daf4912af43 Author: Thibaut Cuvelier Date: Sun Jan 8 22:03:26 2023 +0100 InsetIndex: add a missing destructor for IndexNode and call it from xhtml() to avoid leaking resources. Corresponding Coverity finding: ** CID 382778: Resource

[LyX/master] InsetMathBox: split the boxed text into and other tags, while boxing the whole inset within an .

2023-01-07 Thread Thibaut Cuvelier
commit e70cdfd3a222f12ab25a8c7296b180018bc06381 Author: Thibaut Cuvelier Date: Sun Jan 8 02:27:36 2023 +0100 InsetMathBox: split the boxed text into and other tags, while boxing the whole inset within an . Rationales: - previously, was used, but it's being deprecated

Re: Using lyxhtml_validity.py

2023-01-07 Thread Thibaut Cuvelier
On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > Am Sat, 7 Jan 2023 16:26:03 +0100 > schrieb Thibaut Cuvelier : > > > > After your recent changes, the number of errors decreased :) > > > > > > I got now (for Tufte_Book.xhtml) > > > Error:

[LyX/master] MathML test case: fix a typo.

2023-01-07 Thread Thibaut Cuvelier
commit 4412fdf09aa8afe0a53e9380c2bc5a2815d04b03 Author: Thibaut Cuvelier Date: Sun Jan 8 00:50:18 2023 +0100 MathML test case: fix a typo. It was bugging me when looking at XHTML output: I was wondering if LyX was doing anything weird about ligatures! Hopefully

[LyX/master] MathML: convert InsetMathBox as .

2023-01-07 Thread Thibaut Cuvelier
commit edcaad2419b70ef1bd96bb1b117b9818187679ba Author: Thibaut Cuvelier Date: Sun Jan 8 00:50:06 2023 +0100 MathML: convert InsetMathBox as . The inset represents text (as opposed to maths in formulae). is used to give style to its children, it is not supposed to have any

[LyX/master] InsetMathBox: fix strange indentation (mix of spaces and tabs).

2023-01-07 Thread Thibaut Cuvelier
commit d3c81eb2cbdf1c233042c35fe493cc789cc93647 Author: Thibaut Cuvelier Date: Sun Jan 8 00:51:43 2023 +0100 InsetMathBox: fix strange indentation (mix of spaces and tabs). --- src/mathed/InsetMathBox.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mathed

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-07 Thread Thibaut
> Le 7 janv. 2023 à 22:41, Robert Marko a écrit : > > On Sat, 7 Jan 2023 at 16:26, Thibaut VARÈNE wrote: >> >> >> >>> Le 7 janv. 2023 à 15:06, Christian Marangi a écrit : >>> >>> On Fri, Jan 06, 2023 at 11:49:44PM -0800, Brian Norris

[LyX/master] LyXHTML validation tests: explicitly exit the Python script if it fails

2023-01-07 Thread Thibaut Cuvelier
commit 0f8951e7089013e68e47daa148dccfcca7f692fd Author: Thibaut Cuvelier Date: Sat Jan 7 21:27:50 2023 +0100 LyXHTML validation tests: explicitly exit the Python script if it fails --- .../thorough_export_tests/lyxhtml_validity.py |3 +++ 1 files changed, 3 insertions(+), 0

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-07 Thread Thibaut VARÈNE
> Le 7 janv. 2023 à 15:06, Christian Marangi a écrit : > > On Fri, Jan 06, 2023 at 11:49:44PM -0800, Brian Norris wrote: >> I need to express a per-target dependency on the 'base64' utility, and >> that's seemingly impossible to do for busybox. Pull in coreutils to make >> that easier. >> >>

Re: Using lyxhtml_validity.py

2023-01-07 Thread Thibaut Cuvelier
On Sat, 7 Jan 2023 at 10:41, Kornel Benko wrote: > Am Sat, 7 Jan 2023 03:59:54 +0100 > schrieb Thibaut Cuvelier : > > > On Sat, 31 Dec 2022 at 10:37, Kornel Benko wrote: > > > > > Hi Thibaut, > > > I started to integrate (a modified) version of lyxhtml_val

[LyX/master] LyXHTML: use a lower-case meta for generator, this is the most common convention.

2023-01-07 Thread Thibaut Cuvelier
commit 6a3bd6403277c5a2fd7cc93f88f1ed7e7d492145 Author: Thibaut Cuvelier Date: Sat Jan 7 16:24:57 2023 +0100 LyXHTML: use a lower-case meta for generator, this is the most common convention. --- src/Buffer.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src

[LyX/master] LyXHTML: add a missing space in the content-type annotation.

2023-01-07 Thread Thibaut Cuvelier
commit a5c6215ebde966f2e33b51706fe4356cd52dde40 Author: Thibaut Cuvelier Date: Sat Jan 7 16:23:56 2023 +0100 LyXHTML: add a missing space in the content-type annotation. --- src/Buffer.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Buffer.cpp b/src

[LyX/master] LyXHTML: remove the double specification of charset.

2023-01-06 Thread Thibaut Cuvelier
commit fd2078f3aa55d61e68c1996c31b7ad3f63fea39a Author: Thibaut Cuvelier Date: Sat Jan 7 03:34:58 2023 +0100 LyXHTML: remove the double specification of charset. The choice of content-type is arbitrary. --- src/Buffer.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions

Re: Using lyxhtml_validity.py

2023-01-06 Thread Thibaut Cuvelier
On Sat, 31 Dec 2022 at 10:37, Kornel Benko wrote: > Hi Thibaut, > I started to integrate (a modified) version of lyxhtml_validity.py. > But I am getting errors like in the attached. > Hi Kornel, It may very well be the latest patches I got for XHTML that trigger differen

[LyX/master] LyXHTML: don't explicitly mention that the style is CSS, HTML5 doesn't like it.

2023-01-06 Thread Thibaut Cuvelier
commit fb4a26577e9f1149e78bd500447ce061445bd708 Author: Thibaut Cuvelier Date: Sat Jan 7 03:42:11 2023 +0100 LyXHTML: don't explicitly mention that the style is CSS, HTML5 doesn't like it. --- src/Buffer.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src

[LyX/master] LyXHTML and DocBook: encode language codes as BCP47.

2023-01-06 Thread Thibaut Cuvelier
commit 26e6b1c20940fc766c4eadbd64563f0da1880908 Author: Thibaut Cuvelier Date: Sat Jan 7 03:31:40 2023 +0100 LyXHTML and DocBook: encode language codes as BCP47. --- src/Buffer.cpp | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/Buffer.cpp b

[LyX/master] LyXHTML: add explicit HTMLTag for titles.

2023-01-06 Thread Thibaut Cuvelier
commit 051c5f27284f00c20e95c5732bcfb04632c7cb18 Author: Thibaut Cuvelier Date: Sat Jan 7 03:59:22 2023 +0100 LyXHTML: add explicit HTMLTag for titles. This way, LyX can generate semantic tags instead of a generic . --- lib/layouts/beamer.layout|4 lib/layouts

[LyX/master] LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium.

2023-01-06 Thread Thibaut Cuvelier
commit 4c1f9d1161d91acfdd982ce16f6ed7b0c6defe63 Author: Thibaut Cuvelier Date: Sat Jan 7 03:40:27 2023 +0100 LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium. --- lib/layouts/stdinsets.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions

[LyX/master] LyXHTML: fix the content-type attribute, it must be lower case (enforced for HTML5).

2023-01-06 Thread Thibaut Cuvelier
commit cabb12ba51de713d5162ed2ef956d71b3974acc0 Author: Thibaut Cuvelier Date: Sat Jan 7 03:33:48 2023 +0100 LyXHTML: fix the content-type attribute, it must be lower case (enforced for HTML5). --- src/Buffer.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: DocBook change: use a stack of fonts

2023-01-06 Thread Thibaut Cuvelier
On Sun, 1 Jan 2023 at 13:02, Kornel Benko wrote: > Am Tue, 27 Dec 2022 02:13:15 +0100 > schrieb Thibaut Cuvelier : > > > Dear list, > > > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached > patch. > > Basically, LyX now considers the

[LyX/master] Amend 16a1aa99

2023-01-06 Thread Thibaut Cuvelier
commit 96023697f5efa4d3414bdfeb1dab3200057ba1cb Author: Thibaut Cuvelier Date: Sat Jan 7 03:05:55 2023 +0100 Amend 16a1aa99 With the current settings, a theorem with several paragraphs will have several wrapper tags (i.e. two ``, with one paragraph each, one next to the other

[LyX/master] Make formatting of DocBook changes more similar to surrounding code.

2023-01-06 Thread Thibaut Cuvelier
commit 3cf8ced72ede681a61918d69ffe2c8d8a1dc4e19 Author: Thibaut Cuvelier Date: Sat Jan 7 02:56:40 2023 +0100 Make formatting of DocBook changes more similar to surrounding code. Spaces between if and condition. --- src/Layout.cpp | 48

Re: [PATCH 7/8] ath10k-ct: Support qcom,ath10k-calibration-data-base64

2023-01-06 Thread Thibaut
> Le 6 janv. 2023 à 04:48, Brian Norris a écrit : > > On Thu, Jan 5, 2023 at 7:12 PM Stefan Lippers-Hollmann wrote: >> On 2023-01-06, Christian Marangi wrote: >>> On Thu, Jan 05, 2023 at 02:03:24PM -0800, Brian Norris wrote: On Thu, Jan 5, 2023 at 11:59 AM Brian Norris >> [...] Do I

Re: New Theorems Module

2022-12-31 Thread Thibaut Cuvelier
On Sat, 31 Dec 2022 at 09:35, Udicoudco wrote: > > > In the last patch i sent only one module that support List of Theorems. > In that module the theorems are numbered by type and within sections, > Should I add new ones to support different numbering format? > I don't want to ֲclog the modules

Re: New Theorems Module

2022-12-31 Thread Thibaut Cuvelier
On Sat, 31 Dec 2022 at 03:36, Scott Kostyshak wrote: > On Sat, Dec 31, 2022 at 02:00:34AM +0100, Thibaut Cuvelier wrote: > > I've pushed your patch online: 42c2a25fb8. I had to rebase it manually, I > > hope I didn't make too many mistakes. I'm also attaching the patch to >

[LyX/master] Revert "New Theorems Module. Contributed by Udicoudco on the mailing list. Rebased on top of master."

2022-12-31 Thread Thibaut Cuvelier
commit 017588973f773fcb9b17262902e73c76de3c8152 Author: Thibaut Cuvelier Date: Sat Dec 31 11:28:56 2022 +0100 Revert "New Theorems Module. Contributed by Udicoudco on the mailing list. Rebased on top of master." This reve

[LyX/master] New Theorems Module. Contributed by Udicoudco on the mailing list. Rebased on top of master.

2022-12-30 Thread Thibaut Cuvelier
commit 42c2a25fb873727d87ce753b3a3ac4e913e36fe0 Author: Thibaut Cuvelier Date: Sat Dec 31 01:47:37 2022 +0100 New Theorems Module. Contributed by Udicoudco on the mailing list. Rebased on top of master. I've modified all the non-AMS theorem modules so they would

Re: New Theorems Module

2022-12-30 Thread Thibaut Cuvelier
?), I'm proceeding with integrating your patch :). All the best, Thibaut Cuvelier On Mon, 7 Nov 2022 at 23:29, Paul A. Rubin wrote: > On 10/13/22 02:45, Udicoudco wrote: > > > > On Fri, Sep 23, 2022 at 12:25 AM Paul A. Rubin > wrote: > >> On 9/19/22 22:26, Udicoudc

Re: Master broken due to febd1855eb

2022-12-28 Thread Thibaut Cuvelier
On Wed, 28 Dec 2022 at 04:03, Scott Kostyshak wrote: > On Wed, Dec 28, 2022 at 02:34:50AM +0100, Thibaut Cuvelier wrote: > > On Tue, 27 Dec 2022 at 23:41, Daniel wrote: > > > > > With febd1855eb ("XML: overhaul the tag-comparison operators."), I get > >

[LyX/master] Amend febd1855eb: fix compilability

2022-12-28 Thread Thibaut Cuvelier
commit 7a67302c01c9c8a08def90038cfbea1474c06151 Author: Thibaut Cuvelier Date: Wed Dec 28 12:57:25 2022 +0100 Amend febd1855eb: fix compilability --- src/tests/dummy_functions.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/tests/dummy_functions.cpp b/src

Re: Master broken due to febd1855eb

2022-12-27 Thread Thibaut Cuvelier
On Tue, 27 Dec 2022 at 23:41, Daniel wrote: > With febd1855eb ("XML: overhaul the tag-comparison operators."), I get > > /src/tex2lyx/dummy_impl.cpp:102:16: error: out-of-line >definition of 'operator==' does not match any declaration in >'lyx::xml::StartTag' > bool

[LyX/master] Fix a typo in a comment

2022-12-27 Thread Thibaut Cuvelier
commit 4aeba17895cac6fa2e563f315eb7292eb508271f Author: Thibaut Cuvelier Date: Wed Dec 28 02:32:05 2022 +0100 Fix a typo in a comment --- src/tex2lyx/dummy_impl.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx/dummy_impl.cpp b/src/tex2lyx

[LyX/master] Amend febd1855eb: fix compilability of tex2lyx

2022-12-27 Thread Thibaut Cuvelier
commit 8b5bfa971bc9b3f2e49b48f25a2a2fee03004016 Author: Thibaut Cuvelier Date: Wed Dec 28 02:33:11 2022 +0100 Amend febd1855eb: fix compilability of tex2lyx --- src/tex2lyx/dummy_impl.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/tex2lyx/dummy_impl.cpp

[LyX/master] XML: overhaul the tag-comparison operators.

2022-12-27 Thread Thibaut Cuvelier
commit febd1855eba8cd73f7e37790ead78a66378326ab Author: Thibaut Cuvelier Date: Tue Dec 27 16:52:51 2022 +0100 XML: overhaul the tag-comparison operators. First and foremost, this patch implements the latest best practices in C++ (i.e. comparison operators are not member functions

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Thibaut Cuvelier
On Tue, 27 Dec 2022 at 05:42, Richard Kimberly Heck wrote: > On 12/26/22 21:46, Thibaut Cuvelier wrote: > > On Tue, 27 Dec 2022 at 03:20, Richard Kimberly Heck > wrote: > >> On 12/26/22 20:13, Thibaut Cuvelier wrote: >> > Dear list, >> > >> > T

Re: Fwd: [Review requested] New DocBook layout parameter

2022-12-27 Thread Thibaut Cuvelier
On Tue, 27 Dec 2022 at 05:17, Richard Kimberly Heck wrote: > On 12/26/22 21:27, Thibaut Cuvelier wrote: > > On Tue, 27 Dec 2022 at 03:11, Richard Kimberly Heck > wrote: > >> On 12/26/22 20:01, Thibaut Cuvelier wrote: >> >> Riki, let me know :)! >>

[LyX/master] DocBookGenerateTitle: update all layouts.

2022-12-27 Thread Thibaut Cuvelier
commit 0af5fbcc0e47d1e4ea9a2ec87465c152e4a9d819 Author: Thibaut Cuvelier Date: Fri Dec 23 02:26:52 2022 +0100 DocBookGenerateTitle: update all layouts. lib/citeengines/basic.citeengine |2 +- lib/citeengines/biblatex-natbib.citeengine |2 +- lib

[LyX/master] DocBook: add support for DocBookGenerateTitle.

2022-12-27 Thread Thibaut Cuvelier
commit 16a1aa9901adc1f91671499b39565f9bccc2e644 Author: Thibaut Cuvelier Date: Thu Dec 22 04:38:36 2022 +0100 DocBook: add support for DocBookGenerateTitle. The new parameter allows more flexibility when encoding some elements that have a poor mapping in DocBook, like theorems

[LyX/master] layout2layout: remove unused regex.

2022-12-27 Thread Thibaut Cuvelier
commit 7f5c917c71b97c880d333c6de5ed0af86ff6 Author: Thibaut Cuvelier Date: Tue Dec 27 03:21:29 2022 +0100 layout2layout: remove unused regex. --- lib/scripts/layout2layout.py |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/scripts/layout2layout.py b/lib

Re: DocBook change: use a stack of fonts

2022-12-26 Thread Thibaut Cuvelier
On Tue, 27 Dec 2022 at 03:20, Richard Kimberly Heck wrote: > On 12/26/22 20:13, Thibaut Cuvelier wrote: > > Dear list, > > > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached > > patch. Basically, LyX now considers the order of font tags when >

Re: Fwd: [Review requested] New DocBook layout parameter

2022-12-26 Thread Thibaut Cuvelier
On Tue, 27 Dec 2022 at 03:11, Richard Kimberly Heck wrote: > On 12/26/22 20:01, Thibaut Cuvelier wrote: > > Riki, let me know :)! > > In another email, I said: > > I am planning to do the tarball tomorrow, so I guess the question is > whether these changes can be **co

DocBook change: use a stack of fonts

2022-12-26 Thread Thibaut Cuvelier
.xml" with C:/Strawberry/c/bin/xmllint.exe 266: -- Exporting export/docbook/LFUNs.lyx to docbook5 Here is my small debugging session: C:\Users\Thibaut\Documents>perl -e "use XML::Parser" C:\Users\Thibaut\Documents>perl -e "use XML::Parser::Expat" C:\Users\Thiba

[LyX/master] DocBook: for computing font changes, simplify code by removing state evolution from iteration to iteration. This surely makes the code slightly slower (although the compiler should be sma

2022-12-26 Thread Thibaut Cuvelier
commit ed7072985e6a76a8013ea670728fc40e6359c723 Author: Thibaut Cuvelier Date: Mon Dec 26 02:45:03 2022 +0100 DocBook: for computing font changes, simplify code by removing state evolution from iteration to iteration. This surely makes the code slightly slower (although the compiler

[LyX/master] DocBook: add some TODOs for the future.

2022-12-26 Thread Thibaut Cuvelier
commit 2b03f0a2c1d9becc3261a97fecd3aab8f6e518c6 Author: Thibaut Cuvelier Date: Tue Dec 27 00:02:30 2022 +0100 DocBook: add some TODOs for the future. --- src/output_docbook.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/output_docbook.h b/src

[LyX/master] layout2layout: improve coding style.

2022-12-26 Thread Thibaut Cuvelier
commit 55ccae72d4c93e95caf9c2424eb85e5be5dd7650 Author: Thibaut Cuvelier Date: Mon Dec 26 21:21:52 2022 +0100 layout2layout: improve coding style. Useless parentheses (not helping with readability either) and semicolon. Redo indentation to be consistent throughout the file. Also

Re: XHTML ctests failing

2022-12-26 Thread Thibaut Cuvelier
On Mon, 26 Dec 2022 at 20:56, Kornel Benko wrote: > Am Mon, 26 Dec 2022 19:21:48 +0100 > schrieb Thibaut Cuvelier : > > > On Mon, 26 Dec 2022 at 09:51, Kornel Benko wrote: > > > > > Am Mon, 26 Dec 2022 01:52:50 -0500 > > > schrieb Scott Kostyshak : >

[LyX/master] Add comments about variable usage.

2022-12-26 Thread Thibaut Cuvelier
commit e3eddd4cf9f63b365846ceba162a6f2b7505051b Author: Thibaut Cuvelier Date: Mon Dec 26 02:44:57 2022 +0100 Add comments about variable usage. --- src/Paragraph.cpp | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp

[LyX/master] Fix a typo in a comment.

2022-12-26 Thread Thibaut Cuvelier
commit 8b6ec979ff26f36062f4cad07cce0c11a4583c6b Author: Thibaut Cuvelier Date: Mon Dec 26 02:44:29 2022 +0100 Fix a typo in a comment. --- src/Paragraph.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index e2338ba

[LyX/master] InsetIPAMacro: implement the XHTML conversion, refactor plaintext and DocBook to share more code.

2022-12-26 Thread Thibaut Cuvelier
commit b2fdc04f9638c7def8f74f0af1c3e480431b28a6 Author: Thibaut Cuvelier Date: Mon Dec 26 20:50:48 2022 +0100 InsetIPAMacro: implement the XHTML conversion, refactor plaintext and DocBook to share more code. --- src/insets/InsetIPAMacro.cpp | 37 - 1

[LyX/master] InsetMathExFunc: use XML entities instead of HTML in MathML.

2022-12-26 Thread Thibaut Cuvelier
commit 3839897c0fcaa5b2275d05d901a517610331f304 Author: Thibaut Cuvelier Date: Mon Dec 26 20:38:06 2022 +0100 InsetMathExFunc: use XML entities instead of HTML in MathML. This part should have been committed with bc73a857 in the first place. --- src/mathed/InsetMathExFunc.cpp

[LyX/master] InsetMathSpace: use XML entities instead of HTML in MathML.

2022-12-26 Thread Thibaut Cuvelier
commit 9b80a5ba9e1d072daa9ec3fd3e6470e5460db1f4 Author: Thibaut Cuvelier Date: Mon Dec 26 20:35:26 2022 +0100 InsetMathSpace: use XML entities instead of HTML in MathML. This part should have been committed with bc73a857 in the first place. --- src/mathed/InsetMathSpace.cpp

[LyX/master] InsetIPAMacro: refactor code between DocBook and XHTML.

2022-12-26 Thread Thibaut Cuvelier
commit df025d15df89dac100a368eed7c86a5b754e9f7c Author: Thibaut Cuvelier Date: Mon Dec 26 20:23:05 2022 +0100 InsetIPAMacro: refactor code between DocBook and XHTML. --- src/insets/InsetIPAMacro.cpp | 67 + 1 files changed, 21 insertions(+), 46

Re: XHTML ctests failing

2022-12-26 Thread Thibaut Cuvelier
On Mon, 26 Dec 2022 at 09:51, Kornel Benko wrote: > Am Mon, 26 Dec 2022 01:52:50 -0500 > schrieb Scott Kostyshak : > > > A lot of the XHTML ctests just started failing. > > > > Are they passing for others? > > > > Scott > > Same here. > 69% tests passed, 129 tests failed out of 422 > I've just

[LyX/master] DocBook/HTML: use XML entities for spaces.

2022-12-26 Thread Thibaut Cuvelier
commit 21d1d917ba0b3da902a1c4648a5fbf3a6d287d75 Author: Thibaut Cuvelier Date: Mon Dec 26 19:11:41 2022 +0100 DocBook/HTML: use XML entities for spaces. This part should have been committed with bc73a857 in the first place. --- src/insets/InsetSpace.cpp | 118

<    1   2   3   4   5   6   7   8   9   10   >