Re: Deprecated warning

2025-05-23 Thread Kornel Benko
Am Fri, 23 May 2025 10:13:08 +0200 schrieb Jean-Marc Lasgouttes : > Le 19/05/2025 à 11:17, Kornel Benko a écrit : > > > > Using external hunspell, I see these warnings > > /usr2/src/lyx/lyx-git/src/HunspellChecker.cpp:372:9: warning: 'spell' is > > depr

Re: [LyX/master] * xml.cpp - include cleanup.

2025-05-19 Thread Kornel Benko
Am Tue, 20 May 2025 08:09:58 +0200 schrieb Pavel Sanda : > On Tue, May 20, 2025 at 07:32:54AM +0200, Kornel Benko wrote: > > I get now: > > /usr2/src/lyx/lyx-git/src/xml.cpp:138:40: error: no member named 'find_if' > > in > > namespace 'std&

Re: [LyX/master] * xml.cpp - include cleanup.

2025-05-19 Thread Kornel Benko
/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/ranges_util.h:543:33: note: 'std::ranges::find_if' declared here 543 | inline constexpr __find_if_fn find_if{}; | ^ 1 error generated. Kornel pgpd4ZNXlJbC_.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Deprecated warning

2025-05-19 Thread Kornel Benko
4:5: warning: 'free_list' is deprecated [-Wdeprecated-declarations] The installed version of the devel package libhunspell-dev is 1.7.2+really1.7.2-10build3 (Mint 22.1) Kornel pgpTkVk2mdOzn.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.

Re: Compilation Failure in Master

2025-05-16 Thread Kornel Benko
can tell. The reason is that this is a very > > small code, not commonly packaged (at least by debian/ubuntu). > > > > The 3rdparty directory is mostly here because of the windows port. > > Thanks. In that case, Kornel's patch seems good to me. > > Scott Comm

Re: Compilation Failure in Master

2025-05-16 Thread Kornel Benko
which the included version is preferred with > autotools is "nod", as far as I can tell. The reason is that this is a > very small code, not commonly packaged (at least by debian/ubuntu). > > The 3rdparty directory is mostly here because of the windows port. Using 3rdpar

Re: Compilation Failure in Master

2025-05-16 Thread Kornel Benko
Am Fri, 16 May 2025 14:08:02 +0200 schrieb Scott Kostyshak : > > Could you set LYX_EXTERNAL_ICONV to on by default, except for windows? This > > is a standard part of Unix. > > Kornel, any thoughts on this? No problem. Maybe something like the attached. > Scott

Re: Compilation Failure in Master

2025-05-16 Thread Kornel Benko
e different compiler > versions or could be different othe CMake flags. Kornel does it compile > successfully (although with warnings) for you? The only warning I got is with gcc14 for mythes (but not iconv) CMake Warning: /usr2/src/lyx/lyx-test/3rdparty/mythes/1.2.5/mythes.

Re: Ctests failing on master

2025-05-11 Thread Kornel Benko
Am Sun, 11 May 2025 20:08:33 +0200 schrieb Kornel Benko : > Am Sun, 11 May 2025 17:00:38 +0200 > schrieb Scott Kostyshak : > > > Are you sure this succeeded for you before the tlmgr update? I just > > checked again on up to date TL and the following passes for me: >

Re: Ctests failing on master

2025-05-11 Thread Kornel Benko
Am Sun, 11 May 2025 17:00:38 +0200 schrieb Scott Kostyshak : > Are you sure this succeeded for you before the tlmgr update? I just > checked again on up to date TL and the following passes for me: > This I was not claiming. In fact, I am not testing very often.

Re: Ctests failing on master

2025-05-11 Thread Kornel Benko
Am Sun, 11 May 2025 01:10:19 +0200 schrieb Scott Kostyshak : > On Sat, May 10, 2025 at 12:28:29PM +0200, Kornel Benko wrote: > > > > Updated TL25. > > > > See attached > > Just updated and I don't see any change in failures. I tried the > UserGuide te

Ctests failing on master

2025-05-10 Thread Kornel Benko
Updated TL25. See attached Kornel ,x Description: Binary data pgp_ewgPpTupw.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Kornel Benko
Am Sun, 4 May 2025 12:55:46 +0200 schrieb Scott Kostyshak : > On Sun, May 04, 2025 at 12:35:01PM +0200, Kornel Benko wrote: > > Am Sun, 04 May 2025 12:14:48 +0200 > > schrieb "Jürgen Spitzmüller" : > > > > > Am Sonntag, dem 04.05.2025 um 11:42 +0200

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Kornel Benko
w imported properly (so it does no > longer create a LaTeX error). > > Now of course the test result differs. The PDF should probably be > replaced by the new one. > Done at 7a7e9e52 Kornel pgpXIu8sVUcNP.pgp Description: Digitale Signatur von OpenPGP -- lyx-de

Re: [LyX/master] Integrate theorem definition in layout

