RE: Download link broken on www.lyx.org

2014-10-22 Thread Danilo Diedrichs
Hello Scott, Thanks for your reply. The links seem to be working for me now also. Thanks for looking into this. Danilo Diedrichs -Original Message- From: Scott Kostyshak [mailto:skost...@lyx.org] Sent: Wednesday, October 22, 2014 7:50 PM To: Danilo Diedrichs Cc: lyx-devel@lists.lyx.or

Re: Download link broken on www.lyx.org

2014-10-22 Thread Scott Kostyshak
On Wed, Oct 15, 2014 at 2:27 PM, Danilo Diedrichs wrote: > Hello, > > The link to download LyX-2.1.2 for Windows (both the “Bundle” and > “Installer”) seem to be broken. Can you fix them? > > Thanks! > > > > D. Diedrichs Hi Danilo, Thanks for reporting this. They seem to be working for me now.

Re: [PATCH] should we increase this magic number? (LaTeX log scanning code)

2014-10-22 Thread Pavel Sanda
Scott Kostyshak wrote: > +++ b/src/LaTeX.cpp > @@ -809,7 +809,11 @@ int LaTeX::scanLogFile(TeXErrors & terr) > if (!getline(ifs, tmp)) > break; > tmp = rtrim(tmp, "\r"); > -

Download link broken on www.lyx.org

2014-10-22 Thread Danilo Diedrichs
Hello, The link to download LyX-2.1.2 for Windows (both the "Bundle" and "Installer") seem to be broken. Can you fix them? Thanks! D. Diedrichs

Re: Problem with copy

2014-10-22 Thread Richard Heck
On 10/21/2014 03:15 AM, Alfredo Braunstein wrote: Unless it's a false positive by valgrind, then we are reading junk from memory and more sooner than later we will have problems. Moreover, it makes investigating other issues harder., so IMHO is that it is worth lookin into. Unfortunately, I know

Re: Problem with copy

2014-10-22 Thread Alfredo Braunstein
On Wed, Oct 22, 2014 at 5:47 AM, Cyrille Artho wrote: > In my experience, false positives regarding uninitialized memory are > extremely rare. So it's most likely a real problem. Maybe the code refers to > stack-allocated memory or heap memory that was used just before, so the data > is still "in

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Jürgen Spitzmüller
2014-10-22 13:53 GMT+02:00 Stephan Witt: > 1. I don't know what Qt version is used by KDE - Qt4 I presume. > KDE 4 uses Qt 4, KDE Frameworks 5 use Qt 5. Jürgen > Stephan

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Stephan Witt
Am 22.10.2014 um 13:41 schrieb Jürgen Spitzmüller : > 2014-10-22 13:32 GMT+02:00 Stephan Witt: > In svg/oxygen we have 165 files containing radialGradient, 179 without it. > > I am rather surprised that so many files should cause problems, since most > are simply copied from the official oxygen

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Jürgen Spitzmüller
2014-10-22 13:32 GMT+02:00 Stephan Witt: > In svg/oxygen we have 165 files containing radialGradient, 179 without it. > I am rather surprised that so many files should cause problems, since most are simply copied from the official oxygen icon set and thus heavily used and tested within KDE. Jürg

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Stephan Witt
Am 22.10.2014 um 13:11 schrieb Jürgen Spitzmüller : >> 2014-10-22 12:36 GMT+02:00 Stephan Witt: >> Ok. >> >> It looks like Qt5 doesn't support linear gradients. >> >> Console output is: "Could not resolve property : linearGradient5167" or >> similar. >> >> My version of ImageMagick has the sam

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Jürgen Spitzmüller
2014-10-22 12:36 GMT+02:00 Stephan Witt: > Ok. > > It looks like Qt5 doesn't support linear gradients. > > Console output is: "Could not resolve property : linearGradient5167" or > similar. > > My version of ImageMagick has the same or a similar problem: > > $ convert update-others.svg -size 40x40

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Stephan Witt
Am 22.10.2014 um 12:00 schrieb Jürgen Spitzmüller : > 2014-10-22 11:47 GMT+02:00 Stephan Witt: > > We have to change that to make the decision what size should be used > > either automatic guessed by display size or depending on desktop settings > > or configureable by user. But I should look at t

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Jürgen Spitzmüller
2014-10-22 11:47 GMT+02:00 Stephan Witt: > > We have to change that to make the decision what size should be used > > either automatic guessed by display size or depending on desktop settings > > or configureable by user. But I should look at the source code first… > > I'm referring to the GuiView

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Stephan Witt
Am 22.10.2014 um 11:28 schrieb Stephan Witt : > Am 22.10.2014 um 11:18 schrieb Jürgen Spitzmüller : > >> 2014-10-22 10:55 GMT+02:00 Stephan Witt : >> Ok, I'll try that. But I think that's not enough. >> I saw some code already using the actual icon size to >> determine the size of the buttons. I'

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Stephan Witt
Am 22.10.2014 um 11:18 schrieb Jürgen Spitzmüller : > 2014-10-22 10:55 GMT+02:00 Stephan Witt : > Ok, I'll try that. But I think that's not enough. > I saw some code already using the actual icon size to > determine the size of the buttons. I'd guess this will > not work with SVG files. > > I do

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Jürgen Spitzmüller
2014-10-22 10:55 GMT+02:00 Stephan Witt : > Ok, I'll try that. But I think that's not enough. > I saw some code already using the actual icon size to > determine the size of the buttons. I'd guess this will > not work with SVG files. > I do not think we will need such extra code. We just can tell

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Stephan Witt
Am 22.10.2014 um 10:37 schrieb Jürgen Spitzmüller : > 2014-10-22 10:20 GMT+02:00 Stephan Witt: > Do you have a plan/idea how they should be used by LyX at run-time? > > I have not checked, but I guess it is just a matter of replacing > > setIcon(QIcon(getPixmap(imagedir, name, "png"))) > > by s

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Jürgen Spitzmüller
2014-10-22 10:37 GMT+02:00 Jürgen Spitzmüller : > > setIcon(QIcon(getPixmap(imagedir, name, "png"))) > > by something like > > setIcon(QIcon(getPixmap(fname.absFileName()) > that is: setIcon(QIcon(fname.absFileName())) Jürgen

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Jürgen Spitzmüller
2014-10-22 10:20 GMT+02:00 Stephan Witt: > Do you have a plan/idea how they should be used by LyX at run-time? > I have not checked, but I guess it is just a matter of replacing setIcon(QIcon(getPixmap(imagedir, name, "png"))) by something like setIcon(QIcon(getPixmap(fname.absFileName()) in

Re: [LyX/master] Cmake buid: Install the new svgz icons

2014-10-22 Thread Stephan Witt
Am 18.10.2014 um 17:36 schrieb Jürgen Spitzmüller : > Am Samstag 18 Oktober 2014, 17:21:43 schrieb Kornel Benko: >> I was wandering, why they are not installed. Does it harm? I like to be >> prepared. > > It's only a size issue (> 4 MB). I suppose if we switch to them, we will > remove the bitma

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

2014-10-22 Thread Stephan Witt
Am 21.10.2014 um 11:01 schrieb Kornel Benko : > Am Dienstag, 21. Oktober 2014 um 02:21:11, schrieb Scott Kostyshak > >> On Tue, Oct 21, 2014 at 2:02 AM, Stephan Witt wrote: >> >>> Thank you for your effort. As you saw, I solved the compile problems with >>> a modified configure command line. I