Re: bug 2192, was: Re: Bugs status again

2006-01-20 Thread Jean-Marc Lasgouttes
> "Stephen" == Stephen Harris <[EMAIL PROTECTED]> writes: Georg> The ability to use image formats that LyX does not know is Georg> really useful IMHO (of course this is only possible if our Stephen> default Georg> converter can handle them, but imagemagick Stephen> knows a lot of formats) SH>

Re: bug 2192, was: Re: Bugs status again

2006-01-19 Thread Georg Baum
Am Donnerstag, 19. Januar 2006 20:59 schrieb Lars Gullik Bjønnes: > Ok, sounds good. Ok, it is in now. One bug less for 1.4.0! Georg

Re: bug 2192, was: Re: Bugs status again

2006-01-19 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > I am not sure... Is it correct to handle an unknown format as Ã¥ppm? | | Note that "ppm" is only used in GraphicsCacheItem.C in the latest patch. | This means that we'll convert all unknown formats to "ppm" for the onsc

Re: bug 2192, was: Re: Bugs status again

2006-01-19 Thread Stephen Harris
Georg> The ability to use image formats that LyX does not know is Georg> really useful IMHO (of course this is only possible if our default Georg> converter can handle them, but imagemagick knows a lot of formats) SH> I hope this is on topic and perhaps is just a feature which has not SH> bee

Re: bug 2192, was: Re: Bugs status again

2006-01-19 Thread Georg Baum
Lars Gullik Bjønnes wrote: > I am not sure... Is it correct to handle an unknown format as Ã¥ppm? Note that "ppm" is only used in GraphicsCacheItem.C in the latest patch. This means that we'll convert all unknown formats to "ppm" for the onscreen preview. Note also that ppm is already the default

Re: bug 2192, was: Re: Bugs status again

2006-01-19 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I am not sure... Is it correct to handle an unknown format as Lars> Ã¥ppm? shouldn't we rather fail-out and just say that we have no Lars> idea what to do with it? Georg should confirm, but I think the idea is to delegate to co

Re: bug 2192, was: Re: Bugs status again

2006-01-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: | | Georg> And I don't like to touch getFormatFromContents because it | Georg> should be replaced anyway. I attach an updated patch, this is | Georg> the last one from me for this bug. If yo

Re: bug 2192, was: Re: Bugs status again

2006-01-19 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> And I don't like to touch getFormatFromContents because it Georg> should be replaced anyway. I attach an updated patch, this is Georg> the last one from me for this bug. If you or somebody else want Georg> to fix this differently - fin

Re: bug 1973, was: Re: Bugs status again

2006-01-15 Thread Andre Poenitz
On Sat, Jan 14, 2006 at 11:08:35AM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Thu, Jan 12, 2006 at 09:29:37AM +0100, Jean-Marc Lasgouttes wrote: > | > What about deciding of a relelase date, to put some pressure on ourselves? > | > | Something wrong wit

Re: bug 1973, was: Re: Bugs status again

2006-01-14 Thread Bennett Helm
On Jan 14, 2006, at 5:28 AM, Lars Gullik Bjønnes wrote: I have some build issues to look at, and I am still waiting for confirmation that the tar disted with fink is good. (ie. able to read ustar archives) Yes -- it works, as does Apple's version. (See

Re: bug 1973, was: Re: Bugs status again

2006-01-14 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | Let's just write the release notes, update the Users Guide, and have it > | out. I think there are no fatal or data-loss bugs left. Anything else I > | am missing? > > I have some build issues to look at, and I am still waiting for > confirmation that the tar disted w

Re: bug 1973, was: Re: Bugs status again

2006-01-14 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Let's just write the release notes, update the Users Guide, Martin> and have it out. I think there are no fatal or data-loss bugs Martin> left. Anything else I am missing? There is the bug with reading math macros that needs hel

Re: bug 1973, was: Re: Bugs status again

2006-01-14 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Sat, Jan 14, 2006 at 11:08:35AM +0100, Lars Gullik Bjønnes wrote: | > Andre Poenitz <[EMAIL PROTECTED]> writes: | > | > | On Thu, Jan 12, 2006 at 09:29:37AM +0100, Jean-Marc Lasgouttes wrote: | > | > What about deciding of a relelase date, to put so

Re: bug 1973, was: Re: Bugs status again

