Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Martin Vermeer
On Tue, Mar 29, 2005 at 03:58:50PM +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Does the following patch (which I am too lazy to test myself :) help? Martin Eh, I'm sorry but I don't have a 1.3 tree checked out :-( Do you have problems with

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Martin Vermeer wrote: Do you have problems with 1.4.0cvs? The counting code seems reasonable there (although there is a +1 I am not sure to understand). I was wondering about that too. Angus should know. Angus return

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Martin Vermeer
On Wed, Mar 30, 2005 at 10:12:01AM +0200, Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Martin Vermeer wrote: Do you have problems with 1.4.0cvs? The counting code seems reasonable there (although there is a +1 I am not sure to understand). I was

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus return int(lyx::count(str.begin(), str.end(),'\n') + 1); Angus How many lines in: foo\nbar\nbaz ? Two (that is, two new lines have been created). It is not the lines that are counted, but the carriage returns. Ahhh. Thank you. -- Angus

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin I removed the + 1 from Note inset and recompiled; works Martin impeccably now. I propose to do this for all insets having Martin this counting statement. OK? This looks like a very good idea. JMarc

Re: Suffixes in included/inputted/verbatiminputted files

2005-03-30 Thread Georg Baum
Jean-Pierre Chrétien wrote: It seems that tex2lyx barfs with «File not readable» if I \include without the tex suffix, which is the required syntax in my latex distro (texlive-2004). Yes. This is a bug. Note that relative paths are interpreted incorrectly, too. So tex2lyx should add the

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Hans Bausewein
On Wed, Mar 30, 2005 at 10:57:30AM +0100, Angus Leeming wrote: Dear all, please excuse the personal email, but I'm trying to do something about the messy state of the LyX licence and need your help. LyX is currently licenced under the GPL with a huge hole blowing it wide apart so that

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Angus Leeming [EMAIL PROTECTED] writes: | Jean-Marc Lasgouttes wrote: Angus return int(lyx::count(str.begin(), str.end(),'\n') + 1); Angus How many lines in: foo\nbar\nbaz ? Two (that is, two new lines have been created). It is not the lines that are counted, but the carriage returns.

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus I dug. The attached patches cure the problem. I'll commit soon. Very good. Thanks. JMarc

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus I dug. The attached patches cure the problem. I'll commit soon. What does the windows title look like now? Would it be a good idea to change MakeDisplayPath to use os::external_path? JMarc

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus I think that the first step is to get something that compiles Angus and runs on Windows. Thereafter, asynchronous child processes Angus will be an added bonus. OK. Angus In order to compile LyX 1.3.x using MinGW/MinSYS, one must Angus

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus In order to open a file with LyX by clicking on the file in Angus Windows Explorer, I need to copy a couple of dlls to the Angus directory containing the LyX executable. Ie a working Angus installation requires: Angus $ make install $ cd

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: So, everybody, please tell me what is missing in 1.3.6cvs, according to you... Angus I seem to remember Bennett saying that LyX refused to allow him Angus to load a filename into a dialog using the Browse

Re: Polish translation 1.4cvs

2005-03-30 Thread Jean-Marc Lasgouttes
Tomasz == Tomasz Luczak [EMAIL PROTECTED] writes: Tomasz Hi I send updated translation pl.po into polish for 1.4.0cvs Tomasz version Thanks a lot Tomasz. It is in now. JMarc

Sources for LyX releases 1.0?

2005-03-30 Thread Angus Leeming
I've got http://www.devel.lyx.org/~leeming/www-user/archaeology/source/X for X == lyx-0.7p4-d3.tar.gz, lyx-0.8.6.tar.gz But what about: LyX 0.10.7 released on 1996/10/30 LyX 0.12.0 released on 1998/02/10 -- Angus

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus I seem to remember Bennett saying that LyX refused to allow him Angus to load a filename into a dialog using the Browse button if the Angus filename (file path?) contained spaces. Yes, this is due to frontends/controllers/helper_funcs.C:browseFile, which

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Edwin Leuven
http://www1.fee.uva.nl/scholar/mdw/leuven/data/lyx-0.12.0.tar.gz regards, ed.

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Jose' Matos
On Wednesday 30 March 2005 13:06, Angus Leeming wrote: I've got http://www.devel.lyx.org/~leeming/www-user/archaeology/source/X for X == lyx-0.7p4-d3.tar.gz, lyx-0.8.6.tar.gz But what about: LyX 0.10.7 released on 1996/10/30 LyX 0.12.0 released on 1998/02/10 I have: 0.8: lyx-0.8.4.tar.gz

[Patch] fix grid lines in AMS arrays

2005-03-30 Thread Martin Vermeer
Patch attached, please review. - Martin Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.480 diff -u -r1.480 ChangeLog --- ChangeLog 30 Mar 2005 09:05:30 - 1.480 +++

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Angus Leeming
Jose' Matos wrote: But what about: LyX 0.10.7 released on 1996/10/30 LyX 0.12.0 released on 1998/02/10 I have: [snip José's various sources] That I was able to retrieve from an ancient Turkish sunsite mirror, that was not updated for a long time. I don't have any other sources for pre-1.0.0

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Angus Leeming
Edwin Leuven wrote: http://www1.fee.uva.nl/scholar/mdw/leuven/data/lyx-0.12.0.tar.gz Thanks, Ed. Angus

