Re: Annoying terminal messages: QXcbClipboard: SelectionRequest too old

2016-07-28 Thread Enrico Forestieri
On Wed, Jul 27, 2016 at 10:45:10PM -0400, Scott Kostyshak wrote: > > Enrico, have you seen the following? > https://codereview.qt-project.org/#/c/32263/ > > In particular, note the patch set here: > https://codereview.qt-project.org/#/c/32263/7//ALL > > "Clients attempting to acquire a selection

Re: workaround to 'git reset --hard' not working because of .gitattributes

2016-07-28 Thread Richard Heck
On 07/23/2016 06:30 PM, Guillaume Munch wrote: > Le 26/06/2016 à 01:21, Scott Kostyshak a écrit : >> I think this is due to the recent fixes in .gitattributes. In any case, >> git reset --hard does not fix anything. But the following does work for >> me: >> >> git rm .gitattributes >> git add -A >>

Re: C++ "good practices" regarding constifying a function parameter?

2016-07-28 Thread Richard Heck
On 07/27/2016 05:19 PM, Scott Kostyshak wrote: > So to double-check, no one is against the .cpp change I proposed, right? > (I will not commit the .h change after this helpful conversation) Yes, I think that's right. > Thanks for this detailed explanation, Guillaume. I think that small > things l

Re: epub output in version 2.2?

2016-07-28 Thread José Abílio Matos
On Saturday, July 23, 2016 6:30:45 PM WEST Guenter Milde wrote: > On 2016-07-09, Richard Heck wrote: > > On 07/09/2016 07:36 AM, Guillaume Munch wrote: > >> Le 07/07/2016 19:25, Steve Litt a écrit : > >>> If they just made LyX into valid and well formed XML, creating our > >>> own converter, with P

Re: [patch] Specify the target format for local layout conversion

2016-07-28 Thread José Abílio Matos
On Sunday, July 24, 2016 1:18:32 AM WEST Guillaume Munch wrote: > Dear list > > > Here are two patches that I would like to include in master. > > * The first one adds a flag [-t FORMAT] to lib/scripts/layout2layout.py > to specify a target format for conversion. I took some code from > lyx2lyx

Re: #10310: Session handling does not restore cursor position

2016-07-28 Thread Jean-Marc Lasgouttes
I think the limit is useful. I am sure somebody somewhere has a makefile that creates thousand of files... It would be better to make it work IMO. JMarc Le 28 juillet 2016 00:01:43 GMT+02:00, Scott Kostyshak a écrit : >On Wed, Jul 27, 2016 at 03:23:37PM +0100, Guillaume Munch wrote: >> Two so