Re: [LyX/2.3.x] Fix bug 4475. Add ability to create child from the include dialog.

2020-08-31 Thread Jürgen Spitzmüller
Am Dienstag, den 01.09.2020, 01:42 -0400 schrieb Richard Kimberly Heck: > Sorry for being cluelessly English-centric. Fixed. Thanks. I'd also use accelerators. We have "&OK" and "&Create" in other dialogs. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel

Re: [LyX/2.3.x] Fix bug 4475. Add ability to create child from the include dialog.

2020-08-31 Thread Richard Kimberly Heck
On 8/31/20 1:26 PM, Jürgen Spitzmüller wrote: > Am Montag, den 31.08.2020, 17:21 +0200 schrieb Richard Kimberly Heck: >> + int const item = typeCO->currentIndex(); >> >> + // Are we inputting or including a LyX file? >> >> + if (item != 0 && item != 1) { >> >> + okPB

Re: DocBook v2

2020-08-31 Thread Richard Kimberly Heck
On 8/31/20 6:27 PM, Scott Kostyshak wrote: > On Mon, Aug 31, 2020 at 10:52:54PM +0200, Pavel Sanda wrote: > >> If I see similar changes in the code I can check again, but I still >> think that having the codebase for others in master is at the moment >> more valuable than clean docbook tests, which

Re: DocBook v2

2020-08-31 Thread Richard Kimberly Heck
On 8/31/20 4:24 PM, Scott Kostyshak wrote: > On Mon, Aug 31, 2020 at 10:11:56PM +0200, Pavel Sanda wrote: >> b) docbook export is completely new and we are not really breaking old >>legacy. My suggestion is that if failling docbook tests disturb you, >>simply disable all of them and start e

Re: DocBook v2

2020-08-31 Thread Richard Kimberly Heck
On 8/31/20 11:42 AM, Thibaut Cuvelier wrote: > On Mon, 31 Aug 2020 at 17:17, Kornel Benko > wrote: > > Am Mon, 31 Aug 2020 16:44:33 +0200 > schrieb Thibaut Cuvelier >: > > > Locally, Git says everything's alright: > > > > Th

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 10:52:54PM +0200, Pavel Sanda wrote: > I spent several hours of testing that xHTML export of User Guide > after docbook rewrite produces equivalent xHTML output after the > first wave of patches (it was not matter of trivial diff because > some things changed.) So yes, the

Re: DocBook v2

2020-08-31 Thread Pavel Sanda
On Mon, Aug 31, 2020 at 04:24:59PM -0400, Scott Kostyshak wrote: > > I understand the general reasoning but > > a) I find it unfair to force Thibaout to figure out tests on windows, so > >his stuff gets merged. The more that I expect bunch of weird issues > >popping up while trying to do so

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 10:11:56PM +0200, Pavel Sanda wrote: > On Mon, Aug 31, 2020 at 03:49:44PM -0400, Scott Kostyshak wrote: > > On Mon, Aug 31, 2020 at 09:26:30PM +0200, Pavel Sanda wrote: > > > > > If you are kind of finished with this part I would also suggest to > > > start pushing those ch

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 15:49:44 -0400 schrieb Scott Kostyshak : > On Mon, Aug 31, 2020 at 09:26:30PM +0200, Pavel Sanda wrote: > > > If you are kind of finished with this part I would also suggest to > > start pushing those changes to master and let other peoplee help > > with the small stuff like t

Re: display of $int...$ under QT5

2020-08-31 Thread Enrico Forestieri
On Mon, Aug 31, 2020 at 07:08:31PM +0200, Pavel Sanda wrote: > > At this moment I would like to ask other people on this list, whether > they can sucesfully load fonts/test/check_glyphs.lyx and display > esint glyphs (in particular oiint and alignment of limits around \int) > in any Qt >= 5.12.7 t

Re: DocBook v2

