Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Bo Peng
... > Index: src/insets/Inset.cpp > === > --- src/insets/Inset.cpp (revision 18187) > +++ src/insets/Inset.cpp (working copy) > @@ -76,6 +76,7 @@ > InsetName("bibtex", Inset::BIBTEX_CODE), > Inse

Re: [Cvslog] r18191 - /lyx-devel/trunk/lib/ui/stdtoolbars.inc

2007-05-03 Thread Bo Peng
Damn. 1 second too late :-) Simple bugs are rare nowadays :-) It seems that I can commit the listings patch so that everyone can find simple bugs to fix at least, someone can fill the structure in InsetListingsParams.h with default values from listings manual. Bo

Re: Towards 1.5.0?

2007-05-03 Thread Uwe Stöhr
>> For doing this I will need help, I know that both you, Abdel and Michael had already examined > the bug list. > > IMHO Uwe is the man to set up "the 10 most wanted bugs". OK, I will provide a list, but give me time until saturday. As I'm currently working also on the docs, I see the prob

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread Uwe Stöhr
> Uwe, may I rename your 'Changelog.txt' to 'ChangeLog.txt' (Or you can rename it. I guess Windoze > must have the .txt) Yes, but note that you must delete the file from SVN and then re-add it with the new name in a second step. Otherwise SVN on Windows will complain that case sensitive renamin

[pacth] bug 3526: utf8 without inputenc (XeTeX)

2007-05-03 Thread Uwe Stöhr
> This patch just implements what is requested _AND_ fixes a logical error > (unless my own logic parser is broken). I couldn't test XeTeX, but the patch itself is fine. > Does this need some lyx2lyx action, i.e. file format change? Yes. We currently convert such things to LyX 1.4.x format by r

Re: antialiasing in formulas

2007-05-03 Thread Uwe Stöhr
> i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) > > however, i *strongly* suggest that we revert this patch: > > http://www.lyx.org/trac/changeset/17639 Beside the technical details, please don't play ping pong! This commit has been discussed enough b

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Martin Vermeer
On Thu, May 03, 2007 at 03:07:58PM -0500, Bo Peng wrote: > > > > What do you need? > > I am attaching what I have right now. Many parts are missing but the > main points are there: > > What I have got: ... > Index: src/insets/Inset.cpp > ===

Re: [patch] full Armenian language support

2007-05-03 Thread Uwe Stöhr
Michael Gerz schrieb: How many Armenian users are going to use 1.5.x BTW? Nobody yet of course. But I'm sure some months after Lyx 1.5.0 is out, people will start using this. It always takes some time until potential users get the info that a new program/feature is available. I don't unders

Math metrics bug

2007-05-03 Thread Enrico Forestieri
When changing the zoom factor in preferences, math metrics are not updated. To reproduce, load the attached mathmetrics.lyx and then change the zoom % in Tools->Preferences->Screen fonts from 150 to 300. I also attach here screenshots of what I see before and after. This happens with both Qt 4.1 an

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Bo Peng
Ouch... this is a big, non obvious, patch Bo... I am not sure we will find the time to properly review it and add the missing bits before 1.5.0 :-( InsetListings ~= InsetERT so you do not have to pay much attention to it, other than the InsetListingsParams part. Many other small changes are sta

Re: [PATCH] Bug #3160

2007-05-03 Thread Michael Gerz
José Matos schrieb: On Thursday 03 May 2007 22:41:17 Michael Gerz wrote: Please provide some comments on my code (JMarc?). I am by no means an expert in the cursor and undo business. I will commit only after two OKs. If Jean-Marc agrees with the code you have my OK. :-) I trust y

Re: [PATCH] Bug #3160

2007-05-03 Thread José Matos
On Thursday 03 May 2007 22:41:17 Michael Gerz wrote: > Please provide some comments on my code (JMarc?). I am by no means an > expert in the cursor and undo business. > > I will commit only after two OKs. If Jean-Marc agrees with the code you have my OK. :-) I trust you for CT related code.

Re: antialiasing in formulas

2007-05-03 Thread Enrico Forestieri
On Thu, May 03, 2007 at 11:30:18PM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > >> We could make this optional I guess or enable it only if text > >> antialiasing is turned on otherwise. I think Qt can give use this > >> information. > >

[PATCH] Bug #3160

