Re: [LyX/master] print callstack on assert

2014-08-28 Thread Peter Kuemmel
> > > It's Friday: > > > >> > >> There are no traces of LYX_CALLSTACK_PRINTING in automake files. > > > > Not important, automake will be dropped anyway ;) > > So, you're working on a cmake way to produce Mac packages? When is it > finished? ;) Isn't the package created by a bash script afte

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Stephan Witt
Am 29.08.2014 um 08:02 schrieb Peter Kuemmel : > It's Friday: > >> >> There are no traces of LYX_CALLSTACK_PRINTING in automake files. > > Not important, automake will be dropped anyway ;) So, you're working on a cmake way to produce Mac packages? When is it finished? ;) Stephan

Aw: Re: [LyX/master] print callstack on assert

2014-08-28 Thread Peter Kuemmel
It's Friday: > > There are no traces of LYX_CALLSTACK_PRINTING in automake files. Not important, automake will be dropped anyway ;) > > Kornel

Re: Underlined letter shortcuts management

2014-08-28 Thread Pavel Sanda
Jean-Pierre Chrétien wrote: > What about deconnecting completely top level bindings from underlined letter > bindings by replacing all Alt+letter by Alt+noletter in bind files ? > I know that this will be a great change for those who are accustomed to top > level bindings, it could maybe done in 2.

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Kornel Benko
Am Donnerstag, 28. August 2014 um 11:31:06, schrieb Richard Heck > On 08/28/2014 03:19 AM, Peter Kümmel wrote: > > On 28.08.2014 00:20, Richard Heck wrote: > >> On 08/27/2014 01:52 PM, Peter Kümmel wrote: > >>> commit ada262a78b2ec12e9697783b27523b8c13b51066 > >>> Author: Peter Kümmel > >>> Date

Re: [LyX/master] On Linux show in crash message box the backtrace

2014-08-28 Thread Scott Kostyshak
On Thu, Aug 28, 2014 at 3:21 AM, Peter Kümmel wrote: > On 25.08.2014 23:54, Scott Kostyshak wrote: >> Would this be easy to extend to show the backtrace on assertions also? >> >> Scott >> > > Yes, just call printCallStack() where you need it. Thanks, Scott

Re: LyX 2.1.0 on Mac incorrectly saves a file

2014-08-28 Thread Richard Heck
On 08/28/2014 04:47 AM, Will Furnass wrote: I encountered what appears to be a similar problem to bug #9049 over the weekend where copying a table with some multi-column cells from a UTF-8 encoded file in one instance of LyX to another instance of LyX caused file corruption when the file pasted i

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Richard Heck
On 08/28/2014 03:19 AM, Peter Kümmel wrote: On 28.08.2014 00:20, Richard Heck wrote: On 08/27/2014 01:52 PM, Peter Kümmel wrote: commit ada262a78b2ec12e9697783b27523b8c13b51066 Author: Peter Kümmel Date: Wed Aug 27 19:40:40 2014 +0200 print callstack on assert diff --git a/src/support

Re: [LyX/master] pass git commit hash within CPPFLAGS to add it to version info

2014-08-28 Thread Richard Heck
On 08/28/2014 02:36 AM, Stephan Witt wrote: Am 28.08.2014 um 08:31 schrieb Stephan Witt : commit f2aeca65b491f4a2396ec2b8834713e5c156c5ef Author: Stephan Witt Date: Thu Aug 28 08:30:45 2014 +0200 pass git commit hash within CPPFLAGS to add it to version info diff --git a/development/Ly

Re: LyX 2.1.0 on Mac incorrectly saves a file

2014-08-28 Thread Will Furnass
I encountered what appears to be a similar problem to bug #9049 over the weekend where copying a table with some multi-column cells from a UTF-8 encoded file in one instance of LyX to another instance of LyX caused file corruption when the file pasted into was then saved (LyX crashes when writing t

Re: [LyX/master] On Linux show in crash message box the backtrace

2014-08-28 Thread Peter Kümmel
On 25.08.2014 23:54, Scott Kostyshak wrote: On Sat, Jun 14, 2014 at 5:26 AM, Peter Kümmel wrote: commit 2f17858115247a1f2b9e341e7cbe96148911c1ad Author: Peter Kümmel Date: Sat Jun 7 11:12:31 2014 +0200 On Linux show in crash message box the backtrace Would this be easy to extend to s

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Peter Kümmel
On 28.08.2014 00:20, Richard Heck wrote: On 08/27/2014 01:52 PM, Peter Kümmel wrote: commit ada262a78b2ec12e9697783b27523b8c13b51066 Author: Peter Kümmel Date: Wed Aug 27 19:40:40 2014 +0200 print callstack on assert diff --git a/src/support/lassert.cpp b/src/support/lassert.cpp index