Re: [PATCH] for #9376 - Limit text width in the editor window

2020-08-04 Thread Stephan Witt
Am 04.08.2020 um 17:17 schrieb Jean-Marc Lasgouttes : > > Le 4 août 2020 16:33:58 GMT+02:00, Stephan Witt a écrit : >> Hi all, >> >> I’ve prepared a patch to move the LyX class Length to the support >> utilities. > > Very good idea. Am I mistaken that no substantial code change was required ?

Re: [LyX/master] DocBook: add a layout tag to tell whether an item is the abstract or not.

2020-08-04 Thread Thibaut Cuvelier
On Mon, 3 Aug 2020 at 23:06, Scott Kostyshak wrote: > On Mon, Aug 03, 2020 at 11:02:28PM +0200, Thibaut Cuvelier wrote: > > On Mon, 3 Aug 2020 at 19:45, Scott Kostyshak wrote: > > > > > On Mon, Aug 03, 2020 at 12:08:51PM -0400, Richard Kimberly Heck wrote: > > > > On 8/3/20 10:57 AM, Thibaut Cuv

Re: TOC rebuilds on every cursor move

2020-08-04 Thread Scott Kostyshak
On Tue, Aug 04, 2020 at 09:35:39PM +0200, Kornel Benko wrote: > Am Tue, 4 Aug 2020 15:29:18 -0400 > schrieb Scott Kostyshak : > > > On Mon, Aug 03, 2020 at 09:02:09AM +0200, Kornel Benko wrote: > > > Am Sun, 14 Jun 2020 21:23:19 +0200 > > > schrieb Kornel Benko : > > > > > > > The effect is at

Re: TOC rebuilds on every cursor move

2020-08-04 Thread Kornel Benko
Am Tue, 4 Aug 2020 15:29:18 -0400 schrieb Scott Kostyshak : > On Mon, Aug 03, 2020 at 09:02:09AM +0200, Kornel Benko wrote: > > Am Sun, 14 Jun 2020 21:23:19 +0200 > > schrieb Kornel Benko : > > > > > The effect is at least questionable. > > > I am using QT5.9.5 (Standard on this ubuntu). Distur

Re: TOC rebuilds on every cursor move

2020-08-04 Thread Scott Kostyshak
On Mon, Aug 03, 2020 at 09:02:09AM +0200, Kornel Benko wrote: > Am Sun, 14 Jun 2020 21:23:19 +0200 > schrieb Kornel Benko : > > > The effect is at least questionable. > > I am using QT5.9.5 (Standard on this ubuntu). Disturbing. > > Recompiled with QT5.11, I don't see it anymore. > > > > Korn

Jenkins build is back to normal : Build branch "master" » ubuntu-xenial-qt4-autotools-extended #2041

2020-08-04 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/2041/ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [PATCH] for #9376 - Limit text width in the editor window

2020-08-04 Thread Jean-Marc Lasgouttes
Le 4 août 2020 16:33:58 GMT+02:00, Stephan Witt a écrit : >Hi all, > >I’ve prepared a patch to move the LyX class Length to the support >utilities. Very good idea. Am I mistaken that no substantial code change was required ? JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists

[PATCH] for #9376 - Limit text width in the editor window

2020-08-04 Thread Stephan Witt
Hi all, I’ve prepared a patch to move the LyX class Length to the support utilities. See here: https://www.lyx.org/trac/ticket/9376#comment:33 IMO this is a good move anyway, because of multiple LyX binaries (e.g. tex2lyx and tests) are using this class. Any objections against applying this pat

Re: #10571: Tabs not showing properly in macOS full (and split) screen

2020-08-04 Thread Jürgen Spitzmüller
Am Dienstag, den 04.08.2020, 15:42 +0200 schrieb Stephan Witt: > > It would be good if someone on more standard linux environment like > > GNOME/KDE > > could test as well. > > > That would be good. On GNOME I see no difference between master and stable. Jürgen signature.asc Description: This

Re: #10571: Tabs not showing properly in macOS full (and split) screen

2020-08-04 Thread Stephan Witt
Am 03.08.2020 um 23:45 schrieb Pavel Sanda : > > On Sun, Aug 02, 2020 at 10:55:55AM +0200, Stephan Witt wrote: >> Here is the current state of my patch to improve switch to/from full-screen. >> >> It contains additional code to detect switch to/from window maximize state. >> This is actually not

MWE for error in exporting to docbook5