2020-08-31 Thread Pavel Sanda
On Mon, Aug 31, 2020 at 03:49:44PM -0400, Scott Kostyshak wrote: > On Mon, Aug 31, 2020 at 09:26:30PM +0200, Pavel Sanda wrote: > > > If you are kind of finished with this part I would also suggest to > > start pushing those changes to master and let other peoplee help > > with the small stuff lik

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 09:26:30PM +0200, Pavel Sanda wrote: > If you are kind of finished with this part I would also suggest to > start pushing those changes to master and let other peoplee help > with the small stuff like the warnings from different compilers... You did not mention anything ab

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 21:13:43 +0200 schrieb Thibaut Cuvelier : > Here is an excerpt of the test log: > > -- Expected result file "doc/Intro.xml" exists > -- Calling C:/Program Files (x86)/LyX 2.3/Perl/bin/perl.exe The perl executable is found at cmake configure time. So you have to set the desire

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 09:02:22PM +0200, Thibaut Cuvelier wrote: > > Thibaut, I'm not sure what compiler you're using, but is there an analog > > of "-Werror" (used on GCC and Clang) for it that you can enable? I > > compile with it and compilation on your branch stopped because of an > > error (

Re: DocBook v2

2020-08-31 Thread Pavel Sanda
On Mon, Aug 31, 2020 at 03:40:26AM +0200, Thibaut Cuvelier wrote: > Here is a list of commits for which I think it would be best if someone > could give me feedback (reverse chronological order): I am willing to skim through them as we did the last time, though my feedback won't be touching really

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 09:15:23PM +0200, Thibaut Cuvelier wrote: > I started to write a few things: https://wiki.lyx.org/Devel/TestsOnWindows. Thanks! > Could some please allow the link to Strawberry Perl? Done. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-d

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 20:15, Kornel Benko wrote: > Am Mon, 31 Aug 2020 19:57:12 +0200 > schrieb Thibaut Cuvelier : > > > Then, CTest tried to use my LyX 2.3-bundled Perl, but it lacks at least > the XML::Parser > > module. I'm getting a full Perl installation (but it's not like I have a > good >

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 20:07, Scott Kostyshak wrote: > On Mon, Aug 31, 2020 at 07:57:12PM +0200, Thibaut Cuvelier wrote: > > On Mon, 31 Aug 2020 at 19:31, Kornel Benko wrote: > > > > > Am Mon, 31 Aug 2020 19:24:58 +0200 > > > schrieb Thibaut Cuvelier : > > > > > > > > After everything is compile

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 19:58, Scott Kostyshak wrote: > On Mon, Aug 31, 2020 at 07:06:20PM +0200, Kornel Benko wrote: > > Am Mon, 31 Aug 2020 18:54:29 +0200 > > schrieb Kornel Benko : > > > > > Am Mon, 31 Aug 2020 18:41:35 +0200 > > > schrieb Kornel Benko : > > > > > > > So, there is something fis

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 19:57:12 +0200 schrieb Thibaut Cuvelier : > Then, CTest tried to use my LyX 2.3-bundled Perl, but it lacks at least the > XML::Parser > module. I'm getting a full Perl installation (but it's not like I have a good > downloading speed right now…). > > By the way, is there a wi

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 07:57:12PM +0200, Thibaut Cuvelier wrote: > On Mon, 31 Aug 2020 at 19:31, Kornel Benko wrote: > > > Am Mon, 31 Aug 2020 19:24:58 +0200 > > schrieb Thibaut Cuvelier : > > > > > > After everything is compiled, got to the build directory and use > > > > $ ctest -R docbook5 -

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 07:06:20PM +0200, Kornel Benko wrote: > Am Mon, 31 Aug 2020 18:54:29 +0200 > schrieb Kornel Benko : > > > Am Mon, 31 Aug 2020 18:41:35 +0200 > > schrieb Kornel Benko : > > > > > So, there is something fishy ... and 'git log' did not change. > > > Unfortunately I am no a g

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 19:31, Kornel Benko wrote: > Am Mon, 31 Aug 2020 19:24:58 +0200 > schrieb Thibaut Cuvelier : > > > > After everything is compiled, got to the build directory and use > > > $ ctest -R docbook5 -j4 > > > provided that you have 4 processors active. > > > > > This command work

Re: DocBook v2

2020-08-31 Thread Scott Kostyshak
On Mon, Aug 31, 2020 at 07:31:28PM +0200, Kornel Benko wrote: > Am Mon, 31 Aug 2020 19:24:58 +0200 > schrieb Thibaut Cuvelier : > > > > After everything is compiled, got to the build directory and use > > >  $ ctest -R docbook5 -j4 > > > provided that you have 4 processors active. > > > > > This

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 19:24:58 +0200 schrieb Thibaut Cuvelier : > > After everything is compiled, got to the build directory and use > >  $ ctest -R docbook5 -j4 > > provided that you have 4 processors active. > > > This command works like a charm (as long as the path is correctly > configured). F

