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

2022-09-01 Thread Thibaut Cuvelier
commit 8074b696bcb8a3d8fe2f86bcef4233ba01763a41 Author: Thibaut Cuvelier Date: Fri Sep 2 01:29:19 2022 +0200 InsetTabular: move more helper methods to private --- src/insets/InsetTabular.h | 65 1 files changed, 35 insertions(+), 30 deletions

[LyX/master] InsetTabular: replace a Boolean parameter to choose between XHTML and DocBook by an enum class

2022-09-01 Thread Thibaut Cuvelier
commit 89c203faa4f1aea1f530dd226afcb605242d11c4 Author: Thibaut Cuvelier Date: Fri Sep 2 01:26:20 2022 +0200 InsetTabular: replace a Boolean parameter to choose between XHTML and DocBook by an enum class The only goal is to improve code readability: this enum class is strictly

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

2022-09-01 Thread Thibaut Cuvelier
The branch, features/indexmacros, has been updated. - Log - commit 5e87cfbf4c0e64f15f0a26c4ac5a29236b1eb962 Author: Thibaut Cuvelier Date: Thu Sep 1 10:57:04 2022 +0200 Fix a warning related to comparing different signedness

[LyX features/features/indexmacros] LyXHTML: implement index ranges

2022-08-31 Thread Thibaut Cuvelier
The branch, features/indexmacros, has been updated. - Log - commit 92ba7584415cacbea639dbca0199c9fd510ca617 Author: Thibaut Cuvelier Date: Thu Sep 1 02:22:50 2022 +0200 LyXHTML: implement index ranges diff --git a/src

[LyX features/features/indexmacros] LyXHTML: implement multiple indices

2022-08-31 Thread Thibaut Cuvelier
The branch, features/indexmacros, has been updated. - Log - commit 2b177172f17d524cd27727319799112cbc62fa7d Author: Thibaut Cuvelier Date: Thu Sep 1 02:04:05 2022 +0200 LyXHTML: implement multiple indices diff --git a/src

Re: Making Paragraph::latex() thread safe?

2022-08-29 Thread Thibaut Cuvelier
On Mon, 29 Aug 2022 at 21:52, Scott Kostyshak wrote: > I used the hacks just to get an idea of whether such parallelization would > actually lead to a speed-up. It does. For example, on an 8-core machine, > the document files (user guide, etc.) export to .tex about 4x faster. This > isn't that

Re: [PATCH v3 1/2] ath79: mikrotik: stack ar9344 devices to single dtsi

2022-08-25 Thread Thibaut
> Le 24 août 2022 à 18:05, Tomasz Maciej Nowak a écrit : > > From: Tomasz Maciej Nowak > > Most of boards from MikroTik with AR9344 SoC (supported and > un-supported) replicate the same schematic, so stack common device nodes > to a single dtsi. > > ar9344_mikrotik_routerboard-16m-nor.dtsi:

[PATCH] kernel: backport mt7530 dsa bridge-vlan fixes

2022-08-09 Thread Thibaut VARÈNE
etups involving a bridge-vlan with untagged ethernet ports would see wireless clients roaming to the AP experience connection drops lasting 2-5mn as the stale FDB entries persist. See the discussion here: http://lists.openwrt.org/pipermail/openwrt-devel/2022-August/039175.html Signed-off-by:

Re: [Lightning-dev] Using BOLT 8 to Send Wumbo Messages

2022-07-03 Thread Thibaut Le Guilly
it'd make sense). Also thanks to all the other developers who provided comments/feedback (and to Chris for asking them), I really appreciate it. Cheers, Thibaut [1]: https://github.com/discreetlogcontracts/dlcspecs/pull/192#discussion_r894383344 On Sat, Jul 2, 2022 at 9:16 AM Olaoluwa Osuntokun

Bug#1013981: O: gimp-gap -- animation package for the GIMP

