Re: ctests failing on current master

2023-12-03 Thread Kornel Benko
Am Sun, 03 Dec 2023 09:16:20 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 02.12.2023 um 17:42 +0100 schrieb Kornel Benko: > > Should I better know than you?  > > I thought so, since you are using and improving the tests regularly. > > > It is our co

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Sat, 02 Dec 2023 17:22:32 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 02.12.2023 um 17:16 +0100 schrieb Kornel Benko: > > In the lyx-bin directory there should also exist the command > > "check_layout". > > The use is simple: > > >

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Sat, 2 Dec 2023 17:16:45 +0100 schrieb Kornel Benko : > Am Sat, 02 Dec 2023 16:07:15 +0100 > schrieb "Jürgen Spitzmüller" : > > > Am Samstag, dem 02.12.2023 um 10:40 +0100 schrieb Kornel Benko: > > > Am Fri, 1 Dec 2023 12:19:31 -

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Sat, 02 Dec 2023 16:07:15 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 02.12.2023 um 10:40 +0100 schrieb Kornel Benko: > > Am Fri, 1 Dec 2023 12:19:31 -0500 > > schrieb Scott Kostyshak : > > > > > The following ctests are failing on curr

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Fri, 1 Dec 2023 12:19:31 -0500 schrieb Scott Kostyshak : > The following ctests are failing on current master: > > check_layout/memoir.layout (Failed) > check_layout/powerdot.layout (Failed) Bisecting for check_layout/powerdot.layout led to: 3698281943611647738baba1b33a3bd08518e410 is

Re: Advanced find: ignore non-output content

2023-11-29 Thread Kornel Benko
Am Fri, 24 Nov 2023 13:24:55 -0500 schrieb Richard Kimberly Heck : > On 11/24/23 07:23, Scott Kostyshak wrote: > > In master, if I click on settings and then "Ignore non-output content", > > notes should not be searched right? In the attached example, if I search > > for "abc", it also searches

Re: List of available classes

2023-11-12 Thread Kornel Benko
Am Sun, 12 Nov 2023 15:55:40 -0500 schrieb Scott Kostyshak : > On Sun, Nov 12, 2023 at 06:40:02PM +0100, Jean-Pierre Chrétien wrote: > > Dear developers, > > > > While updating the French version of Additional.lyx, I wanted to check the > > availability of KOMA-Script Report. > > However, I

Re: List of available classes

2023-11-12 Thread Kornel Benko
Am Sun, 12 Nov 2023 18:40:02 +0100 schrieb Jean-Pierre Chrétien : > Dear developers, > > While updating the French version of Additional.lyx, I wanted to check the > availability of KOMA-Script Report. > However, I can't scroll down the list of classes further than the Japanese > reports, I do

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-11 Thread Kornel Benko
Am Sat, 11 Nov 2023 11:14:51 -0500 schrieb Scott Kostyshak : > > diff --git a/development/cmake/post_install/CMakeLists.txt > > b/development/cmake/post_install/CMakeLists.txt index > > 52a2f782af..f83cdaad0b 100644 > > --- a/development/cmake/post_install/CMakeLists.txt > > +++

Re: New macros LYX_BEGIN_MUTE_GCC_WARNING and LYX_END_MUTE_GCC_WARNING not defined in cmake conf

2023-11-10 Thread Kornel Benko
Am Fri, 10 Nov 2023 14:40:01 +0100 schrieb Jean-Marc Lasgouttes : > Le 10/11/2023 à 13:24, Kornel Benko a écrit : > > Thanks, but > > /usr2/src/lyx/lyx-git/src/Mover.h:18:10: fatal error: > > support/mute_warning.h: No such > > file or directory 18 | #incl

Re: New macros LYX_BEGIN_MUTE_GCC_WARNING and LYX_END_MUTE_GCC_WARNING not defined in cmake conf

2023-11-10 Thread Kornel Benko
Am Fri, 10 Nov 2023 13:16:35 +0100 schrieb Jean-Marc Lasgouttes : > Le 10/11/2023 à 12:58, Kornel Benko a écrit : > > > > This of course breaks the compilation. > > > > Please do not add new stuff at this stage. > > > > Would it be possible to add the de

New macros LYX_BEGIN_MUTE_GCC_WARNING and LYX_END_MUTE_GCC_WARNING not defined in cmake conf

2023-11-10 Thread Kornel Benko
This of course breaks the compilation. Please do not add new stuff at this stage. Would it be possible to add the definitions into some header file instead? Kornel pgpKxQrxIxltt.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Something's wrong today with git.lyx.org:lyx

2023-11-10 Thread Kornel Benko
Am Fri, 10 Nov 2023 12:13:12 +0100 schrieb Jean-Marc Lasgouttes : > Le 10/11/2023 à 12:05, Kornel Benko a écrit : > > > > On master I get > > $ git pull > > error: Could not read 343a9749abe4f32e67ef9aae9554ee4bd8dae1b4 > > remote: Counting objects: 42, done

Something's wrong today with git.lyx.org:lyx

