Re: Crash when BibTex Bibliography file not accessible

2006-08-28 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Can you try this one Jurgen? | | It fixes the given bug as well as my patch (and gives a nice debug message). | Note, while you are at it, that there is a similar pending case in | buffer::save: | http://bugzilla.l

Re: Qt4/msvc: crash on startup

2006-08-28 Thread Peter Kümmel
Peter Kümmel wrote: > Abdelrazak Younes wrote: >> Peter Kümmel wrote: >>> My build with msvc crashes on startup here: >>> >>> Buffer * BufferView::buffer() const >>> { >>> return pimpl_->buffer_; >>> } >>> >>> This is my first build since two weeks, so >>> is this a known problem? >> This is w

Re: Remove view -> update feature?

2006-08-28 Thread Helge Hafting
On Mon, Aug 28, 2006 at 04:15:02PM +0200, Georg Baum wrote: > Helge Hafting wrote: > > > Georg Baum wrote: > >> Helge Hafting wrote: > >>> On linux, we know that very well. The viewer is specified in > >>> .lyx/prefences, a file created and maintained by lyx. > >>> > >> > >> This will be cha

user interface study of lyx

2006-08-28 Thread Daryl Hepting
Hello; I am about to start teaching an undergraduate course in human computer interaction for the fall semester (about a week away now) and I will be asking my students to look at lyx. I have been using LaTeX for years and I've had a bit of experience with lyx. I'm interested in how well (new)

Re: Qt4/msvc: crash on startup

2006-08-28 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> My build with msvc crashes on startup here: >> >> Buffer * BufferView::buffer() const >> { >> return pimpl_->buffer_; >> } >> >> This is my first build since two weeks, so >> is this a known problem? > > This is weird... I don't see this with m

[PATCH] Fix qt4 unicode support (was Re: About LyX/Qt4 scroll speed)

2006-08-28 Thread Abdelrazak Younes
Andre Poenitz wrote: On Tue, Aug 22, 2006 at 10:44:21AM +0200, Abdelrazak Younes wrote: I proposed to use ucs2 conditionally at compile time to avoid the above conversion but Lars is furiously against that. I really don't know how we are going to represent an ucs4 characters on screen with Qt4

Re: Qt4/msvc: crash on startup

2006-08-28 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> My build with msvc crashes on startup here: >> >> Buffer * BufferView::buffer() const >> { >> return pimpl_->buffer_; >> } >> >> This is my first build since two weeks, so >> is this a known problem? > > This is weird... I don't see this with m

Re: Qt4/msvc: crash on startup

2006-08-28 Thread Abdelrazak Younes
Peter Kümmel wrote: My build with msvc crashes on startup here: Buffer * BufferView::buffer() const { return pimpl_->buffer_; } This is my first build since two weeks, so is this a known problem? This is weird... I don't see this with msvc2005. Backtrace? Abdel.

Re: Crash when BibTex Bibliography file not accessible

2006-08-28 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Can you try this one Jurgen? It fixes the given bug as well as my patch (and gives a nice debug message). Note, while you are at it, that there is a similar pending case in buffer::save: http://bugzilla.lyx.org/show_bug.cgi?id=2740 Jürgen

Qt4/msvc: crash on startup

2006-08-28 Thread Peter Kümmel
My build with msvc crashes on startup here: Buffer * BufferView::buffer() const { return pimpl_->buffer_; } This is my first build since two weeks, so is this a known problem? Peter

Re: [Patch] Last Q3 reference in the qt4 frontend (hopefully) (was Re: Is really Qt3Support gone?)

2006-08-28 Thread Abdelrazak Younes
Andre Poenitz wrote: On Thu, Aug 24, 2006 at 09:36:07PM +0200, Abdelrazak Younes wrote: Will commit soon the attached patch. You could have removed the line entirely. I tried that but Qt designer will put it again if you open it. So in order to avoid unnecessary future commit I decided to l

Re: [Patch] Last Q3 reference in the qt4 frontend (hopefully) (was Re: Is really Qt3Support gone?)

2006-08-28 Thread Andre Poenitz
On Thu, Aug 24, 2006 at 09:36:07PM +0200, Abdelrazak Younes wrote: > Will commit soon the attached patch. You could have removed the line entirely. Andre'

Re: Crash when BibTex Bibliography file not accessible

2006-08-28 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Right. | | OK. Can you resend the patch as an attachment, please? It's | difficult to apply the inline version. Index: src/insets/insetcite.C === ---

Re: Remove view -> update feature?

2006-08-28 Thread Georg Baum
Helge Hafting wrote: > Georg Baum wrote: >> Helge Hafting wrote: >>> On linux, we know that very well. The viewer is specified in >>> .lyx/prefences, a file created and maintained by lyx. >>> >> >> This will be changed to use a similar mechanism as on windows and OS X. >> Then we do not know

Re: Crash when BibTex Bibliography file not accessible

2006-08-28 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Right. OK. Can you resend the patch as an attachment, please? It's difficult to apply the inline version. Jürgen

Re: Crash when BibTex Bibliography file not accessible

2006-08-28 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Can you try this one Jurgen? | | This is only for 1.5, right? Right. -- Lgb

Re: Remove view -> update feature?

2006-08-28 Thread Helge Hafting
Georg Baum wrote: Helge Hafting wrote: Jean-Marc Lasgouttes wrote: When LyX launches a viewer, it just tells the OS "open this file". We do not know what the viewer is. On linux, we know that very well. The viewer is specified in .lyx/prefences, a file created and maintaine

Re: Crash when BibTex Bibliography file not accessible

2006-08-28 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Can you try this one Jurgen? This is only for 1.5, right? Jürgen

Re: Towards LyX 1.4.3 [status update #1]

2006-08-28 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > - the inset dissolve patch. Juergen, can you do a patch that uses the >   new code for INSET_DISSOLVE that I put in trunk? Otherwise, I'll do >   it. It's already on bugzilla: http://bugzilla.lyx.org/attachment.cgi?id=1219&action=view Jürgen