2007-05-03 Thread Michael Gerz
Hello, in a attempt to fix bug #3160 (yet another CT problem), I came up with the attached patch. The problem looks simple - count the number of logically but not physically deleted characters and move the cursor forward accordingly. In practice, it turned out to be a bit more difficult, bec

Re: Citations bug in Lyx 1.5.0 beta 2

2007-05-03 Thread Edwin Leuven
fixed in trunk Lyx user wrote: There is a bug with the loading of bibliography from a Bibtex file. Lyx 1.5.0beta2 shows bibliography keys that start with capital letters in all lowercase. By default, JabRef sets the keys like Smith1998, but Lyx shows them like smith1998. As long as Lyx is inte

Compose key does not work properly with LyX in Windows.

2007-05-03 Thread Lyx user
I am using Allchars (http://allchars.zwolnet.com/) to duplicate a Unix-style Compose key in Windows XP. The first time I compose a character in LyX it works fine. However, if I try any more characters, the wrong characters show up. I can work around this bug by switching to another window and switc

Citations bug in Lyx 1.5.0 beta 2

2007-05-03 Thread Lyx user
There is a bug with the loading of bibliography from a Bibtex file. Lyx 1.5.0beta2 shows bibliography keys that start with capital letters in all lowercase. By default, JabRef sets the keys like Smith1998, but Lyx shows them like smith1998. As long as Lyx is internally consistent, this doesn't ma

Re: antialiasing in formulas

2007-05-03 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: >> We could make this optional I guess or enable it only if text >> antialiasing is turned on otherwise. I think Qt can give use this >> information. Enrico> It's an ugly hack and should be reverted, IMHO. What wrong with what Abdel

Re: Towards 1.5.0?

2007-05-03 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bo Peng wrote: >>> What do you need? >> I am attaching what I have right now. Many parts are missing but >> the main points are there: Abdelrazak> Ouch... this is a big, non obvious, patch Bo... I am not Abdelrazak>

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-03 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> > Seemingly, scons also fails to find libiconv: >> >> Bo, you might want to improve scons FreeBSD support. iconv is >> apparently properly detected by autotools... Bo> FreeBSD and macOS are left out because I can not test on them. Bo> Maybe I

Re: [Cvslog] r18191 - /lyx-devel/trunk/lib/ui/stdtoolbars.inc

2007-05-03 Thread Edwin Leuven
Michael Gerz wrote: [EMAIL PROTECTED] schrieb: Author: leuven Date: Thu May 3 23:07:39 2007 New Revision: 18191 URL: http://www.lyx.org/trac/changeset/18191 Log: * replace old toc-view with new dialog-toggle Damn. 1 second too late :-) eat my dust... ;-)

Re: Table of contents crashes (again)

2007-05-03 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: So, does this need to be fixed? I have erased my user dir and restarted and still don't see the icon. just commited the fix... thanks.

Re: antialiasing in formulas

2007-05-03 Thread Enrico Forestieri
On Thu, May 03, 2007 at 11:06:19PM +0200, Abdelrazak Younes wrote: > Edwin Leuven wrote: > > Abdelrazak Younes wrote: > >> Edwin Leuven wrote: > >>> i have switched to svn for my daily work now (don't miss good old > >>> 1.4.3 for one second!!) > >>> > >>> however, i *strongly* suggest that we rev

Re: antialiasing in formulas

2007-05-03 Thread Edwin Leuven
Abdelrazak Younes wrote: Maybe you should turn on text antialiasing on your system... i turned it off for a good reason...

Re: [Cvslog] r18191 - /lyx-devel/trunk/lib/ui/stdtoolbars.inc

2007-05-03 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: leuven Date: Thu May 3 23:07:39 2007 New Revision: 18191 URL: http://www.lyx.org/trac/changeset/18191 Log: * replace old toc-view with new dialog-toggle Damn. 1 second too late :-) Simple bugs are rare nowadays :-) Michael

Re: Table of contents crashes (again)

2007-05-03 Thread Michael Gerz
Abdelrazak Younes schrieb: Edwin Leuven wrote: Abdelrazak Younes wrote: Yes, the patch from Stefan. I would like to commit it but I have a problem: I can see that the toggle TOC menu item works correctly but the former TOC toolbar button is not there anymore, I don't know why... Do you see it

Re: Table of contents crashes (again)

2007-05-03 Thread Edwin Leuven
Abdelrazak Younes wrote: So, does this need to be fixed? I have erased my user dir and restarted and still don't see the icon. just commited the fix...

Re: antialiasing in formulas

2007-05-03 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Edwin Leuven wrote: i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) however, i *strongly* suggest that we revert this patch: http://www.lyx.org/trac/changeset/17639 and get rid of the antialiasing in form

Re: Table of contents crashes (again)

2007-05-03 Thread Michael Gerz
Abdelrazak Younes schrieb: Edwin Leuven wrote: Abdelrazak Younes wrote: Yes, the patch from Stefan. I would like to commit it but I have a problem: I can see that the toggle TOC menu item works correctly but the former TOC toolbar button is not there anymore, I don't know why... Do you see it

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, Michael Gerz wrote: José Matos schrieb: On Thursday 03 May 2007 19:40:06 [EMAIL PROTECTED] wrote: > Good points. Does this mean you've approved the schedule above? > The calendar is optimistic, and I am not know for being pessimistic. ;-) You should, if possibl

Re: Table of contents crashes (again)

2007-05-03 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Yes, the patch from Stefan. I would like to commit it but I have a problem: I can see that the toggle TOC menu item works correctly but the former TOC toolbar button is not there anymore, I don't know why... Do you see it? the correct toolbar item

Re: Patch to ANNOUNCE and README (Was: 2nd try: Adding...)

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, José Matos wrote: On Thursday 03 May 2007 20:31:11 [EMAIL PROTECTED] wrote: Regarding references to known issues, I've structured it as described below. Unless objections appear, I'll apply the attached patch in a day or two. Thank you Christian, your help here is particu

Re: Table of contents crashes (again)

2007-05-03 Thread Edwin Leuven
Abdelrazak Younes wrote: Yes, the patch from Stefan. I would like to commit it but I have a problem: I can see that the toggle TOC menu item works correctly but the former TOC toolbar button is not there anymore, I don't know why... Do you see it? the correct toolbar item has become dialog-t

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, José Matos wrote: On Thursday 03 May 2007 19:54:00 [EMAIL PROTECTED] wrote: Ok. I did a find and there was about 22 of them so I linked them here: http://wiki.lyx.org/Devel/ChangeLogs It only took a few minutes. Thank you Christian. I would say that OLD-CHANGES

Re: antialiasing in formulas

2007-05-03 Thread Edwin Leuven
Abdelrazak Younes wrote: Edwin Leuven wrote: i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) however, i *strongly* suggest that we revert this patch: http://www.lyx.org/trac/changeset/17639 and get rid of the antialiasing in formulas for the followin

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, Bo Peng wrote: we have to be very careful with InsetListings! If we add a half-baked solution, people will be nagging all the time, i.e., we will be flooded by countless bug reports ("Listing does not support this, Listing does not support that"). I am using a list of s

