Re: PATCH os_cygwin.C

2005-01-23 Thread Kayvan A. Sylvan
On Sun, Jan 23, 2005 at 05:04:03PM +, Andreas Vox wrote: > > > Now, I just did some experiments and the results are interesting. If I wait > > a few seconds and then I close lyx, then all is well. > > > > If I close lyx immediately and get the first dialog box and wait a few > > seconds befor

Re: Nasty qt-3.3.3 bug

2005-01-23 Thread Martin Vermeer
On Mon, 2005-01-24 at 00:45, Angus Leeming wrote: > Angus Leeming wrote: > > > Martin Vermeer wrote: > >>> > and does it have immodule? > >>> > >>> I have no idea. How do I find out? > >>> Angus > >> > >> For imstance by rpm -ql qt and look for a directory > >> plugins/inputmethods. > > > > /us

Re: Nasty qt-3.3.3 bug

2005-01-23 Thread Angus Leeming
Angus Leeming wrote: > Martin Vermeer wrote: >>> > and does it have immodule? >>> >>> I have no idea. How do I find out? >>> Angus >> >> For imstance by rpm -ql qt and look for a directory >> plugins/inputmethods. > > /usr/lib/qt-3.3/plugins > /usr/lib/qt-3.3/plugins/inputmethods > /usr/lib/qt-

Re: lyxbreaker???

2005-01-23 Thread Angus Leeming
Andreas Vox wrote: > When I activate previews and then click on a previewed formula I get: > > Assertion triggered in void lyxbreaker(const void*, const char*, > int) by failing check "false" in file coordcache.C:20 I suspect that this was added by André as a temporary kludge when he was imp

Re: Nasty qt-3.3.3 bug

2005-01-23 Thread Angus Leeming
Martin Vermeer wrote: >> > and does it have immodule? >> >> I have no idea. How do I find out? >> Angus > > For imstance by rpm -ql qt and look for a directory > plugins/inputmethods. /usr/lib/qt-3.3/plugins /usr/lib/qt-3.3/plugins/inputmethods /usr/lib/qt-3.3/plugins/inputmethods/libqimsw-multi

Re: [Patch] Refactoring PreviewLoader

2005-01-23 Thread Angus Leeming
Andreas Vox wrote: > Hi! > > I resumed my last year's project to generate bitmap files for Docbook. > As a first measure I refactored some code from PreviewLoader I want > to use into its own class, SnippetConversion. > > I would appreciate if someone could review this code and tell me how > to

Re: Nasty qt-3.3.3 bug

2005-01-23 Thread Martin Vermeer
On Sun, Jan 23, 2005 at 09:51:58PM +, Angus Leeming wrote: > On Sunday 23 January 2005 21:38, Martin Vermeer wrote: > > Which qt version do you have > > qglobal.h tells me: > #define QT_VERSION_STR "3.3.3" > /* >QT_VERSION is (major << 16) + (minor << 8) + patch. > */ > #define QT_VERS

[Patch] Refactoring PreviewLoader

2005-01-23 Thread Andreas Vox
Hi! I resumed my last year's project to generate bitmap files for Docbook. As a first measure I refactored some code from PreviewLoader I want to use into its own class, SnippetConversion. I would appreciate if someone could review this code and tell me how to improve it. The code works for me, so

Re: Nasty qt-3.3.3 bug

2005-01-23 Thread Angus Leeming
On Sunday 23 January 2005 21:38, Martin Vermeer wrote: > Which qt version do you have qglobal.h tells me: #define QT_VERSION_STR "3.3.3" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ #define QT_VERSION 0x030303 > and does it have immodule? I have no idea. How do I find out? An

Re: Nasty qt-3.3.3 bug

2005-01-23 Thread Martin Vermeer
On Sun, Jan 23, 2005 at 09:34:07PM +, Angus Leeming wrote: > Martin Vermeer wrote: > > > > > Just wanted to report that under FC3, LyX isn't able to use dead keys > > like ' ` ^ and the like. Also in math, ^ doesn't produce a superscript. > > Sure it does. I have FC3 here and I've just fired

lyxbreaker???

2005-01-23 Thread Andreas Vox
Hi! When I activate previews and then click on a previewed formula I get: Assertion triggered in void lyxbreaker(const void*, const char*, int) by failing check "false" in file coordcache.C:20 Well, obviously this tells me I shouldn't click on math formulas when preview is on ;-), but how am

Re: Nasty qt-3.3.3 bug

2005-01-23 Thread Angus Leeming
Martin Vermeer wrote: > > Just wanted to report that under FC3, LyX isn't able to use dead keys > like ' ` ^ and the like. Also in math, ^ doesn't produce a superscript. Sure it does. I have FC3 here and I've just fired up LyX 1.3.x and created a formula a+b^2. Perfect. Trying LyX 1.4.x... yup,

Nasty qt-3.3.3 bug

