Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Lars Gullik Bjønnes
Enrico Forestieri <[EMAIL PROTECTED]> writes: | On Tue, Apr 03, 2007 at 11:10:09PM +0200, Lars Gullik Bjønnes wrote: | > [EMAIL PROTECTED] writes: | > | > | Author: rgheck | > | Date: Tue Apr 3 22:45:46 2007 | > | New Revision: 17709 | > | | > | URL: http://www.lyx.org/trac/changeset/17709 | >

Re: [BUG] Frustration with LyX

2007-04-03 Thread John McCabe-Dansted
On 4/4/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: So you suggest integrating your distribution's package management system into LyX? And mine? And Slackware? And ...? Does it have to be that complicated? The only package manager that you really have to support is mpm (MiKTeX Package Manager),

Re: [BUG] Frustration with LyX

2007-04-03 Thread Andre Poenitz
On Tue, Apr 03, 2007 at 11:18:56AM -0400, Timothy Reaves wrote: > It's arguable - but I believe would be a good feature - to integrate > the functionality into LyX to be able to acquire LaTeX stuff when it > needs it anyway, just for general stuff. All of CTAN. But to use a > menu option

Re: [PATCH] Bug 3215: Graphics Dialog

2007-04-03 Thread Uwe Stöhr
> the bug introduced by 17625 and 17626 by reverting these > changesets because 1) they introduced a bug and 2) they don't do what > advertised, rather the contrary. I checked this both on Windows (with > Qt4.1.4 and Qt4.2.2) and Solaris (with Qt4.2.2). See the attached images. That's weird, what

Re: [Cvslog] r17700 - moderncv

2007-04-03 Thread Uwe Stöhr
I reworked the moderncv layout and the corresponding template. I reduced now the ERT to a minimum. It's now ready for production use I think. regards Uwe

Re: [PATCH] Bug 3215: Graphics Dialog

2007-04-03 Thread Richard Heck
Enrico Forestieri wrote: Please, can you wait with this patch? Before you commit it I would like to see resolved the bug introduced by 17625 and 17626 by reverting these changesets because 1) they introduced a bug and 2) they don't do what advertised, rather the contrary. I checked this both on W

Added support for the europecv class

2007-04-03 Thread Uwe Stöhr
I added a layout and template file for europecv, another wonderful CV-class to SVN. europecv's output looks a bit formal but follows exactly the CV guidelines of the EU. More important, it supports the language self-assessment levels that are nowadays required for applications for an employment

Re: [BUG] Frustration with LyX

2007-04-03 Thread Bennett Helm
On Apr 3, 2007, at 4:25 PM, Abdelrazak Younes wrote: Timothy Reaves wrote: That's a bug. Perhaps it'll be removed from the menu before 1.5 is finished, or not. But I'd really encourage incorporation of such a management feature BEFORE 1.5 is considered finished. Yes, as a software e

Re: [PATCH] Bug 3215: Graphics Dialog

2007-04-03 Thread Enrico Forestieri
On Tue, Apr 03, 2007 at 05:55:29PM -0400, Richard Heck wrote: > > Attached is what is hopefully the penultimate version of this patch. > Please note that the diff was run from src/frontends/qt4/. > > The changes at the beginning of QGraphicsDialog.C are less extensive > than they appear. I had to

Re: No Negative Sizes Error