Re: [LyX/2.3.x] Fix bug 4475. Add ability to create child from the include dialog.

2020-08-31 Thread Jürgen Spitzmüller
Am Montag, den 31.08.2020, 17:21 +0200 schrieb Richard Kimberly Heck: > + int const item = typeCO->currentIndex(); > > + // Are we inputting or including a LyX file? > > + if (item != 0 && item != 1) { > > + okPB->setText("OK"); > > + return true; >

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 13:59, Kornel Benko wrote: > Am Mon, 31 Aug 2020 13:19:04 +0200 > schrieb Thibaut Cuvelier : > > > On Mon, 31 Aug 2020 at 03:57, Scott Kostyshak wrote: > > > > > On Mon, Aug 31, 2020 at 03:40:26AM +0200, Thibaut Cuvelier wrote: > > > > Dear list, > > > > > > > > I've been

Re: display of $int...$ under QT5

2020-08-31 Thread Pavel Sanda
On Sun, Aug 30, 2020 at 05:45:27PM +0200, M.B. Schiekel wrote: > Am 29.08.20 um 16:33 schrieb Pavel Sanda: > > ... > > Can you please try two things?: > > 1. post the result of strace lyx 2>&1 |grep esint > > 2. overwrite LyX-2.4.0dev esint10.ttf with the attached and report if you > > see any dif

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 18:54:29 +0200 schrieb Kornel Benko : > Am Mon, 31 Aug 2020 18:41:35 +0200 > schrieb Kornel Benko : > > > So, there is something fishy ... and 'git log' did not change. > > Unfortunately I am no a git-expert, so no idea how to cure this stage. > > > > Kornel > > OK, f

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 18:41:35 +0200 schrieb Kornel Benko : > So, there is something fishy ... and 'git log' did not change. > Unfortunately I am no a git-expert, so no idea how to cure this stage. > > Kornel OK, found it. Wrong branch. features/docbook -> feature/docbook Compiling

Re: [LyX/master] DocBook: allow KOMA-Script documents to be generated as DocBook

2020-08-31 Thread Pavel Sanda
On Mon, Aug 31, 2020 at 03:43:01AM +0200, Thibaut Cuvelier wrote: > To continue on this, here is the result of Additional.lyx (from the doc) in > DocBook. Additional.xml is the raw output from LyX, Additional2.xml has > just two validity issues corrected. I join both a PDF and an EPUB3 output, > so

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 18:41, Kornel Benko wrote: > Am Mon, 31 Aug 2020 18:23:07 +0200 > schrieb Thibaut Cuvelier : > > > I finally got it to display Riki's last commit from today in features: > > https://www.lyx.org/trac/log/features. It looks like I had leftovers of > previous > > remotes somew

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 18:23:07 +0200 schrieb Thibaut Cuvelier : > I finally got it to display Riki's last commit from today in features: > https://www.lyx.org/trac/log/features. It looks like I had leftovers of > previous > remotes somewhere… Is this good for you? It is different now, but $ git

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 17:53, Kornel Benko wrote: > Am Mon, 31 Aug 2020 17:42:16 +0200 > schrieb Thibaut Cuvelier : > > > On Mon, 31 Aug 2020 at 17:17, Kornel Benko wrote: > > > > > Am Mon, 31 Aug 2020 16:44:33 +0200 > > > schrieb Thibaut Cuvelier : > > > > > > > Locally, Git says everything's a

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 17:42:16 +0200 schrieb Thibaut Cuvelier : > On Mon, 31 Aug 2020 at 17:17, Kornel Benko wrote: > > > Am Mon, 31 Aug 2020 16:44:33 +0200 > > schrieb Thibaut Cuvelier : > > > > > Locally, Git says everything's alright: > > > > > > Thibaut@MSI MINGW64 /d/LyX/lyx-unstable (feature

Re: [LyX/master] #11756 cleanup the view menu on Mac

2020-08-31 Thread Jean-Marc Lasgouttes
Le 31/08/2020 à 17:45, Stephan Witt a écrit : The patch looks good. What happens on older versions of macOS. Do they all implement that? It was a shot in the dark. It works surprisingly well on Catalina and Mojave. I’ll check it for 10.11.6 (El Capitan) next. In principle it should be handled

Re: [LyX/master] #11756 cleanup the view menu on Mac

