Re: Introducing OnTheSpot style of input methods

2024-11-05 Thread Jean-Marc Lasgouttes
Le 28/10/2024 à 06:08, Yokota K. a écrit : Dear All, I wrote a code to introduce OnTheSpot style in the input method and would like to hear how you think. This looks very interesting. I have plenty of style comments, but I'd like first to understand what you are doing. The main code goes

Re: Introducing OnTheSpot style of input methods

2024-11-05 Thread Jean-Marc Lasgouttes
Le 05/11/2024 à 01:44, Yokota K. a écrit : The attached is the additional patch to separate preedit strings from completion strings by introducing PREEDIT row element. This seems much better. Hi Koji, Could you post a single updated patch? The first one does not apply now. Is it better file

Re: [LyX/master] Fix AboutLyX layout

2024-11-05 Thread Pavel Sanda
On Mon, Nov 04, 2024 at 12:15:25PM +0100, Jürgen Spitzmüller wrote: > 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

Re: Account registration to bug tracker

2024-11-05 Thread Pavel Sanda
On Tue, Nov 05, 2024 at 12:33:38PM +0200, Idan Pazi wrote: > Found a bug in lyx 2.4, could you please add me to the bug tracker? Registered. P -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

External program dia is going away

2024-11-05 Thread Yokota K.
Dear list,Sorry for a subsequent post of an offer.  Mac's app manager Homebrew recently began to say that the external program dia for diagram is going away:> dia: 0.97.2,7> http://dia-installer.de/> Deprecated because it is discontinued upstream! it will be disabled on 2024-12-17.So, recently I st

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

2024-11-05 Thread Jean-Marc Lasgouttes
Le 05/11/2024 à 09:50, Pavel Sanda a écrit : Everything compiles fine with gcc 7 and Qt 5.9.5. Are we happy now? I think this was good move. Pavel And we have the possibility to switch to gcc 8 on this platform if the C++17 support is not sufficient. JMarc -- lyx-devel mailing list lyx-de

Account registration to bug tracker

2024-11-05 Thread Idan Pazi
Found a bug in lyx 2.4, could you please add me to the bug tracker? -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

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

2024-11-05 Thread Pavel Sanda
On Mon, Nov 04, 2024 at 06:29:12PM +0100, Jean-Marc Lasgouttes wrote: > 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 unnecessaril