I would like to know how to contribute in tasks such as translation. For example: in the spanish menu bar, Ventana (Window) and Ver (View) have the same shortcut. Where should I address such items?<div>Thanks</div><div>Marcelo.<br>
<br><div class="gmail_quote">2010/8/6  <span dir="ltr"><<a href="mailto:eric-request@riverbankcomputing.com">eric-request@riverbankcomputing.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send Eric mailing list submissions to<br>
        <a href="mailto:eric@riverbankcomputing.com">eric@riverbankcomputing.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.riverbankcomputing.com/mailman/listinfo/eric" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/eric</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:eric-request@riverbankcomputing.com">eric-request@riverbankcomputing.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:eric-owner@riverbankcomputing.com">eric-owner@riverbankcomputing.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Eric digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Mac OS X glitches/problems, eric 5.0.1 release (b k)<br>
   2. Re: Segmentation fault on Fedora 12 (Mihail Lukin)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 5 Aug 2010 10:28:40 -0400<br>
From: b k <<a href="mailto:mutualaid@gmail.com">mutualaid@gmail.com</a>><br>
To: eric <<a href="mailto:eric@riverbankcomputing.com">eric@riverbankcomputing.com</a>><br>
Subject: Re: [Eric] Mac OS X glitches/problems, eric 5.0.1 release<br>
Message-ID:<br>
        <<a href="mailto:AANLkTikdZKh0hBdLd509zQFZZ6Wey_Edyx1EH5_JV3pp@mail.gmail.com">AANLkTikdZKh0hBdLd509zQFZZ6Wey_Edyx1EH5_JV3pp@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Thu, Aug 5, 2010 at 3:46 AM, Christian Prinoth<br>
<<a href="mailto:christian@prinoth.name">christian@prinoth.name</a>> wrote:<br>
><br>
> I confirm at least the font metrics problem. After some tests, though, I came to the conclusion that it is a bug in either QScintilla or QT itself...<br>
<br>
I also suspect that the display corruption problem at least is a bug<br>
with Qt/PyQt on OS X.<br>
<br>
>> > - Project -> Version Control -> Show log browser. When using this dialog,<br>
>> > if you try to view a diff the child dialog appears behind and totally<br>
>> > obscured by the parent log browser. The diff dialog remains underneath<br>
>> > with focus.<br>
<br>
I believe this is due to a difference with how OS X handles windows<br>
and dialogs. Parent windows can never be displayed on top of child<br>
dialogs [1], while on Windows (and possibly Linux) they are all<br>
treated as peers.<br>
<br>
[1] - Unless AlwaysOnTop is set, which simply reverses the behavior:<br>
child dialogs are always behind parent window.<br>
<br>
>> I have no clue what is going on. eric5 works fine on Linux and Windows<br>
>> systems. I can't test Mac OS X because I don't own an Apple computer. Are you<br>
>> sure, that your setup is correct?<br>
<br>
My setup is totally standard OS X 10.6.4 on MacBook Air Rev B, save<br>
for 64-bit Python 3.1.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 6 Aug 2010 08:43:00 +0400<br>
From: Mihail Lukin <<a href="mailto:mihail.lukin@googlemail.com">mihail.lukin@googlemail.com</a>><br>
To: <a href="mailto:eric@riverbankcomputing.com">eric@riverbankcomputing.com</a><br>
Subject: Re: [Eric] Segmentation fault on Fedora 12<br>
Message-ID:<br>
        <AANLkTi=70pCAwOzJiOMdq8vdTP5bC9fse9t=C5YsH54=@<a href="http://mail.gmail.com" target="_blank">mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
I tried --debug option, but it gives nothing. Here is what I've found<br>
in my /var/log/messages:<br>
<br>
kernel: python[20564]: segfault at 50 ip 047635aa sp bfc7803c error 4<br>
in libQtCore.so.4.6.3[467a000+262000]<br>
<br>
So, I can't use Eric because of Qt bug.<br>
<br>
On Thu, Aug 5, 2010 at 9:32 AM, Mihail Lukin<br>
<<a href="mailto:mihail.lukin@googlemail.com">mihail.lukin@googlemail.com</a>> wrote:<br>
> Hi,<br>
><br>
> Eric is segfaulting periodically on my Fedora 12. On Ubuntu 10.04 all<br>
> works fine. I understand that it's most probably Qt-related problem, I<br>
> never saw segfaulting Python apps before.<br>
> This is how it happens: I run Eric, it works some time and then<br>
> segfaults. I can launch and just minimize it and it will segfault in a<br>
> few seconds:<br>
><br>
> $ eric4<br>
> Warning: translation file 'qt_en_US'could not be loaded.<br>
> Using default.<br>
> Warning: translation file 'eric4_en_US'could not be loaded.<br>
> Using default.<br>
> Warning: translation file 'qscintilla_en_US'could not be loaded.<br>
> Using default.<br>
> ...about a minute idle...<br>
> Segmentation fault (core dumped)<br>
> $<br>
><br>
> Eric4 4.4.7 (r3805)<br>
> Python Version: 2.6.2<br>
> Qt Version: 4.6.3<br>
> PyQt Version: ?4.7.3<br>
> QScintilla Version: ?2.4.2<br>
><br>
> Eric4 4.4.6 had the same problem.<br>
><br>
> Anybody faced this issue?<br>
><br>
> --<br>
> regards,<br>
> Mihail Lukin<br>
><br>
<br>
<br>
<br>
--<br>
regards,<br>
Mihail Lukin<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Eric mailing list<br>
<a href="mailto:Eric@riverbankcomputing.com">Eric@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/eric" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/eric</a><br>
<br>
<br>
End of Eric Digest, Vol 50, Issue 5<br>
***********************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>=========================<br>Dr. Marcelo Escobal<br><a href="mailto:marcelo.escobal@gmail.com">marcelo.escobal@gmail.com</a><br><a href="http://alicasa.homelinux.net">http://alicasa.homelinux.net</a><br>
Visite los blogs en:<br><a href="http://sanbleuler.blogspot.com">http://sanbleuler.blogspot.com</a><br><a href="http://conalambre.wordpress.com">http://conalambre.wordpress.com</a><br><a href="http://alnudo.blogspot.com/">http://alnudo.blogspot.com/</a><br>
=========================<br>
</div>