[LyX/master] Cleanup documentation about old XML support.

2022-12-25 Thread Thibaut Cuvelier
commit b9b0ac1b6ccded5c39480665744caf7eef9c522a Author: Thibaut Cuvelier Date: Mon Dec 26 01:32:00 2022 +0100 Cleanup documentation about old XML support. --- lib/doc/Customization.lyx |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/doc/Customization.lyx

[LyX/master] Cleanup documentation about old XML support.

2022-12-25 Thread Thibaut Cuvelier
commit 4c8cfae7761ddcb372b63dae44f60a368633 Author: Thibaut Cuvelier Date: Mon Dec 26 01:32:00 2022 +0100 Cleanup documentation about old XML support. --- lib/doc/Customization.lyx | 100 - 1 files changed, 99 insertions(+), 1 deletions

[LyX/master] CommandDepth is no longer used, remove it from the documentation.

2022-12-25 Thread Thibaut Cuvelier
commit 7556fc42ff9b1a7916473c889fd0d53af8bb75e4 Author: Thibaut Cuvelier Date: Mon Dec 26 01:36:38 2022 +0100 CommandDepth is no longer used, remove it from the documentation. --- lib/doc/Customization.lyx |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/doc

Re: [LyX/master] LyXHTML: switch the doctype to (X)HTML5 and only output

2022-12-25 Thread Thibaut Cuvelier
On Sun, 25 Dec 2022 at 22:05, Pavel Sanda wrote: > ... > CXX insets/InsetSpecialChar.o > insets/InsetSpecialChar.cpp: In function 'std::string > lyx::{anonymous}::specialCharKindToXMLEntity(lyx::InsetSpecialChar::Kind)': > insets/InsetSpecialChar.cpp:569:1: warning: control reaches end of >

[LyX/master] Amend bc73a85778ffb1432bdc510d9a710e7394f42163

2022-12-25 Thread Thibaut Cuvelier
commit 2592a36dae5d18a16586b14b4d17948c8b53a382 Author: Thibaut Cuvelier Date: Mon Dec 26 00:18:47 2022 +0100 Amend bc73a85778ffb1432bdc510d9a710e7394f42163 Missing return in `specialCharKindToXMLEntity`. Previously, the functions that were merged

[LyX/master] LyXHTML: switch the doctype to (X)HTML5 and only output XML entities.

2022-12-25 Thread Thibaut Cuvelier
commit bc73a85778ffb1432bdc510d9a710e7394f42163 Author: Thibaut Cuvelier Date: Fri Dec 23 02:16:08 2022 +0100 LyXHTML: switch the doctype to (X)HTML5 and only output XML entities. This is a new take on c8e2c17a that was reverted at da67bde61af due to entities no more recognised

[LyX/master] DocBook: add a comment about the need for DocBook 5.2.

2022-12-25 Thread Thibaut Cuvelier
commit ff2a2b2a8a3be323346ad4f5e660fbc1b7a65a04 Author: Thibaut Cuvelier Date: Fri Dec 23 02:22:55 2022 +0100 DocBook: add a comment about the need for DocBook 5.2. --- src/Buffer.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp

[LyX/master] LyXHTML: give the language in the root tag.

2022-12-25 Thread Thibaut Cuvelier
commit d85969b8b870c6b81c515b4885588e99da1110aa Author: Thibaut Cuvelier Date: Fri Dec 23 02:12:05 2022 +0100 LyXHTML: give the language in the root tag. --- src/Buffer.cpp |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index

[LyX/master] Cleanup following the removal of HTML entities

2022-12-25 Thread Thibaut Cuvelier
commit c77872f3145eb6ea0d42b5b1c7d9572814428ba9 Author: Thibaut Cuvelier Date: Fri Dec 23 03:26:25 2022 +0100 Cleanup following the removal of HTML entities The remaining part that was not handled in the previous commit. It focuses on lib/symbols. lib/symbols

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-12-25 Thread Thibaut Cuvelier
On Sat, 24 Dec 2022 at 03:49, Scott Kostyshak wrote: > On Fri, Dec 23, 2022 at 01:00:59AM +0100, Thibaut Cuvelier wrote: > > On Mon, 21 Nov 2022 at 08:56, Kornel Benko wrote: > > > > > Am Sun, 20 Nov 2022 15:23:58 -0500 > > > schrieb Scott Kostyshak : > >

[LyX/master] Add a TODO file for the latest tests

2022-12-25 Thread Thibaut Cuvelier
commit 33cc71636ffeaae0eae890b08ca6d5eaed7293f3 Author: Thibaut Cuvelier Date: Sun Dec 25 20:39:14 2022 +0100 Add a TODO file for the latest tests --- development/thorough_export_tests/TODO |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/development

[LyX/master] LyXHTML: add a script to validate all the generated files.

2022-12-25 Thread Thibaut Cuvelier
commit e44cef2a3c4b3206d828a3c417ad24edd1c1f2a6 Author: Thibaut Cuvelier Date: Fri Dec 23 00:47:45 2022 +0100 LyXHTML: add a script to validate all the generated files. It could be a part of the standard test suite, but it might be quite long to run. This test ensures

Re: Export to lyxhtml broken

