Re: Yosemite + LyX

2014-10-24 Thread Hugo Hinterberger
On Thu, 23 Oct 2014 23:47:11 +0200, Stephan Witt wrote: And an other one: Could this plist snippet be addapted for your/our purposes (think Info.plist in LyX.app/Contents/): "http://www.apple.com/DTDs/PropertyList-1.0.dtd";> LSEnvironment TEXMFLOCAL

Re: [LyX/master] Add lyx_commit_hash.h.cmake to distribution tar ball

2014-10-24 Thread Kornel Benko
Am Freitag, 24. Oktober 2014 um 18:14:18, schrieb Stephan Witt > commit ef51c22ddfaa58267e6ec23f26f27b184cc13afb > Author: Stephan Witt > Date: Fri Oct 24 18:13:27 2014 +0200 > > Add lyx_commit_hash.h.cmake to distribution tar ball > > diff --git a/development/Makefile.am b/development/Ma

Re: [LyX/master] Check the correct macro for conditional include of lyx_commit_hash.h

2014-10-24 Thread Kornel Benko
Am Freitag, 24. Oktober 2014 um 18:14:18, schrieb Stephan Witt > commit f8c964d080b4ad10e7ea2db2ed55aeb6cea9f35f > Author: Stephan Witt > Date: Fri Oct 24 18:12:58 2014 +0200 > > Check the correct macro for conditional include of lyx_commit_hash.h > > diff --git a/src/version.cpp b/src/ve

Re: [LyX/master] Check the correct macro for conditional include of lyx_commit_hash.h

2014-10-24 Thread Stephan Witt
Am 24.10.2014 um 18:51 schrieb Kornel Benko : > > Am Freitag, 24. Oktober 2014 um 18:14:18, schrieb Stephan Witt >> commit f8c964d080b4ad10e7ea2db2ed55aeb6cea9f35f >> Author: Stephan Witt >> Date: Fri Oct 24 18:12:58 2014 +0200 >> >>Check the correct macro for conditional include of lyx_c

Re: [LyX/master] Check the correct macro for conditional include of lyx_commit_hash.h

2014-10-24 Thread Kornel Benko
Am Freitag, 24. Oktober 2014 um 20:15:30, schrieb Stephan Witt > Am 24.10.2014 um 18:51 schrieb Kornel Benko : > > > > Am Freitag, 24. Oktober 2014 um 18:14:18, schrieb Stephan Witt > > > >> commit f8c964d080b4ad10e7ea2db2ed55aeb6cea9f35f > >> Author: Stephan Witt > >> Date: Fri Oct 24 18:12:

Re: Yosemite + LyX

2014-10-24 Thread Scott Kostyshak
On Thu, Oct 23, 2014 at 7:10 PM, Stephan Witt wrote: > It is enough for today. > > Stephan I don't know if it helps, but RStudio ran into the same bug and added workarounds in the following two commits: https://github.com/rstudio/rstudio/commit/9b286615e6f74ef8b738769fa1e3bb862461cbc6 https://git

Re: Coding practice: OK to leave dangling pointer if not currently used?

2014-10-24 Thread Scott Kostyshak
On Thu, Oct 23, 2014 at 11:20 AM, Richard Heck wrote: > On 10/23/2014 05:38 AM, Scott Kostyshak wrote: >> >> I guess I have two questions: >> (1) Are there any comments on my patch? >> >> diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp >> index b690ac1..ad00659 100644 >>