2023-11-10 Thread Kornel Benko
On master I get $ git pull error: Could not read 343a9749abe4f32e67ef9aae9554ee4bd8dae1b4 remote: Counting objects: 42, done. remote: Compressing objects: 100% (26/26), done. remote: Total 26 (delta 22), reused 0 (delta 0) Unpacking objects: 100% (26/26), 76.31 KiB | 375.00 KiB/s, done.

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-04 Thread Kornel Benko
Am Sat, 4 Nov 2023 18:05:42 +0100 schrieb pdv : > On 04/11/2023 17:55, pdv wrote: > > On 21/03/2023 19:27, Kornel Benko wrote: > >> Am Tue, 21 Mar 2023 15:27:41 +0100 > >> schrieb pdv : > >> > >>> On 21/03/2023 11:00, Kornel Benko wrote: > >

Re: CMake fails on first configure

2023-10-22 Thread Kornel Benko
Am Sun, 22 Oct 2023 20:48:38 +0200 schrieb Yu Jin : > Am So., 22. Okt. 2023 um 17:32 Uhr schrieb Kornel Benko: > > > Am Sun, 22 Oct 2023 10:22:54 +0200 > > schrieb Yu Jin: > > > > > Am Sa., 21. Okt. 2023 um 22:00 Uhr schrieb Yu Jin: > > > > > >

Re: CMake fails on first configure

2023-10-22 Thread Kornel Benko
Am Sun, 22 Oct 2023 10:22:54 +0200 schrieb Yu Jin : > Am Sa., 21. Okt. 2023 um 22:00 Uhr schrieb Yu Jin : > > > Am Sa., 21. Okt. 2023 um 19:42 Uhr schrieb Kornel Benko: > > > >> > >> What bothers me, is that the following configure is OK. > >> For me

Re: CMake fails on first configure

2023-10-21 Thread Kornel Benko
Am Sat, 21 Oct 2023 13:47:13 +0200 schrieb Yu Jin : > Am Sa., 21. Okt. 2023 um 08:42 Uhr schrieb Yu Jin : > > > Am So., 15. Okt. 2023 um 22:32 Uhr schrieb Yu Jin > >: > > > >> Am Mo., 2. Okt. 2023 um 21:51 Uhr schrieb Yu Jin: > >> > >>> > >>> C:\Qt\6.5.2\msvc2019_64\include\QtGui\qtgui-config.h

Re: Big number of inverted docbook5 tests

2023-10-13 Thread Kornel Benko
Am Thu, 12 Oct 2023 13:59:17 +0200 schrieb Thibaut Cuvelier : > On Thu, 12 Oct 2023, 11:11 Kornel Benko, wrote: > > > > > Master trunk as of today: > > I count 406 tests for docbook5. 149 of them are inverted. > > Thibaut, is there a reason for such a huge rati

Big number of inverted docbook5 tests

2023-10-12 Thread Kornel Benko
Master trunk as of today: I count 406 tests for docbook5. 149 of them are inverted. Thibaut, is there a reason for such a huge ratio? Kornel pgpS9OJRnHJ4_.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: metainfo and cmake

2023-10-09 Thread Kornel Benko
Am Mon, 9 Oct 2023 10:14:48 +0200 schrieb Pavel Sanda : > On Sun, Oct 08, 2023 at 12:56:46PM +0200, Kornel Benko wrote: > > I was not planing to strip that part. The propose was an example. > > Plan is: > > If lyx with cmake is configured with > > -DLYX_PROGRAM_S

Re: metainfo and cmake

2023-10-08 Thread Kornel Benko
Am Fri, 6 Oct 2023 14:30:24 +0200 schrieb Pavel Sanda : > On Fri, Oct 06, 2023 at 01:02:47PM +0200, Kornel Benko wrote: > > > > I am using lyx2.3 and lyx2.4 in parallel installed. The problem will > > > > arise on > > > > installing lyx2.5 later. &g

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Fri, 6 Oct 2023 12:30:53 +0200 schrieb Cor Blom : > Op 06-10-2023 om 12:14 schreef Kornel Benko: > > Am Fri, 06 Oct 2023 10:53:25 +0100 > > schrieb José Matos : > > > >> On Fri, 2023-10-06 at 11:09 +0200, Kornel Benko wrote: > >>> Should

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Fri, 06 Oct 2023 10:53:25 +0100 schrieb José Matos : > On Fri, 2023-10-06 at 11:09 +0200, Kornel Benko wrote: > > Should we rename this file on install to be able to install multiple > > lyx-versions? > > Like "org.lyx.LyX.metainfo.xml" -> "LyX2.4.metain

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Fri, 6 Oct 2023 10:30:14 +0200 schrieb Kornel Benko : > Am Wed, 4 Oct 2023 10:57:08 +0200 > schrieb Cor Blom : > > > Hi, > > > > autoconf installs org.lyx.LyX.metainfo.xml automatically, but cmake does > > not. Intention, mistake, ...? > > >

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Wed, 4 Oct 2023 10:57:08 +0200 schrieb Cor Blom : > Hi, > > autoconf installs org.lyx.LyX.metainfo.xml automatically, but cmake does > not. Intention, mistake, ...? > > This is on openSUSE, building rpms using the buildservice. > > Thanks, > > Cor > Mistake. I was not aware of this