2006-01-14 Thread Martin Vermeer
On Sat, Jan 14, 2006 at 11:08:35AM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Thu, Jan 12, 2006 at 09:29:37AM +0100, Jean-Marc Lasgouttes wrote: > | > What about deciding of a relelase date, to put some pressure on ourselves? > | > | Something wrong wit

Re: Bugs status again

2006-01-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> We should try to remove the data member and replace it by a Andre> function (or maybe two) in the long run at least. The thing that remembers what is the current font setting has to be a data member, although it could be moved to t

Re: bug 1973, was: Re: Bugs status again

2006-01-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Jan 12, 2006 at 09:29:37AM +0100, Jean-Marc Lasgouttes wrote: | > What about deciding of a relelase date, to put some pressure on ourselves? | | Something wrong with "Christmas"? I was thinking more "Feburuary". -- Lgb

Re: bug 2192, was: Re: Bugs status again

2006-01-13 Thread Andre Poenitz
On Tue, Jan 10, 2006 at 08:53:55PM +0100, Georg Baum wrote: > Indeed. I attach an updated patch. --- src/graphics/GraphicsCacheItem.C2 Nov 2005 20:11:36 - 1.66 +++ src/graphics/GraphicsCacheItem.C10 Jan 2006 20:10:16 - @@ -335,8 +335,10 @@ string const findTargetFormat(strin

Re: bug 1973, was: Re: Bugs status again

2006-01-13 Thread Andre Poenitz
On Thu, Jan 12, 2006 at 09:29:37AM +0100, Jean-Marc Lasgouttes wrote: > What about deciding of a relelase date, to put some pressure on ourselves? Something wrong with "Christmas"? Andre'

Re: Bugs status again

2006-01-13 Thread Andre Poenitz
On Tue, Jan 10, 2006 at 03:14:04PM +0100, Jean-Marc Lasgouttes wrote: > I disagree with martin that we should prevent font changes in > charstyles. So the current patch does not appeal to me at all. > > If I understand correctly, the problem is that LyXText::current_font > is either (1) the curren

Re: Bugs status again

2006-01-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: | | Bennett> On Jan 10, 2006, at 9:14 AM, Jean-Marc Lasgouttes wrote: | >> To these bugs I would add two related ones: | >> | >> - it is not possible to build on OSX right now. This is

Re: Bugs status again

2006-01-12 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Jan 10, 2006, at 9:14 AM, Jean-Marc Lasgouttes wrote: >> To these bugs I would add two related ones: >> >> - it is not possible to build on OSX right now. This is related to >> the changes Lars did to the libtool files, I thi

Re: bug 1973, was: Re: Bugs status again

2006-01-12 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > What about deciding of a relelase date, to put some pressure on ourselves? Good idea. I might have a look at bug 1934 over the weekend. If that succeeds I'd say we'll need one or two weeks for putting together release notes etc. Georg

Re: bug 1973, was: Re: Bugs status again

2006-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Georg Baum <[EMAIL PROTECTED]> writes: | > I do Lars> find the patch intrusive and would rather avoid it. Lars> | Lars> | But it does not become better with time, and we should fix Lars> this in 1.4.1 | if we don't do it in 1.4

Re: bug 1973, was: Re: Bugs status again

2006-01-11 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | > I do find the patch intrusive and would rather avoid it. | | But it does not become better with time, and we should fix this in 1.4.1 | if we don't do it in 1.4.0. Sure. There will be a multitude of smalle (and some not so small changes in 1.4.1) Lets

Re: bug 2192, was: Re: Bugs status again

2006-01-11 Thread Georg Baum
Am Mittwoch, 11. Januar 2006 17:48 schrieb Jean-Marc Lasgouttes: > I do not like this png hardcoding thing... Actually it is not needed at all, because findTargetFormat is not very clever (we discussed this already) > >> Wouldn't it be easier for now to just recognize XCF? > > Georg> I don't k

Re: bug 1973, was: Re: Bugs status again

2006-01-11 Thread Georg Baum
Am Mittwoch, 11. Januar 2006 01:16 schrieb Lars Gullik Bjønnes: > Do we _really_ need this for 1.4.0 is then the question. IMO yes, but you decide. > I do find the patch intrusive and would rather avoid it. But it does not become better with time, and we should fix this in 1.4.1 if we don't do

Re: bug 2192, was: Re: Bugs status again

2006-01-11 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> We have no format information for a file if Georg> getFormatFromContents() does not recognize the file format. Georg> This was no problem in the old days when formats and extenions Georg> were mixed, but we currently need a format even

Re: Bugs status

2006-01-11 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Which reminds me: here's an update to the INSTALL.MacOSX file Bennett> for lyx-1.3.x. Thanks. I committed the patches. In the future, please do not forget the ChangeLogs... JMarc

Re: Bugs status

2006-01-11 Thread Bennett Helm
On Jan 11, 2006, at 11:13 AM, Bennett Helm wrote: On Jan 11, 2006, at 10:49 AM, Lars Gullik Bjønnes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: | Got it! | | #define __METADATA_METADATA__ 1 needs to be included in: | | package.C | QWorkArea.C | lyx_gui.C | qfont_loader.C | | Patch attache

Re: Bugs status

2006-01-11 Thread Lars Gullik Bjønnes
Bennett Helm <[EMAIL PROTECTED]> writes: | No: it's only required when compiling with gcc-2.95, which is | required for lyx-1.3.x. For lyx-1.4.0, I can use gcc-3.3 or higher | (but not gcc-2.95), so this is unnecessary. Oh well... -- Lgb

Re: Bugs status

2006-01-11 Thread Bennett Helm
On Jan 11, 2006, at 10:49 AM, Lars Gullik Bjønnes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: | Got it! | | #define __METADATA_METADATA__ 1 needs to be included in: | | package.C | QWorkArea.C | lyx_gui.C | qfont_loader.C | | Patch attached. This works for me... for now... in 1.5 we should

Re: Bugs status

2006-01-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This works for me... for now... in 1.5 we should look at getting Lars> rid of those ifdefs. Lars> This is also required on 1.4, right? No, because the 1.4 version of DebugStream does not crash with gcc3. JMarc

Re: Bugs status

2006-01-11 Thread Lars Gullik Bjønnes
Bennett Helm <[EMAIL PROTECTED]> writes: | Got it! | | #define __METADATA_METADATA__ 1 needs to be included in: | | package.C | QWorkArea.C | lyx_gui.C | qfont_loader.C | | Patch attached. This works for me... for now... in 1.5 we should look at getting rid of those ifdefs. This is also requi

Re: Bugs status

2006-01-11 Thread Bennett Helm
On Jan 11, 2006, at 6:55 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On the other hand, I tried one more time to compile with Bennett> gcc-2.95, throwing caution to the wind. The problem had been Bennett> with Apple's MDItem.h, specifically li

Re: Bugs status

2006-01-11 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On the other hand, I tried one more time to compile with Bennett> gcc-2.95, throwing caution to the wind. The problem had been Bennett> with Apple's MDItem.h, specifically line 781, which is the Bennett> #define line here: Benne

Re: Bugs status again

2006-01-11 Thread Martin Vermeer
On Wed, 2006-01-11 at 10:26 +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Still I think we differ in our views of what the charstyle > Martin> paradigm should be (I see it as a longer term complete > Martin> replacement of font attrib

Re: Bugs status again

2006-01-11 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Still I think we differ in our views of what the charstyle Martin> paradigm should be (I see it as a longer term complete Martin> replacement of font attributes from the user's POV). Ah well, Martin> some other time. >> No, we d

Re: Bugs status again

2006-01-10 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | Think about it! _I_ will, but not for 1.4.0. (what you say makes sense to me) -- Lgb

Re: bug 2192, was: Re: Bugs status again

2006-01-10 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | > The src/ChageLog entry is wrong BTW. | | Indeed. I attach an updated patch. IMHO this is not for 1.4.0 -- Lgb

Re: bug 1973, was: Re: Bugs status again

2006-01-10 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Am Dienstag, 10. Januar 2006 15:14 schrieb Jean-Marc Lasgouttes: | > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: | > | > Georg> http://bugzilla.lyx.org/show_bug.cgi?id=1973 x | > | > I am not sure I like the patch (it is intrusive). I have to

Re: Bugs status again

2006-01-10 Thread Lars Gullik Bjønnes
Bennett Helm <[EMAIL PROTECTED]> writes: | I've done a bit more digging. It turns out Firefox on Mac defaults to | using Stuffit Expander to decompress .tar.gz files, and it's all | Stuffit's fault. Both versions of tar (1.15 and 1.14) succeed in | unpacking the file. | | We'll need to include a

bug 1973, was: Re: Bugs status again

2006-01-10 Thread Georg Baum
Am Dienstag, 10. Januar 2006 15:14 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> http://bugzilla.lyx.org/show_bug.cgi?id=1973 x > > I am not sure I like the patch (it is intrusive). I have to re-read > the thread to convince myself that there i

bug 2192, was: Re: Bugs status again

2006-01-10 Thread Georg Baum
Am Dienstag, 10. Januar 2006 15:14 schrieb Jean-Marc Lasgouttes: > Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2192 x > > Can you describe what you do? I cannot guess it from the patch. We have no format information for a file if getFormatFromContents() does not recognize the file format. Thi

Re: Bugs status again

2006-01-10 Thread Martin Vermeer
On Tue, Jan 10, 2006 at 05:36:38PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> If you can get this to work somehow, I would be happy for > Martin> 1.4.0 at least. > > Not sure I can :) > > Martin> Still I think we differ in our v

Re: Bugs status again

2006-01-10 Thread Bennett Helm
On Jan 10, 2006, at 10:46 AM, Lars Gullik Bjønnes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: | On Jan 10, 2006, at 9:34 AM, Lars Gullik Bjønnes wrote: | | > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | > | > | I'd like to have some more information about the tar binary on OSX. | >

Re: Bugs status again

2006-01-10 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> If you can get this to work somehow, I would be happy for Martin> 1.4.0 at least. Not sure I can :) Martin> Still I think we differ in our views of what the charstyle Martin> paradigm should be (I see it as a longer term compl

Re: Bugs status again

2006-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Apple's version is: tar (GNU tar) 1.14 Lars> this might not have it And OSX people may not have the fink version. JMarc

Re: Bugs status again

2006-01-10 Thread Jose' Matos
On Tuesday 10 January 2006 15:25, Martin Vermeer wrote: > Ah well, some other time. Don't worry, we will get there. ;-) > - Martin -- José Abílio

Re: Bugs status again

2006-01-10 Thread Lars Gullik Bjønnes
Bennett Helm <[EMAIL PROTECTED]> writes: | On Jan 10, 2006, at 9:34 AM, Lars Gullik Bjønnes wrote: | | > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | > | > | I'd like to have some more information about the tar binary on OSX. | > | > More specifically what tar formats it actually supports. |

Re: Bugs status again

2006-01-10 Thread Martin Vermeer
On Tue, 2006-01-10 at 15:14 +0100, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: ... > Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2015 x > > Should have been applied long ago :) Hear hear. > Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2019 x > >

Re: Bugs status again

2006-01-10 Thread Bennett Helm
On Jan 10, 2006, at 9:34 AM, Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I'd like to have some more information about the tar binary on OSX. More specifically what tar formats it actually supports. tar (GNU tar) 1.15.1 That's the version installed via fink <

Re: Bugs status again

2006-01-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I'd like to have some more information about the tar binary on OSX. More specifically what tar formats it actually supports. -- Lgb

Re: Bugs status again

2006-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | - it is not possible to build on OSX right now. This is related to the | changes Lars did to the libtool files, I think. Recent libtools | versions have code that reads -framework Foo from linker commands | and does something with them (?).

Re: Bugs status

2006-01-10 Thread Bennett Helm
On Jan 9, 2006, at 10:54 AM, Jean-Marc Lasgouttes wrote: Bennett, do you think you will be able to find somebody with acess to OSX 10.3 to compile lyx 1.3.7? If you can, I think I am going to give up trying to make it work with gcc3. I think I can. (It might be easiest to put 10.3 on an extern

Re: Bugs status again

2006-01-10 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> http://bugzilla.lyx.org/show_bug.cgi?id=1934 not easy Not easy indeed :( Georg> http://bugzilla.lyx.org/show_bug.cgi?id=1973 x I am not sure I like the patch (it is intrusive). I have to re-read the thread to convince myself that th

Re: Bugs status again

2006-01-10 Thread Jose' Matos
On Tuesday 10 January 2006 09:09, Georg Baum wrote: > Jose' Matos wrote: > > On Tuesday 10 January 2006 08:05, Georg Baum wrote: > >> No. First I think the input is not a valid .lyx file, and second this > >> bug is present in 1.3.6, too (so no regression), and third if it really > >> should be a v

Re: Bugs status again

2006-01-10 Thread Georg Baum
Jose' Matos wrote: > On Tuesday 10 January 2006 08:05, Georg Baum wrote: >> >> No. First I think the input is not a valid .lyx file, and second this bug >> is present in 1.3.6, too (so no regression), and third if it really >> should be a valid .lyx file it is a very uncommon one, so almost nobody

Re: Bugs status again

2006-01-10 Thread Jose' Matos
On Tuesday 10 January 2006 08:05, Georg Baum wrote: > > No. First I think the input is not a valid .lyx file, and second this bug > is present in 1.3.6, too (so no regression), and third if it really should > be a valid .lyx file it is a very uncommon one, so almost nobody will > notice whether thi

Re: Bugs status again

2006-01-10 Thread Georg Baum
Am Montag, 9. Januar 2006 23:18 schrieb Uwe Stöhr: > Georg Baum schrieb: > > These are the bugs currently scheduled for 1.4.0: > > I just noticed that > > http://bugzilla.lyx.org/show_bug.cgi?id=2199 > > seems to be a crash and perhaps this should also be fixed before 1.4. No. First I think the in

Re: Bugs status again

2006-01-09 Thread Uwe Stöhr
Georg Baum schrieb: These are the bugs currently scheduled for 1.4.0: I just noticed that http://bugzilla.lyx.org/show_bug.cgi?id=2199 seems to be a crash and perhaps this should also be fixed before 1.4. regards Uwe

Bugs status again

2006-01-09 Thread Georg Baum
These are the bugs currently scheduled for 1.4.0: bug patch comment http://bugzilla.lyx.org/show_bug.cgi?id=1934 not easy http://bugzilla.lyx.org/show_bug.cgi?id=1973 x http://bugzilla.lyx.org/show_bug.cgi?id=2015 x http://bugzilla.lyx.org/show_bug.cg

Re: Bugs status

2006-01-09 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Jan 4, 2006, at 11:08 AM, Jean-Marc Lasgouttes wrote: Note Bennett> that I still cannot compile 1.3.7 on Mac (Nor, at this Bennett> point, 1.4.0.) >> Note that you can compile it, but it does not run ;) Bennett> Thbpbpth

Re: Bugs status

2006-01-08 Thread Andre Poenitz
On Mon, Jan 02, 2006 at 05:44:24PM +, Jose' Matos wrote: > On Monday 02 January 2006 17:41, Herbert Voss wrote: > > uuh, this causes an error! > > > > \tabular{lr} > > Jür & gen > > \endtabular > > You are really a magician, splitting Jürgen in half. ;-) I thought the magic part was impleme

Re: Bugs status

2006-01-05 Thread Bennett Helm
On Jan 5, 2006, at 4:51 AM, Jean-Marc Lasgouttes wrote: Did I ask you to try to compile with --disable-optimization already? Bennett> No, but it doesn't help: So, just to make sure, you did a "make clean" and recompiled, didn't you? Yes. Bennett

Re: Bugs status

2006-01-05 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> Note that you can compile it, but it does not run ;) Bennett> Thbpbpthpt! I did try to do something after all! >> Did I ask you to try to compile with --disable-optimization >> already? Bennett> No, but it doesn't help: So, just