Re: antialiasing in formulas

2007-05-03 Thread Abdelrazak Younes
Edwin Leuven wrote: i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) however, i *strongly* suggest that we revert this patch: http://www.lyx.org/trac/changeset/17639 and get rid of the antialiasing in formulas for the following two reasons: 1. the res

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Abdelrazak Younes
Bo Peng wrote: What do you need? I am attaching what I have right now. Many parts are missing but the main points are there: Ouch... this is a big, non obvious, patch Bo... I am not sure we will find the time to properly review it and add the missing bits before 1.5.0 :-( What I have

Re: Table of contents crashes (again)

2007-05-03 Thread Abdelrazak Younes
Michael Gerz wrote: Jürgen Spitzmüller schrieb: Michael Gerz wrote: Any comments on this issues are welcome. I would like to get some opinions before I change the po file. remove the shortcuts from the dialog and introduce general shortcuts for the outliner actions. Abdel, do you

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-03 Thread Bo Peng
> Seemingly, scons also fails to find libiconv: Bo, you might want to improve scons FreeBSD support. iconv is apparently properly detected by autotools... FreeBSD and macOS are left out because I can not test on them. Maybe I will install a FreeBSD virtual machine soon. Bo

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Bo Peng
I am attaching what I have right now. Many parts are missing but the main points are there: Sorry, last patch does not have InsetListingsParams.h/cpp. Bo Index: src/LyXAction.cpp === --- src/LyXAction.cpp (revision 18187) +++ src/L

antialiasing in formulas

2007-05-03 Thread Edwin Leuven
i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) however, i *strongly* suggest that we revert this patch: http://www.lyx.org/trac/changeset/17639 and get rid of the antialiasing in formulas for the following two reasons: 1. the result is actually not n

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Bo Peng
What do you need? I am attaching what I have right now. Many parts are missing but the main points are there: What I have got: 1. add InsetListings in file InsetListings.h and InsetListings.cpp, this is a slightly modified copy of InsetERT. It already works in the sense that you can insert

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 20:38:00 Michael Gerz wrote: > Point taken. But all hobby-horses have to be stopped by beta 3, even if > it hurts (no matter how important or smart they are). IMHO things like > icons rescaling falls into this category, too. I agree and I count with every developer to imp

