LyX for bilingual editions and literary studies

2007-11-25 Thread Pavel Sanda
Hello, among others I use LyX for translation work and as I saw on users list I'm not the only one. There are few features which would help me a lot, namely: - displaying the appropriate parts of texts in parallel in some sensible GUI (I had to run two windows or boxes together now) - to have t

Re: sub-dialogs below the main widget?

2007-11-25 Thread Jean-Marc Lasgouttes
Andre Poenitz a écrit : Is there a specific reason we do not keep our dialogs to stay above the application? The current state is pretty annoying with focus-on-mouse-hover + autoraise... Are you sure we do that? I think we just say they are our children, and the wm is responsible for doing wh

Re: [patch] was: how to access LyX's example files

2007-11-25 Thread Jean-Marc Lasgouttes
Uwe Stöhr a écrit : Besides the one in my last reply to this post, inconsistencies break our docs. How should I write a documentation about a feature that is not present under all OSes? (I have no Linux.) Having consistent dialogs makes also the life easier for writing documentations. We do n

Re: signal/slots in LyX

2007-11-25 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sun, Nov 25, 2007 at 06:57:15PM +0100, Abdelrazak Younes wrote: In theory, the implementation could use boost::signal without changing the interface, but that would still leave us vulnerable to the fragile destruction order. And not using boost::signal would allow us to r

Re: signal/slots in LyX

2007-11-25 Thread Abdelrazak Younes
Edwin Leuven wrote: perhaps you can rename fire() to something a bit less combustible? trigger() perhaps? emit()

Re: signal/slots in LyX

2007-11-25 Thread Edwin Leuven
perhaps you can rename fire() to something a bit less combustible? trigger() perhaps?

Re: [patch] Source highlighting of comments

2007-11-25 Thread Bernhard Reiter
> I wrote: > > > ATM, in the source view (eg in the preamble), the last character before > > a comment (ie percent sign) is greyed out as if part of the comment. The > > attached patch should fix this behavior. > > Makes me wonder whether we need a regexp (and not of the most readable > kind) for

Re: r21772 - in /lyx-devel/trunk/src: Layout.cpp TextClass.cpp

2007-11-25 Thread Peter Kümmel
Abdelrazak Younes wrote: Peter Kümmel wrote: Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: kuemmel Date: Sun Nov 25 18:57:08 2007 New Revision: 21772 URL: http://www.lyx.org/trac/changeset/21772 Log: don't declare if already done in a header Either the header is included or it i

Re: r21772 - in /lyx-devel/trunk/src: Layout.cpp TextClass.cpp

2007-11-25 Thread Peter Kümmel
Uwe Stöhr wrote: > Someone has added this declarations due to the include acrobatic > when compiling tex2lyx, therefore it seems it is not that simple. At the moment tex2lyx is not compilable due to your change. regards Uwe reverted. -- Peter Kümmel

Re: signal/slots in LyX

2007-11-25 Thread Andre Poenitz
On Sun, Nov 25, 2007 at 06:57:15PM +0100, Abdelrazak Younes wrote: >> In theory, the implementation could use boost::signal without changing >> the interface, but that would still leave us vulnerable to the fragile >> destruction order. And not using boost::signal would allow us to remove >> ~2500-

Re: r21772 - in /lyx-devel/trunk/src: Layout.cpp TextClass.cpp

2007-11-25 Thread Uwe Stöhr
> Someone has added this declarations due to the include acrobatic > when compiling tex2lyx, therefore it seems it is not that simple. At the moment tex2lyx is not compilable due to your change. regards Uwe

Re: [patch] support for linebreak

2007-11-25 Thread Uwe Stöhr
Since there were no objections, I put in in. When you have further ideas about the label or the color appearance, or if the label should better be omitted, please post it. Changing this is trivial now. regards Uwe

Re: signal/slots in LyX

2007-11-25 Thread Peter Kümmel
Abdelrazak Younes wrote: Actually, I think we don't use boost::iostreams nor boost::filesystem nowadays so we could already remove both compilations from the makefiles. filesystem is still in use. But I've removed iostream from the cmake build. -- Peter Kümmel

Re: r21772 - in /lyx-devel/trunk/src: Layout.cpp TextClass.cpp

2007-11-25 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: kuemmel Date: Sun Nov 25 18:57:08 2007 New Revision: 21772 URL: http://www.lyx.org/trac/changeset/21772 Log: don't declare if already done in a header Either the header is included or it is not. I suggest to remove

Re: Where these typos are used...

