Re: Compiling LyX for Windows - free MSVC available

2006-02-06 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > The problem is that you cannot compile Qt with the free MSVC, so even if > > you can build LyX, you would be stuck. > > The problem you described doesn't sound like a real problem to me. You should > get the Q../Free developers interested. Since they

Re: [PATCH] bug 2237: --with-version-suffix does not attach suffix to main binaries: lyx, lyxclient, tex2lyx

2006-02-06 Thread Enrico Forestieri
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > This patch seems to work correctly in my tests. I am not sure what > happens in windows though (due to the use of $(EXE_EXT)). > > Please test. On Windows a plain --with-version-suffix does not provide a default suffix. I didn't try compiling,

Re: Compiling LyX for Windows - free MSVC available

2006-02-06 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Angus Leeming ...> writes: > > > Note that Ruurd Reitsma has had success in the past using a cygwin tool > > that takes a g++ command and converts it to an msvc one. Do a google > > search on "wrapmsvc". > Hi Angus! Welcome back ;-) > The probl

[Patch] GTK Bibtex dialog

2006-02-06 Thread John Spray
Attached. This does not resolve my earlier mail to the list - this dialog is just broken in exactly the same way at the qt frontend. John Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/ChangeLog,v

[LyXWinInstaller] new testing version available

2006-02-06 Thread Uwe Stöhr
Hello LyXers, under http://download.berlios.de/lyxwininstall/LyXWin137Small-1-1.exe you find a new installer version that still comes with LyX 1.3.7 but with many changes behind the scenes. Here's the changelog: - updated dutch translation (thanks to Edwin Leuven) - updated danish translation

Re: Screen update improvements

2006-02-06 Thread Martin Vermeer
On Mon, Feb 06, 2006 at 01:00:14PM -0500, Bennett Helm wrote: > On Feb 5, 2006, at 8:50 AM, Martin Vermeer wrote: > > >On Sat, Feb 04, 2006 at 05:28:16PM -0500, Bennett Helm wrote: > >>On Feb 4, 2006, at 4:49 PM, Martin Vermeer wrote: > >> > >>>Bennett, > >>> > >>>did you get around to testing my

Bibtopic and showing bibliography in TOC

2006-02-06 Thread John C. Spray
Hi, As you may be able to guess, I'm implementing the GTK Bibtex dialog. In the update() code in the existing frontends, the "Show bibliography in TOC" check button is to be inactive if usinggBibTopic() is true. However, we still send back a setOptions("bibtotoc"); on apply(). The result is that

Re: Incorrect Wiki URL for Mac installation instructions

