Re: Misplaced IME window in 2.4.0

2024-04-05 Thread Scott Kostyshak
On Thu, Mar 21, 2024 at 11:31:35AM GMT, Allan Chain wrote: > Hello, LyX developers! > > I'm trying out LyX 2.4.0-rc3 (qt6) on KDE6+Wayland, and I'm using fcitx5 to > input CJK characters. I found that the candidate window of the input method > is always on the top left corner of the window,

Re: Compiling With Qt5

2024-04-05 Thread Richard Kimberly Heck
On 4/5/24 03:02, Kornel Benko wrote: Am Thu, 4 Apr 2024 13:39:18 -0400 schrieb Richard Kimberly Heck : On 4/3/24 06:34, Jean-Marc Lasgouttes wrote: Le 03/04/2024 à 12:27, Pavel Sanda a écrit : On Tue, Apr 02, 2024 at 09:54:22PM -0400, Richard Kimberly Heck wrote: Also, do we want Qt6 to be

Re: [LyX/master] Improve stats update times for buffer switches and toolbar toggles.

2024-04-05 Thread Pavel Sanda
On Fri, Apr 05, 2024 at 05:07:27PM -0400, Richard Kimberly Heck wrote: > On 4/5/24 17:01, Pavel Sanda wrote: > > On Fri, Apr 05, 2024 at 09:00:37PM +, Pavel Sanda wrote: > > > commit 77273303a5e22df45239d705e830baa5c0c3fcf1 > > > Author: Pavel Sanda > > > Date: Fri Apr 5 22:59:07 2024 +0200

Re: [LyX/master] Improve stats update times for buffer switches and toolbar toggles.

2024-04-05 Thread Pavel Sanda
On Fri, Apr 05, 2024 at 09:00:37PM +, Pavel Sanda wrote: > commit 77273303a5e22df45239d705e830baa5c0c3fcf1 > Author: Pavel Sanda > Date: Fri Apr 5 22:59:07 2024 +0200 > > Improve stats update times for buffer switches and toolbar toggles. Riki, Ok for 2.4.1? Pavel -- lyx-devel

2.3.x does not compile on Windows

