Re: [announce] LyX150beta1 from 19-02-2007 for Windows

2007-02-21 Thread Olivier Ripoll

Uwe Stöhr wrote:

Hello LyXTesters,

I published a new version with LyX1.5.0beta1 from 19-02-2007:

http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12255 


Hello Uwe,

I still can crash LyX. As you may have noticed, I updated the bug 
report, although the title should be changed too. Math-mode is not 
required any-more to have the crash, and the US-international keyboard 
either. I can reproduce with the German layout, and just pressing ^(*) 
followed by 2, but the 2 has to be from the numeric keypad to crash 
LyX. (works with other numbers as well). This last detail may have been 
the reason why some people had problems to reproduce the bug.


(*) top left corner key in a German keyboard, SHIFT+6 for my US keyboard.

Best regards,

Olivier



Re: [announce] LyX150beta1 from 19-02-2007 for Windows

2007-02-21 Thread Abdelrazak Younes

Olivier Ripoll wrote:

Uwe Stöhr wrote:

Hello LyXTesters,

I published a new version with LyX1.5.0beta1 from 19-02-2007:

http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12255 



Hello Uwe,

I still can crash LyX. As you may have noticed, I updated the bug 
report, although the title should be changed too. Math-mode is not 
required any-more to have the crash, and the US-international keyboard 
either. I can reproduce with the German layout, and just pressing ^(*) 
followed by 2, but the 2 has to be from the numeric keypad to crash 
LyX. (works with other numbers as well). This last detail may have been 
the reason why some people had problems to reproduce the bug.


Hello Olivier,

Could you please test this patch?

Abdel.
Index: GuiWorkArea.C
===
--- GuiWorkArea.C   (revision 17288)
+++ GuiWorkArea.C   (working copy)
@@ -584,8 +584,8 @@
// FIXME Abdel 10/02/07: Remove?
// needed to make math superscript work on some systems
// ideally, such special coding should not be necessary
-   if (text == ^)
-   key = Qt::Key_AsciiCircum;
+// if (text == ^)
+// key = Qt::Key_AsciiCircum;
 
// FIXME Abdel 10/02/07: Minimal support for CJK, aka systems
// with input methods. What should we do with 
e-preeditString()?


Re: [announce] LyX150beta1 from 19-02-2007 for Windows

2007-02-21 Thread Olivier Ripoll

Uwe Stöhr wrote:

Hello LyXTesters,

I published a new version with LyX1.5.0beta1 from 19-02-2007:

http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12255 


Hello Uwe,

I still can crash LyX. As you may have noticed, I updated the bug 
report, although the title should be changed too. Math-mode is not 
required any-more to have the crash, and the US-international keyboard 
either. I can reproduce with the German layout, and just pressing ^(*) 
followed by 2, but the 2 has to be from the numeric keypad to crash 
LyX. (works with other numbers as well). This last detail may have been 
the reason why some people had problems to reproduce the bug.


(*) top left corner key in a German keyboard, SHIFT+6 for my US keyboard.

Best regards,

Olivier



Re: [announce] LyX150beta1 from 19-02-2007 for Windows

2007-02-21 Thread Abdelrazak Younes

Olivier Ripoll wrote:

Uwe Stöhr wrote:

Hello LyXTesters,

I published a new version with LyX1.5.0beta1 from 19-02-2007:

http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12255 



Hello Uwe,

I still can crash LyX. As you may have noticed, I updated the bug 
report, although the title should be changed too. Math-mode is not 
required any-more to have the crash, and the US-international keyboard 
either. I can reproduce with the German layout, and just pressing ^(*) 
followed by 2, but the 2 has to be from the numeric keypad to crash 
LyX. (works with other numbers as well). This last detail may have been 
the reason why some people had problems to reproduce the bug.


Hello Olivier,

Could you please test this patch?

Abdel.
Index: GuiWorkArea.C
===
--- GuiWorkArea.C   (revision 17288)
+++ GuiWorkArea.C   (working copy)
@@ -584,8 +584,8 @@
// FIXME Abdel 10/02/07: Remove?
// needed to make math superscript work on some systems
// ideally, such special coding should not be necessary
-   if (text == ^)
-   key = Qt::Key_AsciiCircum;
+// if (text == ^)
+// key = Qt::Key_AsciiCircum;
 
// FIXME Abdel 10/02/07: Minimal support for CJK, aka systems
// with input methods. What should we do with 
e-preeditString()?


Re: [announce] LyX150beta1 from 19-02-2007 for Windows

2007-02-21 Thread Olivier Ripoll

Uwe Stöhr wrote:

Hello LyXTesters,

I published a new version with LyX1.5.0beta1 from 19-02-2007:

http://developer.berlios.de/project/showfiles.php?group_id=5117_id=12255 


Hello Uwe,

I still can crash LyX. As you may have noticed, I updated the bug 
report, although the title should be changed too. Math-mode is not 
required any-more to have the crash, and the US-international keyboard 
either. I can reproduce with the German layout, and just pressing "^"(*) 
followed by "2", but the "2" has to be from the numeric keypad to crash 
LyX. (works with other numbers as well). This last detail may have been 
the reason why some people had problems to reproduce the bug.


(*) top left corner key in a German keyboard, SHIFT+6 for my US keyboard.

Best regards,

Olivier



Re: [announce] LyX150beta1 from 19-02-2007 for Windows

2007-02-21 Thread Abdelrazak Younes

Olivier Ripoll wrote:

Uwe Stöhr wrote:

Hello LyXTesters,

I published a new version with LyX1.5.0beta1 from 19-02-2007:

http://developer.berlios.de/project/showfiles.php?group_id=5117_id=12255 



Hello Uwe,

I still can crash LyX. As you may have noticed, I updated the bug 
report, although the title should be changed too. Math-mode is not 
required any-more to have the crash, and the US-international keyboard 
either. I can reproduce with the German layout, and just pressing "^"(*) 
followed by "2", but the "2" has to be from the numeric keypad to crash 
LyX. (works with other numbers as well). This last detail may have been 
the reason why some people had problems to reproduce the bug.


Hello Olivier,

Could you please test this patch?

Abdel.
Index: GuiWorkArea.C
===
--- GuiWorkArea.C   (revision 17288)
+++ GuiWorkArea.C   (working copy)
@@ -584,8 +584,8 @@
// FIXME Abdel 10/02/07: Remove?
// needed to make math superscript work on some systems
// ideally, such special coding should not be necessary
-   if (text == "^")
-   key = Qt::Key_AsciiCircum;
+// if (text == "^")
+// key = Qt::Key_AsciiCircum;
 
// FIXME Abdel 10/02/07: Minimal support for CJK, aka systems
// with input methods. What should we do with 
e->preeditString()?