View Menu Shortcuts

2019-05-27 Thread Richard Kimberly Heck
I propose the attached changes to the View menu for 2.4. The big advantage, to my mind, is much more sensible shortcuts. The downside would be that we make such a change, of course, but I think it would be worth it. I've also re-organized the menu to put what I would expect to be more often used

Re: master: Crash with 'save as'

2019-05-26 Thread Richard Kimberly Heck
On 5/25/19 9:44 AM, Kornel Benko wrote: > 1.) Open lib/doc/Customization.lyx > 2.) Save as CustomizationMin.lyx in different directory --> crash > The file CustomizationMin.lyx looks OK though. > > Backtrace: > Thread 1 "lyx2.4" received signal SIGSEGV, Segmentation fault. > 0x00d9c4b8 in

Re: Shortcut Conflict

2019-05-28 Thread Richard Kimberly Heck
On 5/28/19 8:02 AM, Jean-Marc Lasgouttes wrote: > Le 28/05/2019 à 13:29, Pavel Sanda a écrit : >> On Mon, May 27, 2019 at 11:54:14PM -0400, Richard Kimberly Heck wrote: >>> The argument "Short Title" seems to have the same shortcut as "List / >>> TOC&quo

Re: Why BiBTeX files are given to LyX as absolute paths?

2019-05-30 Thread Richard Kimberly Heck
On 5/30/19 4:47 PM, Julien SCORDIA wrote: > > Hi, thanks for your reply, cf my answers below. > > On 5/28/19 6:22 AM, Richard Kimberly Heck wrote: >> On 5/12/19 6:19 PM, Julien SCORDIA wrote: >>> 1/ I have just realized today that when indicating a BiBTeX file as >

Relative vs Absolute Paths

2019-05-30 Thread Richard Kimberly Heck
In some cases (e.g., BibTeX files), we use a relative path only if the file is below the directory where the LyX file resides. So, e.g, if someone has: biblio.bib dir1/file1.lyx dir2/file2.lyx and the like, they cannot use a relative path to biblio.bib, which it might be perfectly sensible to

Re: Why BiBTeX files are given to LyX as absolute paths?

2019-05-30 Thread Richard Kimberly Heck
On 5/30/19 6:27 PM, Julien SCORDIA wrote: > On 5/31/19 12:16 AM, Richard Kimberly Heck wrote: >> […] >>>>> 2/ With or without the code modification proposed above, I have remarked >>>>> that indicating a biblio file in the current directory does not work

Re: Why BiBTeX files are given to LyX as absolute paths?

2019-05-30 Thread Richard Kimberly Heck
On 5/30/19 7:21 PM, Richard Kimberly Heck wrote: > On 5/30/19 6:27 PM, Julien SCORDIA wrote: >> On 5/31/19 12:16 AM, Richard Kimberly Heck wrote: >>> […] >>>>>> 2/ With or without the code modification proposed above, I have remarked >>>>>>

Re: Why BiBTeX files are given to LyX as absolute paths?

2019-05-30 Thread Richard Kimberly Heck
On 5/30/19 7:29 PM, Richard Kimberly Heck wrote: > On 5/30/19 7:21 PM, Richard Kimberly Heck wrote: >> On 5/30/19 6:27 PM, Julien SCORDIA wrote: >>> On 5/31/19 12:16 AM, Richard Kimberly Heck wrote: >>>> […] >>>>>>> 2/ With or without th

Re: Possible to implement jupyter notebook features?

2019-06-14 Thread Richard Kimberly Heck
On 6/14/19 1:10 PM, Jason Sun wrote: > With the help of the reticulate package and knitr package, we are able > to now embed python and R code in lyx in a reproducible manner. But > the problem is that we have to compile the file every time we need to > see the execution result of the python/R

Stable Branch Closed

2019-06-10 Thread Richard Kimberly Heck
...for the 2.3.3 release. I'll let you know when it is open again. Riki

LyX 2.3.3 Tarballs

2019-06-10 Thread Richard Kimberly Heck
Here:     http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ Please test and prepare binaries. Riki

Re: LyX 2.3.3 Tarballs

2019-06-11 Thread Richard Kimberly Heck
On 6/11/19 12:57 PM, Kornel Benko wrote: > Am Dienstag, 11. Juni 2019, 14:01:24 CEST schrieb Pavel Sanda: >> On Tue, Jun 11, 2019 at 12:21:51PM +0200, Kornel Benko wrote: >>> Tried to compile with cmake and enabled tests ... ( >>> -DLYX_ENABLE_EXPORT_TESTS=ON) >> I propose that before cmake tests

2.3.3 Release, Stable Open

2019-06-18 Thread Richard Kimberly Heck
It appears my IP must have changed, so I'm unable to upload the binaries, etc, to the ftp server. Once that is sorted out, I'll get it done. Hopefully, that will happen tomorrow. If not, I'm going to be away for the weekend and may not be able to do it until I get back. Nonetheless, stable branch

Re: Outliner keyboard navigation fails on MacOS