2020-08-31 Thread Stephan Witt
Am 31.08.2020 um 17:25 schrieb Jean-Marc Lasgouttes : > > Le 30/08/2020 à 22:29, Stephan Witt a écrit : >> Am 30.08.2020 um 16:56 schrieb Pavel Sanda : >>> >>> On Sun, Aug 30, 2020 at 03:58:34PM +0200, Stephan Witt wrote: 1. Tab Bar related - I don???t know how. Probably not w/o Qt-support f

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 17:17, Kornel Benko wrote: > Am Mon, 31 Aug 2020 16:44:33 +0200 > schrieb Thibaut Cuvelier : > > > Locally, Git says everything's alright: > > > > Thibaut@MSI MINGW64 /d/LyX/lyx-unstable (feature/docbook) > > $ git push --force > > Enumerating objects: 2774, done. > > Count

Re: [LyX/master] #11756 cleanup the view menu on Mac

2020-08-31 Thread Jean-Marc Lasgouttes
Le 30/08/2020 à 22:29, Stephan Witt a écrit : Am 30.08.2020 um 16:56 schrieb Pavel Sanda : On Sun, Aug 30, 2020 at 03:58:34PM +0200, Stephan Witt wrote: 1. Tab Bar related - I don???t know how. Probably not w/o Qt-support for it. showBar like in GuiWorkArea.cpp:1714 does not work? It could b

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 16:44:33 +0200 schrieb Thibaut Cuvelier : > Locally, Git says everything's alright: > > Thibaut@MSI MINGW64 /d/LyX/lyx-unstable (feature/docbook) > $ git push --force > Enumerating objects: 2774, done. > Counting objects: 100% (2774/2774), done. > Delta compression using up to

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 13:53, Kornel Benko wrote: > Am Mon, 31 Aug 2020 13:17:23 +0200 > schrieb Thibaut Cuvelier : > > > On Mon, 31 Aug 2020 at 10:23, Kornel Benko wrote: > > > > > Am Sun, 30 Aug 2020 21:57:06 -0400 > > > schrieb Scott Kostyshak : > > > > > > > On Mon, Aug 31, 2020 at 03:40:26A

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 13:19:04 +0200 schrieb Thibaut Cuvelier : > On Mon, 31 Aug 2020 at 03:57, Scott Kostyshak wrote: > > > On Mon, Aug 31, 2020 at 03:40:26AM +0200, Thibaut Cuvelier wrote: > > > Dear list, > > > > > > I've been working on a new iteration of the DocBook support. It's living > > i

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Mon, 31 Aug 2020 13:17:23 +0200 schrieb Thibaut Cuvelier : > On Mon, 31 Aug 2020 at 10:23, Kornel Benko wrote: > > > Am Sun, 30 Aug 2020 21:57:06 -0400 > > schrieb Scott Kostyshak : > > > > > On Mon, Aug 31, 2020 at 03:40:26AM +0200, Thibaut Cuvelier wrote: > > > > Dear list, > > > > > > > >

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 03:57, Scott Kostyshak wrote: > On Mon, Aug 31, 2020 at 03:40:26AM +0200, Thibaut Cuvelier wrote: > > Dear list, > > > > I've been working on a new iteration of the DocBook support. It's living > in > > the features.git repo for now, but I think it might require a second >

Re: DocBook v2

2020-08-31 Thread Thibaut Cuvelier
On Mon, 31 Aug 2020 at 10:23, Kornel Benko wrote: > Am Sun, 30 Aug 2020 21:57:06 -0400 > schrieb Scott Kostyshak : > > > On Mon, Aug 31, 2020 at 03:40:26AM +0200, Thibaut Cuvelier wrote: > > > Dear list, > > > > > > I've been working on a new iteration of the DocBook support. It's > living in > >

Re: DocBook v2

2020-08-31 Thread Kornel Benko
Am Sun, 30 Aug 2020 21:57:06 -0400 schrieb Scott Kostyshak : > On Mon, Aug 31, 2020 at 03:40:26AM +0200, Thibaut Cuvelier wrote: > > Dear list, > > > > I've been working on a new iteration of the DocBook support. It's living in > > the features.git repo for now, but I think it might require a sec

Re: #11953: Feature Request: Provide "table like" generation for figures

2020-08-31 Thread Jürgen Spitzmüller
Am Sonntag, den 30.08.2020, 11:49 -0500 schrieb Brian Davis: > Dose attached Inkscape SVG help? I don't think we can do a three-step menu button. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mai