2025-05-04 Thread Kornel Benko
PDF looks a bit different, but this is OK IMHO. > > We might want to do something to fix the problem this file documents, > though. > The new imported pdf starts numbering inside a section (1.1., 1.2., 1.3.) while the previous shows (1., 2., 3.) Nice to see with using 'diffpdf&

Re: Search + replace math symbols?

2025-04-29 Thread Kornel Benko
Am Tue, 29 Apr 2025 15:05:06 +0200 schrieb Jean-Marc Lasgouttes : > Le 29/04/2025 à 13:51, Kornel Benko a écrit : > > The issue is that regex does not identify them as regular chars, that is > > regex > > requires them backslashed. So setting them to values > 0xf wh

Re: Search + replace math symbols?

2025-04-29 Thread Kornel Benko
Am Tue, 29 Apr 2025 13:04:30 +0200 schrieb Jean-Marc Lasgouttes : > Le 29/04/2025 à 12:02, Kornel Benko a écrit : > > Am Tue, 29 Apr 2025 08:28:22 + > > schrieb Bernt Lie via lyx-users : > > > >> I'm on LyX 2.4.3 + Windows 64bit. > >> > >

Re: ctests failing on current master

2025-04-27 Thread Kornel Benko
, and this > > causes the conflict. > > > > I think we need a file format change here and modify the local layout > > code accordingly. Will have a look. > > Should be fixed. > Looks good. Kornel pgpOgD8l_SJc4.pgp Description: Digitale Signatur von

Re: [LyX/master] rename InsetMathHull member: label_ => labels_

2025-04-25 Thread Kornel Benko
Am Fri, 25 Apr 2025 21:29:24 +0200 schrieb Jean-Marc Lasgouttes : > Le 25 avril 2025 21:20:25 GMT+02:00, Kornel Benko a écrit : > >Am Fri, 25 Apr 2025 16:32:09 + > >schrieb Jean-Marc Lasgouttes : > > > >> commit a86e7c0a05f60fb604828a12efd324206cc73737 >

Re: [LyX/master] rename InsetMathHull member: label_ => labels_

2025-04-25 Thread Kornel Benko
Am Fri, 25 Apr 2025 16:32:09 + schrieb Jean-Marc Lasgouttes : > commit a86e7c0a05f60fb604828a12efd324206cc73737 > Author: Jean-Marc Lasgouttes > Date: Fri Apr 25 18:27:05 2025 +0200 > > rename InsetMathHull member: label_ => labels_ Forgotten to rename everythin

Re: [automated testing] bionic: compile failure

2025-04-06 Thread Kornel Benko
izontalAdvance' int col_width = > max(fm.horizontalAdvance(header_labels_[LightColorColumn]), ^~~~~ Compiles here with QT5.15.13 and also with QT6.4.2 Kornel pgpleNKf2VfQi.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: 'Color name'

2025-04-05 Thread Kornel Benko
Am Tue, 25 Mar 2025 08:12:19 +0900 schrieb Koji Yokota : > > On Fri, Mar 21, 2025 at 01:25:03PM +0100, Kornel Benko wrote: > >> I'd like to change the strin 'Color name' in GuiPrefs.cpp:1028 to > >> something more > >> appropriate. > >&g

Re: [LyX/master] Fixup ui file (again)

2025-04-01 Thread Kornel Benko
Am Tue, 1 Apr 2025 10:01:05 +0200 (CEST) schrieb "Jürgen Spitzmüller" : > Kornel Benko schrieb am 30.03.2025 09:34 (GMT +02:00): > > I don't get it. Why is this here needed, but other occurrences (in other ui > > files) are left unchanged? See attached. > &

Re: [LyX/master] Fixup ui file (again)

2025-03-30 Thread Kornel Benko
nds/qt/ui/PrefColorsUi.ui > @@ -39,7 +39,7 @@ > > > > - Qt::Orientation::Horizontal > + Qt::Horizontal > > > ... I don't get it. Why is this here needed, but other occurrences (in other ui files) are left unchanged? See a

Displayed text in color rows does not fit

2025-03-28 Thread Kornel Benko
This is part of PrefColorsUi.ui, but is not handled there. See attached. It looks not better in another language. Kornel pgp8XJqrih1wW.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] ctests: ignore the xhtml tests for now

2025-03-27 Thread Kornel Benko
ng and to > me that's the most problematic. > > If you think it would help, I can make a trac ticket. I think it's good > to separate "finding the regression" from reporting and keeping track of > the regression". > > Scott OK with this. I am glad you t

Re: 'Color name'

2025-03-27 Thread Kornel Benko
Am Thu, 27 Mar 2025 14:48:00 +0100 schrieb Scott Kostyshak : > On Thu, Mar 27, 2025 at 10:35:41PM +0900, Yokota K. wrote: > > > > > 2025/03/27 22:23、Scott Kostyshak のメール: > > > Just a note that I'm fine with "Object/Element" or "Object or Eleme