Re: Bugs status

2006-01-05 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> > Also, if you keep the extension to ".lyx", you are going to >> overwrite > the file. What about exporting to ".lyx13"? >> >> Fine with me. Bo> But a more common approach is that the user is prompted for a new Bo> filename. Yes, but this is

Re: Bugs status

2006-01-04 Thread Bo Peng
> > Also, if you keep the extension to ".lyx", you are going to overwrite > > the file. What about exporting to ".lyx13"? > > Fine with me. But a more common approach is that the user is prompted for a new filename. Bo

Re: Bugs status

2006-01-04 Thread Bennett Helm
On Jan 4, 2006, at 11:08 AM, Jean-Marc Lasgouttes wrote: Bennett> Note that I still cannot compile 1.3.7 on Mac (Nor, at Bennett> this point, 1.4.0.) Note that you can compile it, but it does not run ;) Thbpbpthpt! This is one of the main things that makes 1.3.7 wait, and I have run out

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Jan 4, 2006, at 10:20 AM, Jean-Marc Lasgouttes wrote: >> Note that I'd like to release 1.3.7 as soon as possible, so that >> 1.3 people will actually be able to read 1.4 files. Bennett> Note that I still cannot compile 1.3.7

Re: Bugs status

2006-01-04 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I like it, although I do not see why you add a menu entry. Doesn't it > appear in File>Export? No, because Exporter::GetExportableFormats() only considers formats that can be reached from the backends and not from .lyx directly. I am not sure whether this is a bug or

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Isn't it possible to define a lyx13 format, so that people can >> export to that? Georg> That is what the patch in bugzilla does :-) See Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2174, sorry that I Georg> forgot to mention that I had

