Re: Very annoying edition bug(s) in 1.6

2008-12-05 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn [EMAIL PROTECTED] writes: I tried trunk, branch and 1.6.0. I founf a hint: you need 'cursor follows scrollbar' to be on. I turned it on to investigate some bug and then forgot about it. With it I see the problem with trunk and branch. By the way, no fixes to boundary

Re: Problem with characters

2008-12-05 Thread Jürgen Spitzmüller
Giovani Faccin wrote: I'm using Lyx 1.5.5 Unicode characters were not supported in math in LyX 1.5.x. They are now, in LyX 1.6.0. Jürgen

Re: Crash with Spellchecker

2008-12-05 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: 1) Open a document with some typos. 2) hit F7 to launch the spellchecker. 3) when a typo is detected, click the down arrow on the 'Replacement' combo Should be fixed now (both in branch and trunk). The reason was an invalid pointer when the suggestions list was empty.

Bugzilla says: Insecure dependency in exec while running with -T switch

2008-12-05 Thread Jean-Marc Lasgouttes
I just created a new bug and was greeted with: Bug 5594 has been added to the database Software error: Insecure dependency in exec while running with -T switch at /home/bugzilla/mozilla/webtools/bugzilla/post_bug.cgi line 303. For help, please send mail to

Re: Bugzilla says: Insecure dependency in exec while running with -T switch

2008-12-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: I just created a new bug and was greeted with: Bug 5594 has been added to the database Software error: Insecure dependency in exec while running with -T switch at /home/bugzilla/mozilla/webtools/bugzilla/post_bug.cgi line

Re: Crash with Spellchecker

2008-12-05 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: 1) Open a document with some typos. 2) hit F7 to launch the spellchecker. 3) when a typo is detected, click the down arrow on the 'Replacement' combo Should be fixed now (both in branch and trunk). The reason was an invalid pointer

Re: What's the right step to build a windows binary?

2008-12-05 Thread Bo Peng
Like: 1, install Visual C++ 2008 2, install QT with it's librarys 3, download the SVN source of Lyx 4, use some tools such as CMake or open the vcprj file directly. 5, compile and build the lyx. I have not done it for a while, but with the dependency files (the dependency files and bundle

[patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=5514 With the new master_buffer param set, a child document checks if his master is already opened, and if not, it opens it (in the background) via checkAndLoadLyXFile. The problem which triggers this bug is that checkAndLoadLyXFile checks if the file

Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller [EMAIL PROTECTED] writes: Therefore I have added a bool to checkAndLoadLyXFile that skips the test for dirtyness and simply loads the master only if it is not already loaded. The bool is only used in this specific case, so there should be no surprises. This looks good.

Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Jürgen Spitzmüller [EMAIL PROTECTED] writes: Therefore I have added a bool to checkAndLoadLyXFile that skips the test for dirtyness and simply loads the master only if it is not already loaded. The bool is only used in this specific case, so there should be no

Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Jürgen Spitzmüller
In my opinion, there are only a few bugs left that should really be fixed for 1.6.1. The most urgent ones are these: 5389 cri LyX crashes when reloading document on OS X 5540 cri Crash in MathAtom on Undo As to the other confirmed critical bugs: 5392 cri Assertion in

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Richard Heck
Jürgen Spitzmüller wrote: In my opinion, there are only a few bugs left that should really be fixed for 1.6.1. For what it's worth, I've seen some crashes recently myself but have been unable to reproduce them. These have all happened when working on a book with lots of child documents

Website update of i18n fails

2008-12-05 Thread Jürgen Spitzmüller
I have updated i18n.inc three days ago: http://www.lyx.org/trac/changeset/27765 but the changes do not show up on the website. Any ideas? Jürgen

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Jürgen Spitzmüller
Richard Heck wrote: For what it's worth, I've seen some crashes recently myself but have been unable to reproduce them. These have all happened when working on a book with lots of child documents that all have the Default Master Document set. I'm hopeful that your recent fix for the dirty

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: A propos: there are still six unconfirmed critical bugs on bugzilla, all Windows-related. Maybe some Windows user can investigate (especially the crash while moving the toolbar (#5499) has bitten several users). Personally, I do not have ideas on these bugs. As

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: I think there's enough bug fixes to justify a release now. I would most probably be able to fix some of the cited bugs, if only I had the time... IOW don't count on me in the coming weeks, sorry. Fair enough. Jürgen

Re: Website update of i18n fails

2008-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2008, Jürgen Spitzmüller wrote: I have updated i18n.inc three days ago: http://www.lyx.org/trac/changeset/27765 but the changes do not show up on the website. Any ideas? No ideas, but I hope I solved it by manually changing to the web directory and doing 'svn up'. This

Re: What's the right step to build a windows binary?

2008-12-05 Thread asm23
Bo Peng wrote: Like: 1, install Visual C++ 2008 2, install QT with it's librarys 3, download the SVN source of Lyx 4, use some tools such as CMake or open the vcprj file directly. 5, compile and build the lyx. I have not done it for a while, but with the dependency files (the dependency

Re: What's the right step to build a windows binary?

2008-12-05 Thread Bo Peng
I'm totally new to Lyx, and I even can't find any stuff in more detail. The document on wiki is so simple, so, I still don't know how to do. I just download the package lyx-windows-deps-msvc2008, after unzipped it, I found there are many folder's like: bin lib include qt-4 .. Can

Re: Very annoying edition bug(s) in 1.6

2008-12-05 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn <[EMAIL PROTECTED]> writes: > I tried trunk, branch and 1.6.0. I founf a hint: you need 'cursor follows scrollbar' to be on. I turned it on to investigate some bug and then forgot about it. With it I see the problem with trunk and branch. > By the way, no fixes to boundary

Re: Problem with characters

2008-12-05 Thread Jürgen Spitzmüller
Giovani Faccin wrote: > I'm using Lyx 1.5.5 Unicode characters were not supported in math in LyX 1.5.x. They are now, in LyX 1.6.0. Jürgen

Re: Crash with Spellchecker

2008-12-05 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > 1) Open a document with some typos. > 2) hit F7 to launch the spellchecker. > 3) when a typo is detected, click the down arrow on the 'Replacement' combo Should be fixed now (both in branch and trunk). The reason was an invalid pointer when the suggestions list was