Scrolling problems in yesterday's cvs

2005-03-30 Thread Helge Hafting
I often press the down arrow on the scroll bar, as that yields smoother scrolling than the down arrow on the keyboard. (When there are paragraph breaks, headings and such.) Lyx 1.4cvs tends to get stuck though, even with only text paragraphs and headings in the visible portion of the document.

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Jean-Marc Lasgouttes
Jose' == Jose' Matos [EMAIL PROTECTED] writes: Jose' On Wednesday 30 March 2005 13:06, Angus Leeming wrote: I've got http://www.devel.lyx.org/~leeming/www-user/archaeology/source/X for X == lyx-0.7p4-d3.tar.gz, lyx-0.8.6.tar.gz But what about: LyX 0.10.7 released on 1996/10/30 LyX 0.12.0

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Patch attached, please review. Why do you need an istringstream instead of just using the argument? JMarc

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Angus Leeming
Martin Vermeer wrote: Patch attached, please review. + flag.message(bformat( + N_(Can't add vertical grid lines in '%1$s'), + name_)); Don't use N_(...) here, use _(...). N_(...) expands to I.e., no translation is

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Georg Baum
Martin Vermeer wrote: Patch attached, please review. It looks good, except for the strange indentation of some closing braces. I corrected that and merged it with my infoize fixes. I think that both should go in. GeorgIndex: src/mathed/ChangeLog

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Martin Vermeer wrote: Patch attached, please review. + flag.message(bformat( + N_(Can't add vertical grid lines in '%1$s'), + name_)); Angus Don't use N_(...) here, use _(...). No, we do use N_() here, because we want to pass the message

[Patch] fixing error message positioning

2005-03-30 Thread Martin Vermeer
On Wed, 2005-03-30 at 11:41, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin I removed the + 1 from Note inset and recompiled; works Martin impeccably now. I propose to do this for all insets having Martin this counting statement. OK? This looks

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus Don't use N_(...) here, use _(...). No, we do use N_() here, because we want to pass the message in english to the lyxserver. Translation is done later, except that we do not do it currently :) I'll send a patch later. Ach. So if someone were to add anything to

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Georg Baum
Jean-Marc Lasgouttes wrote: No, we do use N_() here, because we want to pass the message in english to the lyxserver. Translation is done later, except that we do not do it currently :) I'll send a patch later. ?? Last time I asked the same question Lars answered that these strings are part

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Martin Vermeer
On Wed, 2005-03-30 at 15:10, Georg Baum wrote: Martin Vermeer wrote: Patch attached, please review. It looks good, except for the strange indentation of some closing braces. I corrected that and merged it with my infoize fixes. I think that both should go in. Georg Looks great,

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Jean-Marc Lasgouttes wrote: No, we do use N_() here, because we want to pass the message in english to the lyxserver. Translation is done later, except that we do not do it currently :) I'll send a patch later. Georg ?? Last time I asked

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: Don't use N_(...) here, use Angus _(...). No, we do use N_() here, because we want to pass the message in english to the lyxserver. Translation is done later, except that we do not do it currently :) I'll send

Re: [Patch] fixing error message positioning

2005-03-30 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Patch attached. Error positioning works now perfectly even at Martin the end of my 300+ page production test document, containing a Martin mix of traditional and external material graphics. Looks fine to me, although the int() casts are

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Bernard Hurley
Hi Angus, I would be more than happy for my contribution to be licensed under the GPL. Regards, Bernard On Wed, 2005-03-30 at 10:57 +0100, Angus Leeming wrote: Dear all, please excuse the personal email, but I'm trying to do something about the messy state of the LyX licence and need

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Martin Vermeer
On Tue, 2005-03-29 at 15:39, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin I have noticed that in many of my files, the line counter for Martin LaTeX lags behind and the error boxes in the file are too high Martin up. I think it is due to the XFig

[patch] new scrollbar code

2005-03-30 Thread Alfredo Braunstein
This is a proposal for the new scrollbar code, as discussed in the list. qt and xforms seem to work, gtk compiles (doesn't work ok but I hope should be easy to fix) This patch does quite a lot of things, and I'm sure is still rough around the edges, but IMO is what needs to be done to have a

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Edscott Wilson Garcia
Permission granted :-) El mié, 30-03-2005 a las 10:57 +0100, Angus Leeming escribió: Dear all, please excuse the personal email, but I'm trying to do something about the messy state of the LyX licence and need your help. LyX is currently licenced under the GPL with a huge hole blowing it

gtk spanish chars

2005-03-30 Thread Manuel Corrales
I am kind of new in this, so i dont know if this problem was already pointed. I am Argentinian and use the , and the ,, etc.. very much. Lyx quits (the gtk frontend) when i do this: File - New then i type (n with ~) and crash, the message is this: virtual void InsetText::doDispatch(LCursor,

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Jose' Matos
On Wednesday 30 March 2005 12:54, Angus Leeming wrote: And are any of these sources accessible from your web pages? What's the URL again? http://www.lyx.org/~jamatos/archaeology/source Angus I am trying to recover the original files via google, but the best I can do is:

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: What does the windows title look like now? LyX: ~/Desktop/UserGuide.lyx (see attached user_guide_win32_v1.jpg). This file is stored at C:\Documents and Settings\Angus\Desktop\UserGuide.lyx Would it be a good idea to change MakeDisplayPath to use os::external_path?

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: What does the windows title look like now? Angus LyX: ~/Desktop/UserGuide.lyx (see attached Angus user_guide_win32_v1.jpg). Angus This file is stored at C:\Documents and Angus

Re: gtk spanish chars

2005-03-30 Thread John Spray
On Wed, 2005-03-30 at 11:37 -0300, Manuel Corrales wrote: File - New then i type ñ (n with ~) and crash, the message is this: Strange. If I switch to a spanish layout and type ñ, then lyx gtk does not have a problem. This is CVS from a couple of weeks back that I´m using. John

[pfeiffer@tiros.net: Re: subsubsubparagraph...]

2005-03-30 Thread lyx
Anybody willing to moderate the announce list? The main developers need to approve the person(s), so please have the discussin on the devel list. Mate - Forwarded message from Kevin Pfeiffer [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] From: Kevin Pfeiffer [EMAIL PROTECTED]

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Jean-Marc Lasgouttes
Jose' == Jose' Matos [EMAIL PROTECTED] writes: Jose' On Wednesday 30 March 2005 12:54, Angus Leeming wrote: And are any of these sources accessible from your web pages? What's the URL again? Jose' http://www.lyx.org/~jamatos/archaeology/source All the files are now in

Re: [pfeiffer@tiros.net: Re: subsubsubparagraph...]

2005-03-30 Thread Jean-Marc Lasgouttes
lyx == lyx [EMAIL PROTECTED] writes: lyx Anybody willing to moderate the announce list? The main lyx developers need to approve the person(s), so please have the lyx discussin on the devel list. Since I am posting many of the announcements, I can do moderation too. JMarc

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Bennett Helm
On Mar 29, 2005, at 4:55 PM, Angus Leeming wrote: I seem to remember Bennett saying that LyX refused to allow him to load a filename into a dialog using the Browse button if the filename (file path?) contained spaces. Yes -- this affects both 1.3.6 and 1.4.0. The Browse buttons that appear in

Re: Sources for LyX releases 1.0?

2005-03-30 Thread Jose' Matos
On Wednesday 30 March 2005 16:31, Jean-Marc Lasgouttes wrote: All the files are now in ftp.lyx.org/pub/lyx/stable/old/ I removed the extra 0.8.6 version. Thanks Jean-Marc, it is a pity that we don't have all the previous versions available. :-( I know that there isn't much missing now.

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Georg Baum
Martin Vermeer wrote: Looks great, except that Jean-Marc is right: you can still in three places replace istringstream is(cmd.argument); string s; is s; by simply string const s = cmd.argument; I thought the reason for using the istringstream was to get rid of whitespace or other

Re: [patch] new scrollbar code

2005-03-30 Thread Georg Baum
Alfredo, can you please provide frontends/WorkArea.C? Otherwise I can't try the patch ;-( Georg

Re: [patch] new scrollbar code

2005-03-30 Thread Alfredo Braunstein
Georg Baum wrote: Alfredo, can you please provide frontends/WorkArea.C? Otherwise I can't try the patch ;-( Ah right, sorry my bad. Alfredo /** * \file WorkArea.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author

Re: gtk spanish chars

2005-03-30 Thread Alfredo Braunstein
John Spray wrote: On Wed, 2005-03-30 at 11:37 -0300, Manuel Corrales wrote: File - New then i type (n with ~) and crash, the message is this: Strange. If I switch to a spanish layout and type , then lyx gtk does not have a problem. This is CVS from a couple of weeks back that Im

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Martin Vermeer
On Wed, Mar 30, 2005 at 05:57:02PM +0200, Georg Baum wrote: Martin Vermeer wrote: Looks great, except that Jean-Marc is right: you can still in three places replace istringstream is(cmd.argument); string s; is s; by simply string const s = cmd.argument; I thought the

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Georg Baum
Martin Vermeer wrote: On Wed, Mar 30, 2005 at 05:57:02PM +0200, Georg Baum wrote: I thought the reason for using the istringstream was to get rid of whitespace or other stuff that might be in cmd.argument after the first word. Is that wrong? And if we get rid of it here we should get rid of

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Albert Chin
On Wed, Mar 30, 2005 at 10:57:30AM +0100, Angus Leeming wrote: The following people hereby grant permission to licence their contributions to LyX under the Gnu General Public Licence, version 2 or later. The Written Word, Inc. hereby grants permission to license our contributions to LyX

stdmenus patch

2005-03-30 Thread John Levon
Comments ? regards john Index: stdmenus.ui === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/stdmenus.ui,v retrieving revision 1.41 diff -u -a -p -r1.41 stdmenus.ui --- stdmenus.ui 14 Feb 2005 14:25:18 - 1.41 +++

Re: gtk spanish chars

2005-03-30 Thread Jose' Matos
On Wednesday 30 March 2005 17:51, Alfredo Braunstein wrote: Incidentally, in the qt frontend, when using COMPOSE+'+a I get sending IMStart with 0 chars to 0x91caac8 sending IMEnd with 1 chars to 0x91caac8, text= but nothing is inserted in lyx. Note that inserting accented chars directly

Re: stdmenus patch

2005-03-30 Thread Martin Vermeer
On Wed, Mar 30, 2005 at 06:21:09PM +0100, John Levon wrote: Comments ? regards john Makes sense. - Martin Index: stdmenus.ui === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/stdmenus.ui,v retrieving revision 1.41

Re: stdmenus patch

2005-03-30 Thread Angus Leeming
John Levon wrote: Comments ? Look good to me. -- Angus

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Angus Leeming
Hans Bausewein wrote: You have my permission to remove my name entirely. It was a very small contribution anyway and the list is getting huge. Hi, Hans. Just to be sure I understand you: * you contributed code to add the Case sensitive and match whole word checkbuttons in the XForms search

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Georg Baum [EMAIL PROTECTED] writes: | Martin Vermeer wrote: Looks great, except that Jean-Marc is right: you can still in three places replace istringstream is(cmd.argument); string s; is s; by simply string const s = cmd.argument; | I thought the reason for using the

Re: [patch] new scrollbar code

2005-03-30 Thread John Levon
On Wed, Mar 30, 2005 at 04:28:11PM +0200, Alfredo Braunstein wrote: Lots of testing needed... Dragging the scrollbar on the Qt frontend is very broken (I tried with small document). It constantly resizes itself, jumps about. etc Indeed, this happens just clicking on the scrollbar background

Re: stdmenus patch

2005-03-30 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
John Levon [EMAIL PROTECTED] writes: | Comments ? Looks good. -- Lgb

Re: [patch] new scrollbar code

2005-03-30 Thread Alfredo Braunstein
John Levon wrote: On Wed, Mar 30, 2005 at 04:28:11PM +0200, Alfredo Braunstein wrote: Lots of testing needed... Dragging the scrollbar on the Qt frontend is very broken (I tried with small document). It constantly resizes itself, jumps about. etc Indeed, this happens just clicking on

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: What does the windows title look like now? Angus LyX: ~/Desktop/UserGuide.lyx (see attached Angus user_guide_win32_v1.jpg). Angus This file is stored at C:\Documents and Angus Settings\Angus\Desktop\UserGuide.lyx It should look like C:\Desktop\UserGuide.lyx,

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Carl F Ollivier-Gooch
Angus Leeming wrote: In light of all this, I'm asking whether I can have your permission to add your names to http://www.lyx.org/blanket-permission.txt : The following people hereby grant permission to licence their contributions to LyX under the Gnu General Public Licence, version 2 or

Re: [patch] new scrollbar code

2005-03-30 Thread Alfredo Braunstein
Alfredo Braunstein wrote: John Levon wrote: On Wed, Mar 30, 2005 at 04:28:11PM +0200, Alfredo Braunstein wrote: Lots of testing needed... Dragging the scrollbar on the Qt frontend is very broken (I tried with small document). It constantly resizes itself, jumps about. etc On your

Re: [patch] new scrollbar code

2005-03-30 Thread Georg Baum
Am Mittwoch, 30. März 2005 19:51 schrieb John Levon: On Wed, Mar 30, 2005 at 04:28:11PM +0200, Alfredo Braunstein wrote: Lots of testing needed... Dragging the scrollbar on the Qt frontend is very broken (I tried with small document). It constantly resizes itself, jumps about. etc I see

Re: [patch] new scrollbar code

2005-03-30 Thread John Levon
On Wed, Mar 30, 2005 at 09:01:02PM +0200, Alfredo Braunstein wrote: On your document indeed the scrollbar resizes a lot (the reason is obvious, we have paragraphs of very different vertical size). OK, we need to go to Mac-style scrollbars where the widget is of a fixed size. It's unusable

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Martin Vermeer wrote: Looks great, except that Jean-Marc is right: you can still in three places replace istringstream is(cmd.argument); string s; is s; by simply string const s = cmd.argument; Georg I thought the reason for using

RE: Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Rob Bearman
It should look like C:\Desktop\UserGuide.lyx, I believe. Probably the ~/ part of MakeDisplayPath should only be done on Unix. On windows, I guess there is some API to turn get those shorter file names. Mmmm, but this is not too important either way. Perhaps Asger might know?

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Martin Vermeer
On Tue, Mar 29, 2005 at 03:58:50PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> Does the following patch (which I am too lazy to test myself :) > >> help? > > Martin> Eh, I'm sorry but I don't have a 1.3 tree checked out :-( > > Do you

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Martin Vermeer wrote: >>> Do you have problems with 1.4.0cvs? The counting code seems >>> reasonable there (although there is a +1 I am not sure to >>> understand). >> I was wondering about that too. Angus should know. Angus>

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Martin Vermeer
On Wed, Mar 30, 2005 at 10:12:01AM +0200, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Martin Vermeer wrote: > >>> Do you have problems with 1.4.0cvs? The counting code seems > >>> reasonable there (although there is a +1 I am not sure to >

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> return int(lyx::count(str.begin(), str.end(),'\n') + 1); > Angus> How many lines in: "foo\nbar\nbaz" ? > > Two (that is, two new lines have been created). It is not the lines > that are counted, but the carriage returns. Ahhh. Thank you. -- Angus

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> I removed the "+ 1" from Note inset and recompiled; works Martin> impeccably now. I propose to do this for all insets having Martin> this counting statement. OK? This looks like a very good idea. JMarc

Re: Suffixes in included/inputted/verbatiminputted files

2005-03-30 Thread Georg Baum
Jean-Pierre Chrétien wrote: > It seems that tex2lyx barfs with «File not readable» if I \include > without the tex suffix, which is the required syntax in my latex distro > (texlive-2004). Yes. This is a bug. Note that relative paths are interpreted incorrectly, too. > So tex2lyx should add the

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Hans Bausewein
On Wed, Mar 30, 2005 at 10:57:30AM +0100, Angus Leeming wrote: > Dear all, > > please excuse the personal email, but I'm trying to do something about > the messy state of the LyX licence and need your help. > > LyX is currently licenced under the GPL with a huge hole blowing it > wide apart so

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: >> Angus> return int(lyx::count(str.begin(), str.end(),'\n') + 1); >> Angus> How many lines in: "foo\nbar\nbaz" ? >> >> Two (that is, two new lines have been created). It is not the lines >> that are counted, but the

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I dug. The attached patches cure the problem. I'll commit soon. Very good. Thanks. JMarc

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I dug. The attached patches cure the problem. I'll commit soon. What does the windows title look like now? Would it be a good idea to change MakeDisplayPath to use os::external_path? JMarc

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I think that the first step is to get something that compiles Angus> and runs on Windows. Thereafter, asynchronous child processes Angus> will be an added bonus. OK. Angus> In order to compile LyX 1.3.x using MinGW/MinSYS, one

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> In order to open a file with LyX by clicking on the file in Angus> Windows Explorer, I need to copy a couple of dlls to the Angus> directory containing the LyX executable. Ie a working Angus> installation requires: Angus> $ make

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >> So, everybody, please tell me what is missing in 1.3.6cvs, >> according to you... Angus> I seem to remember Bennett saying that LyX refused to allow him Angus> to load a filename into a dialog using

Re: Polish translation 1.4cvs

2005-03-30 Thread Jean-Marc Lasgouttes
> "Tomasz" == Tomasz Luczak <[EMAIL PROTECTED]> writes: Tomasz> Hi I send updated translation pl.po into polish for 1.4.0cvs Tomasz> version Thanks a lot Tomasz. It is in now. JMarc

Sources for LyX releases < 1.0?

2005-03-30 Thread Angus Leeming
I've got http://www.devel.lyx.org/~leeming/www-user/archaeology/source/X for X == lyx-0.7p4-d3.tar.gz, lyx-0.8.6.tar.gz But what about: LyX 0.10.7 released on 1996/10/30 LyX 0.12.0 released on 1998/02/10 -- Angus

Re: Towards LyX 1.3.6 [status update #1]

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> I seem to remember Bennett saying that LyX refused to allow him > Angus> to load a filename into a dialog using the Browse button if the > Angus> filename (file path?) contained spaces. > > Yes, this is due to frontends/controllers/helper_funcs.C:browseFile, >

Re: Sources for LyX releases < 1.0?

2005-03-30 Thread Edwin Leuven
http://www1.fee.uva.nl/scholar/mdw/leuven/data/lyx-0.12.0.tar.gz regards, ed.

Re: Sources for LyX releases < 1.0?

2005-03-30 Thread Jose' Matos
On Wednesday 30 March 2005 13:06, Angus Leeming wrote: > I've got > http://www.devel.lyx.org/~leeming/www-user/archaeology/source/X > for X == lyx-0.7p4-d3.tar.gz, lyx-0.8.6.tar.gz > > But what about: > LyX 0.10.7 released on 1996/10/30 > LyX 0.12.0 released on 1998/02/10 I have: 0.8:

[Patch] fix grid lines in AMS arrays

2005-03-30 Thread Martin Vermeer
Patch attached, please review. - Martin Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.480 diff -u -r1.480 ChangeLog --- ChangeLog 30 Mar 2005 09:05:30 - 1.480 +++

Re: Sources for LyX releases < 1.0?

2005-03-30 Thread Angus Leeming
Jose' Matos wrote: But what about: LyX 0.10.7 released on 1996/10/30 LyX 0.12.0 released on 1998/02/10 I have: [snip José's various sources] That I was able to retrieve from an ancient Turkish sunsite mirror, that was not updated for a long time. I don't have any other sources for pre-1.0.0

Re: Sources for LyX releases < 1.0?

2005-03-30 Thread Angus Leeming
Edwin Leuven wrote: http://www1.fee.uva.nl/scholar/mdw/leuven/data/lyx-0.12.0.tar.gz Thanks, Ed. Angus

Scrolling problems in yesterday's cvs

2005-03-30 Thread Helge Hafting
I often press the down arrow on the scroll bar, as that yields smoother scrolling than the down arrow on the keyboard. (When there are paragraph breaks, headings and such.) Lyx 1.4cvs tends to get stuck though, even with only text paragraphs and headings in the visible portion of the document.

Re: Sources for LyX releases < 1.0?

2005-03-30 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> On Wednesday 30 March 2005 13:06, Angus Leeming wrote: >> I've got >> http://www.devel.lyx.org/~leeming/www-user/archaeology/source/X for >> X == lyx-0.7p4-d3.tar.gz, lyx-0.8.6.tar.gz >> >> But what about: LyX 0.10.7 released on

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Patch attached, please review. Why do you need an istringstream instead of just using the argument? JMarc

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Angus Leeming
Martin Vermeer wrote: Patch attached, please review. + flag.message(bformat( + N_("Can't add vertical grid lines in '%1$s'"), + name_)); Don't use N_("...") here, use _("..."). N_("...") expands to "...". I.e., no

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Georg Baum
Martin Vermeer wrote: > > Patch attached, please review. It looks good, except for the strange indentation of some closing braces. I corrected that and merged it with my infoize fixes. I think that both should go in. GeorgIndex: src/mathed/ChangeLog

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Martin Vermeer wrote: >> Patch attached, please review. + flag.message(bformat( + N_("Can't >> add vertical grid lines in '%1$s'"), + name_)); Angus> Don't use N_("...") here, use _("..."). No, we do use N_() here, because we

[Patch] fixing error message positioning

2005-03-30 Thread Martin Vermeer
On Wed, 2005-03-30 at 11:41, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> I removed the "+ 1" from Note inset and recompiled; works > Martin> impeccably now. I propose to do this for all insets having > Martin> this counting statement.

Re: [Patch] fix grid lines in AMS arrays

2005-03-30 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus> Don't use N_("...") here, use _("..."). No, we do use N_() here, because we want to pass the message in english to the lyxserver. Translation is done later, except that we do not do it currently :) I'll send a patch later. Ach. So if someone were to add anything

  1   2   >