Re: Table of contents crashes (again)

2007-05-03 Thread Michael Gerz
Jürgen Spitzmüller schrieb: Michael Gerz wrote: Any comments on this issues are welcome. I would like to get some opinions before I change the po file. remove the shortcuts from the dialog and introduce general shortcuts for the outliner actions. Abdel, do you have a suitable pat

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-03 Thread Michael Gerz
Abdelrazak Younes schrieb: Since it would be arrogant to demand from all of you to adjust to my wishes for the very little amount I could contribute I chose the other alternative: Don't help with a product that I cannot endorse. Georg, I looked up the meaning of "endorse" and I must confess th

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 15:49:06 Bo Peng wrote: > > You know of course that you have the power to implement everything you > > want locally don't you? :-) > > But another guy in my group will collaborate with me on this document > and it would be easier for him if it is in lyx.1.5.0. Since this

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Bo Peng
we have to be very careful with InsetListings! If we add a half-baked solution, people will be nagging all the time, i.e., we will be flooded by countless bug reports ("Listing does not support this, Listing does not support that"). I am using a list of string method to handle all listings optio

Re: Patch to ANNOUNCE and README (Was: 2nd try: Adding...)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 20:31:11 [EMAIL PROTECTED] wrote: > Regarding references to known issues, I've structured it as described > below. Unless objections appear, I'll apply the attached patch in a day or > two. Thank you Christian, your help here is particularly appreciated. -- José Abílio

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Michael Gerz
Bo Peng schrieb: Beta 3: Friday, May 11 RC1: Friday, May 25 Final : Friday, June 1 (unless a new critical bug appear) No file format changes and new features after beta 3 - only bug fixing! I see that I am given one week to add InsetListings ... Bo, we have to be very careful with Inse

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Michael Gerz
José Matos schrieb: On Thursday 03 May 2007 17:51:25 Michael Gerz wrote: Beta 3: Friday, May 11 RC1: Friday, May 25 Final : Friday, June 1 (unless a new critical bug appear) No file format changes and new features after beta 3 - only bug fixing! Those two conditions are not ne

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Michael Gerz
José Matos schrieb: On Thursday 03 May 2007 19:40:06 [EMAIL PROTECTED] wrote: Good points. Does this mean you've approved the schedule above? The calendar is optimistic, and I am not know for being pessimistic. ;-) You should, if possible, try to have some weekly list of the most

Patch to ANNOUNCE and README (Was: 2nd try: Adding...)

2007-05-03 Thread christian . ridderstrom
Regarding references to known issues, I've structured it as described below. Unless objections appear, I'll apply the attached patch in a day or two. Regarding known issues, the file ANNOUNCE says: As usual with a major release, a lot of work that is not directly visible has ta

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread José Matos
On Thursday 03 May 2007 19:54:00 [EMAIL PROTECTED] wrote: > Ok. I did a find and there was about 22 of them so I linked them here: > http://wiki.lyx.org/Devel/ChangeLogs > > It only took a few minutes. Thank you Christian. I would say that OLD-CHANGES probably also belongs to the bunc

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 19:40:06 [EMAIL PROTECTED] wrote: > Good points. Does this mean you've approved the schedule above? The calendar is optimistic, and I am not know for being pessimistic. ;-) You should, if possible, try to have some weekly list of the most critical bugs. Think in somet

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, José Matos wrote: There was one Changelog file per each main directory. Ok. I did a find and there was about 22 of them so I linked them here: http://wiki.lyx.org/Devel/ChangeLogs It only took a few minutes. /Christian -- Christian Ridderström, +46-8-768 39 44

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, José Matos wrote: On Thursday 03 May 2007 17:51:25 Michael Gerz wrote: Beta 3: Friday, May 11 RC1: Friday, May 25 Final : Friday, June 1 (unless a new critical bug appear) No file format changes and new features after beta 3 - only bug fixing! Those two conditions

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, Bo Peng wrote: Beta 3: Friday, May 11 RC1: Friday, May 25 Final : Friday, June 1 (unless a new critical bug appear) No file format changes and new features after beta 3 - only bug fixing! I see that I am given one week to add InsetListings ... Isn't that enough

