Re: [wip][patch] use qmake with autoconf for qt5 too

2024-06-15 Thread Enrico Forestieri
On Fri, Jun 14, 2024 at 08:09:00PM +0200, Jean-Marc Lasgouttes wrote: This seems to work, although for some reason it does not add x11extras here. Actually, x11extras is detected but you forgot about HAVE_QT5_X11_EXTRAS. Applying the attached patch on top of yours does the trick. -- Enrico

Re: [LyX/2.4.1-devel] Fix bug #13028.

2024-06-15 Thread Richard Kimberly Heck
On 6/14/24 16:53, Pavel Sanda wrote: 2) I think we are only half-way done with deafult of pasting. Ctrl+V is not joining lines anymore (appreciated!) but middle-button pasting still joins them. Shouldn't this be consistent? If you have ideas about how to do it...please do. I'm not well

Re: [LyX/master] Prevent division by zero

2024-06-15 Thread Richard Kimberly Heck
On 6/15/24 08:52, Jürgen Spitzmüller wrote: Am Samstag, dem 15.06.2024 um 12:50 + schrieb Juergen Spitzmueller: commit 0fc8ee5ace22c11175cb93f5b6f7310cc4d646c1 Author: Juergen Spitzmueller Date:   Sat Jun 15 14:48:37 2024 +0200     Prevent division by zero     Fixes crash reported

Re: [wip][patch] use qmake with autoconf for qt5 too

2024-06-15 Thread Enrico Forestieri
On Sat, Jun 15, 2024 at 01:23:52PM +0200, Enrico Forestieri wrote: On Fri, Jun 14, 2024 at 08:09:00PM +0200, Jean-Marc Lasgouttes wrote: Could you people have a go at it before I push it? I tried it with native Windows and Cygwin with GDI backend instead of X11. In both cases it detected the

Re: [LyX/master] Prevent division by zero

2024-06-15 Thread Jürgen Spitzmüller
Am Samstag, dem 15.06.2024 um 12:50 + schrieb Juergen Spitzmueller: > commit 0fc8ee5ace22c11175cb93f5b6f7310cc4d646c1 > Author: Juergen Spitzmueller > Date:   Sat Jun 15 14:48:37 2024 +0200 > >     Prevent division by zero >     >     Fixes crash reported at >     https://marc.info/?l=lyx-us

Re: [LyX/master] Show full inset context-menu when clicking on text part of collapsible (#10370)

2024-06-15 Thread Jürgen Spitzmüller
Am Freitag, dem 14.06.2024 um 21:58 +0200 schrieb Pavel Sanda: > This patch add possibility to dissolve the caption inset of the > float. > > It's not particularly nice, because the menu entry is on the top > above all > editing options and would feel more natural next to "Split inset" > entry - >

Re: [wip][patch] use qmake with autoconf for qt5 too

2024-06-15 Thread Enrico Forestieri
On Fri, Jun 14, 2024 at 08:09:00PM +0200, Jean-Marc Lasgouttes wrote: Could you people have a go at it before I push it? I tried it with native Windows and Cygwin with GDI backend instead of X11. In both cases it detected the winextras module and added appropriate includes and libraries. How

Re: Existential doubt: Python line size

2024-06-15 Thread José Matos
On Fri, 2024-06-14 at 18:26 -0400, Richard Kimberly Heck wrote: > Same. There are times when code gets so deeply indented that even 100 > becomes restrictive. > > Riki I agree, so I set that for python code, and tools that use pyproject.toml, to 96. -- José Abílio -- lyx-devel mailing list lyx

Re: [LyX/2.4.1-devel] Update doc info for quote-insert

2024-06-15 Thread Pavel Sanda
On Sat, Jun 15, 2024 at 10:06:55AM +0200, Kornel Benko wrote: > I had the impression that 2.4.1-devel branch is dead. Should this not go to > 2.4.x branch > instead? Oops, was on a wrong branch indeed. P -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-

Re: [LyX/2.4.1-devel] Update doc info for quote-insert

2024-06-15 Thread Kornel Benko
Am Fri, 14 Jun 2024 20:18:42 + schrieb Pavel Sanda : > commit b8a22a3667b20aee663ff897e1d24761dc9e1f30 > Author: Richard Kimberly Heck > Date: Tue Apr 2 12:46:36 2024 -0400 > > Update doc info for quote-insert > --- > src/LyXAction.cpp | 4 +++- > 1 file changed, 3 insertions(+), 1 de