Re: Bugs status

2006-01-04 Thread Bennett Helm
On Jan 4, 2006, at 10:20 AM, Jean-Marc Lasgouttes wrote: Note that I'd like to release 1.3.7 as soon as possible, so that 1.3 people will actually be able to read 1.4 files. Note that I still cannot compile 1.3.7 on Mac (Nor, at this point, 1.4.0.) Bennett

Re: Bugs status

2006-01-04 Thread Jose' Matos
On Wednesday 04 January 2006 15:20, Jean-Marc Lasgouttes wrote: > Isn't it possible to define a lyx13 format, so that people can export > to that? Could you give an example? If if find a reasonable call syntax it is easy to implement it... > JMarc -- José Abílio

Re: Bugs status

2006-01-04 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> I also think that 2174 would be good to have (it does not make > Georg> so much sense anymore after 1.4.0 is out for some time). > > Note that I'd like to release 1.3.7 as soon as possib

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I also think that 2174 would be good to have (it does not make Georg> so much sense anymore after 1.4.0 is out for some time). Note that I'd like to release 1.3.7 as soon as possible, so that 1.3 people will actually be able to read 1

Re: Bugs status

2006-01-04 Thread Georg Baum
Juergen Spitzmueller wrote: > Georg Baum wrote: >> Then I sent a patch for 2153 (this is a regression) to the list which is >> waiting for testing/comments. > > I had a quick look some days ago; I have to admit that I didn't get the > report down to the ground. Do does problem only occur in LaTeX