Re: CMake fails on first configure

2023-09-30 Thread Kornel Benko
Am Sat, 30 Sep 2023 09:35:57 +0200 schrieb Yu Jin : > Am So., 17. Sept. 2023 um 07:24 Uhr schrieb Yu Jin : > > > Am So., 17. Sept. 2023 um 07:23 Uhr schrieb Yu Jin > >: > > > >> When I configure for the first time (into an empty folder) I get this > >> error: > >> > >> CMake Error at > >>

Re: Error with Qt 6 and autotools

2023-08-24 Thread Kornel Benko
Am Thu, 24 Aug 2023 13:27:36 +0200 schrieb Cor Blom : > Op 24-08-2023 om 13:09 schreef Jean-Marc Lasgouttes: > > Le 24/08/2023 à 09:38, Cor Blom a écrit : > >> Op 24-08-2023 om 00:50 schreef Jean-Marc Lasgouttes: > >>> Do you have a config.log? The configure mechanism for qt6 now relies >

Re: [LyX/master] Save translators time, already used on different places.

2023-07-28 Thread Kornel Benko
Am Fri, 28 Jul 2023 09:30:17 +0200 schrieb Pavel Sanda : > On Fri, Jul 28, 2023 at 08:28:55AM +0200, Kornel Benko wrote: > > > @@ -314,7 +314,7 @@ void InsetMathHull::addToToc(DocIterator const & pit, > > > bool > > > output_active, if (!numbered(row)

Re: [LyX/master] Save translators time, already used on different places.

2023-07-28 Thread Kornel Benko
Am Thu, 27 Jul 2023 22:10:12 +0200 (CEST) schrieb Pavel Sanda : > commit 56d9b713c7bfc060ea032283b35fd098fb7988aa > Author: Pavel Sanda > Date: Thu Jul 27 23:23:18 2023 +0200 > > Save translators time, already used on different places. > --- > src/mathed/InsetMathHull.cpp |2 +- > 1

Re: How should we handle neg*space insets in find?

2023-07-23 Thread Kornel Benko
Am Sat, 22 Jul 2023 19:36:06 -0400 schrieb Scott Kostyshak : > On Sat, Jul 22, 2023 at 05:30:16PM +0200, Kornel Benko wrote: > > Am Sat, 22 Jul 2023 06:54:37 -0400 > > schrieb Scott Kostyshak : > > > > > On Sat, Jul 22, 2023 at 11:57:58AM +0200, Kornel Benko wrot

Re: make rpmdist failing

2023-07-22 Thread Kornel Benko
Am Sat, 22 Jul 2023 15:05:11 -0400 schrieb Richard Kimberly Heck : > I've finally decided to use the rpmdist target rather than installing > directly, but it is failing here: > >     $(LN_S) $(srcdir)/lib/images/lyx.png . ; \ > > The problem is that LN_S does not seem to be defined, so it is

Re: How should we handle neg*space insets in find?

2023-07-22 Thread Kornel Benko
Am Sat, 22 Jul 2023 06:54:37 -0400 schrieb Scott Kostyshak : > On Sat, Jul 22, 2023 at 11:57:58AM +0200, Kornel Benko wrote: > > > > * Should we discard them > > * Handle like white space > > > > If using in findadv with selected 'Adhere to search string fo

How should we handle neg*space insets in find?

2023-07-22 Thread Kornel Benko
* Should we discard them * Handle like white space If using in findadv with selected 'Adhere to search string formatting of' they are treated as ordinary non-word chars. Without this option, the are discarded. I am unsure, how to proceed. Using them as white spaces disables the specific search

Re: [LyX/master] Acount for all non-negative spaces used by lyx

2023-07-18 Thread Kornel Benko
Am Tue, 18 Jul 2023 14:54:46 +0200 schrieb Jean-Marc Lasgouttes : > Le 18/07/2023 à 14:47, Kornel Benko a écrit : > > Am Tue, 18 Jul 2023 13:58:51 +0200 > > schrieb Jean-Marc Lasgouttes : > >> Is this octal representation? Why is it needed? I think that we use >

Re: [LyX/master] Acount for all non-negative spaces used by lyx

2023-07-18 Thread Kornel Benko
Am Tue, 18 Jul 2023 13:58:51 +0200 schrieb Jean-Marc Lasgouttes : > Le 18/07/2023 à 12:03, Kornel Benko a écrit : > > commit 8eda9e25e00effe8eec6adef8244fc81b888c78f > > Author: Kornel Benko > > Date: Tue Jul 18 13:09:55 2023 +0200 > > > > Acount for al

Re: [LyX/master] Support protected and thin space in simple search (#12836)

2023-07-17 Thread Kornel Benko
Am Mon, 17 Jul 2023 15:46:34 +0200 (CEST) schrieb Juergen Spitzmueller : > commit f6f936e3d049c05ad0795c32696df895d8b61313 > Author: Juergen Spitzmueller > Date: Mon Jul 17 16:58:04 2023 +0200 > > Support protected and thin space in simple search (#12836) Thanks. Kornel

Re: [LyX/master] Fixup 7f1b1729: restore lazy caret handling

2023-06-25 Thread Kornel Benko
Am Sun, 25 Jun 2023 06:18:26 -0400 schrieb Scott Kostyshak : > On Sun, Jun 25, 2023 at 12:12:23PM +0200, Kornel Benko wrote: > > Am Sun, 25 Jun 2023 05:36:33 -0400 > > schrieb Scott Kostyshak : > > > > > On Sun, Jun 25, 2023 at 11:28:18AM +0200, Kornel Benko w

Re: [LyX/master] Fixup 7f1b1729: restore lazy caret handling

2023-06-25 Thread Kornel Benko
Am Sun, 25 Jun 2023 05:36:33 -0400 schrieb Scott Kostyshak : > On Sun, Jun 25, 2023 at 11:28:18AM +0200, Kornel Benko wrote: > > Am Sun, 25 Jun 2023 04:54:01 -0400 > > schrieb Scott Kostyshak : > > > > > On Thu, May 11, 2023 at 09:06:10AM +02

Re: [LyX/master] Fixup 7f1b1729: restore lazy caret handling

2023-06-25 Thread Kornel Benko
Am Sun, 25 Jun 2023 04:54:01 -0400 schrieb Scott Kostyshak : > On Thu, May 11, 2023 at 09:06:10AM +0200, Jean-Marc Lasgouttes wrote: > > > > commit 6fbc8c6352a965231a35ee8b052e3a6b80b5ce57 > > Author: Jean-Marc Lasgouttes > > Date: Wed May 3 12:55:44 2023 +0200 > > > > Fixup 7f1b1729:

Re: LyXMacros.patch for RC1 instead of rc1

2023-06-19 Thread Kornel Benko
Am Mon, 19 Jun 2023 08:05:07 +0200 schrieb Stephan Witt : > Am 18.06.2023 um 23:15 schrieb Jean-Marc Lasgouttes : > > > > Le 18/06/2023 à 22:12, Stephan Witt a écrit : > >> Hi Kornel, > >> I need to patch LyXMacros.patch to get a working cmake build. W/o the > >> patch I get: > >> CMake Error

Re: [LyX/master] Fix bug #12772

2023-05-28 Thread Kornel Benko
Am Sat, 27 May 2023 12:37:46 -0400 schrieb Richard Kimberly Heck : > On 5/27/23 02:57, Kornel Benko wrote: > > Am Sat, 27 May 2023 04:30:16 +0200 (CEST) > > schrieb Richard Kimberly Heck : > > > >> commit 4ed0312c51704780af1c452d3a82a84171b3725a > >> Aut

Re: [LyX/master] Fix bug #12772

2023-05-27 Thread Kornel Benko
Am Sat, 27 May 2023 04:30:16 +0200 (CEST) schrieb Richard Kimberly Heck : > commit 4ed0312c51704780af1c452d3a82a84171b3725a > Author: Daniel Ramoeller > Date: Fri May 26 23:38:16 2023 -0400 > > Fix bug #12772 > --- I get here /usr2/src/lyx/lyx-git/src/Text.cpp: In member function ‘void

Re: [LyX/master] Advaced search: check for toString() before using it. (#12783)

2023-05-19 Thread Kornel Benko
Am Fri, 19 May 2023 00:09:09 -0400 schrieb Richard Kimberly Heck : > On 5/18/23 11:02, Kornel Benko wrote: > > commit f13808939b9ae6d8d467538d17157a87e8a1a37c > > Author: Kornel Benko > > Date: Thu May 18 18:07:40 2023 +0200 > > > > Advaced search:

Re: Can I check, if a class component is overridden? Help for #12783

2023-05-18 Thread Kornel Benko
Am Thu, 18 May 2023 10:56:21 -0400 schrieb Richard Kimberly Heck : > On 5/18/23 10:26, Kornel Benko wrote: > > Specifically I would like to know if the component toString() in class > > Inset is > > overridden. > > https://en.cppreference.com/w/cpp/types/is

Can I check, if a class component is overridden? Help for #12783

2023-05-18 Thread Kornel Benko
Specifically I would like to know if the component toString() in class Inset is overridden. To solution for #12783 would be ATM the attached, but I'd like to have it done for other insets too. Kornel diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index b8819fdf1b..6ce3ce08ff 100644

Re: [LyX/master] Fix unitialized member warning by coverity

2023-05-09 Thread Kornel Benko
Am Tue, 9 May 2023 13:53:15 +0200 schrieb Jean-Marc Lasgouttes : > Le 09/05/2023 à 12:44, Jean-Marc Lasgouttes a écrit : > > commit e620920fe2488ba50ff0b992c2529fdb69f2691a > > Author: Jean-Marc Lasgouttes > > Date: Tue May 9 13:49:17 2023 +0200 > > > > Fix unitialized member warning by

Re: #11821: Lyx and OS/2

2023-05-05 Thread Kornel Benko
Am Thu, 4 May 2023 22:42:52 -0400 schrieb Scott Kostyshak : > On Mon, May 01, 2023 at 07:30:13PM +0200, Elbert Pol wrote: > > Hi again, > > > > Ok the Qt6 also build even with the svgwidget. > > As build with Qt6 it's not complaining about it. > > > > I found that i had a bad option in mine CMD

Re: #11821: Lyx and OS/2

2023-04-27 Thread Kornel Benko
Am Wed, 26 Apr 2023 21:07:37 -0400 schrieb Scott Kostyshak : > On Wed, Apr 26, 2023 at 09:36:57PM +0200, Elbert Pol wrote: > > On Saturday, January 2, 2021 11:47:42 PM CET, LyX Ticket Tracker wrote: > > > #11821: Lyx and OS/2 > > > -+-- > > >

Re: #11821: Lyx and OS/2

2023-04-27 Thread Kornel Benko
Am Wed, 26 Apr 2023 21:36:57 +0200 schrieb Elbert Pol : > On Saturday, January 2, 2021 11:47:42 PM CET, LyX Ticket Tracker wrote: > > #11821: Lyx and OS/2 > > -+-- > > Reporter: Tellie | Owner: lasgouttes > > Type: defect |

Re: Unicode characters in mathed

2023-04-13 Thread Kornel Benko
Am Thu, 13 Apr 2023 16:57:27 +0200 schrieb Jean-Marc Lasgouttes : > Le 13/04/2023 à 16:29, Kornel Benko a écrit : > > Would be nice to have a list of these math-commands which can map to > > unicode. (Not all > > are in file unicodesymbols). This is important

Re: Unicode characters in mathed

2023-04-13 Thread Kornel Benko
Am Thu, 6 Apr 2023 10:43:42 +0200 schrieb Jean-Marc Lasgouttes : > Le 03/04/2023 à 00:36, Enrico Forestieri a écrit : > >> So how should I solve problem 1/ ? I see 3 solutions > >> a/ replace ≠ with a \neq directly in the document at input time; we > >> might not want to do that in case we

Re: [LyX/master] Fixes to heb-article, by Udi Fogiel (#12735)

2023-04-10 Thread Kornel Benko
Am Mon, 10 Apr 2023 12:33:36 -0400 schrieb Scott Kostyshak : > On Mon, Apr 10, 2023 at 05:19:51PM +0200, Juergen Spitzmueller wrote: > > commit d0a83d33fcc0db64bd2b8bc79671c4427ddc18e6 > > Author: Juergen Spitzmueller > > Date: Mon Apr 10 18:24:04 2023 +0200 > > > > Fixes to heb-article,

Re: Does anyone use dvipdfmx to export Hebrew files?

2023-04-05 Thread Kornel Benko
Am Wed, 5 Apr 2023 11:51:02 +0300 schrieb Udicoudco : > On Tue, Apr 4, 2023 at 10:12 PM Scott Kostyshak wrote: > > > > I used to be able to export our Hebrew documents to PDF using dvipdfmx. > > This doesn't > > work for me anymore, and I'm wondering if it is worth the effort to try to > > fix

Re: Does anyone use dvipdfmx to export Hebrew files?

2023-04-05 Thread Kornel Benko
Am Tue, 4 Apr 2023 15:12:24 -0400 schrieb Scott Kostyshak : > I used to be able to export our Hebrew documents to PDF using dvipdfmx. This > doesn't > work for me anymore, and I'm wondering if it is worth the effort to try to > fix it on my > system, or whether I should just drop these tests

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-21 Thread Kornel Benko
Am Tue, 21 Mar 2023 15:27:41 +0100 schrieb pdv : > On 21/03/2023 11:00, Kornel Benko wrote: > > Am Mon, 20 Mar 2023 20:05:32 +0100 > > schrieb pdv : > > > >> It's within the first if() else(), that's thus for qt6(see below). I > >> suppose this shoul

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-21 Thread Kornel Benko
Am Mon, 20 Mar 2023 20:05:32 +0100 schrieb pdv : > It's within the first if() else(), that's thus for qt6(see below). I > suppose this should work for all platforms, but I checked it on macos > only. Your patch is limited to APPLE and also works for me; If this > problem doesn't occur for

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-20 Thread Kornel Benko
Am Sun, 19 Mar 2023 20:45:55 +0100 schrieb pdv : > The merge branch killqt4 (commit 9376... on nov 28) broke the cmake > install build on macos. > > The "development/cmake/post_install/CMakeLists.txt' SCRIPT checks for > qt5 and copies all plugins if different. This did work for qt4 but also

Re: Crash in document settings

2023-03-08 Thread Kornel Benko
Am Tue, 7 Mar 2023 16:01:01 -0500 schrieb Scott Kostyshak : > On Tue, Mar 07, 2023 at 08:54:30PM +0100, Pavel Sanda wrote: > > On Tue, Mar 07, 2023 at 05:13:41PM +0100, Kornel Benko wrote: > > > Am Tue, 7 Mar 2023 16:04:55 +0100 (CET) > > > schrieb "Jürgen Spitz

Re: Crash in document settings

2023-03-07 Thread Kornel Benko
Am Tue, 7 Mar 2023 16:04:55 +0100 (CET) schrieb "Jürgen Spitzmüller" : > Pavel Sanda schrieb am 07.03.2023 12:59 (GMT +01:00): > > 1. go to the document setting -> modules > > 2. click in avail modules 'Maths' > > 3. click *and hold* 'Accesibility' > > 4. while holding move mouse to the Braille

Re: Error messages

2023-03-06 Thread Kornel Benko
Am Mon, 6 Mar 2023 13:54:22 +0100 schrieb Pavel Sanda : > On Mon, Mar 06, 2023 at 11:38:22AM +0100, Pavel Sanda wrote: > > On Wed, Feb 22, 2023 at 10:52:14AM +0100, Jean-Pierre Chrétien wrote: > > > Dear developers > > > > > > When I open the original UserGuide with 2.4.0dev, I see this in the

Re: QRegExp is deprecated in qt6

2023-03-02 Thread Kornel Benko
Am Thu, 2 Mar 2023 21:31:44 +0100 schrieb Enrico Forestieri : > On Thu, Mar 02, 2023 at 03:57:38PM +0100, Jean-Marc Lasgouttes wrote: > >Le 20/02/2023 à 17:47, Jean-Marc Lasgouttes a écrit : > > > >>What I do not know is whether we can get rid of QtCore5Compat > >>library. Is it useful for

Re: QRegExp is deprecated in qt6

2023-02-22 Thread Kornel Benko
Am Mon, 20 Feb 2023 17:47:29 +0100 schrieb Jean-Marc Lasgouttes : > Le 13/02/2023 à 21:29, Richard Kimberly Heck a écrit : > >>> Indeed! So we should get rid of QRegexp now. > >> > >> Riki, would that be OK? What I have in mind is that whatever bug with > >> this newer code will be found

Re: lyx2lyx warning on exporting recent Japanese files to 2.2.x

2023-02-17 Thread Kornel Benko
Am Fri, 17 Feb 2023 19:15:36 +0100 schrieb "Jürgen Spitzmüller" : > Am Freitag, dem 17.02.2023 um 12:22 -0500 schrieb Scott Kostyshak: > > Indeed. But for example we might want to know if an example or manual > > fails because of this. I think Jürgen's point is that for a > > *template*, > > it

Re: lyx2lyx warning on exporting recent Japanese files to 2.2.x

2023-02-17 Thread Kornel Benko
Am Fri, 17 Feb 2023 11:20:44 -0500 schrieb Scott Kostyshak : > On Fri, Feb 17, 2023 at 04:52:00PM +0100, Kornel Benko wrote: > > Am Fri, 17 Feb 2023 10:24:19 -0500 > > schrieb Scott Kostyshak : > > > > > On Fri, Feb 17, 2023 at 10:01:48AM -0500, Scott Kostyshak w

Re: lyx2lyx warning on exporting recent Japanese files to 2.2.x

2023-02-17 Thread Kornel Benko
Am Fri, 17 Feb 2023 10:24:19 -0500 schrieb Scott Kostyshak : > On Fri, Feb 17, 2023 at 10:01:48AM -0500, Scott Kostyshak wrote: > > On Fri, Feb 17, 2023 at 03:42:14PM +0100, Jürgen Spitzmüller wrote: > > > Am Freitag, dem 17.02.2023 um 07:15 -0500 schrieb Scott Kostyshak: > > > > I get the

Re: QRegExp is deprecated in qt6

2023-02-13 Thread Kornel Benko
Am Mon, 13 Feb 2023 12:16:23 +0100 schrieb Jean-Marc Lasgouttes : > Le 13/02/2023 à 12:11, Jean-Marc Lasgouttes a écrit : > > This compiles fine, but I'd rather wait for Kornel, who is our local > > QRegExp expert. > > From what I have seen with a quick search, some changes are needed to >

Re: [LyX/master] Add Armenian example file, originally by Günter Milde, extended by me (#10580)

2023-02-12 Thread Kornel Benko
Am Sun, 12 Feb 2023 14:35:25 +0100 schrieb "Jürgen Spitzmüller" : > Am Sonntag, dem 12.02.2023 um 10:30 +0100 schrieb Kornel Benko: > > Same here. > > And also this output: > > frontends/qt/CategorizedCombo.cpp (467): Trying to select non > > existent layout t

Re: [LyX/master] Add Armenian example file, originally by Günter Milde, extended by me (#10580)

2023-02-12 Thread Kornel Benko
Am Sat, 11 Feb 2023 22:29:12 -0500 schrieb Scott Kostyshak : > On Fri, Feb 10, 2023 at 12:51:15PM +0100, Juergen Spitzmueller wrote: > > commit 3365012fe076813084df567126785fed8931852b > > Author: Juergen Spitzmueller > > Date: Fri Feb 10 13:50:54 2023 +0100 > > > > Add Armenian example

Re: [RFC] Acknowledgment theorem type

2023-02-05 Thread Kornel Benko
Am Sun, 5 Feb 2023 10:10:03 -0500 schrieb Scott Kostyshak : > On Sun, Feb 05, 2023 at 12:09:57PM +0100, Jürgen Spitzmüller wrote: > > Am Samstag, dem 04.02.2023 um 13:31 -0500 schrieb Richard Kimberly > > Heck: > > > > I'll do that and add a routine that adds the style to local layout > > > >

Re: What to do with failing Japanese ctests?

2023-01-28 Thread Kornel Benko
Am Sat, 28 Jan 2023 13:46:33 +0100 schrieb Kornel Benko : > Am Sat, 28 Jan 2023 12:53:09 +0100 > schrieb Pavel Sanda : > > > On Thu, Jan 26, 2023 at 11:12:46PM -0500, Scott Kostyshak wrote: > > > Thanks to Koji for all of the improvements to the Japanese documents. &g

Re: de Additional.lyx roundtrip lyx2lyx failing

2023-01-28 Thread Kornel Benko
Am Sat, 28 Jan 2023 17:06:43 +0100 schrieb "Jürgen Spitzmüller" : > Am Donnerstag, dem 26.01.2023 um 23:17 -0500 schrieb Scott Kostyshak: > > The following two tests are failing: > > > >   export/doc/de/Additional_lyx22 (Failed) > >   export/doc/de/Additional_lyx23 (Failed) > > > > A manual

Re: What to do with failing Japanese ctests?

2023-01-28 Thread Kornel Benko
Am Sat, 28 Jan 2023 12:53:09 +0100 schrieb Pavel Sanda : > On Thu, Jan 26, 2023 at 11:12:46PM -0500, Scott Kostyshak wrote: > > Thanks to Koji for all of the improvements to the Japanese documents. > > > > The following ctests are failing, which used to pass before. Does anyone > > know if they

Re: [LyX/master] Improve LaTeX version checking

2023-01-14 Thread Kornel Benko
Am Sat, 14 Jan 2023 11:40:22 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 14.01.2023 um 11:34 +0100 schrieb Kornel Benko: > > Something fishi is after reconfigure. This is not caused bu this > > change though. > > > > textclass.lst is now missing t

Re: [LyX/master] Improve LaTeX version checking

2023-01-14 Thread Kornel Benko
Am Sat, 14 Jan 2023 10:47:57 +0100 schrieb "Jürgen Spitzmüller" : > Am Mittwoch, dem 11.01.2023 um 19:51 +0100 schrieb Jean-Marc > Lasgouttes: > > The same happened to me on a different machine when configure.py was > > not ran automatically because only chkconfig.ltx was modified. I am > > not

Re: Using lyxhtml_validity.py

2023-01-13 Thread Kornel Benko
Am Fri, 13 Jan 2023 15:09:21 -0500 schrieb Scott Kostyshak : > On Fri, Jan 13, 2023 at 06:16:48PM +0100, Kornel Benko wrote: > > Am Fri, 13 Jan 2023 11:28:55 -0500 > > schrieb Scott Kostyshak : > > > > > On Wed, Jan 11, 2023 at 06:55:11AM +0100, Kornel Benko w

Re: Using lyxhtml_validity.py

2023-01-13 Thread Kornel Benko
Am Fri, 13 Jan 2023 11:28:55 -0500 schrieb Scott Kostyshak : > 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 v

Re: [LyX/master] Allow multiple selections in the file open dialog

2023-01-12 Thread Kornel Benko
Am Mon, 9 Jan 2023 14:59:27 +0100 (CET) schrieb Jean-Marc Lasgouttes : > commit f6083280596217987accb55538ba8bc57814b302 > Author: Daniel Ramoeller > Date: Tue Dec 20 11:55:25 2022 +0100 > > Allow multiple selections in the file open dialog > > Fix for bug #4315. > --- > This

Re: Using lyxhtml_validity.py

2023-01-10 Thread Kornel Benko
Am Wed, 11 Jan 2023 06:55:11 +0100 schrieb Kornel Benko : > Am Wed, 11 Jan 2023 01:12:40 +0100 > schrieb Thibaut Cuvelier : > > > > Still > > >         Error: Bad value "content-type" for attribute "http-equiv" on > > > elemen

Re: Using lyxhtml_validity.py

2023-01-10 Thread Kornel Benko
Am Wed, 11 Jan 2023 01:12:40 +0100 schrieb Thibaut Cuvelier : > > Still > >         Error: Bad value "content-type" for attribute "http-equiv" on > > element "meta". > > > > Should we ignore this error? > > > I don't think we should ignore it. It really seems to be platform-dependent >

Re: Using lyxhtml_validity.py

2023-01-09 Thread Kornel Benko
Am Mon, 9 Jan 2023 04:08:34 +0100 schrieb Thibaut Cuvelier : > > -- Calling: /usr/bin/xmllint --loaddtd --noout > > "/home/scott/lyxbuilds/master-master/CMakeBuild/autotests/out-home/AbC_GWnnqL/doc/Intro.xhtml" > > -- Check the output: /usr/bin/perl > >

Re: Using lyxhtml_validity.py

2023-01-09 Thread Kornel Benko
Am Mon, 9 Jan 2023 04:20:48 +0100 schrieb Thibaut Cuvelier : > [...] > > Sorry for the series of emails, I didn't see the latest developments when I > started replying... > > Regarding simplehtml_validity.py, I think you went a bit fast when > simplifying my code, with many parts now

Re: Using lyxhtml_validity.py

2023-01-09 Thread Kornel Benko
Am Mon, 9 Jan 2023 01:24:16 +0100 schrieb Thibaut Cuvelier : > The assertion could be fixed by my latest commit, > 1b09bc965d > . That code should never have made it to a commit in the first place, but > it's fixed. Confirmed. Kornel pgpXX3ADFzqKI.pgp Description: Digitale Signatur

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 10:57:40 -0500 schrieb Scott Kostyshak : > > Same here. To disable the validity-check simply comment the line > > development/autotests/export.cmake:335 > > --> #check_xhtml_validate(${result_file_name}) > > Would it be reasonable to commit everything, but keep

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 10:32:25 -0500 schrieb Scott Kostyshak : > On Sun, Jan 08, 2023 at 04:22:09PM +0100, Kornel Benko wrote: > > Am Sun, 8 Jan 2023 10:11:37 -0500 > > schrieb Scott Kostyshak : [skip] > > > -- Msg Summary: --OK: Exporting > > > &qu

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 10:11:37 -0500 schrieb Scott Kostyshak : > On Sun, Jan 08, 2023 at 03:50:07PM +0100, Kornel Benko wrote: > > 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

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
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 > > schrieb Thibaut Cuvelier : > > > > > On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > > &

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
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 : > > > > > > After your recent changes, the number of errors de

Re: Using lyxhtml_validity.py

2023-01-07 Thread Kornel Benko
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: Bad value "content-type" for attribute "http-equiv" on > > element "meta". > >         From line 5, column 1

Re: Using lyxhtml_validity.py

2023-01-07 Thread Kornel Benko
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_validity.py. > > But I am getting errors like in the attached. > > > &

Re: DocBook change: use a stack of fonts

2023-01-07 Thread Kornel Benko
Am Sat, 7 Jan 2023 03:19:39 +0100 schrieb Thibaut Cuvelier : > > What could you do, is to call xmlParser.pl directly to check if it working > > > >         $ perl D:/LyX/lyx-unstable/development/autotests/xmlParser.pl > > some_test_file.xml This should give the same error. In this case check if

Re: DocBook change: use a stack of fonts

2023-01-01 Thread Kornel Benko
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 order of font tags when closing them, > otherwise you get strange results like in the ticket. The bug is

Using lyxhtml_validity.py

2022-12-31 Thread Kornel Benko
Hi Thibaut, I started to integrate (a modified) version of lyxhtml_validity.py. But I am getting errors like in the attached. Kornel val.err Description: Binary data pgpy_MnXMI7qO.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: [LyX/master] Revert doc update for Additional.lyx so maitenance work can continue.

2022-12-30 Thread Kornel Benko
Am Fri, 30 Dec 2022 09:27:32 +0100 schrieb "Jürgen Spitzmüller" : > Am Donnerstag, dem 29.12.2022 um 15:25 -0500 schrieb Scott Kostyshak: > > Sounds good. I can do that. Should I do that now or wait (i.e., would > > this change disrupt the ongoing work)? > > It's probably better to wait until

Re: Master broken due to febd1855eb

2022-12-28 Thread Kornel Benko
Am Wed, 28 Dec 2022 12:59:54 +0100 schrieb 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

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Kornel Benko
Am Tue, 27 Dec 2022 10:23:59 -0500 schrieb Scott Kostyshak : > On Tue, Dec 27, 2022 at 10:12:15AM +0100, Kornel Benko wrote: > > Am Tue, 27 Dec 2022 00:03:40 -0500 > > schrieb Scott Kostyshak : > > > > > On Tue, Dec 27, 2022 at 02:13:15AM +0100, Thibaut Cuvel

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Kornel Benko
Am Tue, 27 Dec 2022 00:03:40 -0500 schrieb Scott Kostyshak : > On Tue, Dec 27, 2022 at 02:13:15AM +0100, 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 closing

Re: XHTML ctests failing

2022-12-26 Thread Kornel Benko
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 : > > > > > A lot of the XHTML ctests just started failing. > &

Re: XHTML ctests failing

2022-12-26 Thread Kornel Benko
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 Kornel pgpDQHRnoPA6k.pgp Description: Digitale Signatur von OpenPGP --

Re: [Review requested] New DocBook layout parameter

2022-12-26 Thread Kornel Benko
Am Mon, 26 Dec 2022 01:51:11 +0100 schrieb Thibaut Cuvelier : > On Sat, 24 Dec 2022 at 03:45, Scott Kostyshak wrote: > > > On Thu, Dec 22, 2022 at 04:45:52AM +0100, Thibaut Cuvelier wrote: > > > Dear list, > > > > > > To solve https://www.lyx.org/trac/ticket/12612, I needed a new layout > > >

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