'Color name'

2025-03-21 Thread Kornel Benko
I'd like to change the strin 'Color name' in GuiPrefs.cpp:1028 to something more appropriate. It describes a set of objects (not colors) which appears in a specified color. The string could be something like 'Colored object' or 'Colored element' Kor

Re: very, very small problem with location of buttons in find and replace

2025-03-19 Thread Kornel Benko
#x27; > > doDispatch() methods, where lfuns can be delegated to a higher lever. > > The commit is reverted now. Sorry for the inconvenience. > > JMarc Thanks Jean-Marc. FindAdv seems to work again. Kornel pgpElN_X7YVja.pgp Description: Digitale Signatur von Op

Re: very, very small problem with location of buttons in find and replace

2025-03-19 Thread Kornel Benko
ch, so I > will have to review it to see if some parts still make sense. > > JMarc Would be nice to resolve this. Bisecting can be confusing. On the first bisect I tried HEAD <-> HEAD~600 but stopped at 3 steps before end. On the second bisect it was HEAD~590 <->

Re: [LyX/master] ctests: ignore the xhtml tests for now

2025-03-18 Thread Kornel Benko
it is not clear when they will be > fixed. These tests are now ignored so as to keep the test output > clean (i.e., so a new failing test will stand out). > --- The problem with the ignored tests is that they are easy to overlook. Just my 2c. Kornel pgpMhGYGMSJvE.pgp Desc

Re: very, very small problem with location of buttons in find and replace

2025-03-18 Thread Kornel Benko
Am Mon, 17 Mar 2025 23:27:09 +0100 schrieb Pavel Sanda : ... > BTW Kornel, when I tried to test this in master, it seems that Adv Find is > broken there. > If I just follow steps in MWE of the bug above the search errorneously > triggers > the dialog of reach end of document, alt

Re: test-export errors

2025-03-17 Thread Kornel Benko
yx-converter lilypond-book->latex. But this did not produce an error. OTOH, after installing lilypond, the test passes, because running lilypond produces errors. Kornel ,x Description: Binary data pgpUqPk9uvHIG.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing

test-export errors

2025-03-16 Thread Kornel Benko
/Springer_Nature_Journals_docbook5 Kornel pgpUXc6WrNFpX.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: ctest failing after TL update

2025-03-09 Thread Kornel Benko
er the package is updated then it will be easy to uninvert. > > Scott Even with the new TL25 the error persists. That is 1/1 Test #491: INVERTED.DEFAULTOUTPUT.TEXISSUES_export/export/latex/languages/supported-languages_polyglossia-XeTeX_pdf4_systemF ... Passed 12.10 sec

Re: [LyX features/color-theme] Fix theme import function

2025-03-07 Thread Kornel Benko
x27;] This is the case with color-theme-branch and also with master-branch Would be nice to know the offending file. Kornel pgp4VxN5zNujs.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Compilation problem with d6200568056

2025-02-27 Thread Kornel Benko
Am Thu, 27 Feb 2025 21:59:06 +0900 schrieb Koji Yokota : > > 2025/02/27 17:57、Kornel Benko のメール: > > > > after this commit, I get error compiling with clang-15 ang QT 6.2.4. > > > > Kornel > > > Thank you, Kornel. > > The operator “+” to

Compilation problem with d6200568056

2025-02-27 Thread Kornel Benko
Hi Koji, after this commit, I get error compiling with clang-15 ang QT 6.2.4. Kornel ,x Description: Binary data pgpItytz6EWdB.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Sort colors more senisibly

2025-02-25 Thread Kornel Benko
Am Tue, 25 Feb 2025 14:34:30 +0100 schrieb "Jürgen Spitzmüller" : > Am Dienstag, dem 25.02.2025 um 14:14 +0100 schrieb Kornel Benko: > > Nice work Jürgen. I like it. > > Thanks. Sorting the colors was quite a challenge, and I am still not > completely satisfied

Re: [LyX/master] Sort colors more senisibly

2025-02-25 Thread Kornel Benko
| 4597 > +++--- > src/LaTeXColors.cpp | 18 +- > src/LaTeXColors.h|2 +- > src/frontends/qt/ColorsCombo.cpp | 21 +- > 4 files changed, 2303 insertions(+), 2335 deletions(-) Nice work Jürgen. I like it. Kornel pgp

Re: Custom color names for non-english users

2025-02-22 Thread Kornel Benko
Am Sat, 22 Feb 2025 07:38:15 +0100 schrieb "Jürgen Spitzmüller" : > Am Freitag, dem 21.02.2025 um 17:42 +0100 schrieb Kornel Benko: > > The string 'Select Color' is used in some GUI's, but is > > not found in the sources and probably therefore not translate

Re: Custom color names for non-english users