Re: Bugs status

2006-01-04 Thread Juergen Spitzmueller
Georg Baum wrote: > Then I sent a patch for 2153 (this is a regression) to the list which is > waiting for testing/comments. I had a quick look some days ago; I have to admit that I didn't get the report down to the ground. Do does problem only occur in LaTeX export (not view DVI/PDF) and only i

Re: Bugs status

2006-01-04 Thread Georg Baum
Juergen Spitzmueller wrote: > So, what's left? There are bugs 2026 and 1973, for which Georg has > announced fixes-to-come, I don't plan anything for 2026, because I don't know what to do (reintroduce stdletters.inc or add ObsoletedBy statements for the missing layouts). The fix for 1973 is fini

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Since the bug was present in 1.3.x too (wasn't it?) and we do not >> know of a good fix yet, we could schedule it for later... Juergen> I was about to propose this too. The bug should defin

Re: Bugs status

2006-01-04 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Since the bug was present in 1.3.x too (wasn't it?) and we do not know > of a good fix yet, we could schedule it for later... I was about to propose this too. The bug should definitely also apply to 1.3.x, so it's not a regression. We should try and implement a solid

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Mon, Jan 02, 2006 at 09:21:09AM +0100, Juergen Spitzmueller Martin> wrote: >> Martin Vermeer wrote: > I believe bug 822 is fixed. > Is 1561 still >> major? Was partly fixed by Andre. >> > >> > Are these (and 2155) the only maj

Re: [Patch] (Re: Bugs status)

2006-01-04 Thread Martin Vermeer
On Wed, Jan 04, 2006 at 01:48:15PM +0100, Georg Baum wrote: > Martin Vermeer wrote: > > > On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: > >> On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: > >> > > ... > > > >> Bugzilla has a fix which simply disables font attri

Re: [Patch] (Re: Bugs status)

2006-01-04 Thread Georg Baum
Martin Vermeer wrote: > On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: >> On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: >> > ... > >> Bugzilla has a fix which simply disables font attribute editing inside a >> charstyle inset; see above theory. Problem solved :

[Patch] (Re: Bugs status)

2006-01-04 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: > On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: > ... > Bugzilla has a fix which simply disables font attribute editing inside a > charstyle inset; see above theory. Problem solved :-) ... > See attached, tested a

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: ... > Actually I would put it differently: you are not supposed to mix > character styles and font attributes :-) > > My idea with charstyles has always been, longer term, to become a > logical replacement for visual font attribute

