[Texmacs-dev] Version 2.1

2021-06-17 Thread TeXmacs
Dear all, I would like to release version 2.1 next week. If there are any urgent issues, then please let me know. There are a few new bugs on the bug tracker that I will study during the weekend. Best wishes, --Joris ___ Texmacs-dev mailing list Texma

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread Basile Audoly
Hi Joris, Looking forward to version 2.1! I am still getting quite often this annoying family of bugs whereby the content of a window disappears when a different document is opened, or whereby closing one particular window results in several windows being closed. This type of bugs has been aro

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread Massimiliano Gubinelli
I saw around some complains about Mac OSX 11. But I'm not sure what they are. I do not have it. Somebody can be more precise on what is the problem? Best Max > On 17. Jun 2021, at 13:45, Basile Audoly wrote: > > Hi Joris, > > Looking forward to version 2.1! > > I am still getting quite ofte

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread Basile Audoly
I think some (textual) menu items are trimmed above and below by a few pixels. It looks like qt' bounding box is too small for the new system fonts (?). It is purely cosmetic. Joris would known as he has been using TeXmacs with macOS 11. Basile > Le 17 juin 2021 à 14:07, Massimiliano Gubinelli

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread TeXmacs
Yes, the entries in the icon menus are trimmed vertically (remember that Darcy showed us this problem during one of our hacking meetings). I am a bit lost in the Qt code, where menu entries have several implementations. If you can propose a fix for the vertical size of menu entries (for the icon

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread Massimiliano Gubinelli
It would be useful to understand if it is a problem in our code or a Qt4 bug. We make only small changes to the standard styles and as far as I remember we do not touch the menu styles. Maybe however we can add a tweak to solve this problem in our QTMStyle class. m > On 17. Jun 2021, at 15:03

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread TeXmacs
On Thu, Jun 17, 2021 at 03:21:52PM +0200, Massimiliano Gubinelli wrote: > It would be useful to understand if it is a problem in our code or a Qt4 bug. > We make only small changes to the standard styles and as far as I remember we > do not touch the menu styles. > > Maybe however we can add a t

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread Massimiliano Gubinelli
I need to give a look at the API. But I cannot test so it would be useful if somebody else can. m > On 17. Jun 2021, at 15:37, TeXmacs wrote: > > On Thu, Jun 17, 2021 at 03:21:52PM +0200, Massimiliano Gubinelli wrote: >> It would be useful to understand if it is a problem in our code or a Qt

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread Darcy Shen via Texmacs-dev
I'm tuning default fonts for Japanese and Korea. Last weekend, I tuned default fonts for Japanese and Korea on macOS. This weekend, I will tune default fonts for Japanese and Korea on Windows. On Thu, 2021-06-17 18:34:37 TeXmacs wrote Dear all, I would like to release versio

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread TeXmacs
Hi Max, On Thu, Jun 17, 2021 at 03:51:50PM +0200, Massimiliano Gubinelli wrote: > I need to give a look at the API. But I cannot test so it would be useful if > somebody else can. I phrased my questions in such a way that you can test on your own system. If you have something, then I can test on

Re: [Texmacs-dev] Version 2.1

2021-06-17 Thread Massimiliano Gubinelli
It would be useful to know if other Qt4 applications have the same problem on Big Sur. m > On 17. Jun 2021, at 16:10, TeXmacs wrote: > > Hi Max, > > On Thu, Jun 17, 2021 at 03:51:50PM +0200, Massimiliano Gubinelli wrote: >> I need to give a look at the API. But I cannot test so it would be us