2022-12-22 Thread Thibaut Cuvelier
On Sun, 20 Sept 2020 at 16:58, Kornel Benko wrote: > Am Sun, 20 Sep 2020 11:53:39 +0200 > schrieb Kornel Benko : > > > Am Sun, 20 Sep 2020 11:46:36 +0200 > > schrieb Kornel Benko : > > > > > Am Sun, 20 Sep 2020 01:38:11 +0200 > > > schrieb Kornel Benko : > > > > > > > > > > $ xmllint

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-12-22 Thread Thibaut Cuvelier
On Mon, 21 Nov 2022 at 08:56, Kornel Benko wrote: > Am Sun, 20 Nov 2022 15:23:58 -0500 > schrieb Scott Kostyshak : > > > On Sun, Nov 20, 2022 at 08:24:41PM +0100, Thibaut Cuvelier wrote: > > > On Sun, 20 Nov 2022 at 16:47, Scott Kostyshak > wrote: > > > &

Fwd: [Review requested] New DocBook layout parameter

2022-12-22 Thread Thibaut Cuvelier
of updating the version number of all layouts (to avoid cluttering the patch). By the way, I noticed that the documentation on the new DocBook parameters for the layouts is truly lacking. I'll try to do something about it. Thanks in advance! Thibaut Cuvelier From

[LyX/master] Fix a typo in layouts.

2022-12-21 Thread Thibaut Cuvelier
commit 19b04c7bc8053d19584b063d2c00b2a75fa817b7 Author: Thibaut Cuvelier Date: Thu Dec 22 04:18:33 2022 +0100 Fix a typo in layouts. --- lib/layouts/theorems-starred.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouts/theorems-starred.inc b/lib

[LyX/master] XML: improve formatting of error message for unrecognised tag type.

2022-12-21 Thread Thibaut Cuvelier
commit 4f314567b6a8d87d472c3388523a3e093560b652 Author: Thibaut Cuvelier Date: Thu Dec 22 04:10:25 2022 +0100 XML: improve formatting of error message for unrecognised tag type. Before, there was always a space after the tag, even when there were no attributes. Now, the space

[LyX/master] DocBook: fix a typo in comments and improve docs.

2022-12-21 Thread Thibaut Cuvelier
commit 43d096f6471e0c52779ab1ed28349c3667703bfc Author: Thibaut Cuvelier Date: Thu Dec 22 03:40:50 2022 +0100 DocBook: fix a typo in comments and improve docs. --- src/Layout.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/Layout.h b/src/Layout.h index

[LyX/master] Fix typos in comments

2022-12-21 Thread Thibaut Cuvelier
commit c8c1c15631712d458e98b612ba8c049a7ae4d260 Author: Thibaut Cuvelier Date: Thu Dec 22 02:54:28 2022 +0100 Fix typos in comments --- lib/layouts/theorems-proof.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/layouts/theorems-proof.inc b/lib

Re: State of the killqt4 branch

2022-12-14 Thread Thibaut Cuvelier
make/modules/FindQt4.cmake > > Removed > > > development/cmake/ConfigureChecks.cmake > > Done > > > and some others. Use 'git grep -il QT4' to find the relevant files. > > development/cmake/modules/LyXPaths.cmake > This is the Windows-part. Maybe Thibaut could have a look?

[LyX/master] CMake for Windows: remove many lines hard-coding Qt 4 paths.

2022-12-14 Thread Thibaut Cuvelier
commit 23aab19b59fdd9c6865f40d52ec8fbd8b6e6e592 Author: Thibaut Cuvelier Date: Thu Dec 15 00:52:58 2022 +0100 CMake for Windows: remove many lines hard-coding Qt 4 paths. --- development/cmake/modules/LyXPaths.cmake | 11 --- 1 files changed, 0 insertions(+), 11 deletions

[LyX/master] CMake for Windows: remove the remaining lines for Qt 4.

2022-12-14 Thread Thibaut Cuvelier
commit 40edcfe2f130a9fcd584d4b24a4ed65e25176220 Author: Thibaut Cuvelier Date: Thu Dec 15 00:53:40 2022 +0100 CMake for Windows: remove the remaining lines for Qt 4. --- development/cmake/modules/LyXPaths.cmake | 12 +--- 1 files changed, 1 insertions(+), 11 deletions(-) diff

Re: Warning in master in C++11 mode

