Re: Introducing OnTheSpot style of input methods

2024-11-04 Thread Yokota K.
The attached is the additional patch to separate preedit strings from completion strings by introducing PREEDIT row element. This seems much better. Is it better file this topic in Trac as an enhancement? Koji 2024-11-05.patch Description: Binary data > 2024/10/29 3:18、Jean-Marc Lasgouttes のメ

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

2024-11-04 Thread Kornel Benko
Am Mon, 4 Nov 2024 18:32:27 +0100 schrieb Jean-Marc Lasgouttes : > Le 04/11/2024 à 18:29, Jean-Marc Lasgouttes a écrit : > > Le 25/10/2024 à 08:23, Pavel Sanda a écrit : > >> Googling around > >> 16.04 has Qt 5.5.1 & Python 3.5 & gcc 5.4 available even if not default. > >> 18.04 has Qt 5.9.5 & P

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

2024-11-04 Thread Jean-Marc Lasgouttes
Le 04/11/2024 à 18:29, Jean-Marc Lasgouttes a écrit : Le 25/10/2024 à 08:23, Pavel Sanda a écrit : Googling around 16.04 has Qt 5.5.1 & Python 3.5 & gcc 5.4 available even if not default. 18.04 has Qt 5.9.5 & Python 3.6 & gcc 7.5 available We did unnecessarily drastic cut. We can require gcc 7

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

2024-11-04 Thread Jean-Marc Lasgouttes
Le 25/10/2024 à 08:23, Pavel Sanda a écrit : Googling around 16.04 has Qt 5.5.1 & Python 3.5 & gcc 5.4 available even if not default. 18.04 has Qt 5.9.5 & Python 3.6 & gcc 7.5 available We did unnecessarily drastic cut. We can require gcc 7 only, but I think you just killed support Qt 5.9.5 anyw

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

2024-11-04 Thread Scott Kostyshak
On Mon, Nov 04, 2024 at 12:46:52PM GMT, Kornel Benko wrote: > 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: > > > ... >

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 geschlossen werden, da gerade Dokumente von LyX > > ver

Re: [LyX/master] Fix AboutLyX layout

2024-11-04 Thread Jürgen Spitzmüller
Am Montag, dem 04.11.2024 um 12:04 +0100 schrieb Pavel Sanda: > We could easily automatize check for this in our tests. > > I can add it if you write some list of string we should > grep for in .ui files... For now I saw: Qt::Orientation:: => Qt:: QSizePolicy::Policy:: => QSizePolicy:: QLayout::

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

2024-11-04 Thread 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 geschlossen werden, da gerade Dokumente von LyX > verarbeitet werden. > support/Systemcall.cpp (444): Export Canceled!! > support/Sy

Re: [LyX/master] Fix AboutLyX layout

2024-11-04 Thread Pavel Sanda
On Mon, Nov 04, 2024 at 07:54:50AM +0100, Jürgen Spitzmüller wrote: > Am Sonntag, dem 03.11.2024 um 20:03 +0100 schrieb Pavel Sanda: > > I see this, but it seems to compile just fine on old system (Qt > > 5.15.8). > > Yes it does, but it does not work (neither on old nor on new systems) > as it is

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's something specific to me. Kornel,

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

2024-11-04 Thread Kornel Benko
Am Mon, 4 Nov 2024 10:39:50 +0100 schrieb Scott Kostyshak : > On Mon, Nov 04, 2024 at 01:04:02AM GMT, Thibaut Cuvelier wrote: > > On Sun, 3 Nov 2024 at 20:56, José Matos wrote: > > > > > On Sun, 2024-11-03 at 19:32 +0100, Scott Kostyshak wrote: > > > > > > I think that starting with this commi

Re: Lots of check_load tests failing due to docbook terminal errors (?)

2024-11-04 Thread Scott Kostyshak
On Mon, Nov 04, 2024 at 01:15:05AM GMT, Thibaut Cuvelier wrote: > On Fri, 1 Nov 2024 at 17:02, Scott Kostyshak wrote: > > > For example, if I open the document "WrongDfnTagHandling.lyx" > > > > I get the following terminal messages: > > > > Text.cpp (2127): Handling unknown body token: `\docbook_

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

2024-11-04 Thread Scott Kostyshak
On Mon, Nov 04, 2024 at 01:04:02AM GMT, Thibaut Cuvelier wrote: > On Sun, 3 Nov 2024 at 20:56, José Matos wrote: > > > On Sun, 2024-11-03 at 19:32 +0100, Scott Kostyshak wrote: > > > > I think that starting with this commit a lot of lyx2lyx tests are timing > > out. > > > > For example: > > > > c