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
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.
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");
> -
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
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
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
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
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
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
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
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
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
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
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'
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
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
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
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
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
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
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
21 matches
Mail list logo