2022-12-14 Thread Thibaut Cuvelier
if (const vector potential_terms = > > getSubentriesAsText(runparams); !potential_terms.empty()) { > > | ^ > > > > > > Thibaut, can I leave that to you ? > > Ping to Thibaut. > Hi Scott, Sorry for the delay, I just found your email. It seems that P

Re: OOP question: deduplicating code across two subclasses

2022-12-10 Thread Thibaut Cuvelier
On Sat, 10 Dec 2022 at 23:12, Scott Kostyshak wrote: > On Sat, Dec 10, 2022 at 10:36:51PM +0100, Thibaut Cuvelier wrote: > > On Sat, 10 Dec 2022 at 17:19, Scott Kostyshak wrote: > > > > > PreambleModule::editExternal() and LocalLayout::editExternal() share

Re: OOP question: deduplicating code across two subclasses

2022-12-10 Thread Thibaut Cuvelier
On Sat, 10 Dec 2022 at 17:19, Scott Kostyshak wrote: > PreambleModule::editExternal() and LocalLayout::editExternal() share > most of their code. The functions are pretty small, so there's not too > much duplication as a whole. However, I'm still curious. How would I > best deduplicate the code?

Re: docbook ctest failing on master

2022-12-09 Thread Thibaut Cuvelier
On Fri, 9 Dec 2022 at 19:48, Thibaut Cuvelier wrote: > On Fri, 9 Dec 2022 at 04:23, Scott Kostyshak wrote: > >> The following ctest is failing for me after the recent commits: >> >> export/export/docbook/LilyPond_Book_docbook5 >> >> The first error in the

[LyX/master] Amend d4095dc0

2022-12-09 Thread Thibaut Cuvelier
commit 0e2513a0e8b400cbbb368412eb910789d6147054 Author: Thibaut Cuvelier Date: Fri Dec 9 20:17:58 2022 +0100 Amend d4095dc0 Apostrophes were being converted inside code-like areas, like LilyPond insets. This patch fixes tests that started to fail: Processing `./60/lily

Re: docbook ctest failing on master

2022-12-09 Thread Thibaut Cuvelier
On Fri, 9 Dec 2022 at 04:23, Scott Kostyshak wrote: > The following ctest is failing for me after the recent commits: > > export/export/docbook/LilyPond_Book_docbook5 > > The first error in the output has to do with '&' apparently: > > Processing `./60/lily-95ee389a.ly' > Parsing... >

[LyX/master] XHTML: support NONE as item tag when no item tag should be output.

2022-12-08 Thread Thibaut Cuvelier
commit 5b7fbb419010b574b2e7886739bd939bc2d6f07a Author: Thibaut Cuvelier Date: Fri Dec 9 02:48:52 2022 +0100 XHTML: support NONE as item tag when no item tag should be output. This patch mimics a similar feature for DocBook (albeit not as pervasive). --- src/output_xhtml.cpp

[LyX/master] XHTML: disable item tags within .

2022-12-08 Thread Thibaut Cuvelier
commit 39258091701f4a538c347486ca001c0c253de689 Author: Thibaut Cuvelier Date: Fri Dec 9 02:49:50 2022 +0100 XHTML: disable item tags within . Fixes a remaining bug from https://www.lyx.org/trac/ticket/10553. --- lib/layouts/stdlayouts.inc |2 +- 1 files changed, 1 insertions

[LyX/master] MathML: update code for InsetMathCases to newest classes.

2022-12-08 Thread Thibaut Cuvelier
commit 6c22e32cee2eafcf6fed6cbd72478f36f5accd75 Author: Thibaut Cuvelier Date: Fri Dec 9 01:49:19 2022 +0100 MathML: update code for InsetMathCases to newest classes. Based on a commit from lynx Part of bug #12590. --- src/mathed/InsetMathCases.cpp |5 ++--- 1 files

[LyX/master] XHTML: add new test case that uses the new NONE HTML tag (Verbatim environment).

2022-12-08 Thread Thibaut Cuvelier
commit e6af50108ae9ecff681fe9f27f17c2d5bb12ab65 Author: Thibaut Cuvelier Date: Fri Dec 9 02:55:32 2022 +0100 XHTML: add new test case that uses the new NONE HTML tag (Verbatim environment). Excerpt from https://www.lyx.org/trac/ticket/10553. --- autotests/export/xhtml

[LyX/master] MathML: output substacks as grids.

2022-12-08 Thread Thibaut Cuvelier
commit 5893ea866e99c406d6422257dd1a8ab5c7bc7f30 Author: Thibaut Cuvelier Date: Fri Dec 9 01:48:14 2022 +0100 MathML: output substacks as grids. Based on a commit from lynx Part of bug #12590. --- src/mathed/InsetMathSubstack.cpp | 13 ++--- 1 files changed, 2

[LyX/master] Export ' (straight) as ’ (curly) in DocBook

2022-12-08 Thread Thibaut Cuvelier
commit d4095dc0e65d292c3ae0772a429d1db662573f14 Author: Thibaut Cuvelier Date: Fri Dec 9 01:25:34 2022 +0100 Export ' (straight) as ’ (curly) in DocBook This is similar to what LaTeX does in its output. See the (long) discussion in ticket #11244. Port of ad3e6c69b2ce

[LyX/master] Fix typos in Python scripts

2022-12-08 Thread Thibaut Cuvelier
commit 126f516efc65482e1fcc1e0250a11e84d2fe6f7a Author: Thibaut Cuvelier Date: Mon Nov 21 02:13:39 2022 +0100 Fix typos in Python scripts --- development/tools/generate_symbols_list.py |2 +- development/tools/unicodesymbols.py|3 ++- 2 files changed, 3 insertions(+), 2

Re: lyx2lyx: many unused variables (any bugs?)

2022-12-08 Thread Thibaut Cuvelier
On Thu, 8 Dec 2022 at 22:06, José Matos wrote: > On the same vein for 2.5 I intend to start, in an iterative process, to > add type hinting to our python code: http://mypy-lang.org/ > > One example: > > def fib(n): > if n==0 or n==1: > return 1 > else: > return fin(n-1)+fib(n-2) > >

Re: lyx2lyx: many unused variables (any bugs?)

2022-12-08 Thread Thibaut Cuvelier
On Thu, 8 Dec 2022 at 21:19, Richard Kimberly Heck wrote: > On 12/8/22 13:45, Scott Kostyshak wrote: > > Perhaps it doesn't make sense to clean up lyx_2_4.py (except for looking > > for bugs), but what would you think about adding an agreed-upon set of > > pylint warnings to our test suite for

[LyX/master] Reflow LyXPaths.cmake

2022-11-28 Thread Thibaut Cuvelier
commit 4cf7a1f6d9a5eabd0b163b2f7dbd22120f19b39c Author: Thibaut Cuvelier Date: Tue Nov 22 04:06:02 2022 +0100 Reflow LyXPaths.cmake Indentation did not match structure. --- development/cmake/modules/LyXPaths.cmake | 88 ++ 1 files changed, 42

Re: LyX HTML export on command line runs pdflatex (via lyxpreview2bitmap.py)

2022-11-24 Thread Thibaut Cuvelier
On Wed, 23 Nov 2022 at 04:08, Richard Kimberly Heck wrote: > On 11/20/22 10:22, Scott Kostyshak wrote: > > When testing a (seemingly) different issue that Thibaut reported about > > de Math.lyx, when I do: > > > >lyx -e xhtml Math.lyx > > > > I n

Re: AUCTeX to compile each \include file to a separate file

2022-11-22 Thread Thibaut Verron
are suitable for a quick preview, but concatenating them will not be as good as compiling the whole document together. Best wishes, Thibaut

[LyX features/killqt4] Reflow LyXPaths.cmake

2022-11-21 Thread Thibaut Cuvelier
The branch, killqt4, has been updated. - Log - commit 4cf7a1f6d9a5eabd0b163b2f7dbd22120f19b39c Author: Thibaut Cuvelier Date: Tue Nov 22 04:06:02 2022 +0100 Reflow LyXPaths.cmake Indentation did not match structure

Re: Any preference on using braces to restrict scope?

2022-11-21 Thread Thibaut Cuvelier
On Mon, 21 Nov 2022 at 10:14, Jean-Marc Lasgouttes wrote: > Le 18/11/2022 à 18:43, Thibaut Cuvelier a écrit : > > You can avoid this level of indentation by defining the variable within > > the if: > > > > if (const vector potential_terms = > &

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-11-20 Thread Thibaut Cuvelier
On Sun, 20 Nov 2022 at 16:47, Scott Kostyshak wrote: > On Sun, Nov 20, 2022 at 04:33:36PM +0100, Thibaut Cuvelier wrote: > > > When I open the exported de Math.xhtml in Chromium, I get: > > > > > > "error on line 7159 at column 22: Entity 'imaginary' not defi

Re: [LyX/master] Amend 48d9d01a: remove debug output

2022-11-20 Thread Thibaut Cuvelier
On Sun, 20 Nov 2022 at 16:26, Scott Kostyshak wrote: > On Sun, Nov 20, 2022 at 03:25:09PM +0100, Thibaut Cuvelier wrote: > > commit f3862130cf687854dbff2df348f34659ca602a02 > > Author: Thibaut Cuvelier > > Date: Sun Nov 20 16:19:17 2022 +0100 > > > > Am

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-11-20 Thread Thibaut Cuvelier
On Sun, 20 Nov 2022 at 16:18, Scott Kostyshak wrote: > On Sun, Nov 20, 2022 at 03:29:37PM +0100, Thibaut Cuvelier wrote: > > On Fri, 4 Nov 2022 at 01:59, Scott Kostyshak wrote: > > > > > On Thu, Nov 03, 2022 at 10:04:31PM +0100, Thibaut Cuvelier wrote: > > > >

[LyX/master] symbols: fix a type for \Im

2022-11-20 Thread Thibaut Cuvelier
commit 3917cab4080e9913207aa194845ad24a8ff861a5 Author: Thibaut Cuvelier Date: Sun Nov 20 16:32:58 2022 +0100 symbols: fix a type for \Im --- lib/symbols |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/symbols b/lib/symbols index 8086d51..c884aa1 100644

[LyX/master] Amend 48d9d01a: remove debug output

2022-11-20 Thread Thibaut Cuvelier
commit f3862130cf687854dbff2df348f34659ca602a02 Author: Thibaut Cuvelier Date: Sun Nov 20 16:19:17 2022 +0100 Amend 48d9d01a: remove debug output --- src/insets/InsetIndex.cpp |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/insets/InsetIndex.cpp b/src

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-11-20 Thread Thibaut Cuvelier
On Fri, 4 Nov 2022 at 01:59, Scott Kostyshak wrote: > On Thu, Nov 03, 2022 at 10:04:31PM +0100, Thibaut Cuvelier wrote: > > On Thu, 3 Nov 2022 at 21:27, Scott Kostyshak wrote: > > > > > On Mon, Oct 31, 2022 at 11:38:46PM -0400, Scott Kostyshak wrote: > > > >

[LyX/master] Update the format for some doc pages

2022-11-20 Thread Thibaut Cuvelier
commit 7a6024381cc30e7496251d3620ce2aa3874b1597 Author: Thibaut Cuvelier Date: Sun Nov 20 15:20:53 2022 +0100 Update the format for some doc pages lib/doc/de/Additional.lyx | 84 ++- lib/doc/es/Math.lyx | 597 +++- lib/doc/ja/Math.lyx

[LyX/master] InsetIndex: when building the IndexNode tree, ignore IndexEntry when empty

2022-11-20 Thread Thibaut Cuvelier
commit 48d9d01a826eb9f1c1e7c62edb664ec97f6a6e8d Author: Thibaut Cuvelier Date: Sun Nov 20 02:02:13 2022 +0100 InsetIndex: when building the IndexNode tree, ignore IndexEntry when empty The previous code always considered it had at least one term (an assumption that is wrong

[LyX/master] InsetIndex: enable escaping for terms in the index

2022-11-19 Thread Thibaut Cuvelier
commit 77f0fbdc9a186f9e544077e2288f48ceabfc11ab Author: Thibaut Cuvelier Date: Sun Nov 20 00:19:53 2022 +0100 InsetIndex: enable escaping for terms in the index The previous code explicitly disabled it and this behaviour caused problems (like "A" being output as

[LyX/master] InsetIndex: improve formatting of resulting XHTML

2022-11-19 Thread Thibaut Cuvelier
commit e9f21f2e83b9ecb03ec1bec02a97931d81842e49 Author: Thibaut Cuvelier Date: Sun Nov 20 00:12:06 2022 +0100 InsetIndex: improve formatting of resulting XHTML There was no line feed before the closing for entries, which was inconsistent with the other block tags. --- src

[LyX/master] Improve wording of RELEASE-NOTES entry

2022-11-19 Thread Thibaut Cuvelier
commit 2f1861380d5cb36c3f69448d701cc1e17e10b1e4 Author: Thibaut Cuvelier Date: Sat Nov 19 23:33:43 2022 +0100 Improve wording of RELEASE-NOTES entry --- lib/RELEASE-NOTES |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES

[PATCH 22.03] ath79: mikrotik: use OpenWrt loader for initram image

2022-11-19 Thread Thibaut VARÈNE
, but the OpenWrt kernel loader allows larger image. Signed-off-by: John Thomson (cherry picked from commit 62b72eafe49d2eecd3692691152ed86a0327fcb0) Signed-off-by: Thibaut VARÈNE Fixes: #9954 --- This should be backported as it fixes non-bootable install media for 22.03 It has seen a couple months of use

Re: Any preference on using braces to restrict scope?

2022-11-18 Thread Thibaut Cuvelier
On Fri, 18 Nov 2022 at 18:41, Scott Kostyshak wrote: > What do you think of the attached patch? It adds braces to restrict the > scope of the variable 'potential_terms'. I like this style, since it > makes it easier for me to read, but I wonder if others would find it > annoying. For example, it

Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Thibaut
Hi Sebastian, > Le 17 nov. 2022 à 16:19, Sebastian Moeller a écrit : > > Hi Thibaut, [...] >>>> Although I must confess that it certainly feels counter-intuitive that for >>>> ethernet (and FTTH) we suggest a higher overhead than e.g. VDSL2/cable >>&

Re: [Cake] Help untangling CAKE settings for FTTH

2022-11-17 Thread Thibaut via Cake
Hi Sebastian, > Le 17 nov. 2022 à 16:19, Sebastian Moeller a écrit : > > Hi Thibaut, [...] >>>> Although I must confess that it certainly feels counter-intuitive that for >>>> ethernet (and FTTH) we suggest a higher overhead than e.g. VDSL2/cable >>&

Re: [Cake] Help untangling CAKE settings for FTTH

2022-11-17 Thread Thibaut via Cake
> Le 17 nov. 2022 à 15:42, Sebastian Moeller a écrit : > > Hi Thibaut, > >> On Nov 17, 2022, at 15:22, Thibaut wrote: >> >> Hi Sebastian, >> >>> Le 17 nov. 2022 à 10:50, Sebastian Moeller a écrit : >>> >>> Hi T. &g

Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Thibaut
Hi Sebastian, > Le 17 nov. 2022 à 10:50, Sebastian Moeller a écrit : > > Hi T. > > > so taking your proposa under consideration I canged the section that threw > you off course to read: > > > • Ethernet with Overhead: SQM can also account for the overhead imposed > by VDSL2 links -

UCI -m import bug?

2022-11-17 Thread Thibaut
Hi, I’ve experienced the following uci behavior on 21.02 and 22.03: $ cat > foo << EOF config foo 'foo' option bar '1' EOF $ uci -m import foo < foo $ uci -m import foo < foo $ uci -m import foo < foo uci: Parse error (option/list command found before the first section) at line 2, byte 0 In

Re: [Cake] Help untangling CAKE settings for FTTH

2022-11-17 Thread Thibaut via Cake
Hi Sebastian, > Le 17 nov. 2022 à 10:50, Sebastian Moeller a écrit : > > Hi T. > > > so taking your proposa under consideration I canged the section that threw > you off course to read: > > > • Ethernet with Overhead: SQM can also account for the overhead imposed > by VDSL2 links -

Re: [Qt4???] Re: [PATCH] Show branches from master document in branch inset dialog

2022-11-16 Thread Thibaut Cuvelier
019. > > > It's clear we won't be able to push 2.4 even for next debian stable > > > and I think we can relax Qt4 support and move on. > > > > We had a conversation in July of this year. The following archive does > > not seem to show some messages in the threa

Re: Help untangling CAKE settings for FTTH

2022-11-16 Thread Thibaut
Hi Sebastian, Thanks for your reply. > Le 16 nov. 2022 à 11:49, Sebastian Moeller a écrit : > > HI T. > > > >> On Nov 16, 2022, at 11:22, Thibaut wrote: >> >> Hi, >> >> A few questions for the CAKE experts here: > > Quick note

Re: [Cake] Help untangling CAKE settings for FTTH

2022-11-16 Thread Thibaut via Cake
Hi Sebastian, Thanks for your reply. > Le 16 nov. 2022 à 11:49, Sebastian Moeller a écrit : > > HI T. > > > >> On Nov 16, 2022, at 11:22, Thibaut wrote: >> >> Hi, >> >> A few questions for the CAKE experts here: > > Quick note

Help untangling CAKE settings for FTTH

2022-11-16 Thread Thibaut
Hi, A few questions for the CAKE experts here: I’m trying to untangle the information available in the openwrt wiki: https://openwrt.org/docs/guide-user/network/traffic-shaping/sqm https://openwrt.org/docs/guide-user/network/traffic-shaping/sqm-details and for the latter especially the part

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-14 Thread Thibaut Cuvelier
On Mon, 14 Nov 2022, 11:45 Pavel Sanda, wrote: > On Fri, Nov 11, 2022 at 03:16:05PM -0500, Scott Kostyshak wrote: > > If no one fixes it in time, shall we postpone 2.4.0 > > No, I wouldn't do that. > > > or proceed with 2.4.0 and state that Qt6 is not officially supported > because of #12215? >

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-11 Thread Thibaut Cuvelier
On Fri, 11 Nov 2022 at 21:16, Scott Kostyshak wrote: > The following issue seems pretty bad: > > https://www.lyx.org/trac/ticket/12215 > > Is there someone who is brave enough with time to attempt a fix? > > If no one fixes it in time, shall we postpone 2.4.0 or proceed with > 2.4.0 and state

Re: Delete merged branches from features repository?

2022-11-10 Thread Thibaut Cuvelier
On Thu, 10 Nov 2022 at 20:38, Scott Kostyshak wrote: > Should we delete branches from the features repo that have been merged > to master? I don't know our policy on this, but it's hard to figure out > which branches on the features repo are still relevant (i.e., not yet > merged). In the worst

Re: A fast mostly collision free hash ?

2022-11-08 Thread Thibaut Cuvelier
On Tue, 8 Nov 2022 at 20:45, Pavel Sanda wrote: > On Tue, Nov 08, 2022 at 04:43:15PM +0100, Jean-Marc Lasgouttes wrote: > > * I could do fancy things, but I'd rather avoid to import a whole library > > for this. > Probably, the less fancy option is to use std::hash, available since C++11. I

Re: [RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Thibaut
> Le 6 nov. 2022 à 17:15, Paul Spooren a écrit : > > Hi, > > While I initially thought that $(AUTORELEASE) would be a nice feature to > avoid the standard review comment “Please bump the PKG_RELEASE”, it turned > into a massive increase of bandwidth usage: Every checkout of openwrt.git and

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-11-03 Thread Thibaut Cuvelier
On Thu, 3 Nov 2022 at 21:27, Scott Kostyshak wrote: > On Mon, Oct 31, 2022 at 11:38:46PM -0400, Scott Kostyshak wrote: > > On Tue, Nov 01, 2022 at 12:01:47AM +0100, Thibaut Cuvelier wrote: > > > On Mon, 31 Oct 2022 at 21:12, Jürgen Spitzmüller > wrote: > > > > &

Re: Policy for commits to master

2022-10-31 Thread Thibaut Cuvelier
On Mon, 31 Oct 2022 at 18:49, Scott Kostyshak wrote: > Dear all, > > My schedule will clear up a bit in mid-January and I will try to help > push the 2.4.0 release out. I will not spend much time before January, > but I hope to at least dedicate some time to coming up with a plan. > > One

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-10-31 Thread Thibaut Cuvelier
t; > 'printTree' is not needed and will not be emitted [-Werror,- > > Wunneeded-internal-declaration] > > void printTree(const IndexNode* root_node, unsigned depth = 0) > > ^ > > 1 error generated. > > I can have a look, but I think this is a method added by

[LyX/master] InsetIndex: hide printTree behind a LYX_INSET_INDEX_DEBUG flag

2022-10-31 Thread Thibaut Cuvelier
commit 3bf1b97ae547aea5d0243e41b2d8af463a6e40c5 Author: Thibaut Cuvelier Date: Mon Oct 31 23:57:41 2022 +0100 InsetIndex: hide printTree behind a LYX_INSET_INDEX_DEBUG flag The change ensures that the function is not seen by the compiler when the debug mode is not enabled

Re: [LyX/master] Merge branch 'features/indexmacros'

2022-10-31 Thread Thibaut Cuvelier
On Mon, 31 Oct 2022 at 19:58, Scott Kostyshak wrote: > On Mon, Oct 31, 2022 at 06:40:15PM +0100, Juergen Spitzmueller wrote: > > commit 4e50da3e655b9f8d26f7d5e439d72b219d32279d > > Merge: 0df63e3 f4d588c > > Author: Juergen Spitzmueller > > Date: Mon Oct 31 19:32:52 2022 +0100 > > > >

[LyX/master] DocBook: add test case for multiple indices

2022-10-31 Thread Thibaut Cuvelier
commit 35a752e6db95d53dc81e6f8b5f26a8869c13c641 Author: Thibaut Cuvelier Date: Thu Sep 1 01:11:40 2022 +0200 DocBook: add test case for multiple indices --- autotests/export/docbook/index_multiple.lyx | 248 +++ autotests/export/docbook/index_multiple.xml | 11

[LyX/master] InsetIndex: revamp IndexEntry to handle both legacy and modern index insets; simplify and adapt the XHTML code.

2022-10-31 Thread Thibaut Cuvelier
commit f352a375d93517a994316ed5fac82b1804459f51 Author: Thibaut Cuvelier Date: Mon Apr 25 04:57:42 2022 +0200 InsetIndex: revamp IndexEntry to handle both legacy and modern index insets; simplify and adapt the XHTML code. DocBook comes in another commit, as the modifications

[LyX/master] LyXHTML: implement multiple indices

2022-10-31 Thread Thibaut Cuvelier
commit 2b177172f17d524cd27727319799112cbc62fa7d Author: Thibaut Cuvelier Date: Thu Sep 1 02:04:05 2022 +0200 LyXHTML: implement multiple indices --- src/insets/InsetCommandParams.cpp | 20 +--- src/insets/InsetCommandParams.h |4 src/insets/InsetIndex.cpp

[LyX/master] DocBook: add missing test case for index

2022-10-31 Thread Thibaut Cuvelier
commit 07380a3bc167f6479a6c0c7a639e703d2eedeb9c Author: Thibaut Cuvelier Date: Thu Sep 1 00:14:41 2022 +0200 DocBook: add missing test case for index --- autotests/export/docbook/index_nesting.xml | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git

[LyX/master] LyXHTML: implement index ranges

2022-10-31 Thread Thibaut Cuvelier
commit 92ba7584415cacbea639dbca0199c9fd510ca617 Author: Thibaut Cuvelier Date: Thu Sep 1 02:22:50 2022 +0200 LyXHTML: implement index ranges --- src/insets/InsetIndex.cpp | 49 +--- 1 files changed, 41 insertions(+), 8 deletions(-) diff --git

[LyX/master] DocBook: amend 34ea4080

2022-10-31 Thread Thibaut Cuvelier
commit f4b0cf9b599c0994c0e8c60390a65d57d5f7262a Author: Thibaut Cuvelier Date: Thu Sep 1 01:13:47 2022 +0200 DocBook: amend 34ea4080 @ for sorting is implemented at 34ea4080, but the user was still shown a warning (now removed). --- src/insets/InsetIndex.cpp |8 1

[LyX/master] Fix a warning related to comparing different signedness

2022-10-31 Thread Thibaut Cuvelier
commit 5e87cfbf4c0e64f15f0a26c4ac5a29236b1eb962 Author: Thibaut Cuvelier Date: Thu Sep 1 10:57:04 2022 +0200 Fix a warning related to comparing different signedness --- src/insets/InsetIndex.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets

[LyX/master] DocBook: use the new system for index.

2022-10-31 Thread Thibaut Cuvelier
commit 5a538722590f2301e8658bc56ce777f3ef4a787a Author: Thibaut Cuvelier Date: Fri Apr 22 03:44:16 2022 +0200 DocBook: use the new system for index. --- autotests/export/docbook/index.lyx | 159 +++- autotests/export/docbook/index.xml |2 + src/insets

[LyX/master] InsetIndex: when parsing entries for XHTML, don't impose spaces around ! for subentries.

2022-10-31 Thread Thibaut Cuvelier
commit 029d8d58392a8649c68eabc05ef5c801d36632b0 Author: Thibaut Cuvelier Date: Mon Apr 25 03:24:01 2022 +0200 InsetIndex: when parsing entries for XHTML, don't impose spaces around ! for subentries. --- src/insets/InsetIndex.cpp | 64 ++-- 1

[LyX/master] InsetIndex: refactor IndexEntry to be a full-fledged class, hiding its implementation details better than before.

2022-10-31 Thread Thibaut Cuvelier
commit 4a62c08e61dc14843b45f81d89831318254fc41b Author: Thibaut Cuvelier Date: Mon Apr 25 03:09:02 2022 +0200 InsetIndex: refactor IndexEntry to be a full-fledged class, hiding its implementation details better than before. --- autotests/export/docbook/index.lyx | 36 +++- src

[LyX/master] InsetIndex: simplify the implementation of the has* methods.

2022-10-31 Thread Thibaut Cuvelier
commit 54a519a0893af33220dea91bef55f8a5d71b907c Author: Thibaut Cuvelier Date: Mon Apr 25 03:40:06 2022 +0200 InsetIndex: simplify the implementation of the has* methods. --- src/insets/InsetIndex.cpp | 48 1 files changed, 22 insertions

[LyX/master] InsetIndex: add a few comments.

2022-10-31 Thread Thibaut Cuvelier
commit b5418f0d29a022ff13e6ae6f9402dbbfd8b826bf Author: Thibaut Cuvelier Date: Mon Apr 25 03:14:24 2022 +0200 InsetIndex: add a few comments. --- src/insets/InsetIndex.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetIndex.cpp b/src/insets

[LyX/master] InsetIndex: add a method hasSubentries.

2022-10-31 Thread Thibaut Cuvelier
commit 5c80671740ec803be7ce35b1f1844ffa438575a2 Author: Thibaut Cuvelier Date: Mon Apr 25 03:34:29 2022 +0200 InsetIndex: add a method hasSubentries. --- src/insets/InsetIndex.cpp | 17 + src/insets/InsetIndex.h |2 ++ 2 files changed, 19 insertions(+), 0 deletions

[LyX/master] InsetIndex: add a comment.

2022-10-31 Thread Thibaut Cuvelier
commit 758792f6d60262534b4f4fdb63ac401360dac724 Author: Thibaut Cuvelier Date: Mon Apr 25 03:10:45 2022 +0200 InsetIndex: add a comment. --- src/insets/InsetIndex.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetIndex.cpp b/src/insets

[PATCH 21.02] ath79: add support for MikroTik RouterBOARD wAP-2nD (wAP)

2022-10-22 Thread Thibaut VARÈNE
347d974fd15a) Signed-off-by: Thibaut VARÈNE --- Successfully tested with 21.02.5 - backporting will ease transition from 19.07 --- .../qca9533_mikrotik_routerboard-wap-2nd.dts | 58 +++ target/linux/ath79/image/mikrotik.mk | 8 +++ .../mikrotik/base-files/etc/board.d/01

[Desktop-packages] [Bug 1959747] Re: [upstream] Very high CPU and slow responsiveness in Thunderbird 91

2022-10-07 Thread Thibaut Vandervelden
I am also seeing the same behaviour. Previously I just disabled the WebRender as well (since that made the difference in being not laggy), just to make Thunderbird useable. Here is my profile when moving the mouse over the messages: https://share.firefox.dev/3CCIknA -- You received this bug

[RFC] Refactoring OpenWrt's build infra

2022-10-05 Thread Thibaut
Hi, Following an earlier conversation on IRC with Petr, I’m willing to work on refactoring our buildbot setup as follows: - single master for each stage (images and packages) - latent workers attached to either master, thus able to build opportunistically from either master or release branches

Re: Feature request (Grammarly support for LYX)

2022-09-21 Thread Thibaut Cuvelier
, providing language services for French and English, but their desktop API is a mess to use (COM on Windows, D-BUS for Linux, and services for macOS — or JavaScript for Web browsers): https://www.antidote.info/en/antidote-11/documentation/developer-tools. Thibaut Cuvelier On Wed, 21 Sept 2022 at 21:02

Re: New Theorems Module

2022-09-20 Thread Thibaut Cuvelier
guessing this is related to the > > redesigned module selection dialog in LyX 2.4? > > Yes, that is the case. > > > Also, could you care to explain what is the purpose of the new tags i > > saw in the master (DocBookWrapperTag, DocBookTag, DocBookAttr)? > > They are impor

Re: Add SoB tag to hack patches on generic target

2022-09-20 Thread Thibaut
Hi, > Le 20 sept. 2022 à 12:56, Ansuel Smith a écrit : > > Hi, > we are trying to improve the situation about the hack patch > for the generic target. > > Currently it's a mess... no header, extra old patch not needed, > patch with no sob tag. > > Some user [1] are trying to improve the

[LyX/master] MathML: amend 26300c565f as discussed in bug 12513

2022-09-01 Thread Thibaut Cuvelier
commit 0bda6950e4578febfd379bd8f44efe7787f26988 Author: Thibaut Cuvelier Date: Fri Sep 2 02:00:12 2022 +0200 MathML: amend 26300c565f as discussed in bug 12513 Contributed by lynx --- src/mathed/InsetMathFrac.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff

[LyX/master] MathML: should display "Text" MathFont using proper tag

2022-09-01 Thread Thibaut Cuvelier
commit 5b405426f140c55fff696d813230c52e2787d22a Author: Thibaut Cuvelier Date: Fri Sep 2 01:57:06 2022 +0200 MathML: should display "Text" MathFont using proper tag Fixes bug 12397 Contributed by lynx --- src/mathed/InsetMathFont.

[LyX/master] InsetTabular: fix a typo

2022-09-01 Thread Thibaut Cuvelier
commit 962785cb0f112ac3dfeb60b661af6b5d386a7824 Author: Thibaut Cuvelier Date: Fri Sep 2 01:30:25 2022 +0200 InsetTabular: fix a typo --- src/insets/InsetTabular.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetTabular.h b/src/insets

[LyX/master] DocBook: amend 50374e38e1

2022-09-01 Thread Thibaut Cuvelier
commit 3637d6d408332c9acd293e0afde073de0a5dfa6e Author: Thibaut Cuvelier Date: Thu Sep 1 23:33:56 2022 +0200 DocBook: amend 50374e38e1 All table rows were generated in the same XML dialect, irrespectively of the caller context (XHTML or DocBook). --- src/insets/InsetTabular.cpp

[LyX/master] InsetTabular: move XML helper methods to private

2022-09-01 Thread Thibaut Cuvelier
commit ff9f3c774edb513dab96e33fbc18a6856e3ab323 Author: Thibaut Cuvelier Date: Thu Sep 1 23:35:52 2022 +0200 InsetTabular: move XML helper methods to private They are not needed outside InsetTabular. --- src/insets/InsetTabular.h | 29 +++-- 1 files

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