Re: Fix #9201 (advanced find matches note in front of search term, dataloss)

2014-10-14 Thread Jürgen Spitzmüller
2014-10-14 22:25 GMT+02:00 Alfredo Braunstein: > Btw, are there other insets besides InsetNote that could produce no > output? If the answer if yes, we could call the flag force_output or > something and use it where needed. > Inactive branches, and maybe some kinds of FlexInsets. Jürgen > > A

Re: Fix #9201 (advanced find matches note in front of search term, dataloss)

2014-10-14 Thread Alfredo Braunstein
On Tue, Oct 14, 2014 at 7:47 PM, Alfredo Braunstein wrote: > The problem is that InsetNote do not produce any text nor latex > output, so it can be matched freely by the regexp. The patch > adds an output_notes member of OutputParam, default to false, and > setting to true on advanced s&r. I set i

Re: Policy on non-translated examples

2014-10-14 Thread Richard Heck
On 10/14/2014 02:04 PM, Scott Kostyshak wrote: On Thu, Oct 9, 2014 at 8:35 AM, Scott Kostyshak wrote: Francisco Redondo recently sent a PDF (and will send the corresponding LyX file) for an xypic example file, but it is not a direct translation of the English xypic manual. What is our policy on

Re: Policy on non-translated examples

2014-10-14 Thread Alfredo Braunstein
On Tue, Oct 14, 2014 at 8:04 PM, Scott Kostyshak wrote: > On Thu, Oct 9, 2014 at 8:35 AM, Scott Kostyshak wrote: >> Francisco Redondo recently sent a PDF (and will send the corresponding >> LyX file) for an xypic example file, but it is not a direct >> translation of the English xypic manual. Wha

Re: Policy on non-translated examples

2014-10-14 Thread Scott Kostyshak
On Thu, Oct 9, 2014 at 8:35 AM, Scott Kostyshak wrote: > Francisco Redondo recently sent a PDF (and will send the corresponding > LyX file) for an xypic example file, but it is not a direct > translation of the English xypic manual. What is our policy on such > files? Do we have any non-English ma

Fix #9201 (advanced find matches note in front of search term, dataloss)

2014-10-14 Thread Alfredo Braunstein
The problem is that InsetNote do not produce any text nor latex output, so it can be matched freely by the regexp. The patch adds an output_notes member of OutputParam, default to false, and setting to true on advanced s&r. I set it to true also for the stringification of the search buffer, so now

Re: #9145: LyX crash while accepting a change (reopened)

2014-10-14 Thread Alfredo Braunstein
ok, done. A/ On Tue, Oct 14, 2014 at 5:33 PM, Richard Heck wrote: > On 10/14/2014 11:17 AM, Alfredo Braunstein wrote: >> >> On Tue, Oct 14, 2014 at 8:51 AM, Alfredo Braunstein >> wrote: >>> >>> On Mon, Oct 13, 2014 at 6:27 PM, Jean-Marc Lasgouttes >>> wrote: Le 13/10/2014 18:15, Alfr

Re: #9145: LyX crash while accepting a change (reopened)

2014-10-14 Thread Richard Heck
On 10/14/2014 11:17 AM, Alfredo Braunstein wrote: On Tue, Oct 14, 2014 at 8:51 AM, Alfredo Braunstein wrote: On Mon, Oct 13, 2014 at 6:27 PM, Jean-Marc Lasgouttes wrote: Le 13/10/2014 18:15, Alfredo Braunstein a écrit : The fix however seems bogus to me: -cur.forwardPos()

Re: #9145: LyX crash while accepting a change (reopened)

2014-10-14 Thread Alfredo Braunstein
On Tue, Oct 14, 2014 at 8:51 AM, Alfredo Braunstein wrote: > On Mon, Oct 13, 2014 at 6:27 PM, Jean-Marc Lasgouttes > wrote: >> Le 13/10/2014 18:15, Alfredo Braunstein a écrit : > > The fix however seems bogus to me: > -cur.forwardPos(); > +

Re: [PATCH] LyX HiDPI support in OS X with Qt 5

2014-10-14 Thread Kornel Benko
Am Dienstag, 14. Oktober 2014 um 16:11:38, schrieb Stephan Witt > > I cannot find a precompiled Qt5 for Ubuntu 14.04 - where should I look? > 1.2 Cmake_test.kornel 17:02 > dpkg -l | egrep -i qt5 ii libqt5concurrent5:amd64 5.2.1+dfsg-1ubuntu14.2 amd64Qt 5

Re: [PATCH] LyX HiDPI support in OS X with Qt 5

2014-10-14 Thread Stephan Witt
Am 14.10.2014 um 09:15 schrieb Rainer M Krug : > Let me chime in here as a non-lyx-programmer, but lyx user on a mac. > > I am sure there is a lot of interest among mac users for this patch. I > also understand that it is not yet in a usable state, but when it is, > would it be possible to make a

Re: Fix #9291

2014-10-14 Thread Richard Heck
On 10/14/2014 05:49 AM, Alfredo Braunstein wrote: Alfredo Braunstein wrote: The second chunk is a fix to #9291 "Cannot exit table when selecting with keyboard to right or left". The problem was simply that the default status for the cursor in the call to *::doDispatch is dispatched... (btw, the

Re: Fix #9291

2014-10-14 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > The second chunk is a fix to #9291 "Cannot exit table when selecting > with keyboard to right or left". The problem was simply that the > default status for the cursor in the call to *::doDispatch is > dispatched... (btw, there are many cur.dispatched() statements there

Re: [PATCH] LyX HiDPI support in OS X with Qt 5

2014-10-14 Thread Rainer M Krug
Let me chime in here as a non-lyx-programmer, but lyx user on a mac. I am sure there is a lot of interest among mac users for this patch. I also understand that it is not yet in a usable state, but when it is, would it be possible to make an unofficial dmg for mac users, so that this can be tested