2007-11-25 Thread Uwe Stöhr
> or put them in the math spacings toolbar menu Yes, this is where they belong too. I did this now. regards Uwe

Re: r21772 - in /lyx-devel/trunk/src: Layout.cpp TextClass.cpp

2007-11-25 Thread Peter Kümmel
Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: kuemmel Date: Sun Nov 25 18:57:08 2007 New Revision: 21772 URL: http://www.lyx.org/trac/changeset/21772 Log: don't declare if already done in a header Either the header is included or it is not. I suggest to remove these superfluous d

Re: r21772 - in /lyx-devel/trunk/src: Layout.cpp TextClass.cpp

2007-11-25 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: kuemmel Date: Sun Nov 25 18:57:08 2007 New Revision: 21772 URL: http://www.lyx.org/trac/changeset/21772 Log: don't declare if already done in a header Either the header is included or it is not. I suggest to remove these superfluous declarations if the header

Re: [Fwd: Re: [patch] was: how to access LyX's example files]

2007-11-25 Thread Abdelrazak Younes
Uwe Stöhr wrote: Another opinion. I think there's a misunderstanding here. We never said this is not a problem. We just said that the problem is on the Windows and Mac platforms and that this is where there is something to cure, that's all. When this is solved (with buttons, url, or favorite

Re: [Fwd: Re: [patch] was: how to access LyX's example files]

2007-11-25 Thread Abdelrazak Younes
Pavel Sanda wrote: Debian but evidently is not the same on a Mac. She probably could have found them in the Mac filesystem with just a little more effort or competence, but she didn't. So, a few days later, I had to physically i have no opinion about the poor button in open dialog :), but i wo

Re: signal/slots in LyX

2007-11-25 Thread Abdelrazak Younes
Andre Poenitz wrote: I was looking for a way out of the dilemma given by the following restrictions: - signals and slots are a very powerful concepts leading to simple code, - boost/signals.hpp is very expensive at compile time (+6 lines per compilation unit) and fragile wrt to object cons

[patch] www

2007-11-25 Thread Pavel Sanda
hi, i will commit this later if nobody objects. pavel Index: devel/cvs.php === --- devel/cvs.php (revision 21730) +++ devel/cvs.php (working copy) @@ -44,12 +44,10 @@ While they are not in use anymore, these ones are kept

Re: [Fwd: Re: [patch] was: how to access LyX's example files]

2007-11-25 Thread Pavel Sanda
> Debian but evidently is not the same on a Mac. She probably could have > found them in the Mac filesystem with just a little more effort or > competence, but she didn't. So, a few days later, I had to physically i have no opinion about the poor button in open dialog :), but i wonder how people

[Fwd: Re: [patch] was: how to access LyX's example files]

2007-11-25 Thread Uwe Stöhr
Another opinion. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Uwe, I am not a subscriber to lyx-devel, but I wanted to strongly agree with you this issue. You can forward this to your list if you like. For a long time, I have been trying to convince people to use LyX at my school. I use De

signal/slots in LyX

2007-11-25 Thread Andre Poenitz
I was looking for a way out of the dilemma given by the following restrictions: - signals and slots are a very powerful concepts leading to simple code, - boost/signals.hpp is very expensive at compile time (+6 lines per compilation unit) and fragile wrt to object construction/destruction

Re: Patch Candidate List #11

2007-11-25 Thread Pavel Sanda
> http://www.lyx.org/trac/changeset/21737 - sanda - Fix dialog handling > of Insert Plain Text easy to backport if you want. pavel

Re: Patch Candidate List #11

2007-11-25 Thread Abdelrazak Younes
Michael Gerz wrote: Hi, another list of potential 1.5 patches. For simplicity, I have added the author name to each patch. Please note that there are 10 patches more or less approved by Jürgen! Michael Approved by Jürgen -- http://www.lyx.org/trac/changeset/20419 - younes

Re: Patch Candidate List #11

2007-11-25 Thread Martin Vermeer
On Sun, Nov 25, 2007 at 11:20:39AM +0100, Michael Gerz wrote: > Hi, > > another list of potential 1.5 patches. For simplicity, I have added the > author name to each patch. > > Please note that there are 10 patches more or less approved by Jürgen! > > Michael ... > New > --- > http

Patch Candidate List #11

2007-11-25 Thread Michael Gerz
Hi, another list of potential 1.5 patches. For simplicity, I have added the author name to each patch. Please note that there are 10 patches more or less approved by Jürgen! Michael Approved by Jürgen -- http://www.lyx.org/trac/changeset/20419 - younes - GuiApplication: