Re: Up arrow in bibtex dialog crashes lyx.

2006-02-14 Thread Juergen Spitzmueller
Bo Peng wrote: > Use the latest 1.4.0cvs. Open the attached lyx file, click the > reference, choose Rienzo2005, click up. Lyx crashes with message: Confirmed. Qt and xforms. Please file a report on bugzilla and attach the testcase. > QComboBox::setCurrentItem: (citationStyleCO) Index 1 out of ra

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Martin Vermeer
On Tue, Feb 14, 2006 at 08:07:36PM +, John Spray wrote: > Am Dienstag, den 14.02.2006, 18:33 +0200 schrieb Martin Vermeer: > > > Executive summary: my previous patch for this is not necessary > > > > But did you test this together with my fix for 2212, i.e., including my > > changes to BufferV

Re: LyX/Cygwin

2006-02-14 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > Enrico Forestieri ...> writes: > > this is just to inform you that defining Q_CYGWIN_WIN in src/config.h > > is not sufficient to avoid X11 calls. I don't know why. > > That sounds as if some .C file doesn't #include > > for file in `find . -name '

Re: LyX/Cygwin

2006-02-14 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > this is just to inform you that defining Q_CYGWIN_WIN in src/config.h > is not sufficient to avoid X11 calls. I don't know why. That sounds as if some .C file doesn't #include for file in `find . -name '*.C'` do grep '^ *# *include *' >/dev/null

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread John Spray
Am Dienstag, den 14.02.2006, 18:33 +0200 schrieb Martin Vermeer: > > Executive summary: my previous patch for this is not necessary > > But did you test this together with my fix for 2212, i.e., including my > changes to BufferView_pimpl.C? This changes the logic. You should _not_ > call controlle

Re: LyX/Cygwin

2006-02-14 Thread Enrico Forestieri
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> Yes, I am sure. It really is Q_CYGWIN_WIN and it is used in > Enrico> qglobal.h to discriminate between X11 and WIN. > > OK, I see now that you are right. I think it

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread John Levon
On Tue, Feb 14, 2006 at 08:19:33PM +0200, Martin Vermeer wrote: > It looks like a similar thing is happening... not nice, as we would have > to simultaneously change front end code, controller code and code for > three different spell checkers. > > Should we aim at replacing this stuff by an inte

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Martin Vermeer
On Tue, Feb 14, 2006 at 05:40:39PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> But did you test this together with my fix for 2212, i.e., > Martin> including my changes to BufferView_pimpl.C? This changes the > Martin> logic. You sh

Re: LyX/Cygwin -- is wiki.lyx.org server down?

2006-02-14 Thread Enrico Forestieri
<[EMAIL PROTECTED]> writes: > You're right that incoming/ can be used for downloading. As I think the > ftp server is down (uhm... not sure how you could upload then, now that I > think about it though), I think it is up. I simply did: ftp ftp.devel.lyx.org user: anonymous pass: cd pub/i

Re: [Patch] RFQ: ParagraphList Rewrite

2006-02-14 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I haven't contributed anything yet but I of course agree to license any > contributions that I make to LyX under the Gnu General Public License, > version 2 or later. Thanks. Angus

Re: [Patch] RFQ: ParagraphList Rewrite

2006-02-14 Thread Angus Leeming
Here follows a quick review... Abdelrazak Younes <[EMAIL PROTECTED]> writes: > template > class it_vector > { > class iterator: public Container::iterator > { > public: So, operator+ advances the iterator but operator- tells you how far it would go but does nothing? That doesn'

Re: [Patch] RFQ: ParagraphList Rewrite

2006-02-14 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdel, have you posted a message to this list to say that you agree to license any contributions that you make to LyX under the Gnu General Public License, version 2 or later? If not, please do so. I haven't contributed anything yet but I of course agree to license any

Re: [Patch] RFQ: ParagraphList Rewrite

2006-02-14 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Please find attached to this mail my refined patch for the ParagraphList > rewrite problem. This patch makes "ParagraphList" derive from > "it_vector >" Abdel, have you posted a message to this list to say that you agree to license any contribution

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> But did you test this together with my fix for 2212, i.e., Martin> including my changes to BufferView_pimpl.C? This changes the Martin> logic. You should _not_ call controller().find() in update. Martin> That's precisely the faul

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Martin Vermeer
On Tue, Feb 14, 2006 at 04:07:44PM +, John Spray wrote: > Am Dienstag, den 14.02.2006, 17:14 +0200 schrieb Martin Vermeer: > > > Let me check that I understand the logic correctly: > > > When we first show the dialog, if controller.changed() returns true then > > > there are changes to be merge

Up arrow in bibtex dialog crashes lyx.

2006-02-14 Thread Bo Peng
Use the latest 1.4.0cvs. Open the attached lyx file, click the reference, choose Rienzo2005, click up. Lyx crashes with message: ControlCitation::initialiseParams citation LatexCommand \citep{Pritchard2001,Reich2001a,Rienzo2005} \end_inset QComboBox::setCurrentItem: (citationStyleCO) Inde

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread John Spray
Am Dienstag, den 14.02.2006, 17:14 +0200 schrieb Martin Vermeer: > > Let me check that I understand the logic correctly: > > When we first show the dialog, if controller.changed() returns true then > > there are changes to be merged, and if it returns false then there are > > no changes to be merge

Re: GTK bug (Crash) when opening Documents->Settings

2006-02-14 Thread John Spray
Am Mittwoch, den 07.12.2005, 05:58 +0100 schrieb Martin Dietz: > after successfully compiling the GTK version, the first thing I recognized > was a crash. > > I did this: start LyX, open a new file, go to Documents -> Settings and > crash. I attach the usual information. Are you still having this

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Martin Vermeer
On Tue, Feb 14, 2006 at 01:58:10PM +0100, Jean-Marc Lasgouttes wrote: > > "John" == John Spray <[EMAIL PROTECTED]> writes: > > >> Attached what is needed to fix it for xforms also. > > John> And here's one for gtk that depends on the same change to the > John> controller. > > Very good. > >

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Martin Vermeer
On Tue, Feb 14, 2006 at 12:20:41PM +, John Spray wrote: > Am Dienstag, den 14.02.2006, 14:00 +0200 schrieb Martin Vermeer: > > On Mon, 2006-02-13 at 23:16 +0100, Jean-Marc Lasgouttes wrote: > > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > > > Martin> Attached, please

[Patch] RFQ: ParagraphList Rewrite

2006-02-14 Thread Abdelrazak Younes
Dear lyx developers, Please find attached to this mail my refined patch for the ParagraphList rewrite problem. This patch makes "ParagraphList" derive from "it_vector >" "it_vector" is a new template class that implement the vector alike container. It is defined in "it_vector.h". I don't know

Re: pre5

2006-02-14 Thread Rex Dieter
Rex Dieter wrote: Lars Gullik Bjønnes wrote: Rex Dieter <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Rex Dieter <[EMAIL PROTECTED]> writes: | > | Lars Gullik Bjønnes wrote: | > | > At ftp.devel.lyx.org. Please test build and install this. If | > | > everything now seems ok I wi

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: >> Attached what is needed to fix it for xforms also. John> And here's one for gtk that depends on the same change to the John> controller. Very good. John> Let me check that I understand the logic correctly: When we John> first show the di

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread John Spray
Am Dienstag, den 14.02.2006, 14:00 +0200 schrieb Martin Vermeer: > On Mon, 2006-02-13 at 23:16 +0100, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > Martin> Attached, please verify. - Martin > > > > Is that a qt-only bug? > > No. > > Attache

Re: [Patch] Fix for 2212: First change is skipped in "Merge changes..." dialog

2006-02-14 Thread Martin Vermeer
On Mon, 2006-02-13 at 23:16 +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Attached, please verify. - Martin > > Is that a qt-only bug? No. Attached what is needed to fix it for xforms also. (Same wrong logic there as in qt2. Ouch.

Re: bug 2026 again

2006-02-14 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Tue, 2006-02-14 at 11:53 +0100, Juergen Spitzmueller wrote: >> Jean-Marc Lasgouttes wrote: > I applied it. Now LyX 1.4.0 is >> officially bug free: >> > >> > Zarro Boogs found. >> >> I'm sure Helge is already making it a poin

Re: pre5 - crash with backtrace

2006-02-14 Thread Helge Hafting
Lars Gullik Bjønnes wrote: Helge Hafting <[EMAIL PROTECTED]> writes: Hmm... have you compiled without debugging info? I tried again, with debugging info on amd64 and i386. The i386 version have no problem. The amd64 version is even worse now: create document, press a key, SIGABRT (gdb) ru

Re: bug 2026 again

2006-02-14 Thread Juergen Spitzmueller
Georg Baum wrote: > I don't like that, but it is in good tradition. I used neither 1.2.0 nor > 1.3.0 for anything else than playing because of bugs, I think I started > with 1.2.3 and 1.3.3 or something like that. I think that people will do > the same with the 1.4 series, only the brave will use 1

Re: bug 2026 again

2006-02-14 Thread Georg Baum
Martin Vermeer wrote: > Actually it's all a matter of taste. There are still bugs in bugzilla > targeted for post-1.4.0 that shouldn't be found in a self-respecting .0 > release... I don't like that, but it is in good tradition. I used neither 1.2.0 nor 1.3.0 for anything else than playing becaus

Re: bug 2026 again

2006-02-14 Thread Martin Vermeer
On Tue, 2006-02-14 at 11:53 +0100, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > I applied it. Now LyX 1.4.0 is officially bug free: > > > > Zarro Boogs found. > > I'm sure Helge is already making it a point of honour to change this ;-) Actually it's all a matter of taste. There a

Re: bug 2026 again

2006-02-14 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I applied it. Now LyX 1.4.0 is officially bug free: > > Zarro Boogs found. I'm sure Helge is already making it a point of honour to change this ;-) Jürgen

Re: bug 2026 again

2006-02-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Is it OK to go in? Or shall we leave this bug open until Georg> someone comes up with the right fix? I applied it. Now LyX 1.4.0 is officially bug free: Zarro Boogs found. JMarc

Re: lyx-cvs build dies with "cannot find the library `'" ??

2006-02-14 Thread Jean-Marc Lasgouttes
> "OpenMacNews" == OpenMacNews <[EMAIL PROTECTED]> writes: OpenMacNews> but, subsequent 'make' eventually (!) dies at: [...] OpenMacNews> with the rather UNHELPFUL message: OpenMacNews>cannot find the library `' Try to look at the .la files that are referenced on the command line (these

Re: pre5 - paste crash with backtrace

2006-02-14 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> Lars Gullik Bjønnes wrote: >> At ftp.devel.lyx.org. Please test build and install this. If >> everything now seems ok I will announce it to a broader audience. >> >> Helge> I assume a "svn up" got me the same stuff? It is mostly o

Re: Incorrect Wiki URL for Mac installation instructions

2006-02-14 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> the propagation code is somewhat lacking (read: non-existant), Lars> I'll fix that tonight. It seems to be OK now. Thanks. JMarc

Re: Incorrect Wiki URL for Mac installation instructions

2006-02-14 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Tue, Feb 14, 2006 at 09:05:57AM +0100, Lars Gullik Bjønnes wrote: | > Martin Vermeer <[EMAIL PROTECTED]> writes: | | ... | | > | > What I meant was: You should not have to do anything special. If you | > | > don't get the cvslog mails something is

Re: Incorrect Wiki URL for Mac installation instructions

2006-02-14 Thread Martin Vermeer
On Tue, Feb 14, 2006 at 09:05:57AM +0100, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: ... > | > What I meant was: You should not have to do anything special. If you > | > don't get the cvslog mails something is wrong. However the mails will > | > be send to [EMAIL PRO

Re: pre5 - paste crash with backtrace

2006-02-14 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >At ftp.devel.lyx.org. Please test build and install this. If | >everything now seems ok I will announce it to a broader audience. | > | I assume a "svn up" got me the same stuff? | It is mostly ok, but it crashed on me w

Re: lyx graphical tour: bad images

2006-02-14 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > John Pye <[EMAIL PROTECTED]> | > writes: | > | > | Hi, | > | | > | Just looking at http://www.lyx.org/LGT/, I get bad images for a lot of | > | the screenshots. I tried Firefox 1.5 and IE6 on Win2k. | > | > Interresting

Re: Incorrect Wiki URL for Mac installation instructions

2006-02-14 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, Feb 13, 2006 at 11:20:42PM +0100, Lars Gullik Bjønnes wrote: | > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | > | > | Martin Vermeer <[EMAIL PROTECTED]> writes: | | ... | | > | | So what should I do? | > | | > | Why should you do anyth

Re: lyx graphical tour: bad images

2006-02-14 Thread Georg Baum
Lars Gullik Bjønnes wrote: > John Pye <[EMAIL PROTECTED]> > writes: > > | Hi, > | > | Just looking at http://www.lyx.org/LGT/, I get bad images for a lot of > | the screenshots. I tried Firefox 1.5 and IE6 on Win2k. > > Interresting... this implies that we might have had a lot of images in > CV

Re: lyx graphical tour: bad images

2006-02-14 Thread Lars Gullik Bjønnes
John Pye <[EMAIL PROTECTED]> writes: | Hi, | | Just looking at http://www.lyx.org/LGT/, I get bad images for a lot of | the screenshots. I tried Firefox 1.5 and IE6 on Win2k. Ok, this should be fixed now. Please tell if you discover more corruptet files. Thanks a lot for notifying us. --