2022-06-28 Thread Thibaut Paumard
of single frames. It adds a Video menu to image windows in the GIMP. I have not been using or updating this package in quite a long time. In my experience this package does not require extensive effort to be kept in working shape (but I can't afford it anymore). Cheers, Thibaut.

Bug#1013981: O: gimp-gap -- animation package for the GIMP

2022-06-28 Thread Thibaut Paumard
of single frames. It adds a Video menu to image windows in the GIMP. I have not been using or updating this package in quite a long time. In my experience this package does not require extensive effort to be kept in working shape (but I can't afford it anymore). Cheers, Thibaut.

bug#56160: 13.1.3; fill breaks verbatim macros not followed with spaces

2022-06-23 Thread Thibaut Benjamin
e the space inside the verb macro with a no-break space (U+00A0) Many thanks, Thibaut ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

Re: I need help with Qt6X11Extras

2022-06-19 Thread Thibaut Cuvelier
On Sat, 18 Jun 2022, 11:04 Kornel Benko, wrote: > Am Sat, 18 Jun 2022 18:22:34 +0300 > schrieb Andrew Gaidukevich <3du...@mail.ru>: > > > > > Hello! My name is Andrew! > > I need help! > > I cant compile LMMS without this! > > I got this error… help me to solve this > > -- Could NOT find

[Qgis-user] Interpolation analyses

2022-06-09 Thread Thibaut Bouveroux via Qgis-user
someone has na idea why? Using the same data set in ArcMap, the interpolation I made ranged between 0.1 and 13.1 and does fit 100% with my dataset. Thanks a lot for your assistance, Best, Thibaut ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List

[ansible-project] Update docker images and re-run docker compose up

2022-05-17 Thread Thibaut Perrin
Hello, I am working on automating my docker images updates. For that I get a notification from DIUN, and so far I'm running the update with a simple bash scripts that goes through my docker stack folders, running a docker-compose ps to check if there are any processes, and if so, runs a

[ansible-project] Re: docker-compose down and up

2022-05-17 Thread Thibaut Perrin
Did you simply follow the lines down there ? ie *pip install docker* ? Then you need to install the collection using *ansible-galaxy collection install community.docker* On Tuesday, May 10, 2022 at 8:40:07 PM UTC+2 tdub...@gmail.com wrote: > trying to get this module to work and docker-compose

Re: features/indexmacros

2022-05-04 Thread Thibaut Cuvelier
On Mon, 25 Apr 2022 at 07:43, Jürgen Spitzmüller wrote: > Am Montag, dem 25.04.2022 um 02:43 +0200 schrieb Thibaut Cuvelier: > > I have pushed a slightly revised patch to your branch with the > > DocBook implementation. I'm now having a look at the XHTML one, in > > particul

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

2022-05-04 Thread Thibaut Cuvelier
The branch, features/indexmacros, has been updated. - Log - commit f352a375d93517a994316ed5fac82b1804459f51 Author: Thibaut Cuvelier Date: Mon Apr 25 04:57:42 2022 +0200 InsetIndex: revamp IndexEntry to handle both legacy

Re: Back

2022-05-03 Thread Thibaut Cuvelier
On Tue, 3 May 2022 at 17:19, Richard Kimberly Heck wrote: > Hi, all, > > Sorry for disappearing there for a while. I had some difficult personal > circumstances and an incredibly busy semester and just had to withdraw > from everything else until things settled down. Which they now have. >

Re: features/indexmacros

2022-04-24 Thread Thibaut Cuvelier
On Fri, 22 Apr 2022 at 13:14, Jürgen Spitzmüller wrote: > Am Freitag, dem 22.04.2022 um 09:01 +0200 schrieb Jürgen Spitzmüller: > > > Also, I'm assuming that the user either uses the new insets or the > > > old, pure LaTeX way of doing index, not a mix of both. Does this > > > make > > > sense?

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

2022-04-24 Thread Thibaut Cuvelier
The branch, features/indexmacros, has been updated. - Log - commit 5a538722590f2301e8658bc56ce777f3ef4a787a Author: Thibaut Cuvelier Date: Fri Apr 22 03:44:16 2022 +0200 DocBook: use the new system for index. diff --git

Re: features/indexmacros

2022-04-21 Thread Thibaut Cuvelier
On Tue, 19 Apr 2022 at 13:29, Jürgen Spitzmüller wrote: > Am Dienstag, dem 19.04.2022 um 13:21 +0200 schrieb Jürgen Spitzmüller: > > This adds native macros for subindexes (!level), |see and |seealso > > and sort keys (sort@key), for that matter. > Code-wise, the design looks really clean! The

Re: [Desktop-packages] [Bug 1969406] Re: Problem with right click on an app in dock

2022-04-19 Thread Thibaut Dupuy
Yes it's the same bug. Le lun. 18 avr. 2022 à 19:45, Daniel van Vugt <1969...@bugs.launchpad.net> a écrit : > Please check bug 1967121 to see if it's the same issue. > > ** Package changed: xorg (Ubuntu) => gnome-shell-extension-ubuntu-dock > (Ubuntu) > > ** Changed in:

Re: [Bug 1969406] Re: Problem with right click on an app in dock

2022-04-19 Thread Thibaut Dupuy
Yes it's the same bug. Le lun. 18 avr. 2022 à 19:45, Daniel van Vugt <1969...@bugs.launchpad.net> a écrit : > Please check bug 1967121 to see if it's the same issue. > > ** Package changed: xorg (Ubuntu) => gnome-shell-extension-ubuntu-dock > (Ubuntu) > > ** Changed in:

[Desktop-packages] [Bug 1969406] [NEW] Problem with right click on an app in dock

2022-04-18 Thread Thibaut Dupuy
Public bug reported: I'am on Ubuntu 22.04 (developpement branch). When I right click on an app in the dock, a little window opens. It's normal. But, when I click in this windows to close the applacation windows, the window moves down and it makes me click on "Show details". It's pretty annoying

[Ubuntu-x-swat] [Bug 1969406] [NEW] Problem with right click on an app in dock

2022-04-18 Thread Thibaut Dupuy
Public bug reported: I'am on Ubuntu 22.04 (developpement branch). When I right click on an app in the dock, a little window opens. It's normal. But, when I click in this windows to close the applacation windows, the window moves down and it makes me click on "Show details". It's pretty annoying

[Touch-packages] [Bug 1969406] [NEW] Problem with right click on an app in dock

2022-04-18 Thread Thibaut Dupuy
Public bug reported: I'am on Ubuntu 22.04 (developpement branch). When I right click on an app in the dock, a little window opens. It's normal. But, when I click in this windows to close the applacation windows, the window moves down and it makes me click on "Show details". It's pretty annoying

[Bug 1969406] [NEW] Problem with right click on an app in dock

2022-04-18 Thread Thibaut Dupuy
Public bug reported: I'am on Ubuntu 22.04 (developpement branch). When I right click on an app in the dock, a little window opens. It's normal. But, when I click in this windows to close the applacation windows, the window moves down and it makes me click on "Show details". It's pretty annoying

Re: [Desktop-packages] [Bug 1968496] Re: There is a dependency problem with language-selector-common

2022-04-11 Thread Thibaut Dupuy
-selector-common python3-uno language-selector-gnome update-manager-core update-manager E: Sub-process /usr/bin/dpkg returned an error code (1) Thanks for your answer, Thibaut Dupuy Le dim. 10 avr. 2022 à 09:35, Gunnar Hjalmarsson <1968...@bugs.launchpad.net> a écrit : > Thanks for yo

Re: [Bug 1968496] Re: There is a dependency problem with language-selector-common

2022-04-11 Thread Thibaut Dupuy
-selector-common python3-uno language-selector-gnome update-manager-core update-manager E: Sub-process /usr/bin/dpkg returned an error code (1) Thanks for your answer, Thibaut Dupuy Le dim. 10 avr. 2022 à 09:35, Gunnar Hjalmarsson <1968...@bugs.launchpad.net> a écrit : > Thanks for yo

[Bug 1968496] [NEW] There is a dependency problem with language-selector-common

2022-04-10 Thread Thibaut Dupuy
Public bug reported: I'm using Ubuntu 22.04 beta. This is the output of apt: After this operation, 0 B of additional disk space will be used. Setting up language-selector-common (0.219) ... E: py3compile:272: Requested versions are not installed dpkg: error processing package

[Desktop-packages] [Bug 1968496] [NEW] There is a dependency problem with language-selector-common

2022-04-10 Thread Thibaut Dupuy
Public bug reported: I'm using Ubuntu 22.04 beta. This is the output of apt: After this operation, 0 B of additional disk space will be used. Setting up language-selector-common (0.219) ... E: py3compile:272: Requested versions are not installed dpkg: error processing package

Re: A docbook test is failing on current master

2022-04-02 Thread Thibaut Cuvelier
On Sat, 2 Apr 2022 at 20:24, Scott Kostyshak wrote: > The following test fails for me on current master: > > export/export/xhtml/table_borders_docbook5 > Thanks for the notice! It's been fixed as e7ed8213ac. -- lyx-devel mailing list lyx-devel@lists.lyx.org

[LyX/master] MathML: fix validity for fractions with units.

2022-04-02 Thread Thibaut Cuvelier
commit 26300c565fd3eeca9ee398b17c2bceedef31b5f5 Author: Thibaut Cuvelier Date: Sat Apr 2 04:03:12 2022 +0200 MathML: fix validity for fractions with units. https://www.lyx.org/trac/ticket/12513 Contributed by lynx. --- src/mathed/InsetMathFrac.cpp | 25

[LyX/master] DocBook: fix a test to ensure that the DocBook document is valid.

2022-04-02 Thread Thibaut Cuvelier
commit e7ed8213ac47f52471130687613d5c15e3d0a023 Author: Thibaut Cuvelier Date: Sun Apr 3 03:41:02 2022 +0200 DocBook: fix a test to ensure that the DocBook document is valid. A book cannot directly contain paragraphs, they must be within a chapter. --- autotests/export/xhtml

[Bug 1967640] [NEW] package udev 249.11-0ubuntu2 failed to install/upgrade: installed udev package post-installation script subprocess returned error exit status 1

2022-04-02 Thread Thibaut Dupuy
Public bug reported: I don't know anything Ubuntu just told me there was a bug and I just sent a report ProblemType: Package DistroRelease: Ubuntu 22.04 Package: udev 249.11-0ubuntu2 ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30 Uname: Linux 5.15.0-25-generic x86_64 ApportVersion:

[Touch-packages] [Bug 1967640] [NEW] package udev 249.11-0ubuntu2 failed to install/upgrade: installed udev package post-installation script subprocess returned error exit status 1

2022-04-02 Thread Thibaut Dupuy
Public bug reported: I don't know anything Ubuntu just told me there was a bug and I just sent a report ProblemType: Package DistroRelease: Ubuntu 22.04 Package: udev 249.11-0ubuntu2 ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30 Uname: Linux 5.15.0-25-generic x86_64 ApportVersion:

[Touch-packages] [Bug 1967595] Re: Display Issue in 5:4

2022-04-02 Thread Thibaut Dupuy
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1967595 Title: Display Issue in 5:4 Status in xorg package in Ubuntu: New Bug

[Ubuntu-x-swat] [Bug 1967595] Re: Display Issue in 5:4

2022-04-02 Thread Thibaut Dupuy
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1967595 Title: Display Issue in 5:4 To manage notifications about this bug go to:

[Desktop-packages] [Bug 1967595] Re: Display Issue in 5:4

2022-04-02 Thread Thibaut Dupuy
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1967595 Title: Display Issue in 5:4 Status in xorg package in Ubuntu: New Bug description:

[Bug 1967595] Re: Display Issue in 5:4

2022-04-02 Thread Thibaut Dupuy
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967595 Title: Display Issue in 5:4 To manage notifications about this bug go to:

[Bug 1967595] [NEW] Display Issue in 5:4

2022-04-01 Thread Thibaut Dupuy
Public bug reported: I have a 5:4 screen and when I launch Ubuntu (i'm using Xubuntu with ubuntu-desktop installed) the display is not properly aligned with the screen and I tried to invert the screen and my session closed everytime I try. Oh i forgot to tell i'm on Ubuntu 22.04 Beta. **

Re: LyXHTML doc doesn't pass validation

2022-04-01 Thread Thibaut Cuvelier
On Wed, 23 Mar 2022 at 22:54, José Abílio Matos wrote: > On Wednesday, 23 March 2022 20.12.23 WET Thibaut Cuvelier wrote: > > > XHTML 1 dates back from 2001... LyX generates XHTML 5, but the doctype > is kept > > > from XHTML 1 for compatibility issues (some br

[LyX/master] XHTML tables: fix borders and implement booktabs.

2022-04-01 Thread Thibaut Cuvelier
commit 544adb065b89afa27002dc8b391ee7c907e200ac Author: Thibaut Cuvelier Date: Fri Apr 1 21:15:13 2022 +0200 XHTML tables: fix borders and implement booktabs. https://www.lyx.org/trac/ticket/10154 Contributed by raccoon. --- autotests/export/xhtml/table_borders.lyx

[LyX/master] Remove debug output.

2022-04-01 Thread Thibaut Cuvelier
commit fa5db30d411d4c03cd2bc25de4cecb6d130b3a09 Author: Thibaut Cuvelier Date: Fri Apr 1 04:37:33 2022 +0200 Remove debug output. --- src/insets/InsetERT.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetERT.cpp b/src/insets/InsetERT.cpp index

[LyX/master] XHTML/DocBook: merge code paths to generate a row in a table.

2022-04-01 Thread Thibaut Cuvelier
commit 5488bebb303f47ba94621dfd1c05d3a54c6db16c Author: Thibaut Cuvelier Date: Fri Apr 1 04:37:48 2022 +0200 XHTML/DocBook: merge code paths to generate a row in a table. --- src/insets/InsetTabular.cpp | 91 ++- src/insets/InsetTabular.h | 12

[LyX/master] DocBook: remove unused variable.

2022-04-01 Thread Thibaut Cuvelier
commit 72f630cb8f370f2ab2b600be7c16f49fd8f1f276 Author: Thibaut Cuvelier Date: Fri Apr 1 04:40:10 2022 +0200 DocBook: remove unused variable. --- src/insets/InsetTabular.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets

[LyX/master] CALS tables: fix implementation of multirow/col.

2022-04-01 Thread Thibaut Cuvelier
commit 8b9c162f515c9666a8a4c5ca26052d710b15d89b Author: Thibaut Cuvelier Date: Sat Apr 2 02:54:12 2022 +0200 CALS tables: fix implementation of multirow/col. --- src/insets/InsetTabular.cpp | 24 +++- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git

[LyX/master] CALS tables: base implementation of row separators on the new code from XHTML.

2022-04-01 Thread Thibaut Cuvelier
commit 88f767e4922a0c4cdb39b24d6b6e2a41d1d8dc4a Author: Thibaut Cuvelier Date: Sat Apr 2 02:56:32 2022 +0200 CALS tables: base implementation of row separators on the new code from XHTML. --- src/insets/InsetTabular.cpp | 37 + 1 files changed, 25

[LyX/master] XHTML/CALS tables: create helper functions to share more code.

2022-04-01 Thread Thibaut Cuvelier
commit 50374e38e1ef69aacdddeb771bc7716657338437 Author: Thibaut Cuvelier Date: Sat Apr 2 03:31:15 2022 +0200 XHTML/CALS tables: create helper functions to share more code. --- src/insets/InsetTabular.cpp | 153 ++ src/insets/InsetTabular.h |3

[LyX/master] XHTML/DocBook tables: slight refactoring.

2022-04-01 Thread Thibaut Cuvelier
commit 838157392a8ddfbd3db604bf62f30f6c839d70b3 Author: Thibaut Cuvelier Date: Fri Apr 1 20:39:02 2022 +0200 XHTML/DocBook tables: slight refactoring. --- src/insets/InsetTabular.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/insets/InsetTabular.cpp

Re: Lots of duplicate code in docbook

2022-03-31 Thread Thibaut Cuvelier
On Wed, 30 Mar 2022 at 07:29, Daniel wrote: > On 2022-03-28 18:49, Thibaut Cuvelier wrote: > > On Mon, 21 Mar 2022 at 13:11, Lorenzo Bertini > > mailto:lorenzobertin...@gmail.com>> wrote: > > > > Il 21/03/22 11:49, Daniel ha scritto: > > >

[LyX/master] XHTML/DocBook: merge code duplicates for horizontal alignment.

2022-03-31 Thread Thibaut Cuvelier
commit ec016162470a08072ed59080efd357bc90a7efb1 Author: Thibaut Cuvelier Date: Fri Apr 1 04:01:40 2022 +0200 XHTML/DocBook: merge code duplicates for horizontal alignment. --- src/insets/InsetTabular.cpp | 86 +++ src/insets/InsetTabular.h

[LyX/master] XHTML/DocBook: merge code duplicates for vertical alignment.

2022-03-31 Thread Thibaut Cuvelier
commit c7896cf922f8297ba9bbfc0fa13b99ccaf9168a5 Author: Thibaut Cuvelier Date: Fri Apr 1 03:51:24 2022 +0200 XHTML/DocBook: merge code duplicates for vertical alignment. --- src/insets/InsetTabular.cpp | 55 -- src/insets/InsetTabular.h |3

[LyX/master] DocBook: merge code duplicates for HTML and CALS tables.

2022-03-31 Thread Thibaut Cuvelier
commit 0ba1b68f6974e61d89243e24257311081fa9d7a1 Author: Thibaut Cuvelier Date: Fri Apr 1 04:12:14 2022 +0200 DocBook: merge code duplicates for HTML and CALS tables. --- autotests/export/docbook/table_nested.xml | 40 +++--- src/insets/InsetTabular.cpp | 79

[LyX/master] MathML: fix underbraces to be stretchable.

2022-03-31 Thread Thibaut Cuvelier
commit 7b6afb23ec4540dd9bd9e8f238c52e00b812fd4e Author: Thibaut Cuvelier Date: Fri Apr 1 00:01:42 2022 +0200 MathML: fix underbraces to be stretchable. Ticket: https://www.lyx.org/trac/ticket/12502 Contributed by lynx --- src/mathed/InsetMathDecoration.cpp |4 ++-- 1

Re: Lots of duplicate code in docbook

2022-03-28 Thread Thibaut Cuvelier
On Mon, 21 Mar 2022 at 13:11, Lorenzo Bertini wrote: > Il 21/03/22 11:49, Daniel ha scritto: > > On 2022-03-21 10:55, Lorenzo Bertini wrote: > >> There is some degree of duplication between Docbook and LyXHTML code. > >> I think its because the latter is much old

Re: LyXHTML doc doesn't pass validation

2022-03-23 Thread Thibaut Cuvelier
On Wed, 23 Mar 2022 at 20:02, Lorenzo Bertini wrote: > Il 23/03/22 19:03, Thibaut Cuvelier ha scritto: > > On Wed, 23 Mar 2022 at 18:43, Lorenzo Bertini > > mailto:lorenzobertin...@gmail.com>> wrote: > > > > Running a very simple LyXHTML doc (a section with

Re: LyXHTML doc doesn't pass validation

2022-03-23 Thread Thibaut Cuvelier
On Wed, 23 Mar 2022 at 18:43, Lorenzo Bertini wrote: > Running a very simple LyXHTML doc (a section with a few paragraphs) > against this validator https://validator.w3.org/check reports some > errors, I don't really know if we care or not: > > 1. value of attribute "dir" cannot be "auto"; must

[PATCH 21.02] ath79: add support for MikroTik RouterBOARD mAP lite

2022-03-10 Thread Thibaut VARÈNE
as in https://openwrt.org/toh/mikrotik/common. Note: following 781d4bfb397cdd12ee0151eb66c577f470e3377d The network setup avoids using the integrated switch and connects the single Ethernet port directly. This way, link speed (10/100 Mbps) is properly reported by eth0. Signed-off-by: Thibaut

Re: Master uncompilable on cygwin

2022-03-04 Thread Thibaut Cuvelier
On Sat, 5 Mar 2022 at 03:40, Enrico Forestieri wrote: > On Sat, Mar 05, 2022 at 03:00:08AM +0100, Thibaut Cuvelier wrote: > > > > What I don't get is why casting one value is easy, but a vector is not... > > What about adding a manual cast around this line? > > &

[LyX/master] Avoid copies of vectors.

2022-03-04 Thread Thibaut Cuvelier
commit ffc1976b972accc6ce48f6befaa7254a7f353156 Author: Thibaut Cuvelier Date: Sat Mar 5 03:46:22 2022 +0100 Avoid copies of vectors. --- src/Encoding.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Encoding.h b/src/Encoding.h index 6016f05..9668336

Re: Master uncompilable on cygwin

2022-03-04 Thread Thibaut Cuvelier
On Sat, 5 Mar 2022 at 02:54, Enrico Forestieri wrote: > On Sat, Mar 05, 2022 at 02:47:16AM +0100, Thibaut Cuvelier wrote: > > > > On Sat, 5 Mar 2022 at 02:24, Enrico Forestieri wrote: > > > > > This is the error: > > > > > > In file included fr

Re: Master uncompilable on cygwin

2022-03-04 Thread Thibaut Cuvelier
On Sat, 5 Mar 2022 at 02:24, Enrico Forestieri wrote: > This is the error: > > In file included from ../../../../src/frontends/qt/GuiBibtex.cpp:21: > ../../../../src/Encoding.h: In member function > ‘std::vector int>, std::allocator > > lyx::CharInfo::textCommands() const’: >

[LyX/master] tex2lyx tests: set the encoding when reading a file, not all OSes default to UTF-8

2022-03-02 Thread Thibaut Cuvelier
commit 422bb60a14cd0d8e9dce24b7c92eefd0890ce9f7 Author: Thibaut Cuvelier Date: Thu Mar 3 01:57:16 2022 +0100 tex2lyx tests: set the encoding when reading a file, not all OSes default to UTF-8 --- src/tex2lyx/test/runtests.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[LyX/master] Fix indentation.

2022-03-01 Thread Thibaut Cuvelier
commit c66be94d14b3aadb0917488550c85078dd71bf6c Author: Thibaut Cuvelier Date: Wed Mar 2 00:39:53 2022 +0100 Fix indentation. --- src/tex2lyx/test/CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx/test/CMakeLists.txt b/src/tex2lyx/test

Re: [LyX/master] Clarify debug message

2022-03-01 Thread Thibaut Cuvelier
On Tue, 1 Mar 2022 at 13:52, Jürgen Spitzmüller wrote: > Am Di., 1. März 2022 um 13:51 Uhr schrieb Jürgen Spitzmüller < > sp...@lyx.org>: > >> Am Di., 1. März 2022 um 04:19 Uhr schrieb Thibaut Cuvelier < >> tcuvel...@lyx.org>: >> >>> On T

[LyX/master] Rename LATEX debug level to OUTFILE and use it for DocBook, HTML, and XML messages.

2022-03-01 Thread Thibaut Cuvelier
commit 997f0621c5346bb623cf86713c4fe1be0c941104 Author: Thibaut Cuvelier Date: Sun Feb 27 20:35:58 2022 +0100 Rename LATEX debug level to OUTFILE and use it for DocBook, HTML, and XML messages. --- src/Buffer.cpp | 16 src/BufferView.cpp

Re: [LyX/master] Clarify debug message

2022-02-28 Thread Thibaut Cuvelier
On Tue, 1 Mar 2022 at 03:58, Thibaut Cuvelier wrote: > On Mon, 28 Feb 2022 at 08:04, Jürgen Spitzmüller wrote: > >> Am Sonntag, dem 27.02.2022 um 20:48 +0100 schrieb Thibaut Cuvelier: >> > I'm doing this in the attached patches (also for HTML, XML being the >> > c

Re: [LyX/master] Clarify debug message

2022-02-28 Thread Thibaut Cuvelier
On Mon, 28 Feb 2022 at 08:04, Jürgen Spitzmüller wrote: > Am Sonntag, dem 27.02.2022 um 20:48 +0100 schrieb Thibaut Cuvelier: > > I'm doing this in the attached patches (also for HTML, XML being the > > common part between the two). I would like some feedback more > > specif

Re: tex2lyx tests failing on current master

2022-02-28 Thread Thibaut Cuvelier
These problems begin with > > [fec498d6617d9] unicodesymbols: add several synonyms. > > Attached is a diff from tex2lyx tests that shows the changes. These > seem to be (1.) additional space between characters and (2.) sometimes > inserted {} in ERT. > > Thibaut, does this ring a bell?

[LyX/master] Use a static method instead of a method call on a global variable.

2022-02-28 Thread Thibaut Cuvelier
commit 1220f399a7c900873956d305ab28fc3da7c3fdfb Author: Thibaut Cuvelier Date: Tue Mar 1 03:10:17 2022 +0100 Use a static method instead of a method call on a global variable. --- src/tex2lyx/text.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx

Re: [LyX/master] Clarify debug message

2022-02-27 Thread Thibaut Cuvelier
On Sun, 27 Feb 2022 at 15:16, Jürgen Spitzmüller wrote: > Thibaut, you might want to introduce a Debug::DOCBOOK mode rather than > sending these messages over all channels (also, in other cases, the > docbook chain uses Debug::LATEX which strikes me odd). > I'm doing this in

[LyX/master] Slightly simplify code by using for range.

2022-02-27 Thread Thibaut Cuvelier
commit 75be9b120001c1c072cc4330bc5cb0603d6c4dfb Author: Thibaut Cuvelier Date: Sun Feb 27 20:37:19 2022 +0100 Slightly simplify code by using for range. --- src/support/debug.cpp | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/support/debug.cpp b

Re: Same commands for different unicodes?

2022-02-26 Thread Thibaut Cuvelier
On Mon, 21 Feb 2022 at 11:17, Kornel Benko wrote: > Am Mon, 21 Feb 2022 02:13:08 +0100 > schrieb Thibaut Cuvelier : > > > > > > Would you have a script that finds all these occurrences or a > list? Maybe > > > > > quite a few could be resolved like the

Re: Recent commit causes uncodable character

2022-02-26 Thread Thibaut Cuvelier
On Sun, 27 Feb 2022 at 04:02, Thibaut Cuvelier wrote: > On Tue, 22 Feb 2022 at 16:14, Thibaut Cuvelier wrote: > >> On Tue, 22 Feb 2022 at 16:09, Scott Kostyshak wrote: >> >>> On Tue, Feb 22, 2022 at 11:43:23AM +0100, Jürgen Spitzmüller wrote: >>> > Am

[LyX/master] unicodesymbols: fix problematic entries.

2022-02-26 Thread Thibaut Cuvelier
commit 030db93ab2b6255d07393f627c8509b5e7bdcc94 Author: Thibaut Cuvelier Date: Sun Feb 27 04:14:12 2022 +0100 unicodesymbols: fix problematic entries. --- lib/unicodesymbols |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/unicodesymbols b/lib

Re: Recent commit causes uncodable character

2022-02-26 Thread Thibaut Cuvelier
On Tue, 22 Feb 2022 at 16:14, Thibaut Cuvelier wrote: > On Tue, 22 Feb 2022 at 16:09, Scott Kostyshak wrote: > >> On Tue, Feb 22, 2022 at 11:43:23AM +0100, Jürgen Spitzmüller wrote: >> > Am Di., 22. Feb. 2022 um 10:48 Uhr schrieb Jürgen Spitzmüller < >> sp...@lyx

Re: Recent commit causes uncodable character

2022-02-22 Thread Thibaut Cuvelier
c] unicodesymbols: parse > > > supplementary lines to encode alternative ways to encode symbols in raw > > > LaTeX. > > > > > > > It's probably rather 3f9e21b82692, for that matter. > > CC'ing Thibaut. > Indeed, it's probably due to a recent commit of mine. I'll have a look, tentatively tomorrow. -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Purpose of outline's "Table of Contents"?

2022-02-22 Thread Thibaut Cuvelier
On Tue, 22 Feb 2022 at 13:40, Jürgen Spitzmüller wrote: > Am Di., 22. Feb. 2022 um 13:00 Uhr schrieb Daniel : > >> I am wondering what the purpose of the "Table of Contents" in the >> Outliner is. Is it supposed to show those elements that actually appear >> in the "Table of Contents"? Or all

[LyX/master] Encodings::fromLaTeXCommand: if the command directly maps an entry of unicodesymbols, use it and bypass most of the logic.

2022-02-21 Thread Thibaut Cuvelier
commit 4cab1a77d20d3db8769862da5afe12879a9f8bb3 Author: Thibaut Cuvelier Date: Sat Feb 19 02:23:52 2022 +0100 Encodings::fromLaTeXCommand: if the command directly maps an entry of unicodesymbols, use it and bypass most of the logic. This is important for commands like

[LyX/master] unicodesymbols: mark several Greek characters as deprecated (oxia becoming tonos).

2022-02-21 Thread Thibaut Cuvelier
commit 548c12158f0b1030e59b51d2db4b17726a66ee7e Author: Thibaut Cuvelier Date: Mon Feb 21 00:18:56 2022 +0100 unicodesymbols: mark several Greek characters as deprecated (oxia becoming tonos). Some of corresponding commands did not have a matching LaTeX command for a currently

[LyX/master] unicodesymbols: add math versions of some symbols according to unicodetex

2022-02-21 Thread Thibaut Cuvelier
commit 0cde3dce12cd2be875f700ae3c1a175db595a2b7 Author: Thibaut Cuvelier Date: Mon Feb 21 02:10:15 2022 +0100 unicodesymbols: add math versions of some symbols according to unicodetex --- lib/unicodesymbols |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

Re: Same commands for different unicodes?

2022-02-20 Thread Thibaut Cuvelier
On Sun, 20 Feb 2022 at 23:41, Kornel Benko wrote: > Am Sun, 20 Feb 2022 23:39:00 +0100 > schrieb Thibaut Cuvelier : > > > On Sun, 20 Feb 2022 at 21:53, Thibaut Cuvelier > wrote: > > > > > On Sun, 20 Feb 2022 at 17:39, Kornel Benko wrote: > > >

Re: Same commands for different unicodes?

2022-02-20 Thread Thibaut Cuvelier
On Sun, 20 Feb 2022 at 21:53, Thibaut Cuvelier wrote: > On Sun, 20 Feb 2022 at 17:39, Kornel Benko wrote: > >> Am Sun, 20 Feb 2022 17:04:54 +0100 >> schrieb Thibaut Cuvelier : >> >> > On Sun, 20 Feb 2022 at 13:12, Kornel Benko wrote: >> > >> &g

Re: unicodesymbols: have several commands for a single symbol?

2022-02-20 Thread Thibaut Cuvelier
On Sun, 20 Feb 2022 at 11:27, Enrico Forestieri wrote: > On Sun, Feb 20, 2022 at 01:29:28AM +0100, Thibaut Cuvelier wrote: > > > > On Sat, 19 Feb 2022 at 12:28, Enrico Forestieri wrote: > > > > > On Sat, Feb 19, 2022 at 08:47:17AM +0100, Jürgen Spitzmüller wrote: &

[LyX/master] unicodesymbols: amend fec498d6, there was an O (capital letter O) instead of an 0 (zero).

2022-02-20 Thread Thibaut Cuvelier
commit fb70452086747fad09ce6f1e56e9373a330b3373 Author: Thibaut Cuvelier Date: Sun Feb 20 22:28:48 2022 +0100 unicodesymbols: amend fec498d6, there was an O (capital letter O) instead of an 0 (zero). --- lib/unicodesymbols |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: Same commands for different unicodes?

2022-02-20 Thread Thibaut Cuvelier
On Sun, 20 Feb 2022 at 17:39, Kornel Benko wrote: > Am Sun, 20 Feb 2022 17:04:54 +0100 > schrieb Thibaut Cuvelier : > > > On Sun, 20 Feb 2022 at 13:12, Kornel Benko wrote: > > > > > In unicodesymbols we find > > > > > > 0x025b "\\textepsil

[LyX/master] DocBook, InsetFloat: avoid a potential nullptr dereference when detecting the type of table for filler content.

2022-02-20 Thread Thibaut Cuvelier
commit cfb6f205fa59a7989958ac2808e5a3c62f1b35bf Author: Thibaut Cuvelier Date: Sun Feb 20 21:30:39 2022 +0100 DocBook, InsetFloat: avoid a potential nullptr dereference when detecting the type of table for filler content. --- src/insets/InsetFloat.cpp | 11 +++ 1 files changed

Re: Same commands for different unicodes?

2022-02-20 Thread Thibaut Cuvelier
On Sun, 20 Feb 2022 at 13:12, Kornel Benko wrote: > In unicodesymbols we find > > 0x025b "\\textepsilon""tipa" ... > 0x03b5 "\\textepsilon" "textgreek" ... > 0x03b5 is a true epsilon (https://unicodemap.org/details/0x03B5/index.html), i.e. a letter in the Greek alphabet, while

[LyX/master] Amend 0dc7f34e: avoid using a C++20 function.

2022-02-19 Thread Thibaut Cuvelier
commit dec53304268388a46805418a5b531c2b48eb0f22 Author: Thibaut Cuvelier Date: Sun Feb 20 02:03:41 2022 +0100 Amend 0dc7f34e: avoid using a C++20 function. --- src/Encoding.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Encoding.cpp b/src/Encoding.cpp

Re: LyX 2.3 and 2.4 have troubles displaying EPS images

2022-02-19 Thread Thibaut Cuvelier
On Sat, 19 Feb 2022 at 11:31, Enrico Forestieri wrote: > On Sat, Feb 19, 2022 at 03:16:04AM +0100, Thibaut Cuvelier wrote: > > > > I've been back on this issue. I think that slightly changing the call to > > ImageMagick is the best solution, as it will not break things th

[LyX/master] unicodesymbols: add several synonyms.

2022-02-19 Thread Thibaut Cuvelier
commit fec498d6617d91d04726f13055d6e9ddeaa0cc77 Author: Thibaut Cuvelier Date: Sat Feb 19 02:37:58 2022 +0100 unicodesymbols: add several synonyms. --- lib/unicodesymbols |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols

[LyX/master] CharInfo: allow to store several commands (both text and math) for each character.

2022-02-19 Thread Thibaut Cuvelier
commit 3f9e21b826926f90474c9b7a5aeea5032d19207f Author: Thibaut Cuvelier Date: Fri Feb 18 22:11:04 2022 +0100 CharInfo: allow to store several commands (both text and math) for each character. Only the first one is returned by default with existing methods to guarantee

[LyX/master] configure: for EPS to PNG, ask ImageMagick to only consider the first image.

2022-02-19 Thread Thibaut Cuvelier
commit faf0e9ee1396decee9351d3ea8a4bbd362290c79 Author: Thibaut Cuvelier Date: Sat Feb 19 03:11:55 2022 +0100 configure: for EPS to PNG, ask ImageMagick to only consider the first image. Issue discussed in the mailing list: when the EPS contains several images (Adobe Photoshop

[LyX/master] unicodesymbols: parse supplementary lines to encode alternative ways to encode symbols in raw LaTeX.

2022-02-19 Thread Thibaut Cuvelier
commit 0dc7f34e00e06e8b378236e32f86023313067b7c Author: Thibaut Cuvelier Date: Sat Feb 19 02:10:45 2022 +0100 unicodesymbols: parse supplementary lines to encode alternative ways to encode symbols in raw LaTeX. --- lib/unicodesymbols |2 + src/Encoding.cpp| 126

Re: unicodesymbols: have several commands for a single symbol?

2022-02-19 Thread Thibaut Cuvelier
On Sat, 19 Feb 2022 at 12:28, Enrico Forestieri wrote: > On Sat, Feb 19, 2022 at 08:47:17AM +0100, Jürgen Spitzmüller wrote: > > > > Am Samstag, dem 19.02.2022 um 02:43 +0100 schrieb Thibaut Cuvelier: > > > Does it look alright to you? If so, I will push these patches. &g

Re: unicodesymbols: have several commands for a single symbol?

2022-02-19 Thread Thibaut Cuvelier
On Sat, 19 Feb 2022 at 08:47, Jürgen Spitzmüller wrote: > > Am Samstag, dem 19.02.2022 um 02:43 +0100 schrieb Thibaut Cuvelier: > > Does it look alright to you? If so, I will push these patches. > > So if an entry has "", this will be set empty, and if it has nothing,

Re: LyX 2.3 and 2.4 have troubles displaying EPS images

2022-02-18 Thread Thibaut Cuvelier
at 13:13, Dr Eberhard Lisse wrote: > Thibaut, > > I don't know. Try both of them > > TeX has nothing to do with this, it's a LyX issue. > > el > > On 2022-02-10 03:22 , Thibaut Cuvelier wrote: > > On Wed, 9 Feb 2022 at 22:45, Dr Eberhard Lisse wrote: &g

Re: unicodesymbols: have several commands for a single symbol?

2022-02-18 Thread Thibaut Cuvelier
. Does it look alright to you? If so, I will push these patches. On Mon, 14 Feb 2022 at 06:59, Jürgen Spitzmüller wrote: > Am Montag, dem 14.02.2022 um 03:24 +0100 schrieb Thibaut Cuvelier: > > Thanks, I just did that (with a small test file): a460097823. > > > > However, this tes

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