Re: Weird Selection Bug

2016-08-01 Thread Scott Kostyshak
On Mon, Aug 01, 2016 at 11:50:52AM -0400, Richard Heck wrote: > Click somewhere with the mouse. Now move the cursor with the keyboard. > Then shift-click to select. The selection will begin (or end) where you > had previously clicked with the mouse, not where you had moved the > cursor with the

Re: [LyX/master] Replace static with thread_local when used for caching

2016-08-01 Thread Guillaume Munch
Le 02/08/2016 à 00:18, Richard Heck a écrit : On 08/01/2016 06:49 PM, Guillaume Munch wrote: +#if defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ == 6) I meant to ask before: Even if we're requiring gcc >= 4.6 (right?), is it worth changing this to: (__GNUC_MINOR__ <= 6) just in

Re: [LyX/master] Replace static with thread_local when used for caching

2016-08-01 Thread Richard Heck
On 08/01/2016 06:49 PM, Guillaume Munch wrote: > diff --git a/src/frontends/qt4/GuiFontLoader.cpp > b/src/frontends/qt4/GuiFontLoader.cpp > index cc092f5..2dacc42 100644 > --- a/src/frontends/qt4/GuiFontLoader.cpp > +++ b/src/frontends/qt4/GuiFontLoader.cpp > @@ -373,9 +373,13 @@

Re: Pandora's box

2016-08-01 Thread Richard Heck
On 08/01/2016 06:50 PM, Guillaume Munch wrote: > Le 31/07/2016 à 19:52, Richard Heck a écrit : >>> +++ b/src/frontends/qt4/GuiCitation.cpp >> >> Is there some way we could store these per BufferView or something? I'd >> kind of like to save the last searched string for each document, >> rather

Re: Pandora's box

2016-08-01 Thread Richard Heck
On 08/01/2016 04:01 PM, Guillaume Munch wrote: > Le 31/07/2016 à 19:52, Richard Heck a écrit : >> On 07/31/2016 01:38 PM, Guillaume Munch wrote: >> >>> For other "FIXME thread" issues, either the solution is more >>> complex, or >>> using statics is inappropriate altogether (I think). Is there a

Re: Pandora's box

2016-08-01 Thread Guillaume Munch
Le 31/07/2016 à 19:52, Richard Heck a écrit : +++ b/src/frontends/qt4/GuiCitation.cpp Is there some way we could store these per BufferView or something? I'd kind of like to save the last searched string for each document, rather than globally. Yes, I think there must be a better solution.

Re: Pandora's box

2016-08-01 Thread Guillaume Munch
Le 31/07/2016 à 19:52, Richard Heck a écrit : On 07/31/2016 01:38 PM, Guillaume Munch wrote: For other "FIXME thread" issues, either the solution is more complex, or using statics is inappropriate altogether (I think). Is there a plan to get rid of these? It looks to me as if most of the

Weird Selection Bug

2016-08-01 Thread Richard Heck
Click somewhere with the mouse. Now move the cursor with the keyboard. Then shift-click to select. The selection will begin (or end) where you had previously clicked with the mouse, not where you had moved the cursor with the keyboard. Richard

Re: [LyX/2.2.x] Fix bug #10273

2016-08-01 Thread José Abílio Matos
On Monday, August 1, 2016 1:25:56 PM WEST Jean-Marc Lasgouttes wrote: > What is this -V1.4 for clyx and friends? > > Jmarc > > Le 1 août 2016 12:09:07 GMT+02:00, "José Matos " a écrit : > >+\converter lyxclyx "python -tt $$s/lyx2lyx/lyx2lyx -V > >1.4 -o $$o -c

Re: [LyX/2.2.x] Fix bug #10273

2016-08-01 Thread Jean-Marc Lasgouttes
What is this -V1.4 for clyx and friends? Jmarc Le 1 août 2016 12:09:07 GMT+02:00, "José Matos " a écrit : >+\converter lyxclyx "python -tt $$s/lyx2lyx/lyx2lyx -V >1.4 -o $$o -c big5 $$i" "" >+\converter lyxjlyx "python -tt

Re: Exporting compressed files

2016-08-01 Thread José Abílio Matos
On Friday, July 8, 2016 2:10:07 PM WEST Richard Heck wrote: > Good, and thanks for fixing this. > > rh Thank you. :-) The change is in for 2.2.2 together with a change status and the bug close. Regards, -- José Abílio