2025-02-22 Thread Kornel Benko
Am Sat, 22 Feb 2025 12:01:32 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 22.02.2025 um 12:07 +0100 schrieb Kornel Benko: > > Yes, we can. > > If this works for you, go ahead. > Done at 1211c859 Kornel pgpRrRvYDrzg2.pgp Description: Digitale

Re: [LyX/master] Fix make check for autotools

2025-02-22 Thread Kornel Benko
Am Fri, 21 Feb 2025 23:01:50 + schrieb Pavel Sanda : > - tests/dummy_functions.cpp > + tests/dummy_functions.cpp \ > + tests/dummy4checklayout.cpp Thanks Pavel. I forgot this. Kornel pgpGARughPHl6.pgp Description: Digitale Signatur von OpenPGP -- lyx-deve

Re: Custom color names for non-english users

2025-02-21 Thread Kornel Benko
in some GUI's, but is not found in the sources and probably therefore not translated (not in po-file) Kornel pgp5iGiJ70CqQ.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] A bit more color to the world, part I

2025-02-21 Thread Kornel Benko
Am Fri, 21 Feb 2025 16:01:32 +0100 schrieb Pavel Sanda : > On Thu, Feb 20, 2025 at 03:24:59PM +0100, Kornel Benko wrote: > > > > Missing dummy_impl.cpp in sources for the tests like check_layouts ... > > > > > > > > Please wait a while. > > > &g

Re: Custom color names for non-english users

2025-02-21 Thread Kornel Benko
Am Fri, 21 Feb 2025 14:01:08 +0100 schrieb Jean-Marc Lasgouttes : > Le 21/02/2025 à 13:24, Jürgen Spitzmüller a écrit : > > Am Freitag, dem 21.02.2025 um 13:37 +0100 schrieb Kornel Benko: > >> Sure, but if someone wants to define a color like "#887543" with a

Re: Custom color names for non-english users

2025-02-21 Thread Kornel Benko
Am Fri, 21 Feb 2025 12:57:36 +0100 schrieb "Jürgen Spitzmüller" : > Am Freitag, dem 21.02.2025 um 11:48 +0100 schrieb Kornel Benko: > > The need to use only ASCII characters and without blanks does not > > feel right. > > > > They have plenty of translated

Custom color names for non-english users

2025-02-21 Thread Kornel Benko
The need to use only ASCII characters and without blanks does not feel right. They have plenty of translated color names but the custom names can only be ASCII? Kornel pgpkMGERPGLPZ.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: [LyX/master] A bit more color to the world, part I

2025-02-20 Thread Kornel Benko
Am Thu, 20 Feb 2025 13:50:21 +0100 schrieb Scott Kostyshak : > On Thu, Feb 20, 2025 at 01:10:47PM +0100, Kornel Benko wrote: > > Am Thu, 20 Feb 2025 11:49:26 +0100 > > schrieb Scott Kostyshak : > > > > > On Thu, Feb 20, 2025 at 11:35:16AM +0100, Jürgen S

Re: [LyX/master] A bit more color to the world, part I

2025-02-20 Thread Kornel Benko
++: error: linker command failed with exit code 1 (use -v to see > > > invocation) > > > > Is this autotools or CMake? If the latter, Kornel needs to have a look. > > CMake. Kornel, can you reproduce? > > Scott Same here using clang. Missing dummy_imp

Re: [LyX/master] A bit more color to the world, part I

2025-02-20 Thread Kornel Benko
m for l7n. > > This is indeed frightening. I wonder whether would solve just by showing > the color without label? > > I am personally fine just to ignore them in .po file, but I am afraid that > many > translators won't get it and run rnto headaches. +1 > Pavel

Re: CMakeLists.cmake patch to sign-install target on MacOS

2025-02-07 Thread Kornel Benko
Am Fri, 7 Feb 2025 10:52:49 +0100 schrieb pdv : > Herewith a small patch for the sign-install target on MacOS. > The hard-coded "LyX2.4.app" name is replaced by "LyX${LYX_VERSION}.app". > > pdv Thanks for the patch. Committed at f10f41bf. Kornel

Re: LYX_DATA_SUBDIR overwritten on MacOS in cmake install script

2025-02-06 Thread Kornel Benko
Am Thu, 6 Feb 2025 21:56:38 +0100 schrieb Kornel Benko : > > > Right, committed at ea55792f > > > > > > Kornel > > > > > > > > Thanks, but there is a typo in the elseif(). > > > > pdv > > > > Ouch, bad hab

Re: LYX_DATA_SUBDIR overwritten on MacOS in cmake install script

2025-02-06 Thread Kornel Benko
Am Thu, 6 Feb 2025 20:28:02 +0100 schrieb pdv : > On 06/02/2025 11:51, Kornel Benko wrote: > > Am Wed, 5 Feb 2025 17:57:00 +0100 > > schrieb pdv : > > > >> I noticed when installing LyX2.5.app that most of the files to be > >> installed in .../Resour