2024-04-05 Thread Yu Jin
Hi, Since 2.3.8 is around the corner I thought to try compiling the 2.3.x branch but failed on Format.cpp, get these errors: Build started at 22:05... 1>-- Build started: Project: LyX (applications\LyX\LyX), Configuration: Debug x64 -- 1>Format.cpp 1>C:\lyx\master\src\Format.cpp(61,33):

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-05 Thread Pavel Sanda
On Thu, Apr 04, 2024 at 06:30:08PM -0400, Richard Kimberly Heck wrote: > >>If you are asking because of file format, just resaving in lyx itself > >>and letting lyx2lyx do its work is probably better idea than trying > >>to produce up-to-date format (you might need to change the mid-file > >>as

Re: Biginset branch has landed (sorry for the spam)

2024-04-05 Thread Scott Kostyshak
On Fri, Apr 05, 2024 at 04:17:10PM GMT, Jean-Marc Lasgouttes wrote: > I merged the biginset branch (see #12297 for context) to master. This is the > good part. > > The bad part is that I decided first to rebase it over master, and that > resulted in 100+ messages sent to lyx-devel :( We are

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Yu Jin
Am Fr., 5. Apr. 2024 um 18:05 Uhr schrieb Jean-Marc Lasgouttes: > Le 05/04/2024 à 17:55, Yu Jin a écrit : > > Yeah I get this error now in Text.cpp > > > > Build started at 17:53... > > 1>-- Build started: Project: LyX (applications\LyX\LyX), > > Configuration: Debug x64 -- > > 1>Text.cpp

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Jean-Marc Lasgouttes
Le 05/04/2024 à 17:55, Yu Jin a écrit : Yeah I get this error now in Text.cpp Build started at 17:53... 1>-- Build started: Project: LyX (applications\LyX\LyX), Configuration: Debug x64 -- 1>Text.cpp 1>C:\lyx\master\src\Text.cpp(5961,19): error C2065: 'uint': undeclared identifier

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Yu Jin
Am Do., 4. Apr. 2024 um 17:51 Uhr schrieb Jean-Marc Lasgouttes: > Le 03/04/2024 à 17:03, Yu Jin a écrit : > > I am not able to compile LyX with the newest Qt (6.7.0), I get these > > error when compiling factory.cpp: > > 1>C:\Qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h(228,30): error > >

Biginset branch has landed (sorry for the spam)

2024-04-05 Thread Jean-Marc Lasgouttes
I merged the biginset branch (see #12297 for context) to master. This is the good part. The bad part is that I decided first to rebase it over master, and that resulted in 100+ messages sent to lyx-devel :( We are investigating how to avoid that. What now? Well, testing is welcome when you

Re: Scheduled maintenance of LyX servers (Mar 21, 2024) [done]

2024-04-05 Thread Jean-Marc Lasgouttes
Le 21/03/2024 à 23:42, Pavel Sanda a écrit : - bug tracker (lyx.org/trac) - updated to the most recent version, some UI changes, but it should feel familiar. Few plugins were not ported to new python and do not work anymore - most notable keywords. We allow users to register again,

Re: Subtract value for word/character count

2024-04-05 Thread Jean-Marc Lasgouttes
Le 05/04/2024 à 10:42, Jürgen Spitzmüller a écrit : Am Freitag, dem 05.04.2024 um 09:18 +0200 schrieb Pavel Sanda: I admit I was struggling to find short description. Basically I want to set the baseline from which the counter is subtracted so I get relative number to that baseline ("clamp to

Re: Layout file format change proposal

2024-04-05 Thread José Matos
On Thu, 2024-03-28 at 13:00 +0100, Thibaut Cuvelier wrote: > All of these formats are rather well supported and far from shiny new > things (I think all of them have at least a decade of existence). > > Regarding validation: XML Schema has many offsprings, such as JSON > Schema

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

2024-04-05 Thread Kornel Benko
Am Thu, 21 Mar 2024 23:21:18 +0100 schrieb pdv : > On 20/03/2024 11:26, Pavel Sanda wrote: > > On Tue, Mar 19, 2024 at 04:02:34PM +0100, pdv wrote: > >> These steps have been added to my previous patch (new patch included) and I > >> also derived the QT_PLUGINS_DIR and QT_LIBRARY_DIRS variables

Re: Subtract value for word/character count

2024-04-05 Thread Jürgen Spitzmüller
Am Freitag, dem 05.04.2024 um 09:18 +0200 schrieb Pavel Sanda: > I admit I was struggling to find short description. > > Basically I want to set the baseline from which the counter is > subtracted so I get > relative number to that baseline ("clamp to tha value"). > > Any help with better

Re: Subtract value for word/character count

2024-04-05 Thread Pavel Sanda
On Fri, Apr 05, 2024 at 08:41:52AM +0200, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 04.04.2024 um 23:15 +0200 schrieb Pavel Sanda: > > + Item "Clamp statistics to the current value" > > "statistics-reference-clamp" > > + OptItem "Reset statistics to the absolute value" > >

Re: Compiling With Qt5

2024-04-05 Thread Kornel Benko
Am Thu, 4 Apr 2024 13:39:18 -0400 schrieb Richard Kimberly Heck : > On 4/3/24 06:34, Jean-Marc Lasgouttes wrote: > > Le 03/04/2024 à 12:27, Pavel Sanda a écrit : > >> On Tue, Apr 02, 2024 at 09:54:22PM -0400, Richard Kimberly Heck wrote: > >>> Also, do we want Qt6 to be the default with

Re: Subtract value for word/character count

2024-04-05 Thread Jürgen Spitzmüller
Am Donnerstag, dem 04.04.2024 um 23:15 +0200 schrieb Pavel Sanda: > + Item "Clamp statistics to the current value" > "statistics-reference-clamp" > + OptItem "Reset statistics to the absolute value" > "statistics-reference-clamp reset" Stick to Title Casing and add