Re: [LyX/master] Update man pages.

2025-03-02 Thread Pavel Sanda
On Sun, Mar 02, 2025 at 10:26:13PM +, Pavel Sanda wrote: > commit 3d47734e08aabdd7845455cd51723d6d3c8cbb97 > Author: Pavel Sanda > Date: Sun Mar 2 23:25:33 2025 +0100 > > Update man pages. Riki, this looks worth backporting. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http

Re: Assertion

2025-03-02 Thread Pavel Sanda
On Sun, Mar 02, 2025 at 05:00:43PM +0100, JP wrote: > > This message looks like comming from wxWidgets so as if you have some GUI > > application running? > > Poedit, among others. It creates a lot of traffic on the command line, like: > > (net.poedit.Poedit:686930): Gtk-CRITICAL **: 17:56:36.63

Re: Branches workflow

2025-03-02 Thread Pavel Sanda
On Sun, Mar 02, 2025 at 05:16:23PM +0100, Scott Kostyshak wrote: > Is it OK to push branches to our main repository? > > We have a features repository (https://wiki.lyx.org/Devel/LyXGit#toc4), > but I'm talking about more short-lived branches. It would be more > convenient if we can make those on

Re: Bug: Incorrect language used in figure caption headers

2025-03-02 Thread Pavel Sanda
On Sun, Mar 02, 2025 at 12:45:17PM +0200, Matti Lehtonen wrote: > May I assume that my lyx document is not needed any more? Yes. > Maybe the LyX installation package (in most Linux platforms) needs more > recommended packages for installation, like texlive-lang-* packages.. This is really not un

Logic issue in InsetTableCell::draw

2025-03-02 Thread Jean-Marc Lasgouttes
Dear all, This one is for Jürgen. Coverity states it very clearly: "Local variable change_drawn is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make

Re: Assertion

2025-03-02 Thread JP
Le 25/02/2025 à 10:19, Pavel Sanda a écrit : On Mon, Feb 24, 2025 at 05:37:00PM +0100, Jean-Pierre Chrétien wrote: Dear devs While running git pull, I see this: ./src/common/file.cpp(256): assert ""(wxFileOffset)length == Length()"" failed in ReadAll(): huge file not supported How/where do y

RE: Length of box

2025-03-02 Thread Kees Zeelenberg
> Van: lyx-devel mailto:lyx-devel-boun...@lists.lyx.org Namens Stef Pillaert > Verzonden: donderdag 13 februari 2025 11:42 ... > See this screenshot, I use LyX in Dutch > • I think it should be "Kaderinstellingen" (so without the "e" after "ll") > • I see "regelbreedte" twice? Probably the second o

Branches workflow

2025-03-02 Thread Scott Kostyshak
Is it OK to push branches to our main repository? We have a features repository (https://wiki.lyx.org/Devel/LyXGit#toc4), but I'm talking about more short-lived branches. It would be more convenient if we can make those on the main remote, but I forget if we have a policy against that for some rea

Re: Compilation problem with d6200568056

2025-03-02 Thread Scott Kostyshak
On Sat, Mar 01, 2025 at 11:48:52AM +0100, Scott Kostyshak wrote: > On Thu, Feb 27, 2025 at 10:06:42PM +0100, Scott Kostyshak wrote: > > On Thu, Feb 27, 2025 at 09:59:06PM +0900, Koji Yokota wrote: > > > > 2025/02/27 17:57、Kornel Benko のメール: > > > > > > > > after this commit, I get error compiling

Re: [LyX/master] Introducing color themes

2025-03-02 Thread Scott Kostyshak
On Wed, Feb 26, 2025 at 01:19:54AM +, Koji Yokota wrote: > commit bb15f649ce05a4c6e2af5ff0baf7055477639c16 > Author: Koji Yokota > Date: Wed Feb 26 10:15:42 2025 +0900 > > Introducing color themes > > development/cmake/Install.cmake | 3 +- > lib/Makefile.am

Re: Bug: Incorrect language used in figure caption headers

2025-03-02 Thread Matti Lehtonen
On Sun, 2 Mar 2025 at 02:04, Pavel Sanda wrote: > On Sat, Mar 01, 2025 at 10:37:43PM +0200, Matti Lehtonen wrote: > > I am writing a document in Finnish with some figures. In LyX, the figure > > caption headers are correctly in Finnish (except Sub-Kuva - subfigure), > but > > the generated PDF us

Re: [LyX/master] Introducing color themes

2025-03-02 Thread Pavel Sanda
On Thu, Feb 27, 2025 at 03:14:44PM +0100, Pavel Sanda wrote: > Last but not least, please look at the [automated testing] emails in the list. > It's testing for very old and very new gcc compilers/Qt's, some Qt ifdefs are > probably needed > for your feature to work on these setups I fixed those,