Re: Bugs status

2006-01-02 Thread Jose' Matos
On Monday 02 January 2006 17:41, Herbert Voss wrote: > uuh, this causes an error! > > \tabular{lr} > Jür & gen > \endtabular You are really a magician, splitting Jürgen in half. ;-) > and don't forget \usepackage[latin9]{inputenc} ... :-) We are very modest, in this case 1 is enough. ;-) >

Re: Bugs status

2006-01-02 Thread Herbert Voss
Juergen Spitzmueller wrote: Martin Vermeer wrote: Perhaps this should be called an enhancement request and get its own bug number. perhaps. Now convince HIM to put the #2015-fix in ;-) Which of them? ;-) Lars or Gullik. Jean and Marc have already expressed their principal accordance

Re: Bugs status

2006-01-02 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Perhaps this should be called an enhancement request and get its own bug > number. perhaps. > > Now convince HIM to put the #2015-fix in ;-) > > Which of them? ;-) Lars or Gullik. Jean and Marc have already expressed their principal accordance on bugzilla IIRC. Jür & ge

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 05:39:52PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: ... > This sounds very reasonable to me. > Perhaps you could add this explanation to the bug report. IIRC there is also > another bug involved which will be fixed by your #2015-patch. > > I propose to

Re: Bugs status

