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
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,
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
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
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
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
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
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'
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:
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
Yes you can apply.
JMarc
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
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
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
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
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
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
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
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
> "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
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
> "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
> "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
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
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.
> "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
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
Goerg, could you port the changes you did to configure.m4 to
configure.py? I'd like to keep them in sync.
JMarc
> "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
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
30 matches
Mail list logo