Re: [Updated Patch] bug 3201: restore cursor position in preamble

2007-05-03 Thread Andre Poenitz
On Thu, May 03, 2007 at 11:43:01AM +0200, Abdelrazak Younes wrote: > Juergen Spitzmueller wrote: > >Abdelrazak Younes wrote: > > > >>This patch does that and a bit more. It ensures that the coords are > >>saved and restored in any case (closeEvent and buffer switching). It > >>also does move the pr

Re: Beamer bugs in LyX 1.5svn

2007-05-03 Thread José Matos
On Thursday 03 May 2007 16:57:53 [EMAIL PROTECTED] wrote: > I think you should add these issues to bugzilla. My guess is that they > won't be a priority for 1.5.0, but if they're in bugzilla the probability > increases that appear in one of the maintenace releases :-) The changes required, at le

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 17:51:25 Michael Gerz wrote: > > Beta 3: Friday, May 11 > RC1: Friday, May 25 > Final : Friday, June 1 (unless a new critical bug appear) > > No file format changes and new features after beta 3 - only bug fixing! Those two conditions are not necessarily both satisf

Re: [pacth] bug 3526: utf8 without inputenc (XeTeX)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 17:30:19 Jürgen Spitzmüller wrote: > Does this need some lyx2lyx action, i.e. file format change? How do we convert such documents to lyx-1.4? If there is such possibility then we should increase the file format where the convertion is empty and the retroversion does

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread José Matos
On Thursday 03 May 2007 17:25:36 [EMAIL PROTECTED] wrote: > A symbolic file called 'ChangeLog' in the distribution could simply > contain a suitable link into SVN. Or we put a note about it in README. > > In case there are lots of files called ChangeLog and browsing SVN i > annoying, then we (I) co

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Bo Peng
Beta 3: Friday, May 11 RC1: Friday, May 25 Final : Friday, June 1 (unless a new critical bug appear) No file format changes and new features after beta 3 - only bug fixing! I see that I am given one week to add InsetListings ... Bo

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Michael Gerz
Abdelrazak Younes schrieb: José Matos wrote: On Thursday 03 May 2007 12:54:28 [EMAIL PROTECTED] wrote: I don't think that's a good idea as we expect the file format to change between the rc and the stable release. I am sorry, I can't parse this sentence. :-) IMO, it is all a matter of ti

Re: r18188 - /lyx-devel/trunk/src/insets/InsetMarginal.h

2007-05-03 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: spitz Date: Thu May 3 17:53:14 2007 New Revision: 18188 URL: http://www.lyx.org/trac/changeset/18188 Log: * src/insets/InsetMarginal.h: - add missing name() (fix bug 3540) Maybe we should make Inset::name() pure virtual in order to avoid such bugs? n

Re: Add article to Press about LyX section on homepage

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, Andreas Karlsson wrote: Hi, Could someone please add the link http://www.jstatsoft.org/index.php?vol=17&t=s to the "Press about LyX" section on http://www.lyx.org/about/press.php I can try to do that if you give me a suitable piece of HTML text. It's not actually compl

Re: [patch] full Armenian language support

2007-05-03 Thread Michael Gerz
Uwe Stöhr schrieb: Btw. I think we currently don't have an Armenian user, so why would somebody have it working in LyX 1.4.x? How many Armenian users are going to use 1.5.x BTW? I don't understand why you spent so much effort into this matter... don't tell me that you read+write Armenian, do y

[pacth] bug 3526: utf8 without inputenc (XeTeX)

2007-05-03 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=3526 This patch just implements what is requested _AND_ fixes a logical error (unless my own logic parser is broken). Does this need some lyx2lyx action, i.e. file format change? Jürgen Index: lib/encodings

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, Jean-Marc Lasgouttes wrote: "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 03 May 2007 14:06:45 Jean-Marc Lasgouttes wrote: Since we do not use the ChangeLogs anymore, I propose to keep them in svn but remove them from the distribution. José, Would that

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, José Matos wrote: I am sorry, I can't parse this sentence. :-) Here's what I actually meant: I don't think that's a good idea, as we _would_then_ expect the file format to change between the rc and the stable release. So I think a RC would be bad when we