2020-08-04 Thread Kornel Benko
Exporting doc/Customization.lyx to docbook5 gives invalid result. Bisecting this file lead to the attached mwe. The error vanishes, if we remove the ragged line break (between 'Centered' and 'abcd') Kornel Customization.lyx Description: application/lyx pgpr5alKXfjZf.pgp Description

Re: [LyX/master] Does not compile on older gcc.

2020-08-04 Thread Pavel Sanda
n Tue, Aug 04, 2020 at 02:30:10PM +0200, Pavel Sanda wrote: > commit bd5f6097fc33d24f39660c38267793f6776f6cd7 > Author: Pavel Sanda > Date: Tue Aug 4 14:54:15 2020 +0200 > > Does not compile on older gcc. Thibaut, you might want to check whether this still works as expected... Pavel > --

Re: [LyX/master] DocBook: add a layout tag to tell whether an item is the abstract or not.

2020-08-04 Thread Kornel Benko
Am Tue, 4 Aug 2020 11:43:57 +0200 schrieb Kornel Benko : > Am Tue, 4 Aug 2020 01:04:06 -0400 > schrieb Richard Kimberly Heck : > > > >>> Working on a branch would be the best solution, indeed. May I do a > > >>> force push to remove those commits from master?  > > >> Just revert them, I'd thi

Re: [PATCH] for MyThesLIB lookup

2020-08-04 Thread Kornel Benko
Am Tue, 4 Aug 2020 12:13:04 +0200 schrieb Stephan Witt : > Am 04.08.2020 um 11:08 schrieb Kornel Benko : > > > > Am Mon, 3 Aug 2020 20:09:37 +0200 > > schrieb Stephan Witt : > > > >> Hi Kornel, > >> > >> I’m getting this warning: > >> > >> CMake Warning (dev) > >> at > >> /opt/local/share/c

Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #2040

2020-08-04 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/2040/Changes: [yu_jin] update compile instructions for Windows [switt] Adjust the name of the cmake module lookup script for MYTHESLIB to match -- [...truncated 1208 lin

Re: [PATCH] for MyThesLIB lookup

2020-08-04 Thread Stephan Witt
Am 04.08.2020 um 11:08 schrieb Kornel Benko : > > Am Mon, 3 Aug 2020 20:09:37 +0200 > schrieb Stephan Witt : > >> Hi Kornel, >> >> I’m getting this warning: >> >> CMake Warning (dev) >> at >> /opt/local/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 >> (message): The package

Re: Inset text shifted

2020-08-04 Thread Daniel
On 4/8/20 10:52, Jean-Marc Lasgouttes wrote: Le 4 août 2020 08:11:06 GMT+02:00, Daniel a écrit : The inset text seems shifted upwards (and not in a good way) in master. This can be seen more easily by the selection highlight (light blue by default), see attached screen captures. Anyone seeing

Re: [LyX/master] DocBook: add a layout tag to tell whether an item is the abstract or not.

2020-08-04 Thread Kornel Benko
Am Tue, 4 Aug 2020 01:04:06 -0400 schrieb Richard Kimberly Heck : > >>> Working on a branch would be the best solution, indeed. May I do a > >>> force push to remove those commits from master?  > >> Just revert them, I'd think. > > +1 > > > > For a branch, if Thibaut would like to share the br

Re: [PATCH] for MyThesLIB lookup

2020-08-04 Thread Kornel Benko
Am Tue, 4 Aug 2020 11:08:36 +0200 schrieb Kornel Benko : > Am Mon, 3 Aug 2020 20:09:37 +0200 > schrieb Stephan Witt : > > > Hi Kornel, > > > > I’m getting this warning: > > > > CMake Warning (dev) > > at > > /opt/local/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 > > (messa

Re: [PATCH] for MyThesLIB lookup

2020-08-04 Thread Kornel Benko
Am Mon, 3 Aug 2020 20:09:37 +0200 schrieb Stephan Witt : > Hi Kornel, > > I’m getting this warning: > > CMake Warning (dev) > at /opt/local/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 > (message): The package name passed to `find_package_handle_standard_args` > (MYTHESLIB)

Re: Inset text shifted

2020-08-04 Thread Jean-Marc Lasgouttes
Le 4 août 2020 08:11:06 GMT+02:00, Daniel a écrit : >The inset text seems shifted upwards (and not in a good way) in master. > >This can be seen more easily by the selection highlight (light blue by >default), see attached screen captures. Anyone seeing this? > >Daniel It is probably me. Please