2019-06-25 Thread Richard Kimberly Heck
Can we get this tested on MacOS? On 6/19/19 4:52 PM, Jason Sun wrote: > This problem is resolved by inserting the  following code to the > TocWidget.cpp file > > voidTocWidget::keyPressEvent(QKeyEvent*event) > { > if(event->key()==Qt::Key_Return) > { > QModelIndexconst=tocTV->currentIndex(); >

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Richard Kimberly Heck
Hi, Jason, Thanks for these ideas. I'm not an R user myself, though, so it would be helpful to me if you could explain what it is you are trying to achieve. It's best when thinking through issues like this one to separate the problem from the solution. What's below seems to be a mix between

Re: TeXFiles.py compatibility with Nix on macOS

2019-06-25 Thread Richard Kimberly Heck
On 6/25/19 10:01 AM, Jean-Marc Lasgouttes wrote: > Le 25/06/2019 à 15:21, Michael Roitzsch a écrit : >> Hi JMarc, >> >>> I paused a bit at first due to the remark from Günter: I remember that some people complained because of delays when symlinks point to removable media or "the cloud".

[ANNOUNCE] LyX 2.3.3

2019-06-25 Thread Richard Kimberly Heck
Public release of LyX version 2.3.3 === We are proud to announce the release of LyX 2.3.3. This is the third maintenance release in the 2.3.x series. You can download LyX 2.3.3 from http://www.lyx.org/Download/. LyX is a document processor that encourages an

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Richard Kimberly Heck
On 6/25/19 2:57 PM, Jason Sun wrote: > I have attached a prototype in the screenshots in the attachment.  > > This is what I am trying to achieve - combining the computing power of > jupyter and the latex power of LyX. It is still in early stages. More > testing and further extension could easily

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Richard Kimberly Heck
ave jupyter's capabilities. LyX already > has knitr support. So it could takes a bit of extra work to extend > it to be an interface to jupyter_client or jupyter console. One of > the disadvantage of Jupyter Notebook is its latex capabilities. Cf > this discuss

Windows Binaries

2019-06-19 Thread Richard Kimberly Heck
...are at ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ for testing. Please let me know if they are OK. I'll be travelling tomorrow, but will do the release over the weekend. Riki

Re: LyX 2.3.3 Tarballs

2019-06-11 Thread Richard Kimberly Heck
On 6/11/19 3:19 PM, Kornel Benko wrote: > Am Dienstag, 11. Juni 2019, 14:11:17 CEST schrieb Richard Kimberly Heck: >> On 6/11/19 12:57 PM, Kornel Benko wrote: >>> Am Dienstag, 11. Juni 2019, 14:01:24 CEST schrieb Pavel Sanda: >>>> On Tue, Jun 11, 2019 at 12:21:

Re: cancel background export process from icon?

2019-05-13 Thread Richard Kimberly Heck
On 5/13/19 4:42 AM, Jean-Marc Lasgouttes wrote: > Le 13/05/2019 à 05:51, Richard Kimberly Heck a écrit : >> Something like the following ought to work, but it won't link. I'm >> terrible at linker errors. Help? > > Can we have the GuiClickableLabel stuff too? Not sure why tha

Re: cancel background export process from icon?

2019-05-22 Thread Richard Kimberly Heck
PING!! On 5/13/19 2:02 PM, Richard Kimberly Heck wrote: > On 5/13/19 4:42 AM, Jean-Marc Lasgouttes wrote: >> Le 13/05/2019 à 05:51, Richard Kimberly Heck a écrit : >>> Something like the following ought to work, but it won't link. I'm >>> terrible at linker e

Re: master crash

2019-05-22 Thread Richard Kimberly Heck
On 5/22/19 6:26 PM, Pavel Sanda wrote: > On Thu, May 23, 2019 at 12:21:49AM +0200, Pavel Sanda wrote: >> lassert.cpp (51): ASSERTION pos <= par.size() VIOLATED IN >> TextMetrics.cpp:1619 >> ( 1) src/lyx: lyx::doAssertWithCallstack(bool) >> ( 2) src/lyx: lyx::doAssert(char const*, char const*,

Re: cancel background export process from icon?

2019-05-23 Thread Richard Kimberly Heck
On 5/23/19 8:58 AM, Pavel Sanda wrote: > On Mon, May 13, 2019 at 02:02:54PM -0400, Richard Kimberly Heck wrote: >> On 5/13/19 4:42 AM, Jean-Marc Lasgouttes wrote: >>> Le 13/05/2019 ? 05:51, Richard Kimberly Heck a écrit : >>>> Something like the following ought t

Re: cancel background export process from icon?

2019-05-23 Thread Richard Kimberly Heck
On 5/23/19 8:58 AM, Pavel Sanda wrote: > On Mon, May 13, 2019 at 02:02:54PM -0400, Richard Kimberly Heck wrote: >> On 5/13/19 4:42 AM, Jean-Marc Lasgouttes wrote: >>> Le 13/05/2019 ? 05:51, Richard Kimberly Heck a écrit : >>>> Something like the following ought t

Re: [LyX/2.3.x] * cs.po - finalize

2019-05-08 Thread Richard Kimberly Heck
On 5/6/19 9:18 AM, Pavel Sanda wrote: > On Mon, May 06, 2019 at 03:00:21PM +0200, Pavel Sanda wrote: >> #: src/Buffer.cpp:4793 >> msgid "" >> "LyX was unable to rename the emergency file. You should do so manually. " >> "Otherwise, you will beasked about it again the next time you try to >>

Re: [LyX/2.3.x] * cs.po - finalize

2019-05-20 Thread Richard Kimberly Heck
On 5/20/19 9:37 AM, Pavel Sanda wrote: > On Wed, May 08, 2019 at 05:38:41PM -0400, Richard Kimberly Heck wrote: >> On 5/6/19 9:18 AM, Pavel Sanda wrote: >>> On Mon, May 06, 2019 at 03:00:21PM +0200, Pavel Sanda wrote: >>>> #: src/Buffer.cpp:4793 >>>>

Re: [LyX/master] Enable optional \cite* arguments in biblatex-natbib

2019-05-12 Thread Richard Kimberly Heck
On 5/12/19 3:28 AM, Jürgen Spitzmüller wrote: > Am Dienstag, den 07.05.2019, 14:51 +0200 schrieb Jürgen Spitzmüller: >>> commit 6a4199ed233e5a9fe7fa0fbfd0266cd29560951b >>> Author: Juergen Spitzmueller >>> Date: Tue May 7 14:48:39 2019 +0200 >>> >>> Enable optional \cite* arguments in

Re: LyX 2.4.0?

2019-05-12 Thread Richard Kimberly Heck
On 5/12/19 3:39 AM, Jürgen Spitzmüller wrote: > I think we have accumulated more than enough features end enhancements > that warrant a new major release: > https://wiki.lyx.org/LyX/NewInLyX24 > > How about releasing it real soon? I guess it's an open question how soon it actually could be

Re: cancel background export process from icon?

2019-05-12 Thread Richard Kimberly Heck
On 5/12/19 4:12 PM, Guenter Milde wrote: > Dear LyX developers, > > "It is now possible to cancel background export processes. A menu entry > to do so will appear on the Document menu when such a process is underway." > > -- RELEADE-NOTES > > > May I suggest to make the "background process

2.3.3 String Freeze: Please Prepare Translations

2019-05-05 Thread Richard Kimberly Heck
Strings are frozen now in the 2.3.x branch so that translations can be prepared for LyX 2.3.3. Please have these done by Sunday, 19 May. I'll plan to build the release shortly thereafter. Apologies that it has taken so long to get 2.3.3 out. It's been a crazy semester. Riki PS Apologies for

Re: [LyX/2.3.x] Fix import of custom float definitions

2019-07-05 Thread Richard Kimberly Heck
On 7/5/19 12:37 PM, Juergen Spitzmueller wrote: > commit 5afb71cb9bb1d9b10df2410b32f0a7720ad93182 > Author: Juergen Spitzmueller > Date: Sun Jun 30 11:13:20 2019 +0200 > > Fix import of custom float definitions > > Candidate for stable OK. Riki

Re: Is it possible to make the ERT inset show different colors for different text?

2019-06-27 Thread Richard Kimberly Heck
On 6/27/19 1:36 PM, Kornel Benko wrote: > Am Donnerstag, 27. Juni 2019, 12:08:05 CEST schrieb Jason Sun: >> I think this is crucial to implement syntax highlighting of ERT box. >> > I don't think so. ERT is/was meant for text, which we do _not_ interpret. Yes, if you want to do something like

Re: [LyX/master] Proper number ordering with luabidi

2019-07-11 Thread Richard Kimberly Heck
On 7/11/19 3:59 AM, Jürgen Spitzmüller wrote: > Am Donnerstag, den 11.07.2019, 09:45 +0200 schrieb Juergen > Spitzmueller: >> commit 1d0929b5d9975923f3cbbe7f84e93f3b694a1ccb >> Author: Juergen Spitzmueller >> Date: Thu Jul 11 09:54:28 2019 +0200 >> >> Proper number ordering with luabidi >>

Re: Regression: Problem with Paths Containing ~ [Was Re: LyX 2.3.3 Error with iCloud Folders]

2019-07-07 Thread Richard Kimberly Heck
On 7/7/19 4:39 AM, Jürgen Spitzmüller wrote: > Am Samstag, den 06.07.2019, 15:16 -0400 schrieb Richard Kimberly Heck: >> Fine by me. > I took this as also including stable, so I committed and backported. > > There are other (active) ASCII characters that might be worth checki

Regression: Problem with Paths Containing ~ [Was Re: LyX 2.3.3 Error with iCloud Folders]

2019-07-03 Thread Richard Kimberly Heck
On 7/2/19 4:29 PM, Stephan Witt wrote: > Am 02.07.2019 um 01:44 schrieb Richard Kimberly Heck : >> Forwarded Message >> Subject: [ANNOUNCE] LyX 2.3.3 >> Date:Mon, 1 Jul 2019 16:44:12 -0500 >> From:Mauricio Andrade >> To:

Re: [LyX/master] [2.3 cand.] Fix import of custom float definitions

2019-07-01 Thread Richard Kimberly Heck
On 6/30/19 5:04 AM, Juergen Spitzmueller wrote: > commit bda3b6d07eb8ee199fbc80911e02d2adf87d14fc > Author: Juergen Spitzmueller > Date: Sun Jun 30 11:13:20 2019 +0200 > > [2.3 cand.] Fix import of custom float definitions > > Candidate for stable OK. Riki

Re: [LyX/master] update buffer after fixBiblio

2019-04-20 Thread Richard Kimberly Heck
On 4/20/19 1:47 PM, Juergen Spitzmueller wrote: > commit 0a4686d8d345e7d2924bf990e99d957f045d581e > Author: Juergen Spitzmueller > Date: Sat Apr 20 19:53:24 2019 +0200 > > update buffer after fixBiblio > > fixes: #2743 > --- > src/Paragraph.cpp |2 ++ > 1 files changed, 2

Re: r41227 - www-user/trunk/farm/cookbook/LyX

2019-04-26 Thread Richard Kimberly Heck
On 4/26/19 4:45 AM, Jean-Pierre Chrétien wrote: > Le 26/04/2019 à 10:26, sp...@lyx.org a écrit : >> Author: spitz >> Date: Fri Apr 26 10:26:32 2019 >> New Revision: 41227 >> URL: http://www.lyx.org/trac/changeset/41227 >> >> Log: >> Name current bg translator >> >> (fixed in the po itself as well)

LyX 2.3.3 Error with iCloud Folders

2019-07-01 Thread Richard Kimberly Heck
Forwarded Message Subject:[ANNOUNCE] LyX 2.3.3 Date: Mon, 1 Jul 2019 16:44:12 -0500 From: Mauricio Andrade To: rikih...@lyx.org After updating to 2.3.3 I no longer can compile files on iCloud folders that have paths like  ~/Library/Mobile

Test

2019-08-02 Thread Richard Kimberly Heck
Just making sure the lists are still functional Riki

Re: Lyx v 2.3.X - severe Problems

2019-08-19 Thread Richard Kimberly Heck
On 8/19/19 2:41 PM, Matthias Görlach wrote: >   >> To check another thing: there is an automatic upgrade in configure run. >> Perhaps it copies some problematic contents from your 2.2 installation. >> To circumvent this you may try these commands (no sudo please): >> $ mkdir /tmp/LyX >> $ cd

configure.py crashing with Python 3 [was: LyX v 2.3.x - severe Problems]

2019-08-19 Thread Richard Kimberly Heck
On 8/19/19 4:16 PM, Matthias Görlach wrote: > Hi, > > see below > > On 19.08.19 22:02, Richard Kimberly Heck wrote: >> On 8/19/19 2:41 PM, Matthias Görlach wrote: >>>   >>>> To check another thing: there is an automatic upgrade in configure run. >&g

Re: [LyX/master] As observed on users list it's hard to guess where to setup external editor.

2019-08-16 Thread Richard Kimberly Heck
Fine to backport this if you wish. On 8/16/19 5:30 PM, Pavel Sanda wrote: > commit 58cf1c5345104cb3071bf6788f65e4fae07ac749 > Author: Pavel Sanda > Date: Fri Aug 16 23:01:34 2019 +0200 > > As observed on users list it's hard to guess where to setup external > editor. > --- >

Re: configure.py crashing with Python 3 [was: LyX v 2.3.x - severe Problems]

2019-08-20 Thread Richard Kimberly Heck
On 8/20/19 1:56 PM, Matthias Görlach wrote: > Hi Riki, > > thank you for this analysis/hint - this was perfect for a "work around": > > 0) install python v 2.7.16 (well, will have to deal with things which > require python 3.X) > 1) deleted the LyX-2.3 directory (folder) from ~/Library/Application

Re: Missing lyxeditor.cmd?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 12:06 PM, Christopher Menzel wrote: > On 22 Aug 2019, at 10:39 AM, Richard Kimberly Heck wrote: >> On 8/22/19 10:48 AM, Chris Menzel wrote: >>> Gentle LyX folk, >>> >>> I have installed LyX 2.3.3 on a Dell XPS laptop and, Lo, the installation's >

Re: Missing lyxeditor.cmd?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 10:48 AM, Chris Menzel wrote: > Gentle LyX folk, > > I have installed LyX 2.3.3 on a Dell XPS laptop and, Lo, the > installation's bin directory appears to be missing lyxeditor.cmd, > which is of course crucial for inverse search. Is this an oversight? > Or is it now in some other

Re: Note formatting bug?

2019-08-23 Thread Richard Kimberly Heck
On 8/23/19 12:56 AM, Daniel wrote: > On 2019-08-23 02:37, Daniel wrote: >> On 23/8/19 0:13, Richard Kimberly Heck wrote: >>> On 8/22/19 2:47 PM, Daniel wrote: >>>> On 2019-08-22 19:42, Paul A. Rubin wrote: >>>>> On 8/22/19 1:26 PM, Daniel wrote: &

Re: Note formatting bug?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 6:11 PM, Enrico Forestieri wrote: > On Thu, Aug 22, 2019 at 08:47:43PM +0200, Daniel wrote: >> On 2019-08-22 19:42, Paul A. Rubin wrote: >>> On 8/22/19 1:26 PM, Daniel wrote: Could someone please test the following with the attached document: 1. Open it 2. Select all text

Re: Note formatting bug?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 2:47 PM, Daniel wrote: > On 2019-08-22 19:42, Paul A. Rubin wrote: >> On 8/22/19 1:26 PM, Daniel wrote: >>> Could someone please test the following with the attached document: >>> 1. Open it >>> 2. Select all text >>> 3. Insert LyX note >>> >>> For me all text becomes formatted like a

Re: Note formatting bug?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 7:38 PM, Scott Kostyshak wrote: > On Thu, Aug 22, 2019 at 06:15:00PM -0400, Richard Kimberly Heck wrote: > >> This trick resets the outer layout to standard. But I think the issue >> was that notes have the big font if they're in headings. I've always >> found t

Re: Notes inherit surrounding font

2019-09-04 Thread Richard Kimberly Heck
On 9/4/19 10:30 AM, Jean-Marc Lasgouttes wrote: > Le 24/08/2019 à 07:49, Daniel a écrit : >> Currently, IMO, notes behave in an unfortunate way in that they >> inherit the surrounding font. >> >> Consider the attached document which has the following structure: >> >> *Section* >> Text >> >> The

Re: [LyX/master] Follow some of the performance advice from cppcheck

2019-09-13 Thread Richard Kimberly Heck
On 9/13/19 11:09 AM, Jean-Marc Lasgouttes wrote: > Le 13 septembre 2019 16:15:52 GMT+02:00, Jean-Marc Lasgouttes > a écrit : >> commit 714113655ad434f9a73d0101038568d59311af72 >> Author: Jean-Marc Lasgouttes >> Date: Fri Sep 13 16:23:49 2019 +0200 >> >>Follow some of the performance

Re: [LyX/master] Reset layout when inserting an inset over full paragraph(s)

2019-09-12 Thread Richard Kimberly Heck
On 9/12/19 4:04 AM, Jean-Marc Lasgouttes wrote: > Le 12/09/2019 à 01:38, Pavel Sanda a écrit : >> I like this patch. Is it safe to put it into my personal 2.3 patchset >> (in the terms of the patch being congruent with old 2.3 codebase >> or way too many changes were done around in 2.4?) > > I

Re: Possible bug found by cppcheck

2019-09-14 Thread Richard Kimberly Heck
On 9/13/19 1:09 PM, Jean-Marc Lasgouttes wrote: > In DocFileNamefilename::mangledFileName, I see: > > string const name = absFileName(); > // Now the real work > string mname = os::internal_path(name); > // Remove the extension. > mname = support::changeExtension(name,

Re: Stable-Only Branch Related Bug

2019-09-16 Thread Richard Kimberly Heck
On 9/16/19 3:27 PM, Pavel Sanda wrote: > On Sun, Sep 15, 2019 at 08:20:48PM -0400, Richard Kimberly Heck wrote: >> The attached file illustrates the bug: If we have a branch inset, then >> it seems always to be followed by a \selectlanguage command, followed >> then by a

Stable-Only Branch Related Bug

2019-09-15 Thread Richard Kimberly Heck
The attached file illustrates the bug: If we have a branch inset, then it seems always to be followed by a \selectlanguage command, followed then by a newline. This inserts unwanted space on export to PDF. The bug does not seem to be in master. Riki branch_bug.lyx Description:

Re: Notes inherit surrounding font

2019-09-06 Thread Richard Kimberly Heck
On 9/6/19 11:48 AM, Daniel wrote: > On 5/9/19 13:46, Jean-Marc Lasgouttes wrote: >> Le 05/09/2019 à 06:54, Daniel a écrit : >>> Can't test currently and I am not sure I understand correctly what >>> the patch does. But as far as I do, I don't think I like it. If I >>> understood you correctly, I

Re: [LyX/master] Reset layout when inserting an inset over full paragraph(s)

2019-09-12 Thread Richard Kimberly Heck
On 9/12/19 3:43 PM, Jean-Marc Lasgouttes wrote: > Le 12/09/2019 à 20:54, Richard Kimberly Heck a écrit : >>> But if there is a consensus about 2.3, I am OK with it. >> >> The basic idea seems correct. I've played around with this before, too. >> I haven't tested, but

Re: Renaming frontends/qt4 to frontends/qt ?

2019-07-20 Thread Richard Kimberly Heck
On 7/20/19 1:01 AM, Jürgen Spitzmüller wrote: > Am Freitag, den 19.07.2019, 21:19 +0200 schrieb Jean-Marc Lasgouttes: >> It is more and more absurd to have a front end named qt4 these days. >> What about renaming everything qt? It looks like a good idea before >> release to ease backport. Note

Re: Insert -> Field Questions / Comments

2019-07-22 Thread Richard Kimberly Heck
On 7/22/19 5:12 PM, Pavel Sanda wrote: > On Sun, Jul 14, 2019 at 11:28:28PM -0600, Joel Kulesza wrote: >> LyX Developers (Jürgen in particular): >> >> A few questions on the Insert -> Field capability with respect to version >> control: >> >>1. When git hashes (i.e. VCS Revisions) are entered,

Re: Why increase pref format when adding a new pref?

2019-07-22 Thread Richard Kimberly Heck
On 7/22/19 7:08 PM, Pavel Sanda wrote: > On Mon, Jul 22, 2019 at 03:56:34PM +0200, Jean-Marc Lasgouttes wrote: >> Le 20/07/2019 ?? 07:03, Jürgen Spitzmüller a écrit : >>> Am Freitag, den 19.07.2019, 22:03 +0200 schrieb Jean-Marc Lasgouttes: I do not see the point of doing that, so I want to

Re: Insert -> Field Questions / Comments

2019-07-23 Thread Richard Kimberly Heck
On 7/23/19 10:52 AM, Joel Kulesza wrote: > > > On Mon, Jul 22, 2019 at 9:17 PM Richard Kimberly Heck > mailto:rikih...@lyx.org>> wrote: > > On 7/22/19 5:12 PM, Pavel Sanda wrote: > > On Sun, Jul 14, 2019 at 11:28:28PM -0600, Joel Kulesza wrote: > >&g

Re: Reconfiguring

2019-07-15 Thread Richard Kimberly Heck
On 7/15/19 5:38 PM, Jean-Marc Lasgouttes wrote: > Le 15/07/2019 à 14:59, Daniel a écrit : >> On 26/6/19 6:56, Andrew Parsloe wrote: >>> Previously, when reconfiguring, some indication of progress has been >>> displayed in the status line. With 2.3.3 under windows 10, there is >>> no status line

Re: Reconfiguring

2019-07-15 Thread Richard Kimberly Heck
On 7/15/19 9:46 PM, Richard Kimberly Heck wrote: > On 7/15/19 5:38 PM, Jean-Marc Lasgouttes wrote: >> Le 15/07/2019 à 14:59, Daniel a écrit : >>> On 26/6/19 6:56, Andrew Parsloe wrote: >>>> Previously, when reconfiguring, some indication of progress has been >

Re: Crash in mathed with aligned in align

2019-07-26 Thread Richard Kimberly Heck
On 7/26/19 12:46 AM, Daniel wrote: > On 2019-07-25 23:40, Andrew Parsloe wrote: >> I can create a crash by trying to delete the final column in the >> following construction: >> >> >> \begin{align*} >> >> \begin{aligned}\end{aligned} >> >> \\ >> >> \end{align*} >> >> >> To create: >> >> >> 1.

Re: [LyX/master] Do not issue error dialog when no tag is found in git repo for tree-revision info.

2019-07-26 Thread Richard Kimberly Heck
On 7/25/19 8:22 AM, Pavel Sanda wrote: > commit eceed02a90b3de41c0a8cfcd7ef2d859e9638993 > Author: Pavel Sanda > Date: Thu Jul 25 14:31:20 2019 +0200 > > Do not issue error dialog when no tag is found in git repo for > tree-revision info. > > Reported by Joel Kulesza. > >

Re: Proposal for UI enhancement: ticket #1624

2019-10-01 Thread Richard Kimberly Heck
Sorry to top post, but since this isn't a response to anything particular I do still have some worries of the sort I expressed at https://www.lyx.org/trac/ticket/1624#comment:11. A label for a section really shouldn't be in the section heading itself, from a LaTeX point of view, though it's

Re: Regression: Problem with Paths Containing ~ [Was Re: LyX 2.3.3 Error with iCloud Folders]

2019-07-06 Thread Richard Kimberly Heck
On 7/6/19 5:57 AM, Jürgen Spitzmüller wrote: > Am Mittwoch, den 03.07.2019, 15:53 -0400 schrieb Richard Kimberly Heck: >> Same problem. I've traced it to: >> >> \def\input@path{{/home/rikiheck/this~silly~dir/}} >> >> It appears to be that LaTeX itself has problems

2.3.4

2019-11-13 Thread Richard Kimberly Heck
Hi, all, I know I've talked before about moving towards a 2.3.4 release, but things have just been kind of crazy here. That said, I should have some time for this now, and the Wayland bug seems to demand action. So: Are there any lingering bugs we really need to fix? Especailly are there any that

Re: Exploitable Windows installation Lyx 2.3.3 ImageMagick 7.0.7-27

2019-11-16 Thread Richard Kimberly Heck
On 11/16/19 6:56 AM, Daniel wrote: > On 15/11/19 18:27, Pavel Sanda wrote: >> On Fri, Nov 15, 2019 at 10:29:37AM -0500, John wrote: >>> Lyx for Windows installer 2.3.3-1 installs ImageMagick 7.0.7-27.  This >>> version is subject to multiple buffer overflows (stack and heap) and >>> several other

Re: Exploitable Windows installation Lyx 2.3.3 ImageMagick 7.0.7-27

2019-11-16 Thread Richard Kimberly Heck
On 11/15/19 12:27 PM, Pavel Sanda wrote: > On Fri, Nov 15, 2019 at 10:29:37AM -0500, John wrote: >> Lyx for Windows installer 2.3.3-1 installs ImageMagick 7.0.7-27. This >> version is subject to multiple buffer overflows (stack and heap) and >> several other vulnerabilities, allowing remote code

Stable Branch String Freeze

2019-11-18 Thread Richard Kimberly Heck
Strings are now frozen in stable branch. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Fix crash with polyglossia and intitle commands when lang_auto_end is false

2019-11-21 Thread Richard Kimberly Heck
On 11/21/19 2:46 AM, Jürgen Spitzmüller wrote: > Am Donnerstag, den 21.11.2019, 08:24 +0100 schrieb Juergen > Spitzmueller: >> commit ed44bc9b12c0385eccf9323159365ae96b1b4f19 >> Author: Juergen Spitzmueller >> Date: Thu Nov 21 08:38:21 2019 +0100 >> >> Fix crash with polyglossia and intitle

Re: [LyX/2.3.x] remerge cs.po

2019-11-22 Thread Richard Kimberly Heck
On 11/22/19 11:44 AM, Richard Kimberly Heck wrote: > On 11/22/19 6:34 AM, Pavel Sanda wrote: >> On Thu, Nov 21, 2019 at 03:31:06PM -0500, Richard Kimberly Heck wrote: >>> On 11/21/19 11:01 AM, Pavel Sanda wrote: >>>> On Thu, Nov 21, 2019 at 04:44:57PM +0100, P

Re: [LyX/2.3.x] remerge cs.po

2019-11-22 Thread Richard Kimberly Heck
On 11/22/19 6:34 AM, Pavel Sanda wrote: > On Thu, Nov 21, 2019 at 03:31:06PM -0500, Richard Kimberly Heck wrote: >> On 11/21/19 11:01 AM, Pavel Sanda wrote: >>> On Thu, Nov 21, 2019 at 04:44:57PM +0100, Pavel Sanda wrote: >>>> commit ea88310517c78bc17d96c9326a171

Re: [LyX/2.3.x] remerge cs.po

2019-11-21 Thread Richard Kimberly Heck
On 11/21/19 11:01 AM, Pavel Sanda wrote: > On Thu, Nov 21, 2019 at 04:44:57PM +0100, Pavel Sanda wrote: >> commit ea88310517c78bc17d96c9326a171a0a0acd7175 >> Author: Pavel Sanda >> Date: Thu Nov 21 16:59:34 2019 +0100 >> >> remerge cs.po >> >> po/cs.po | 1937 >>

Re: [patch] Refresh previews on branch toggle?

2019-12-08 Thread Richard Kimberly Heck
On 12/8/19 9:20 PM, Scott Kostyshak wrote: > Attached is a patch that refreshes previews whenever the user activates > or deactivates a branch. The motivation for this patch is that if a > child document is previewed in the master document, and if the child > document has the branch inside it as

Re: Note inset can not be dissolved in table

2019-12-06 Thread Richard Kimberly Heck
On 12/6/19 7:27 AM, Pavel Sanda wrote: > On Fri, Dec 06, 2019 at 09:55:46AM +0100, Jean-Marc Lasgouttes wrote: >>> This patch seems to fix the issue. >>> For not having better idea I take descendable() as a reasonable proxy for >>> insets >>> in which dissolving inset makes sense. >>> >>> I'll

Re: [patch] Refresh previews on branch toggle?

2019-12-09 Thread Richard Kimberly Heck
On 12/9/19 10:40 AM, Scott Kostyshak wrote: > On Sun, Dec 08, 2019 at 11:03:20PM -0500, Richard Kimberly Heck wrote: >> On 12/8/19 9:20 PM, Scott Kostyshak wrote: >>> Attached is a patch that refreshes previews whenever the user activates >>> or deactivates a branch. Th

Export Errors

2019-12-13 Thread Richard Kimberly Heck
I can't follow that thread. Is any of it relevant to the 2.3.x branch? Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

CMake Build Problem

2019-12-16 Thread Richard Kimberly Heck
I'm getting a repeatable error when building the master branch of LyX with cmake on Fedora 30. What I've done is: ./autogen.sh mkdir build-cmake cd build-cmake cmake .. make Result: [ 70%] Linking CXX executable ../bin/lyx2.4 cd /cvs/lyx/lyx-devel/build-cmake/src && /usr/bin/cmake -E

Re: [LyX/master] Mark insets with invalid buffer() in red in devel-mode.

2019-10-21 Thread Richard Kimberly Heck
On 10/21/19 11:25 AM, Jean-Marc Lasgouttes wrote: > commit 067d6dc759b819d2a40a4dea0b09736d474ddc24 > Author: Jean-Marc Lasgouttes > Date: Mon Oct 21 16:45:03 2019 +0200 > > Mark insets with invalid buffer() in red in devel-mode. > > We tend to have insets which buffer() member is

Re: Numbered Lists features

2019-10-23 Thread Richard Kimberly Heck
On 10/23/19 4:49 AM, Jean-Marc Lasgouttes wrote: > Le 23/10/2019 à 09:38, Eugénio Costa a écrit : >> Hi Lyx developers, >> >> Lyx 2.3.1 on Fedora Linux >> I use Lyx for standard text reports, articles and contract drafting. >> -- >> Would like to suggest that some simple feature in the GUI to >>

Re: Backport some gcc9 fixes to branch

2019-10-25 Thread Richard Kimberly Heck
On 10/25/19 1:13 PM, Jean-Marc Lasgouttes wrote: > Riki, is this OK? > > If this goes in, Kornel will probably have to backport some of his own > patches. I know nothing about such things. If you think it's a good idea, please go ahead. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: [LyX/master] Mark insets with invalid buffer() in red in devel-mode.

2019-10-21 Thread Richard Kimberly Heck
On 10/21/19 12:43 PM, Jean-Marc Lasgouttes wrote: > Le 21/10/2019 à 18:13, Richard Kimberly Heck a écrit : >>> To this end, a new method develMode() is added to the Painter >>> class. >>> With this commit, it is easy to see that macro template do

2.3.4 Translations

2019-11-19 Thread Richard Kimberly Heck
Hi, all, Please prepare translations for LyX 2.3.4. We hope to release around 1 December, so if you could finish it by the 27th or so, that'd be great. Thanks for all you do to support LyX. Riki Stable Branch Maintainer -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: [LyX/master] Fix crash in selection manager

2019-11-20 Thread Richard Kimberly Heck
On 11/19/19 7:33 AM, Juergen Spitzmueller wrote: > commit 5d45c10fc785961d7c5f9e1cc291f14a116b1227 > Author: Juergen Spitzmueller > Date: Tue Nov 19 13:47:32 2019 +0100 > > Fix crash in selection manager > > Patch by Patrick De Visschere Fine for stable if needed. Riki --

Re: [LyX/master] Fix issues with tilde in inputpath

2019-11-20 Thread Richard Kimberly Heck
On 11/20/19 5:43 AM, Juergen Spitzmueller wrote: > commit a426b33067ae4e9d5452f13284f3e223d87ac45d > Author: Juergen Spitzmueller > Date: Wed Nov 20 11:57:32 2019 +0100 > > Fix issues with tilde in inputpath > > Fixes #11699 > --- Fine for stable if needed. Riki -- lyx-devel

Re: [LyX/master] Re-fix #11146 with recent LaTeX

2019-11-20 Thread Richard Kimberly Heck
On 11/20/19 5:43 AM, Juergen Spitzmueller wrote: > commit e75fa6f3ac5735dfcd588acb5c187556bface16d > Author: Juergen Spitzmueller > Date: Wed Nov 20 11:48:18 2019 +0100 > > Re-fix #11146 with recent LaTeX Fine for stable if needed. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: [LyX/master] GuiSelectionManager: fix getSelectedIndex for availableLV

2019-11-20 Thread Richard Kimberly Heck
On 11/20/19 7:52 AM, Juergen Spitzmueller wrote: > commit 772f2a28414dae7765486ad7aff042e4299c7fb7 > Author: Juergen Spitzmueller > Date: Wed Nov 20 14:07:05 2019 +0100 > > GuiSelectionManager: fix getSelectedIndex for availableLV Fine for stable if needed. Riki -- lyx-devel mailing

Re: \binomial already defined

2019-11-20 Thread Richard Kimberly Heck
On 11/20/19 3:38 AM, Jürgen Spitzmüller wrote: > Am Dienstag, den 19.11.2019, 10:38 -0500 schrieb Neal Becker: >> The attached test file gives me error \binomial already defined. > Quickfix: Add to Document > Settings > Local Layout: > > Provides binom 1 > > > Background: LyX adds an own \binom

Re: lyxeditor not executable when installed with cmake

2019-11-26 Thread Richard Kimberly Heck
On 11/26/19 3:04 PM, Kornel Benko wrote: > Am Tue, 26 Nov 2019 20:57:22 +0100 > schrieb Kornel Benko : > >> Am Tue, 26 Nov 2019 19:52:15 +0100 >> schrieb pdv : >> >>> When installing with the latest CMake on MacOS the lyxeditor, inkscape >>> and maxima files, copied into the bundle, are not

Re: Building windows installer questions

2020-02-11 Thread Richard Kimberly Heck
iconv.dll? In  my case, that is provided by the mingw cross compiler. But perhaps see:     https://gnupg.org/download/iconv.html It is crucial that this library be available to LyX. Riki > Am Di., 11. Feb. 2020 um 06:37 Uhr schrieb Richard Kimberly Heck > mailto:rikih...@ly

[ANNOUNCE] LyX 2.3.4.2 'Emergency' Release

2020-02-11 Thread Richard Kimberly Heck
This is an emergency release that fixes four bugs in 2.3.4. Only the first two really warrant an emergency release, but while we're at it... The first, bug #11728, caused a five-second delay when attempting to save files on Windows. This was a side effect of the fix for #10091 and reminds us why

Re: Building windows installer questions

2020-02-11 Thread Richard Kimberly Heck
On 2/11/20 3:30 PM, Yu Jin wrote: > > Am Di., 11. Feb. 2020 um 06:37 Uhr schrieb Richard Kimberly Heck > mailto:rikih...@lyx.org>>: > > On 2/9/20 4:23 AM, Yu Jin wrote: > > Hi, > > > > I've been trying to build a windows installer to see

Re: Building windows installer questions

2020-02-10 Thread Richard Kimberly Heck
On 2/9/20 4:23 AM, Yu Jin wrote: > Hi, > > I've been trying to build a windows installer to see how it works, but > I could not find the files FindProc.dll and INetC.dll, which are > mentioned in the Readme.txt file. Any Idea where I can locate them? On my machine, these were just installed with

Re: [RFC][PATCH] Change to buffer lookup for given temporary files

2020-02-23 Thread Richard Kimberly Heck
On 2/23/20 7:50 AM, Jean-Marc Lasgouttes wrote: > Le 23/02/2020 à 11:40, Enrico Forestieri a écrit : >> On Sun, Feb 23, 2020 at 12:35:53AM +0100, Enrico Forestieri wrote: >>> On Tue, Feb 18, 2020 at 07:55:13PM +0100, Enrico Forestieri wrote: Still, why realPath() returns a short path

Re: Memory leak from list

2020-02-23 Thread Richard Kimberly Heck
On 2/23/20 8:23 AM, Scott Kostyshak wrote: > On Tue, Feb 18, 2020 at 08:28:33PM -0500, Scott Kostyshak wrote: >> On Tue, Feb 18, 2020 at 07:33:39PM -0500, Richard Kimberly Heck wrote: >>> On 2/18/20 6:07 PM, Scott Kostyshak wrote: >>>> Valgrind gave me the following

<    1   2   3   4   5   6   7   8   9   10   >