Re: LYX_DATA_SUBDIR overwritten on MacOS in cmake install script

2025-02-06 Thread Kornel Benko
e > > causing this behavior. > > Probably APPLE must be excluded in this if(WIN32) ... else() ...endif(). > > pdv > Right, committed at ea55792f Kornel pgpq3nXA_4lwC.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Introducing OnTheSpot-style input method editing & IME integration

2025-01-30 Thread Kornel Benko
Am Wed, 29 Jan 2025 12:01:30 +0100 schrieb Scott Kostyshak : > On Wed, Jan 29, 2025 at 10:41:05AM +0100, Pavel Sanda wrote: > > On Wed, Jan 29, 2025 at 10:32:11AM +0100, Scott Kostyshak wrote: > > > > > > Can anyone else who uses switch workspace reproduce? > > > > > > > > > > I can reproduce

Re: [LyX/master] Add 'multiline' to the list of math environments for ADV-Find

2025-01-19 Thread Kornel Benko
Am Sun, 19 Jan 2025 15:29:16 + schrieb Kornel Benko : > commit fe5888401dd5141b6c2f40ed7a314eb789146f79 > Author: Kornel Benko > Date: Sun Jan 19 16:39:11 2025 +0100 > > Add 'multiline' to the list of math environments for ADV-Find > --- > src/lyxfind.

Re: ctest failing after TL update

2025-01-01 Thread Kornel Benko
. LaTeX.cpp (1156): line: 29 Desc: Undefined control sequence. Text: \define@boolkey {churchslavonic}[churchslavonic@]{babelshorthands}[false]{} ... Kornel pgpaweW0_xUxE.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.o

Re: Bug Report Received-reg.

2024-12-28 Thread Kornel Benko
t > > would be interesting to know how the corruption happened, as this is of > > course a serious problem that should never happen. > > Additionally, if I open the chapter document directly, LyX gives me a > SIGSEGV after clicking on "OK". Can this be

Re: [LyX/master] Cleanup TextMetrics::getPosNearX

2024-12-02 Thread Kornel Benko
ursor at the beginning of the file. > 3. Hold shift and press . > 4. Hold shift and press . > > Result: the cursor appears to get stuck and doesn't move down. > > Can you reproduce? > > Scott Same here. Kornel pgpg3ajTLlQWw.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Build script to help bisecting by cherry-picking compiler fixes