2007-04-03 Thread Enrico Forestieri
On Tue, Apr 03, 2007 at 05:49:16PM -0400, Richard Heck wrote: > Enrico Forestieri wrote: > > On Tue, Apr 03, 2007 at 03:32:51PM -0400, Richard Heck wrote: > > > >> I found the source of the error: > >> QWidget::setMinimumSize: (QGraphicsUi/lyx::frontend::QGraphicsDialog) > >> Negative sizes (-1,

Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Enrico Forestieri
On Tue, Apr 03, 2007 at 05:42:57PM -0400, Richard Heck wrote: > Enrico Forestieri wrote: > > On Tue, Apr 03, 2007 at 11:10:09PM +0200, Lars Gullik Bjønnes wrote: > > > >> [EMAIL PROTECTED] writes: > >> > >> | Author: rgheck > >> | Date: Tue Apr 3 22:45:46 2007 > >> | New Revision: 17709 > >> |

[PATCH] Bug 3215: Graphics Dialog

2007-04-03 Thread Richard Heck
Attached is what is hopefully the penultimate version of this patch. Please note that the diff was run from src/frontends/qt4/. The changes at the beginning of QGraphicsDialog.C are less extensive than they appear. I had to re-arrange this so I could make sense of it. The only real changes are ad

Re: No Negative Sizes Error

2007-04-03 Thread Richard Heck
Enrico Forestieri wrote: > On Tue, Apr 03, 2007 at 03:32:51PM -0400, Richard Heck wrote: > >> I found the source of the error: >> QWidget::setMinimumSize: (QGraphicsUi/lyx::frontend::QGraphicsDialog) >> Negative sizes (-1,-1) are not possible >> that I've been getting with the graphics dialog. I

Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Richard Heck
Enrico Forestieri wrote: > On Tue, Apr 03, 2007 at 11:10:09PM +0200, Lars Gullik Bjønnes wrote: > >> [EMAIL PROTECTED] writes: >> >> | Author: rgheck >> | Date: Tue Apr 3 22:45:46 2007 >> | New Revision: 17709 >> | >> | URL: http://www.lyx.org/trac/changeset/17709 >> | Log: >> | Added check fo

Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Enrico Forestieri
On Tue, Apr 03, 2007 at 11:10:09PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] writes: > > | Author: rgheck > | Date: Tue Apr 3 22:45:46 2007 > | New Revision: 17709 > | > | URL: http://www.lyx.org/trac/changeset/17709 > | Log: > | Added check for valid size to show(). Lars, I don't s

Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Abdelrazak Younes
Richard Heck wrote: Lars Gullik Bjønnes wrote: | Modified: lyx-devel/trunk/src/frontends/qt4/QDialogView.C | URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/QDialogView.C?rev=17709 | == | --- lyx-dev

Re: No Negative Sizes Error

2007-04-03 Thread Enrico Forestieri
On Tue, Apr 03, 2007 at 03:32:51PM -0400, Richard Heck wrote: > > I found the source of the error: > QWidget::setMinimumSize: (QGraphicsUi/lyx::frontend::QGraphicsDialog) > Negative sizes (-1,-1) are not possible > that I've been getting with the graphics dialog. In QDialogView::show() > we have:

Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Lars Gullik Bjønnes
Richard Heck <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | Modified: lyx-devel/trunk/src/frontends/qt4/QDialogView.C | > | URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/QDialogView.C?rev=17709 | > | =

Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Richard Heck
Lars Gullik Bjønnes wrote: > | Modified: lyx-devel/trunk/src/frontends/qt4/QDialogView.C > | URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/QDialogView.C?rev=17709 > | > == > | --- lyx-devel/trunk/s

Re: r17709 - /lyx-devel/trunk/src/frontends/qt4/QDialogView.C

2007-04-03 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: rgheck | Date: Tue Apr 3 22:45:46 2007 | New Revision: 17709 | | URL: http://www.lyx.org/trac/changeset/17709 | Log: | Added check for valid size to show(). | | Modified: | lyx-devel/trunk/src/frontends/qt4/QDialogView.C | | Modified: lyx-devel/trunk/src

Re: [BUG] Frustration with LyX

2007-04-03 Thread cmiramon
Timothy Reaves wrote: >> There are several classes in the preferences, and I'm sure several >> 'features' no one will be able to use unless these third-party files are >> added. A lot of users that would otherwise use LyX won't; they'll give >> it a try, see something they want to use (the Do

Re: [Cvslog] r17700 - moderncv

2007-04-03 Thread Uwe Stöhr
> - Are you sure that floats work? Yes but I'll cross check this again. > > But do they have any use? You are right, floats are unnecessary in a curriculum vitea so I removed this now. > - Are you sure that counters are needed? They are needed for bibitems. > - What about a Bibliograp

Re: No Negative Sizes Error

2007-04-03 Thread Richard Heck
Thanks! It turns out, oddly enough, that isValid() doesn't work. Probably another QT 4.2.3 bug. So I did the explicit height() >= 0 && width() >= 0 check instead. Abdelrazak Younes wrote: > Richard Heck wrote: >> I found the source of the error: >> QWidget::setMinimumSize: (QGraphicsUi/lyx::fron

Re: [BUG] Frustration with LyX