2006-02-06 Thread Bennett Helm
On Feb 6, 2006, at 3:11 AM, Jean-Marc Lasgouttes wrote: "Bennett" == <[EMAIL PROTECTED]> writes: Bennett> Actually, that whole section of www.lyx.org/download on Bennett> LyX/Mac should be edited -- at least by deleting the last two Bennett> paragraphs on using LyX with X-11 (which I wouldn'

Re: Screen update improvements

2006-02-06 Thread Bennett Helm
On Feb 5, 2006, at 8:50 AM, Martin Vermeer wrote: On Sat, Feb 04, 2006 at 05:28:16PM -0500, Bennett Helm wrote: On Feb 4, 2006, at 4:49 PM, Martin Vermeer wrote: Bennett, did you get around to testing my speedup inside insets patch (bug 2195)? Sorry -- I tried but couldn't apply the patch:

Re: pre4

2006-02-06 Thread Georg Baum
Am Montag, 6. Februar 2006 11:52 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Jean-Marc Lasgouttes wrote: > >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > >> > Georg> Now why is configure creating ~/.lyx/lyxrc.defaults and not > Ge

Re: [patch] fix bug 2273

2006-02-06 Thread Jean-Marc Lasgouttes
Yes you can apply. JMarc

Re: Compiling LyX for Windows - free MSVC available

2006-02-06 Thread Georg Baum
Am Montag, 6. Februar 2006 17:40 schrieb Paul A. Rubin: > IIRC, MSVC also uses nonstandard scoping of loop indices. Again, my > memory is fuzzy, but I believe that > > for (int i=1; i<10; i++) ...; > ... > for (int i=1; i > should compile correctly in any standard implementation of C/C++, but I

Re: Compiling LyX for Windows - free MSVC available

2006-02-06 Thread Paul A. Rubin
Michael Abshoff wrote: Only one more rants, I promise: For a living I port C++ code to Linux, OSX, Solaris, *BSD and sometimes HP/UX and AIX. I also need to get that code running under Windows using MSVC (MS SVU is not an option). 99% of my troubles stem from MSVC and Windows in general, so I h

[patch] fix bug 2273

2006-02-06 Thread Georg Baum
This fixes a compile error on 64bit systems. OK to apply? GeorgIndex: src/text2.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v retrieving revision 1.640 diff -u -p -r1.640 text2.C --- src/text2.C 30 Jan 2006 16:34:30

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

2006-02-06 Thread Martin Vermeer
Attached, please verify. - Martin Index: BufferView_pimpl.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.C,v retrieving revision 1.600 diff -u -p -r1.600 BufferView_pimpl.C --- BufferView_pimpl.C 29 Nov 2005 15

Re: 1.4cvs performance problem over network when adding a paragraph

2006-02-06 Thread Martin Vermeer
On Mon, 2006-02-06 at 09:59 +0100, Jean-Marc Lasgouttes wrote: > > "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: > > Helge> I tested the userguide, no problems there. Further testing > Helge> shows that it is related to images. I have some high resolution > Helge> images - of course I e

Re: [PATCH] bug 2237: --with-version-suffix does not attach suffix to main binaries: lyx, lyxclient, tex2lyx

2006-02-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > This patch seems to work correctly in my tests. I am not sure what > happens in windows though (due to the use of $(EXE_EXT)). > > Please test. It works well for me, but it does not address the problem that the configure script is called without --with-version-suffi

Re: pre4

2006-02-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > What does 'lyx -dbg init' says? I just tried, but I don't see the problem with current CVS here. I'll report when I am back at the other machine with pre4. Georg

[PATCH] bug 2237: --with-version-suffix does not attach suffix to main binaries: lyx, lyxclient, tex2lyx

2006-02-06 Thread Jean-Marc Lasgouttes
This patch seems to work correctly in my tests. I am not sure what happens in windows though (due to the use of $(EXE_EXT)). Please test. JMarc Index: configure.ac === RCS file: /usr/local/lyx/cvsroot/lyx-devel/configure.ac,v retri

Re: pre4

2006-02-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Georg> Now why is configure creating ~/.lyx/lyxrc.defaults and not Georg> ~/.lyx/preferences if run automatically on startup? This is Georg> indee

Re: pre4

2006-02-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Now why is configure creating ~/.lyx/lyxrc.defaults and not > Georg> ~/.lyx/preferences if run automatically on startup? This is > Georg> indeed a major problem for 1.4.0. > > I don't un

Re: pre4

2006-02-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Now why is configure creating ~/.lyx/lyxrc.defaults and not Georg> ~/.lyx/preferences if run automatically on startup? This is Georg> indeed a major problem for 1.4.0. I don't understand. Reconfigure always creates lyxrc.default and n

Re: [patch] fix bug 2174

2006-02-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Goerg, could you port the changes you did to configure.m4 to >> configure.py? I'd like to keep them in sync. Georg> Sure. The attached goes in. Thanks. JMarc

Re: [patch] fix bug 2174

2006-02-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Goerg, could you port the changes you did to configure.m4 to > configure.py? I'd like to keep them in sync. Sure. The attached goes in. GeorgIndex: lib/ChangeLog === RCS file: /usr/local/lyx/cvsroot/ly

RE: Renaming macros

2006-02-06 Thread Georg Baum
Beck, Andrew Thomas - BECAT001 wrote: > I had thought about this, but that would mean that nargs() returned 11 > rather than the actual number of valid arguments. Since one would only > draw the valid arguments, I suspect we would see bugs similar to > issues with the original patch for bug 2060.

Re: 1.4cvs performance problem over network when adding a paragraph

2006-02-06 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> I tested the userguide, no problems there. Further testing Helge> shows that it is related to images. I have some high resolution Helge> images - of course I expect those to be slow. But the slowness Helge> happen even in cases wher

Re: 1.4cvs performance problem over network when adding a paragraph

2006-02-06 Thread Helge Hafting
Martin Vermeer wrote: On Fri, Feb 03, 2006 at 04:02:41PM +0100, Helge Hafting wrote: There is a strange performance problem when displaying a lyx that is running on another machine. (ADSL connection) How fast is your ADSL? And is it the same both ways (A = Asymmetric)? It is a nic

Re: [patch] fix bug 2174

2006-02-06 Thread Jean-Marc Lasgouttes
Goerg, could you port the changes you did to configure.m4 to configure.py? I'd like to keep them in sync. JMarc

Re: Incorrect Wiki URL for Mac installation instructions

2006-02-06 Thread Jean-Marc Lasgouttes
> "Bennett" == <[EMAIL PROTECTED]> writes: Bennett> Actually, that whole section of www.lyx.org/download on Bennett> LyX/Mac should be edited -- at least by deleting the last two Bennett> paragraphs on using LyX with X-11 (which I wouldn't recommend Bennett> any more) and on obtaining the xf

Re: bug 2026 again

2006-02-06 Thread Helge Hafting
Lars Gullik Bjønnes wrote: Georg Baum <[EMAIL PROTECTED]> writes: | Am Samstag, 4. Februar 2006 11:33 schrieb Lars Gullik Bjønnes: | > This sounds like a hack that will actually be usefull. | > Go ahead with creating the patch. | | Here it is (2026-4.diff). I tested it with a lot of files, and