Re: Beamer bugs in LyX 1.5svn

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, Jürgen Spitzmüller wrote: John McCabe-Dansted wrote: If have found the following four bugs [A-D] in the Beamer handling of LyX 1.5svn. The prevalence of bugs makes Beamer quite hard to use with LyX 1.5svn. I think you should add these issues to bugzilla. My guess is that t

Add article to Press about LyX section on homepage

2007-05-03 Thread Andreas Karlsson
Hi, Could someone please add the link http://www.jstatsoft.org/index.php?vol=17&t=s to the "Press about LyX" section on http://www.lyx.org/about/press.php Regards, Andreas _ Styla lägenheten till ett högre pris http://alltombos

Re: Beamer bugs in LyX 1.5svn

2007-05-03 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: > If have found the following four bugs [A-D] in the Beamer handling of > LyX 1.5svn. The prevalence of bugs makes Beamer quite hard to use with > LyX 1.5svn. Not harder than ever before: > [A] LyX will not define lyxframeend if not explicitly set by user. > To reproduc

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Bo Peng
You know of course that you have the power to implement everything you want locally don't you? :-) But another guy in my group will collaborate with me on this document and it would be easier for him if it is in lyx.1.5.0. Will this feature involves a format change? If yes, how much time do yo

Re: [Cvslog] r18186 - in /lyx-devel/trunk/src/frontends/controllers: C...

2007-05-03 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "younes" == younes <[EMAIL PROTECTED]> writes: younes> Author: younes Date: Thu May 3 16:20:12 2007 New Revision: younes> 18186 younes> URL: http://www.lyx.org/trac/changeset/18186 Log: Fix younes> interface problem in order to cleanly sup

Re: [Cvslog] r18186 - in /lyx-devel/trunk/src/frontends/controllers: C...

2007-05-03 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "younes" == younes <[EMAIL PROTECTED]> writes: younes> Author: younes Date: Thu May 3 16:20:12 2007 New Revision: younes> 18186 younes> URL: http://www.lyx.org/trac/changeset/18186 Log: Fix younes> interface problem in order to cleanly support "cursor position youn

Re: [Cvslog] r18186 - in /lyx-devel/trunk/src/frontends/controllers: C...

2007-05-03 Thread Jean-Marc Lasgouttes
> "younes" == younes <[EMAIL PROTECTED]> writes: younes> Author: younes Date: Thu May 3 16:20:12 2007 New Revision: younes> 18186 younes> URL: http://www.lyx.org/trac/changeset/18186 Log: Fix younes> interface problem in order to cleanly support "cursor position younes> memory" in the preamb

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 03 May 2007 14:06:45 Jean-Marc Lasgouttes wrote: >> Since we do not use the ChangeLogs anymore, I propose to keep them >> in svn but remove them from the distribution. José, Would that make >> sense? José> If they are avai

Re: [Updated Patch] bug 3201: restore cursor position in preamble

2007-05-03 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Juergen Spitzmueller wrote: Abdelrazak Younes wrote: This patch does that and a bit more. It ensures that the coords are saved and restored in any case (closeEvent and buffer switching). It also does move the preamble related code in apply() and updateParam() in the ne

RE: Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Leuven, E.
> I sincerely hope that 1.5.0 will be out in less than a month. IMHO we > should set a fixed data for 1.5.0. First of June seems good to me. Bug > that won't be fixed within a month won't be fixed either in one year. +1

Re: Remove ChangeLogs from distribution?

2007-05-03 Thread José Matos
On Thursday 03 May 2007 14:06:45 Jean-Marc Lasgouttes wrote: > Since we do not use the ChangeLogs anymore, I propose to keep them in > svn but remove them from the distribution. José, Would that make > sense? If they are available from svn I don't see why not. Since those files have not been

Re: [Cvslog] r18114 - in /lyx-devel/trunk/src: Cursor.cpp DocIterator....

2007-05-03 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> I there a reason why you did not do like in the attached? Abdelrazak> Not really no. At the time, I guess I was not sure if Abdelrazak> innerParagraph() would give the current paragraph of the Abdelrazak> enclosing one in tex

LYX win32 installer and proxy

2007-05-03 Thread Peter1 Mueller
Hi All, thank you for this nice software. Is is possible to specify a proxy server at the win32 installer so that aspell can automatically download needed dictionaries if a proxy is in place? It might be also possible to use the proxy settings that are specified at Miktex>options. Mit freundl