2006-01-02 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Actually I would put it differently: you are not supposed to mix > character styles and font attributes :-) > > My idea with charstyles has always been, longer term, to become a > logical replacement for visual font attributes. In XML they represent > "elements"; in LaTeX my

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 03:30:21PM +0200, Martin Vermeer wrote: > On Mon, Jan 02, 2006 at 01:01:46PM +0100, Juergen Spitzmueller wrote: > > Martin Vermeer wrote: > > > Actually I don't dare to touch this stuff. The whole font architecture > > > needs an overhaul/simplification. E.g., there are two

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 01:01:46PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Actually I don't dare to touch this stuff. The whole font architecture > > needs an overhaul/simplification. E.g., there are two different > > getFonts, one in lyxtext (for display) and one in paragrap

Re: Bugs status

2006-01-02 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Actually I don't dare to touch this stuff. The whole font architecture > needs an overhaul/simplification. E.g., there are two different > getFonts, one in lyxtext (for display) and one in paragraph (for > latexing). If it is too complicated or risky to fix this stuff now,

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 10:42:58AM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > I think bug 2019 deserves your special attendance. > > > > Hmmm... perhaps the remark in insetcharstyle.C:draw: > > > > // I don't understand why the above .reduce and .realize aren't > > //needed, o

Re: Bugs status

2006-01-02 Thread Jose' Matos
On Monday 02 January 2006 10:15, Martin Vermeer wrote: > That having been said, obviously *some* font attributes should appear > both on-screen and in output. My understanding was that, for LaTeX use, > charstyles were for things like Emph and Noun. They should not use > any coloured representation

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 10:42:58AM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > I think bug 2019 deserves your special attendance. > > > > Hmmm... perhaps the remark in insetcharstyle.C:draw: > > > > // I don't understand why the above .reduce and .realize aren't > > //needed, o

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 10:42:58AM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > I think bug 2019 deserves your special attendance. > > > > Hmmm... perhaps the remark in insetcharstyle.C:draw: > > > > // I don't understand why the above .reduce and .realize aren't > > //needed, o

Re: Bugs status

2006-01-02 Thread Juergen Spitzmueller
Martin Vermeer wrote: > > I think bug 2019 deserves your special attendance. > > Hmmm... perhaps the remark in insetcharstyle.C:draw: > > // I don't understand why the above .reduce and .realize aren't > //needed, or even wanted, here. It just works. -- MV 10.04.2005 > > isn't quite true... could y

Re: Bugs status

2006-01-02 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 09:21:09AM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > I believe bug 822 is fixed. > > Is 1561 still major? Was partly fixed by Andre. > > > > Are these (and 2155) the only major bugs left for 1.4.0? > > and 1656. I remember that this can be fixed, but i

Re: Bugs status

2006-01-02 Thread Juergen Spitzmueller
Martin Vermeer wrote: > I believe bug 822 is fixed. > Is 1561 still major? Was partly fixed by Andre. > > Are these (and 2155) the only major bugs left for 1.4.0? and 1656. Cf. the list of open, non-fixedintrunk bugs targeted to 1.4.0: http://tinyurl.com/7qacq I think bug 2019 deserves your spec

  1   2   >