2024-11-22 Thread Kornel Benko
Am Wed, 20 Nov 2024 19:37:51 +0100 schrieb Pavel Sanda : > On Tue, Nov 19, 2024 at 10:27:20AM +0100, Kornel Benko wrote: > > Am Tue, 19 Nov 2024 09:49:50 +0100 > > schrieb Pavel Sanda : > > > > > > I am running the tests mostly as 24 jobs parallel (I h

Re: Build script to help bisecting by cherry-picking compiler fixes

2024-11-19 Thread Kornel Benko
Am Tue, 19 Nov 2024 10:43:16 +0100 schrieb Jean-Marc Lasgouttes : > Le 19/11/2024 à 10:27, Kornel Benko a écrit : > > Am Tue, 19 Nov 2024 09:49:50 +0100 > > schrieb Pavel Sanda : > > > >>> I am running the tests mostly as 24 jobs parallel (I have 8 cpu'

Re: Build script to help bisecting by cherry-picking compiler fixes

2024-11-19 Thread Kornel Benko
Am Tue, 19 Nov 2024 10:42:17 +0100 schrieb Jean-Marc Lasgouttes : > Le 19/11/2024 à 08:54, Kornel Benko a écrit : > > I am running the tests mostly as 24 jobs parallel (I have 8 cpu's with 2 > > cores each). > > The individual export tests may vary between <

Re: Build script to help bisecting by cherry-picking compiler fixes

2024-11-19 Thread Kornel Benko
ts here > > $ ctest -j24 --timeout 1800 -L export -E '(xhtml|lyx..)$' > > is about 1 hour for 5608 tests. > > What is your compilation time with -j24? > As I wrote ... about 1 hour for the above command. Kornel pgpYxLsIKZYVW.pgp Description:

Re: Build script to help bisecting by cherry-picking compiler fixes

2024-11-18 Thread Kornel Benko
tml|lyx..)$' is about 1 hour for 5608 tests. > I think if we could get with an hour or half an hour of compute for parallel > regime > that's negligible enough and we might not even ask. We could limit the tests so that we could alternatively test only html exports, or

Re: Build script to help bisecting by cherry-picking compiler fixes

2024-11-18 Thread Kornel Benko
ersonally argue this would be a good use > of our > funds, to donate in compensation for the cycles; but I'm not sure how other > developers > feel about this. > > Thank you, Pavel. I'm excited about this possibility! > > Kornel, I'm guessing that at som

Re: [LyX/master] Fix AboutLyX layout

2024-11-07 Thread Kornel Benko
Am Thu, 07 Nov 2024 12:36:35 +0100 schrieb "Jürgen Spitzmüller" : > Am Donnerstag, dem 07.11.2024 um 12:05 +0100 schrieb Kornel Benko: > > I see only 'Qt::TextFormat::PlainText' in > > src/frontends/qt/ui/AboutUi.ui. > > Thanks, I'll fix those. &g

Re: [LyX/master] Fix AboutLyX layout

2024-11-07 Thread Kornel Benko
ton:: => QDialogButtonBox:: > > But there are probably more. I think all enums containing a subspace > are suspicious. So we could probably test for Q*::*::* and at least > warn if such a case is found. > > Thanks, I see only 'Qt::TextFormat::PlainText' in src/fron

Re: [LyX/master] Fix AboutLyX layout

2024-11-06 Thread kornel . benko
t; Qt::AlignmentFlag:: => Qt:: > Qt::TextInteractionFlag:: => Qt:: > QDialogButtonBox::StandardButton:: => QDialogButtonBox:: > > But there are probably more. I think all enums containing a subspace > are suspicious. So we could probably test for Q*::*::* and at least

Re: [LyX/master] Cmake build: Start demanding at least version 5.1 if compiling with gcc

2024-11-04 Thread Kornel Benko
latest commits, we now support Ubuntu 18.04, which actually has > > python 3.8 in its repositories. > > > > Everything compiles fine with gcc 7 and Qt 5.9.5. > > Kornel, I did not modify CMake stuff for the Qt version (and I do not > know whether CMake 3.10, which is available with

Re: [LyX/master] MathML: let the user change the MathML version.

2024-11-04 Thread Kornel Benko
Am Mon, 04 Nov 2024 12:06:44 +0100 schrieb "Jürgen Spitzmüller" : > Am Montag, dem 04.11.2024 um 11:55 +0100 schrieb Kornel Benko: > > Doing the export manually, I had to abort the call. On the terminal I > > see: > > ... > > LyX konnte nicht geschlosse

Re: [LyX/master] MathML: let the user change the MathML version.

2024-11-04 Thread Kornel Benko
Am Mon, 4 Nov 2024 11:49:34 +0100 schrieb Kornel Benko : > > The following tests FAILED: > > 268 - export/export/WrongDfnTagHandling_lyx23 (Timeout) > > 4543 - export/examples/Welcome_lyx23 (Timeout) > > > > But since it works for you, maybe it'

Re: [LyX/master] MathML: let the user change the MathML version.

2024-11-04 Thread Kornel Benko
s for having a look! I committed your suggested change, it seems to > > fix the issue on my side. > > Thanks for taking a look. I double-checked that I pulled in the recent > commits, but even with a fresh build I still see the following: > > ctest --timeout 30 -R > '(export/ex

Re: Error with one of last commits

2024-10-25 Thread Kornel Benko
Am Thu, 24 Oct 2024 14:34:06 +0200 schrieb Jean-Marc Lasgouttes : > Le 24/10/2024 à 14:38, Kornel Benko a écrit : > >> Forbid the use of gcc 4.9 (which still uses COW). > > > > Is gcc4.10 allowed, or should we start with 5.0? > > There is no gcc 4.10

Re: Error with one of last commits

2024-10-24 Thread Kornel Benko
Am Thu, 24 Oct 2024 12:26:06 +0200 schrieb Jean-Marc Lasgouttes : > Le 24/10/2024 à 11:39, Kornel Benko a écrit : > > My try at commits 7bba9a3a and 112208dd. > > These are fine. There are also a couple older things (see below). For > the second point, what is useful for c

Re: Error with one of last commits

2024-10-24 Thread Kornel Benko
Am Thu, 24 Oct 2024 12:28:24 +0200 schrieb Jean-Marc Lasgouttes : > Le 24/10/2024 à 12:26, Jean-Marc Lasgouttes a écrit : > > Le 24/10/2024 à 11:39, Kornel Benko a écrit : > >> My try at commits 7bba9a3a and 112208dd. > > > > These are fine. > > Sorry,

Re: Error with one of last commits

2024-10-24 Thread Kornel Benko
Am Wed, 23 Oct 2024 15:36:41 +0200 schrieb Jean-Marc Lasgouttes : > Le 23/10/2024 à 14:44, Kornel Benko a écrit : > > My qt is 6.2.4 > > Indeed, sorry. Try again. > > JMarc > > PS: do you have on your radar the recent changes (not only today) to > autoconf tha

Re: Error with one of last commits

2024-10-23 Thread Kornel Benko
Am Wed, 23 Oct 2024 16:32:41 +0200 schrieb Jean-Marc Lasgouttes : > Le 23/10/2024 à 16:29, Kornel Benko a écrit : > > How about 'push' together with 'commit'? > > Hmm, right. > > Actually, I did push, but my fancy hook that prevents me from pushing

Re: Error with one of last commits

2024-10-23 Thread Kornel Benko
Am Wed, 23 Oct 2024 15:36:41 +0200 schrieb Jean-Marc Lasgouttes : > Le 23/10/2024 à 14:44, Kornel Benko a écrit : > > My qt is 6.2.4 > > Indeed, sorry. Try again. > > JMarc > > PS: do you have on your radar the recent changes (not only today) to > autoconf tha

Error with one of last commits

2024-10-23 Thread Kornel Benko
es/frontend_qt.dir/LayoutBox.cpp.o -c /usr2/src/lyx/lyx-git/src/frontends/qt/LayoutBox.cpp /usr2/src/lyx/lyx-git/src/frontends/qt/LayoutBox.cpp:323:16: error: no member named 'setFilterRegExp' in 'lyx::frontend::GuiLayoutFilterModel' filterModel_->setFilterRegExp(charFilterRegExp(fi

Re: Noticing runtime error in socktools.cpp

2024-10-22 Thread Kornel Benko
Am Tue, 22 Oct 2024 13:20:01 +0200 schrieb Jean-Marc Lasgouttes : > Le 22/10/2024 à 12:27, Scott Kostyshak a écrit : > > On Wed, Sep 18, 2024 at 10:06:58AM GMT, Kornel Benko wrote: > >> Lyx compiled with -fsanitize=undefined gives this at start: > >> > >&g

Re: [LyX/master] Corrected some used URL's in our lyx files

2024-10-10 Thread Kornel Benko
Am Thu, 10 Oct 2024 16:00:24 +0200 schrieb "Jürgen Spitzmüller" : > Am Donnerstag, dem 10.10.2024 um 16:06 +0200 schrieb Kornel Benko: > > https://www.brailleauthority.org/sizespacingofbraille/index.html > > https://www.brailleauthority.org/size-and-spacing-brai

Re: [LyX/master] Corrected some used URL's in our lyx files

2024-10-10 Thread Kornel Benko
Am Mon, 7 Oct 2024 22:40:45 +0200 schrieb Kornel Benko : > Am Mon, 7 Oct 2024 10:39:20 -0400 > schrieb Richard Kimberly Heck : > > > On 10/7/24 6:13 AM, Kornel Benko wrote: > > > commit c0ee28a7c9d4b47b68f02d6cdb4205a29fbb6742 > > > Author: Kornel Benko >

Re: http://texcatalogue.ctan.org/bytopic.html

2024-10-10 Thread Kornel Benko
Am Thu, 10 Oct 2024 09:13:51 +0200 schrieb "Jürgen Spitzmüller" : > Am Mittwoch, dem 09.10.2024 um 16:48 +0200 schrieb Kornel Benko: > > this url appears only in lib/doc/fr/UserGuide.lyx and I am having > > trouble to replace it with reasonable value. > > I

Re: git server problem?

2024-10-09 Thread Kornel Benko
Am Wed, 9 Oct 2024 19:50:16 +0200 schrieb Pavel Sanda : > On Wed, Oct 09, 2024 at 06:15:17PM +0200, Kornel Benko wrote: > > remote: sendmail: cannot connect to lists.lyx.org, port 25: Connection > > timed out > > Right, we are undergoing some infra changes, should be tem

git server problem?

2024-10-09 Thread Kornel Benko
rverwendet 0 (Delta 0), Pack wiederverwendet 0 remote: sendmail: cannot connect to lists.lyx.org, port 25: Connection timed out remote: sendmail: could not send mail (account default from /etc/msmtprc) To git.lyx.org:lyx 41e89d7751..9e22fd41c1 2.4.x -> 2.4.x Kornel pgpRS2ByKUBa5.pg

http://texcatalogue.ctan.org/bytopic.html

2024-10-09 Thread Kornel Benko
Hi Jean-Pierre and Jean-Marc, this url appears only in lib/doc/fr/UserGuide.lyx and I am having trouble to replace it with reasonable value. Kornel pgpC2KYjhBus9.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org

Re: Bug report: List of listings incompatible with book classes

2024-10-09 Thread Kornel Benko
Am Wed, 9 Oct 2024 12:11:34 +0200 schrieb Kornel Benko : > Am Wed, 9 Oct 2024 11:57:15 +0200 > schrieb Kornel Benko : > > > Am Wed, 9 Oct 2024 11:06:23 +0200 > > schrieb Pavel Sanda : > > > > > On Tue, Oct 08, 2024 at 08:22:05AM +0200, Jürgen Spitzmüll

Re: Bug report: List of listings incompatible with book classes

2024-10-09 Thread Kornel Benko
Am Wed, 9 Oct 2024 11:57:15 +0200 schrieb Kornel Benko : > Am Wed, 9 Oct 2024 11:06:23 +0200 > schrieb Pavel Sanda : > > > On Tue, Oct 08, 2024 at 08:22:05AM +0200, Jürgen Spitzmüller wrote: > > > Am Montag, dem 07.10.2024 um 12:21 +0200 schrieb Kornel Benko: &

Re: Bug report: List of listings incompatible with book classes

2024-10-09 Thread Kornel Benko
Am Wed, 9 Oct 2024 11:06:23 +0200 schrieb Pavel Sanda : > On Tue, Oct 08, 2024 at 08:22:05AM +0200, Jürgen Spitzmüller wrote: > > Am Montag, dem 07.10.2024 um 12:21 +0200 schrieb Kornel Benko: > > > My own tests show: > > > 99% tests passed, 1 tests failed out of 411

Re: [LyX/master] Corrected some used URL's in our lyx files

2024-10-07 Thread Kornel Benko
Am Mon, 7 Oct 2024 10:39:20 -0400 schrieb Richard Kimberly Heck : > On 10/7/24 6:13 AM, Kornel Benko wrote: > > commit c0ee28a7c9d4b47b68f02d6cdb4205a29fbb6742 > > Author: Kornel Benko > > Date: Mon Oct 7 12:19:28 2024 +0200 > > > > Corrected some use

Re: Testing accessible urls

2024-10-07 Thread Kornel Benko
Am Mon, 7 Oct 2024 11:42:24 +0200 schrieb Pavel Sanda : > On Sun, Oct 06, 2024 at 06:14:40PM +0200, Kornel Benko wrote: > > I'd like to commit my changes in the lyx-files. 62 files are affected. > > Please go on. > > Pavel Am Sun, 6 Oct 2024 18:17:50 +0200 schrieb S

Re: Bug report: List of listings incompatible with book classes

2024-10-07 Thread Kornel Benko
ed out of 4111 1740 - export/doc/LaTeXConfig_docbook5 (Failed) manuals:export The error log shows: ... -- _err = 1, jingout = /usr9/BUILD/Mint21/BuildLyxGitQt6.2.4local-clang15.0.7/autotests/out-home/AbC_XS6v_J/doc/LaTeXConfig.xml:2592:131: error: value of attribute "

Re: 72 non accessible url's in our lyx-files

2024-10-07 Thread Kornel Benko
Am Mon, 7 Oct 2024 11:11:19 +0200 schrieb Pavel Sanda : > On Mon, Oct 07, 2024 at 10:50:19AM +0200, Pavel Sanda wrote: > > "ftp://ftp.springer.de/pub/tex/latex/llncs/latex2e"; > > > > https://ctan.org/pkg/llncs > > > > Also it seems that Springer officially supports templates at overleaf > > htt

Testing accessible urls

2024-10-06 Thread Kornel Benko
I'd like to commit my changes in the lyx-files. 62 files are affected. Kornel pgpf7aNHriekz.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: 72 non accessible url's in our lyx-files

2024-10-05 Thread Kornel Benko
Am Sat, 5 Oct 2024 18:01:36 +0200 schrieb Jean-Pierre Chrétien : > Le 05/10/2024 à 14:18, Kornel Benko a écrit : > > Am Tue, 1 Oct 2024 17:59:21 +0200 > > > > > Using my own perl script BTW. > > As of now I have 55 lyx-files modified. > > Need help for the

Re: 72 non accessible url's in our lyx-files

2024-10-05 Thread Kornel Benko
ke). And using vim or sed might be actually faster than editing manuals... > :) > > Pavel Using my own perl script BTW. As of now I have 55 lyx-files modified. Need help for the remaining urls. Kornel diff --git a/lib/doc/Additional.lyx b/lib/doc/Additional.lyx index f0220e8a4

Re: 72 non accessible url's in our lyx-files

2024-10-05 Thread Kornel Benko
Am Sat, 05 Oct 2024 09:25:13 +0200 schrieb "Jürgen Spitzmüller" : > Am Freitag, dem 04.10.2024 um 18:40 +0200 schrieb Kornel Benko: > > I don't know of any policy. The only one I can think of, is to use > > CTAN if possible. > > And for CTAN links, it is a

Re: 72 non accessible url's in our lyx-files

2024-10-04 Thread Kornel Benko
Am Fri, 4 Oct 2024 19:34:00 +0200 schrieb Kornel Benko : > Am Fri, 4 Oct 2024 18:38:22 +0200 > schrieb Jean-Pierre Chrétien : > > > Le 04/10/2024 à 18:40, Kornel Benko a écrit : > > > > > > > > So far I have these changes local. > > > >

Re: 72 non accessible url's in our lyx-files

2024-10-04 Thread Kornel Benko
Am Fri, 4 Oct 2024 18:38:22 +0200 schrieb Jean-Pierre Chrétien : > Le 04/10/2024 à 18:40, Kornel Benko a écrit : > > > > > So far I have these changes local. > > So you have the patch to correct the 72 URLs which are not accessible ? > Unfortunately there are sti

  1   2   3   4   5   6   7   8   9   10   >