2007-04-03 Thread Abdelrazak Younes
Timothy Reaves wrote: That's a bug. Perhaps it'll be removed from the menu before 1.5 is finished, or not. But I'd really encourage incorporation of such a management feature BEFORE 1.5 is considered finished. Yes, as a software edveloper myself, I realize it's a bit late in the 1.5svn

Re: No Negative Sizes Error

2007-04-03 Thread Abdelrazak Younes
Richard Heck wrote: I found the source of the error: QWidget::setMinimumSize: (QGraphicsUi/lyx::frontend::QGraphicsDialog) Negative sizes (-1,-1) are not possible that I've been getting with the graphics dialog. In QDialogView::show() we have: form()->setMinimumSize(form()->sizeHint()); but Q

No Negative Sizes Error

2007-04-03 Thread Richard Heck
I found the source of the error: QWidget::setMinimumSize: (QGraphicsUi/lyx::frontend::QGraphicsDialog) Negative sizes (-1,-1) are not possible that I've been getting with the graphics dialog. In QDialogView::show() we have: form()->setMinimumSize(form()->sizeHint()); but QGraphicsDialog return

Re: [patch] new bibtex parser (bug 1826)

2007-04-03 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: > >>> I actually wonder why. Mathed was ok-ish in 1.3.x and I definitely >>> haven't touched anything significant in 1.4.x. So where do the bugs >>> come? > > Uwe> From the grown user base! Most of the recently rep

Re: lyx-1.5.0svn: "moc: QTocDialog.h: No such file"

2007-04-03 Thread Bo Peng
BTW, rerunning ./autogen.sh and ./configure seems to have fixed this problem for me. This has been the case for many autotools-related problems here. If you prefer a no-autogen.sh, no-configure.py solution, you can try the scons build system. Read INSTALL.scons for details. Cheers, Bo

[BUG] Frustration with LyX

2007-04-03 Thread Timothy Reaves
I've been building, testing. and using the svn truck for 1.5 for a while now. I've worked through some issues with writing my document (first with LyX or LaTex - usually use DocBook). Every time I do an update and a new build, I've been very impressed with the features that the developers ha

Re: [patch] Addition of input method support

2007-04-03 Thread Bo Peng
Out of curiosity Bo, do you use LyX for Chinese? My scientific work is all in English, but I can test lyx' Chinese input if there is such a need. Bo

Re: Table of contents crashes