2005-01-23 Thread Martin Vermeer
Just wanted to report that under FC3, LyX isn't able to use dead keys like ' ` ^ and the like. Also in math, ^ doesn't produce a superscript. Annoying. It's a qt-3.3.3- bug known as 141475 by Red Hat's bugzilla: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=141475 This is going to becom

Re: Milestone 3 reached: LyX starts up

2005-01-23 Thread Asger Ottar Alstrup
Angus Leeming wrote: Wasn't this "Milestone 2"? Nonetheless, congratulations. No, milestone 2 was linking without errors. Milestone 3 was starting the executable without a crash. Milestone 4 is that the software works. Do you need the changes to src/lyx_main.C and src/lyxlex_pimpl.h, or is that n

[patch] change tracking output

2005-01-23 Thread Juergen Spitzmueller
The attached patch fixes some real problems with the output of change tracked documents and implements a possibility to check whether a (required) package is installed. The problems, which always occur when a user is in change tracking mode (also cf. bug 1031): - If dvipost is not installed, e

13x mkinstalldirs

2005-01-23 Thread Angus Leeming
I noted last week that the 1.3.x tree contains two copies of mkinstalldirs, one in the config directory and one in the top-level directory. This latter is very old. Lars noted that it used to be needed for "make install" to succeed and asked that I tested whether that was still the case. Here's w

[feature proposal] Compare documents

2005-01-23 Thread Andreas Vox
Hi! Wouldn't it be nice if LyX had the function "Compare document" as in OpenOffice? As I understand it, the change tracking function only records changes as they are done. With this function, you could say "Compare with document B" and LyX would insert all necessary change markup to transform the

Re: PATCH os_cygwin.C

2005-01-23 Thread Andreas Vox
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > This is what I do: > > 1) Open lyx. > 2) Open->Recent files->some document > 3) View->PDF (PDF LaTeX) > 4) Quit Acrobar Reader > 5) File->Exit > > At this point, I get two dialog boxes. > > The first: > > Could not remove the temporary direct

Re: PATCH os_cygwin.C

2005-01-23 Thread Angus Leeming
Kayvan A. Sylvan wrote: > On Sun, Jan 23, 2005 at 11:08:15AM +, Angus Leeming wrote: > > > I can now run lyx and get output. The only problem is that the > > > lyx_tmp directory is not getting removed (even though there > > > is nothing in the directories). > > > > Is the code to do so gett

Re: PATCH os_cygwin.C

2005-01-23 Thread Kayvan A. Sylvan
On Sun, Jan 23, 2005 at 11:08:15AM +, Angus Leeming wrote: > > I can now run lyx and get output. The only problem is that the > > lyx_tmp directory is not getting removed (even though there is > > nothing in the directories). > > Is the code to do so getting invoked? Ie, do you get an erro

Re: Milestone 3 reached: LyX starts up

2005-01-23 Thread Andreas Vox
Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: > > - Hack away to get lout output, or something like that Hi Asger! Right now LyX has separate internal output methods for: * LyX * LaTeX / PdfLaTeX * LinuxDoc * Docbook / DocbookXML * ASCII Also there's a switch to an XML-based LyX format in th

Re: Milestone 3 reached: LyX starts up

2005-01-23 Thread Angus Leeming
Asger Ottar Alstrup wrote: > Hi, > > Attached is a screen shot of the LyX start up with the MSVC compiled > version. Wasn't this "Milestone 2"? Nonetheless, congratulations. > The patch is there as well. Do you need the changes to src/lyx_main.C and src/lyxlex_pimpl.h, or is that now redundant

Milestone 3 reached: LyX starts up

2005-01-23 Thread Asger Ottar Alstrup
Hi, Attached is a screen shot of the LyX start up with the MSVC compiled version. The patch is there as well. Remaining: - Get the last files remaining. At least, I need a lyxrc.defaults file. - Implement the stuff stubbed out in FileTools and ForkedCall/ForkedController. That should be sufficie

Re: PATCH os_cygwin.C

2005-01-23 Thread Angus Leeming
Kayvan A. Sylvan wrote: > Hi Angus, > > It looks like some recent cleanups may have fixed most of the Cygwin > issues. I did a fresh checkout and compiled again (applying just the > above patch). Great! I was starting to doubt my sanity. I've applied your patch. > I can now run lyx and get outpu

Re: PATCH os_cygwin.C

2005-01-23 Thread Kayvan A. Sylvan
On Sun, Jan 23, 2005 at 12:17:29AM -0800, Kayvan A. Sylvan wrote: > On Fri, Jan 21, 2005 at 10:57:00AM +0100, Jean-Marc Lasgouttes wrote: > > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > > > Angus> Jean-Marc mentioned sometime ago that a separate os_cygwin.C > > Angus> would prob

Re: lyx-devel boost/libs/regex/: regex.vcproj

2005-01-23 Thread Asger Ottar Alstrup
Lars Gullik Bjønnes wrote: I thought you said that files like this were not needed... They are not needed, but they are useful. It turns out that signals and regex boost libraries automatically add a linking request in the source code with MSVC, so rather than hacking that boost source code to om

Re: PATCH os_cygwin.C

2005-01-23 Thread Kayvan A. Sylvan
On Fri, Jan 21, 2005 at 10:57:00AM +0100, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Jean-Marc mentioned sometime ago that a separate os_cygwin.C > Angus> would probably be a good idea. So here it is. -- Angus > > I think I like it ;) > >