Re: CV.lyx in lib/examples/fr

2007-05-03 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> JMarc, can the file Uwe> lib/examples/fr/cv.lyx Uwe> also go or could you update it? I renamed it. JMarc

Remove ChangeLogs from distribution?

2007-05-03 Thread Jean-Marc Lasgouttes
Since we do not use the ChangeLogs anymore, I propose to keep them in svn but remove them from the distribution. José, Would that make sense? JMarc

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Abdelrazak Younes
José Matos wrote: On Thursday 03 May 2007 12:54:28 [EMAIL PROTECTED] wrote: I don't think that's a good idea as we expect the file format to change between the rc and the stable release. I am sorry, I can't parse this sentence. :-) IMO, it is all a matter of timings, if we release in a we

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 12:54:28 [EMAIL PROTECTED] wrote: > I don't think that's a good idea as we expect the file format to change > between the rc and the stable release. I am sorry, I can't parse this sentence. :-) IMO, it is all a matter of timings, if we release in a week it makes sense

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, Abdelrazak Younes wrote: Leuven, E. wrote: > Yes, IMO another beta to shaken out any possible bugs due to the file > name changes and then we start with the release candidate cycle. > What do others think? i would put out rc1 I did not dare proposing it ;-) I don'

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Abdelrazak Younes
Leuven, E. wrote: Yes, IMO another beta to shaken out any possible bugs due to the file name changes and then we start with the release candidate cycle. What do others think? i would put out rc1 I did not dare proposing it ;-) Abdel.

RE: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Leuven, E.
> Yes, IMO another beta to shaken out any possible bugs due to the file > name changes and then we start with the release candidate cycle. > What do others think? i would put out rc1

Re: math panel icons

2007-05-03 Thread José Matos
On Thursday 03 May 2007 12:21:13 Leuven, E. wrote: > Enrico Forestieri wrote: > > Edwin, as nobody has complained, I would say put them in. > > i was thinking the same thing... > > josé? Yes, no problem. :-) -- José Abílio

RE: math panel icons

2007-05-03 Thread Leuven, E.
Enrico Forestieri wrote: > Edwin, as nobody has complained, I would say put them in. i was thinking the same thing... josé?

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-03 Thread christian . ridderstrom
On Thu, 3 May 2007, José Matos wrote: FWIW this is a direct reference to a Ghandi quote: http://en.wikiquote.org/wiki/Mohandas_Gandhi Q: "What do you think of Western Civilization?" A: "I think it would be a good idea!" Brilliant... On a more serious note there is an article in LWN today a

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-03 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 02 May 2007 21:44:37 Georg Baum wrote: Then I _really_ dislike some recent changes in LyX development. I don't think I need to reiterate all of them, one example can be seen in my other mail of today. Are you implying that we have a development model? ;-) FW

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-03 Thread José Matos
On Wednesday 02 May 2007 21:44:37 Georg Baum wrote: > Then I _really_ dislike some recent changes in LyX development. I don't > think I need to reiterate all of them, one example can be seen in my other > mail of today. Are you implying that we have a development model? ;-) FWIW this is a dir

Re: math panel icons

2007-05-03 Thread Enrico Forestieri
On Wed, May 02, 2007 at 04:18:44PM +0200, Leuven, E. wrote: > guys, any concencus on these icons? Edwin, as nobody has complained, I would say put them in. -- Enrico

Re: [Updated Patch] bug 3201: restore cursor position in preamble

2007-05-03 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Abdelrazak Younes wrote: This patch does that and a bit more. It ensures that the coords are saved and restored in any case (closeEvent and buffer switching). It also does move the preamble related code in apply() and updateParam() in the new PreambleModule class. Id

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 02 May 2007 22:17:54 [EMAIL PROTECTED] wrote: I also wondered about this? What's the plan for getting to 1.5.0? Another beta? Yes, IMO another beta to shaken out any possible bugs due to the file name changes and then we start with the release candidate cycl

Re: Towards 1.5.0? (Was: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-03 Thread José Matos
On Thursday 03 May 2007 07:59:18 Abdelrazak Younes wrote: > Will this feature involves a format change? If yes, how much time do you > need in order to implement the very minimal change to support it? If no, > then I suggest that you develop this feature and use it locally. We will > then integrate

  1   2   >