2007-04-03 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I just committed some cleanup, please try again. Still the same :-( Jürgen

Re: New lyx icon (fwd)

2007-04-03 Thread Georg Baum
Bennett Helm wrote: > On Apr 3, 2007, at 4:06 AM, Abdelrazak Younes wrote: > >> It would be a pity to slip on that... Could somebody (Bennett?) >> generate a patch so that we can test the proposed new banner and >> icons easily? > > I'm not sure how to produce a patch for an image file like > ba

Re: Table of contents crashes

2007-04-03 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: I decided to try again the table of contents (which was always disabled), and now it crashes LyX with file Intro.lyx. Backtrace follows. If I look at frame 2, lfun

Re: New lyx icon (fwd)

2007-04-03 Thread Bennett Helm
On Apr 3, 2007, at 4:06 AM, Abdelrazak Younes wrote: It would be a pity to slip on that... Could somebody (Bennett?) generate a patch so that we can test the proposed new banner and icons easily? I'm not sure how to produce a patch for an image file like banner.png; isn't testing it as si

Re: Table of contents crashes

2007-04-03 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: I decided to try again the table of contents (which was always disabled), and now it crashes LyX with file Intro.lyx. Backtrace follows. If I look at frame 2, lfun

Re: [PATCH] new Provide directive for layout files (was: Re: Getting citep etc. to work for egs.cls)

2007-04-03 Thread Martin Vermeer
On Tue, 03 Apr 2007 12:20:39 +0100 José Matos <[EMAIL PROTECTED]> wrote: > On Tuesday 03 April 2007 12:15:22 pm Georg Baum wrote: > > I would say commit it. > > +1 > > > Georg +1 Martin

Re: Table of contents crashes

2007-04-03 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >> I decided to try again the table of contents (which was always >> disabled), and now it crashes LyX with file Intro.lyx. >> >> Backtrace follows. If I look at frame 2, lfun_name_ is not

Re: [patch] new bibtex parser (bug 1826)

2007-04-03 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: >> I actually wonder why. Mathed was ok-ish in 1.3.x and I definitely >> haven't touched anything significant in 1.4.x. So where do the bugs >> come? Uwe> From the grown user base! Most of the recently reported bugs are Uwe> e.g. from Windows u

Re: [patch] Addition of input method support

2007-04-03 Thread Marc Flerackers
Georg Baum wrote: Abdelrazak Younes wrote: Well, this is different here as we are talking about LateX export. For RTL (in our implementation) we need to know the language for proper character ordering when typing. In the CJK case, I reckon this is not needed at all (correct me if I am wrong)

Re: [patch] Addition of input method support

2007-04-03 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Well, this is different here as we are talking about LateX export. For RTL (in our implementation) we need to know the language for proper character ordering when typing. In the CJK case, I reckon this is not needed at all (correct me if I am wrong).

Re: [patch] Addition of input method support

2007-04-03 Thread Georg Baum
Abdelrazak Younes wrote: > Well, this is different here as we are talking about LateX export. For > RTL (in our implementation) we need to know the language for proper > character ordering when typing. In the CJK case, I reckon this is not > needed at all (correct me if I am wrong). I believe tha

Re: [Cvslog] r17700 - in /lyx-devel/trunk: development/scons/scons_man...

2007-04-03 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: Uwe> No, all those stuff needs to be in the preamble. I write the Uwe> author of moderncv that he should change this because this is in Uwe> my opinion not the right place. Why doesn't it work? the \hypersetup call? I assume that, I'll patch this if possible and

Re: [patch] Addition of input method support

2007-04-03 Thread Abdelrazak Younes
Georg Baum wrote: Marc Flerackers wrote: Abdelrazak Younes wrote: Marc Flerackers wrote: Another issue is that (as far as I know) you need to enclose cjk text with \begin{CJK}{UTF8}{ipam} and \end{CJK} each time when writing Japanese in an English document. More practically would be a setting

Re: [PATCH] new Provide directive for layout files (was: Re: Getting citep etc. to work for egs.cls)

2007-04-03 Thread José Matos
On Tuesday 03 April 2007 12:15:22 pm Georg Baum wrote: > I would say commit it. +1 > Georg -- José Abílio

Re: [PATCH] new Provide directive for layout files (was: Re: Getting citep etc. to work for egs.cls)

2007-04-03 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Georg> This is the updated patch with layout2layout support. I needed > Georg> to change one other place as well (compile error due to > Georg> Martin's recent natbib change). > > This is finally the working and tested patch. The only thing missing > is the documenta

Re: [patch] Addition of input method support

2007-04-03 Thread Georg Baum
Marc Flerackers wrote: > Abdelrazak Younes wrote: >> Marc Flerackers wrote: >>> Another issue is that (as far as I know) you need to enclose cjk text >>> with \begin{CJK}{UTF8}{ipam} and \end{CJK} each time when writing >>> Japanese in an English document. More practically would be a setting >>> f

Re: [patch] Addition of input method support

2007-04-03 Thread Marc Flerackers
Abdelrazak Younes wrote: Marc Flerackers wrote: The input method seems to be working as expected. Strange is only that during typing, the text is floating on top of the existing text instead of being inserted, only when confirming the text, it is inserted in the document. But this is a small i

Re: [patch] new bibtex parser (bug 1826)

2007-04-03 Thread Uwe Stöhr
> I actually wonder why. Mathed was ok-ish in 1.3.x and I definitely > haven't touched anything significant in 1.4.x. So where do the bugs > come? From the grown user base! Most of the recently reported bugs are e.g. from Windows users. Uwe

Re: [Cvslog] r17699 - g-brief2

2007-04-03 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: >> I do not use g-brief2 personally, but I did not see this discussed >> either. Uwe> This was my first patch I made for ~ LyX 4 years ago. I sent it Uwe> to you from time to time but although you said it's OK you never Uwe> committed it. I rem

Re: [Cvslog] r17700 - in /lyx-devel/trunk: development/scons/scons_man...

2007-04-03 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: >> Uwe, please, could you at least discuss such classes before >> committing them? While moderncv indeed looks reasonably good >> (although with an awful syntax on the latex side), we try to have a >> policy to propose layouts that are something

Re: [Cvslog] r17699 - g-brief2

2007-04-03 Thread Uwe Stöhr
> I do not use g-brief2 personally, but I did not see this discussed > either. This was my first patch I made for ~ LyX 4 years ago. I sent it to you from time to time but although you said it's OK you never committed it. I remember that you wanted to have the OK from the author but as GPL allo

Re: [Cvslog] r17700 - in /lyx-devel/trunk: development/scons/scons_man...

2007-04-03 Thread Uwe Stöhr
> Uwe, please, could you at least discuss such classes before committing > them? While moderncv indeed looks reasonably good (although with an > awful syntax on the latex side), we try to have a policy to propose > layouts that are something else than a repository for ERT trickery and > huge pream

[PATCH] new Provide directive for layout files (was: Re: Getting citep etc. to work for egs.cls)

2007-04-03 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> This is the updated patch with layout2layout support. I needed Georg> to change one other place as well (compile error due to Georg> Martin's recent natbib change). This is finally the working and tested patch. The only thing missing

Re: Bug Triage

2007-04-03 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Tue, 3 Apr 2007, Lars Gullik Bjønnes wrote: Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Mar 30, 2007 at 12:55:03PM -0400, Richard Heck wrote: | > I've been visting bugzilla from time to time to do bug triage. Suppose I | > see a bug, such as 2628, where

Re: Bug Triage

2007-04-03 Thread christian . ridderstrom
On Tue, 3 Apr 2007, Lars Gullik Bjønnes wrote: Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Mar 30, 2007 at 12:55:03PM -0400, Richard Heck wrote: | > I've been visting bugzilla from time to time to do bug triage. Suppose I | > see a bug, such as 2628, where a request has been made for mo

[PATCH] bug 3351: The Lyx Layout in the Abstract of Theorem, Definition, Claim etc... is the same

2007-04-03 Thread Jean-Marc Lasgouttes
This patch fixes the problem by resetting LabelStringAppendix everytime LabelString is reset. I think this is the right way to proceed, but there could be unforeseen consequences. For the record, the previous algorithm was to set appendix label to normal label at the end of Style parsing only if

Re: [patch] Addition of input method support

2007-04-03 Thread Abdelrazak Younes
Marc Flerackers wrote: Abdelrazak Younes wrote: Marc Flerackers wrote: The Japanese input method seems to be working as expected using SVN revision 17697 :). Great, thanks for testing! Marc, Iwami, Hide, Cghan, do you think CJK support in LyX is OK now for your respective language? If not,

Re: r17704 - /lyx-devel/trunk/src/frontends/qt4/GuiClipboard.C

2007-04-03 Thread Georg Baum
[EMAIL PROTECTED] wrote: > Author: baum > Date: Tue Apr 3 10:27:23 2007 > New Revision: 17704 > > URL: http://www.lyx.org/trac/changeset/17704 > Log: > explain why ownsClipbiard() does not work on Windows and OS X > > Modified: > lyx-devel/trunk/src/frontends/qt4/GuiClipboard.C > > Modifie

Re: [patch] Addition of input method support

2007-04-03 Thread Marc Flerackers
Abdelrazak Younes wrote: Marc Flerackers wrote: The Japanese input method seems to be working as expected using SVN revision 17697 :). Great, thanks for testing! Marc, Iwami, Hide, Cghan, do you think CJK support in LyX is OK now for your respective language? If not, what is missing for prop

Re: [patch] normalize unicode text to precomposed form

2007-04-03 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> If you enter accents via the kmap mechanism they will not > Georg> produce a single precomposed character (e.g. é), but a > Georg> combining pair (e.g. e + '). IMHO we should use the prec

Re: [Cvslog] r17695 - /lyx-devel/trunk/src/client/debug.h

2007-04-03 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Andre Poenitz <[EMAIL PROTECTED]> writes: | > By the way, is there a reason why we don't use the same header for the | > client? | | None that I am aware of. There was a reason. But I can't remember t now. | > 'debug.h' should really be transferred to support/ |

Re: New lyx icon (fwd)

2007-04-03 Thread Abdelrazak Younes
It would be a pity to slip on that... Could somebody (Bennett?) generate a patch so that we can test the proposed new banner and icons easily? Abdel. Bennett Helm wrote: On Apr 2, 2007, at 7:19 PM, [EMAIL PROTECTED] wrote: -- Forwarded message -- Date: Mon, 02 Apr 2007 23:1

Re: Bug Triage

2007-04-03 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Mar 30, 2007 at 12:55:03PM -0400, Richard Heck wrote: | > I've been visting bugzilla from time to time to do bug triage. Suppose I | > see a bug, such as 2628, where a request has been made for more | > information over two months ago, and there'

Re: [Cvslog] r17699 - in /lyx-devel/trunk: development/scons/scons_man...

2007-04-03 Thread Jean-Marc Lasgouttes
> "uwestoehr" == uwestoehr <[EMAIL PROTECTED]> writes: uwestoehr> Author: uwestoehr Date: Tue Apr 3 03:37:39 2007 New uwestoehr> Revision: 17699 uwestoehr> URL: http://www.lyx.org/trac/changeset/17699 Log: - uwestoehr> g-brief2 cleanups: Make Standard style the default as uwestoehr> Letter s

Re: [Cvslog] r17700 - in /lyx-devel/trunk: development/scons/scons_man...

2007-04-03 Thread Jean-Marc Lasgouttes
> "uwestoehr" == uwestoehr <[EMAIL PROTECTED]> writes: uwestoehr> Author: uwestoehr Date: Tue Apr 3 03:52:34 2007 New uwestoehr> Revision: 17700 uwestoehr> URL: http://www.lyx.org/trac/changeset/17700 Log: support uwestoehr> for moderncv: Layout file and template as we currently have uwestoe

Re: [Cvslog] r17695 - /lyx-devel/trunk/src/client/debug.h

2007-04-03 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > By the way, is there a reason why we don't use the same header for the | > client? | | None that I am aware of. There was a reason. But I can't remember t now. | > 'debug.h' should really be transferred to support/ | | Does not sound wrong. It d

Re: r17701 - in /lyx-devel/trunk/src/frontends/qt4: QGraphics...

2007-04-03 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Look closer ;-) A-ha! OK, I'll get me another coffee ... Jürgen

Re: r17701 - in /lyx-devel/trunk/src/frontends/qt4: QGraphics...

2007-04-03 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: [EMAIL PROTECTED] wrote: --- lyx-devel/trunk/src/frontends/qt4/QGraphics.C (original) +++ lyx-devel/trunk/src/frontends/qt4/QGraphics.C Tue Apr 3 04:07:35 2007 @@ -79,7 +79,6 @@ bcview().addReadOnly(dialog_->filename); bcview().addReadOnly(dialog_->brow

Re: allow parentheses in file paths

2007-04-03 Thread Jürgen Spitzmüller
Georg Baum wrote: > No, because the files in question are copied to the temp dir with mangled > names (at least the check should only be disabled for the files that are > copied). See also http://bugzilla.lyx.org/show_bug.cgi?id=2753#c1. I see. Good. Jürgen

Re: Non-comparability of LyXLengths

2007-04-03 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: Richard> In thinking about LyXLengths and the like, something occurred Richard> to me that I thought I'd share, just in case anyone else Richard> comes this way: You can't in general compare lengths, as LyX Richard> understands them. The

Re: r17701 - in /lyx-devel/trunk/src/frontends/qt4: QGraphics...

2007-04-03 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > --- lyx-devel/trunk/src/frontends/qt4/QGraphics.C (original) > +++ lyx-devel/trunk/src/frontends/qt4/QGraphics.C Tue Apr  3 04:07:35 2007 > @@ -79,7 +79,6 @@ > bcview().addReadOnly(dialog_->filename); > bcview().addReadOnly(dialog_->browsePB); > bc

Re: better [patch] to fix bug 3215 and bug 3390

2007-04-03 Thread Jürgen Spitzmüller
Georg Baum wrote: > > But this is what the user expects: When the image has an aspect ratio of > > 2 and he enters a "4" as width, the height should of course be set > > accordingly. This behaviour is e.g. also in Photoshop. > > Who expects that? I certainly don't, and frankly I don't care for user

Re: allow parentheses in file paths

2007-04-03 Thread Georg Baum
Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: >> I don't know if allowing parentheses arises problems on Linux but I can't >> imagine that. > > It will probably arise severe problems on log file parsing (dependency > checking). No, because the files in question are copied to the temp dir with man