Bugzilla says: Insecure dependency in exec while running with -T switch

2008-12-05 Thread Jean-Marc Lasgouttes
I just created a new bug and was greeted with: Bug 5594 has been added to the database Software error: Insecure dependency in exec while running with -T switch at /home/bugzilla/mozilla/webtools/bugzilla/post_bug.cgi line 303. For help, please send mail to

Re: Bugzilla says: Insecure dependency in exec while running with -T switch

2008-12-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I just created a new bug and was greeted with: > > > Bug 5594 has been added to the database > Software error: > > Insecure dependency in exec while running with -T switch at > /home/bugzilla/mozilla/webtools/bugzilla/post_bug.cgi

Re: Crash with Spellchecker

2008-12-05 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: 1) Open a document with some typos. 2) hit F7 to launch the spellchecker. 3) when a typo is detected, click the down arrow on the 'Replacement' combo Should be fixed now (both in branch and trunk). The reason was an invalid pointer

Re: What's the right step to build a windows binary?

2008-12-05 Thread Bo Peng
> Like: > > 1, install Visual C++ 2008 > 2, install QT with it's librarys > 3, download the SVN source of Lyx > > 4, use some tools such as CMake or open the vcprj file directly. > 5, compile and build the lyx. I have not done it for a while, but with the dependency files (the dependency files

[patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=5514 With the new master_buffer param set, a child document checks if his master is already opened, and if not, it opens it (in the background) via checkAndLoadLyXFile. The problem which triggers this bug is that checkAndLoadLyXFile checks if the file

Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Therefore I have added a bool to checkAndLoadLyXFile that skips the test for > dirtyness and simply loads the master only if it is not already loaded. The > bool is only used in this specific case, so there should be no surprises. This looks

Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > > Therefore I have added a bool to checkAndLoadLyXFile that skips the test > > for dirtyness and simply loads the master only if it is not already > > loaded. The bool is only used in this specific case, so there should

Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Jürgen Spitzmüller
In my opinion, there are only a few bugs left that should really be fixed for 1.6.1. The most urgent ones are these: 5389 cri LyX crashes when reloading document on OS X 5540 cri Crash in MathAtom on Undo As to the other confirmed critical bugs: 5392 cri Assertion in

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Richard Heck
Jürgen Spitzmüller wrote: In my opinion, there are only a few bugs left that should really be fixed for 1.6.1. For what it's worth, I've seen some crashes recently myself but have been unable to reproduce them. These have all happened when working on a book with lots of child documents

Website update of i18n fails

2008-12-05 Thread Jürgen Spitzmüller
I have updated i18n.inc three days ago: http://www.lyx.org/trac/changeset/27765 but the changes do not show up on the website. Any ideas? Jürgen

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Jürgen Spitzmüller
Richard Heck wrote: > For what it's worth, I've seen some crashes recently myself but have > been unable to reproduce them. These have all happened when working on a > book with lots of child documents that all have the Default Master > Document set. I'm hopeful that your recent fix for the

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: A propos: there are still six unconfirmed critical bugs on bugzilla, all Windows-related. Maybe some Windows user can investigate (especially the crash while moving the toolbar (#5499) has bitten several users). Personally, I do not have ideas on these bugs. As

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-05 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I think there's enough bug fixes to justify a release now. I would most > probably be able to fix some of the cited bugs, if only I had the > time... IOW don't count on me in the coming weeks, sorry. Fair enough. Jürgen

Re: Website update of i18n fails

2008-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2008, Jürgen Spitzmüller wrote: I have updated i18n.inc three days ago: http://www.lyx.org/trac/changeset/27765 but the changes do not show up on the website. Any ideas? No ideas, but I hope I solved it by manually changing to the web directory and doing 'svn up'. This

Re: What's the right step to build a windows binary?

2008-12-05 Thread asm23
Bo Peng wrote: Like: 1, install Visual C++ 2008 2, install QT with it's librarys 3, download the SVN source of Lyx 4, use some tools such as CMake or open the vcprj file directly. 5, compile and build the lyx. I have not done it for a while, but with the dependency files (the dependency

Re: What's the right step to build a windows binary?

2008-12-05 Thread Bo Peng
> I'm totally new to Lyx, and I even can't find any stuff in more detail. The > document on wiki is so simple, so, I still don't know how to do. > > I just download the package "lyx-windows-deps-msvc2008", after unzipped it, > I found there are many folder's like: > > "bin" "lib" "include" "qt-4"