On Mon, Apr 02, 2007 at 01:12:31AM -, [EMAIL PROTECTED] wrote:
> Author: leeming
> Date: Mon Apr 2 03:12:29 2007
> New Revision: 17695
>
> URL: http://www.lyx.org/trac/changeset/17695
> Log:
> LYXERR compilation fix.
>
> Modified:
> lyx-devel/trunk/src/client/debug.h
>
> Modified: lyx-d
On Sun, Apr 01, 2007 at 11:21:08PM +0100, José Matos wrote:
> What I would like to see (personally) is a new banner.
Uh... a new banner independence effort?
Andre'
On Sun, Apr 01, 2007 at 09:49:41PM +0200, Jean-Marc Lasgouttes wrote:
> > "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
>
> Michael> However, in practice, this is unnecessarily complicated. Why
> Michael> don't we have just a "Forward" and a "Backward" button?
>
> That's what we had b
On Sun, Apr 01, 2007 at 09:35:26PM +0200, Bernhard Roider wrote:
> Is it ok for you if i commit this patch?
The augmented patch (i.e. !ifs instead of ifs.eof()) is fine with me.
Andre'
Apparently a corrupted sessions file led to a crash every time I
tried to open a particular document. (I don't have details on how the
sessions file was corrupted, unfortunately, and I don't know the
circumstances under which it got corrupted.) In any case, here's the
backtrace, in case tha
Abdelrazak Younes wrote:
> +bool GuiApplication::notify(QObject * receiver, QEvent * event)
> +{
> + bool return_value;
> + try {
> + return_value = QApplication::notify(receiver, event);
> + }
> + catch (...) {
> + lyxerr << to_utf8(_("ERROR: Exception caugh
LyX has become now very stable and close to be used for daily work. But there's from my point one
thing we should change for the next release: LyX currently doesn't allow parentheses in file paths,
see bug 2753:
http://bugzilla.lyx.org/show_bug.cgi?id=2753
A path with parentheses is for example
I wrote:
In my opinion the best solution would be to calculate the aspectration
from the image bounding box and calculating the width and height
accordingly. We already have the infrastructure for this. I'll try to
implement this until tomorrow.
Attached is the patch, now the width and heigh
On Sunday 01 April 2007 10:49:13 pm Michael Gerz wrote:
> Jose,
>
> too late, I already committed the change :-(
>
> Shall I revert?
This is a style difference and is not something I consider critical by any
metric (or measure). :-)
So I don't think it is worth changing back now. I don't care
Jose,
too late, I already committed the change :-(
Shall I revert?
Michael
On Sunday 01 April 2007 9:07:17 pm Jean-Marc Lasgouttes wrote:
> I'd rather wait for the real 1.5 to restore the banner. It is a clear
> mark that it is a development version.
I agree with Jean-Marc here. Let us only change the banner for the RC
series.
> JMarc
--
José Abílio
> I don't want to be difficult, but this patch does not give correct
> behavior. In particular, this is not true:
>> Assume you have a 2cm x 4cm image and want to have it in double size.
>> So you would write in the dialog the values 4cm x 8cm but as the
>> smaller value is taken as border you get
On Sun, Apr 01, 2007 at 09:25:12PM +0200, Alain Bertrand wrote:
> Hi all,
>
> I have done a co from the svn repository today (01/04/2007).
> First, I encountered some build bugs :
>
> : entrant dans le répertoire « /home/alain/deb/lyx/lyx-devel/src/client »
> if g++ -DHAVE_CONFIG_H -I. -I. -I../.
Bernhard Roider wrote:
Andre Poenitz wrote:
On Fri, Mar 30, 2007 at 12:22:32AM +0200, Bernhard Roider wrote:
Andre Poenitz wrote:
On Thu, Mar 29, 2007 at 09:37:33PM +0200, Bernhard Roider wrote:
Why i really need this backspace behavior? I often derive equations
step by step directly in lyx -
Abdelrazak Younes schrieb:
Michael Gerz wrote:
Hi,
I think it is time to restore the old banner.
And to release beta 2. Or maybe we should call this one RC1 ? Lots of
bugs closed lately...
No, I don't think we should start with the RC series. There are still
some bugs to fix. And Georg stil
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> Hi, I think it is time to restore the old banner.
Michael> On that occasion, I am going to change banner.ppm to
Michael> banner.png.
Michael> Any objections?
I'd rather wait for the real 1.5 to restore the banner. It is a clea
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> However, in practice, this is unnecessarily complicated. Why
Michael> don't we have just a "Forward" and a "Backward" button?
That's what we had before the dialog got redesigned.
JMarc
Is it ok for you if i commit this patch?
Bernhard
Bernhard Roider wrote:
Andre Poenitz wrote:
On Thu, Mar 29, 2007 at 11:44:01PM +0200, Bernhard Roider wrote:
+bool removeWSAndComma(idocfstream & ifs) {
+char_type ch;
+
+if (ifs.eof()) +return false;
C++ st
Hi all,
I have done a co from the svn repository today (01/04/2007).
First, I encountered some build bugs :
: entrant dans le répertoire « /home/alain/deb/lyx/lyx-devel/src/client »
if g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch
--include=./pch.h -I./.. -I../../boost -Wextra -Wall -g
On Sun, Apr 01, 2007 at 06:22:44PM +0200, Michael Gerz wrote:
> Hi,
>
> I think it is time to restore the old banner.
>
> On that occasion, I am going to change banner.ppm to banner.png.
>
> Any objections?
Not from me.
Andre'
Michael Gerz wrote:
Hi,
I think it is time to restore the old banner.
And to release beta 2. Or maybe we should call this one RC1 ? Lots of
bugs closed lately...
Abdel.
Andre Poenitz wrote:
On Sun, Apr 01, 2007 at 02:35:44PM -, [EMAIL PROTECTED] wrote:
Author: schmitt
Date: Sun Apr 1 16:35:42 2007
New Revision: 17679
URL: http://www.lyx.org/trac/changeset/17679
Log:
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether
the output
Andre Poenitz wrote:
On Sun, Apr 01, 2007 at 05:18:11PM +0200, Abdelrazak Younes wrote:
Uwe Stöhr wrote:
While you are at it, could you also change the control names:
Height -> heightLE
widht -> widthLE
aspectratio -> aspectratioCB
Maybe we should device a general naming scheme.
As Designer a
Georg Baum wrote:
Abdelrazak Younes wrote:
3288 event handler crash
Don't know, don't seem to happen frequently (never seen it).
Please read my comment. The particular reason for this crash was solved,
but we must ensure that we don't throw an exception in the event handler.
Otherwise this ha
I don't want to be difficult, but this patch does not give correct
behavior. In particular, this is not true:
> Assume you have a 2cm x 4cm image and want to have it in double size.
> So you would write in the dialog the values 4cm x 8cm but as the
> smaller value is taken as border you get as resu
Hi,
I think it is time to restore the old banner.
On that occasion, I am going to change banner.ppm to banner.png.
Any objections?
Michael
>
> > Btw. I just saw that Richard updated our element naming scheme to clearify
> > this:
> > http://www.lyx.org/trac/changeset/17644
>
> I wasn't aware of an existing naming scheme.
>
> Well, even if the scheme mentioned there does not really match my
> personal preferences it is better than no
On Sun, Apr 01, 2007 at 02:35:44PM -, [EMAIL PROTECTED] wrote:
> Author: schmitt
> Date: Sun Apr 1 16:35:42 2007
> New Revision: 17679
>
> URL: http://www.lyx.org/trac/changeset/17679
> Log:
> remove redundant lyxerr.debugging checks; macro LYXERR already checks whether
> the output is actua
On Sun, Apr 01, 2007 at 05:18:11PM +0200, Abdelrazak Younes wrote:
> Uwe Stöhr wrote:
> > >> While you are at it, could you also change the control names:
> > >> Height -> heightLE
> > >> widht -> widthLE
> > >> aspectratio -> aspectratioCB
> > >
> > > Maybe we should device a general naming scheme
On Sun, Apr 01, 2007 at 05:07:07PM +0200, Uwe Stöhr wrote:
> >> While you are at it, could you also change the control names:
> >> Height -> heightLE
> >> widht -> widthLE
> >> aspectratio -> aspectratioCB
> >
> > Maybe we should device a general naming scheme.
> >
> > As Designer automatically cre
I wrote:
I'll do this but can't find the GPL grant from Iwami, could you please
point me to this?
OK, found it now, both are now in the credits.
Uwe
Uwe Stöhr wrote:
>> While you are at it, could you also change the control names:
>> Height -> heightLE
>> widht -> widthLE
>> aspectratio -> aspectratioCB
>
> Maybe we should device a general naming scheme.
>
> As Designer automatically created names look like 'pushButton',
> 'pushButto
>> While you are at it, could you also change the control names:
>> Height -> heightLE
>> widht -> widthLE
>> aspectratio -> aspectratioCB
>
> Maybe we should device a general naming scheme.
>
> As Designer automatically created names look like 'pushButton',
> 'pushButton_2' etc. it is usually the
Hartmut Haase wrote:
Sometimes you get a positive feedback.
J'ai rien compris!
Abdel.
-- Weitergeleitete Nachricht --
Subject: Re: Fwd: Re: lyx150svn: UserGuide, 4
Date: Samstag, 31. März 2007 16:04
From: Stephan Althaus <[EMAIL PROTECTED]>
To: Hartmut Haase <[EMAIL PROTEC
FYI.
I will commit more cleanups soon.
Michael
[EMAIL PROTECTED] schrieb:
Author: schmitt
Date: Sun Apr 1 16:35:42 2007
New Revision: 17679
URL: http://www.lyx.org/trac/changeset/17679
Log:
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether
the output is actually
岩見昌範 wrote:
2007/4/1, Abdelrazak Younes <[EMAIL PROTECTED]>:
OK Iwami, I've checked in a modified verion of your patch. Basically,
I've fixed some typo, add some more comments following my understanding
(please verify), simplify the code where I could (I think nested if/loop
are hard to follow,
Uwe Stöhr wrote:
> Uwe, as you did that a number of times already, could you please add
Stefan and Iwami to the
> Credits?
I'll do this but can't find the GPL grant from Iwami, could you please
point me to this?
Here:
http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg113386.html
A
> Uwe, as you did that a number of times already, could you please add Stefan
and Iwami to the
> Credits?
I'll do this but can't find the GPL grant from Iwami, could you please point me
to this?
thanks and regards
Uwe
It seems that QT4.3 works without problems on some platforms, but at
least on the MacPPC there are problems. I did a re-install (with LyX
revision Revision: 17668) to capture my exact installation steps
(which are according to the INSTALL.MacOSX-file). QT installs without
any problems, but
2007/4/1, Abdelrazak Younes <[EMAIL PROTECTED]>:
OK Iwami, I've checked in a modified verion of your patch. Basically,
I've fixed some typo, add some more comments following my understanding
(please verify), simplify the code where I could (I think nested if/loop
are hard to follow, so I've simpl
Georg Baum wrote:
Am Sonntag, 1. April 2007 11:20 schrieb Abdelrazak Younes:
So Georg, what's next on this front?
Concerning the input method I don't have an overview.
I am waiting for feedback from Iwami and Marc Flerackers but it is
suppose to be complete now :-)
Concerning the LaTeX
Am Sonntag, 1. April 2007 08:43 schrieb Andre Poenitz:
> I don't think so, but as the main reason is to avoid argument evalution
> I can live with the verbosity...
I agree with Jean-Marc here.
> Patch according to your preferences attached. It even speeds up ordinary
> LyX start by ~1% on averag
Michael Gerz wrote:
[EMAIL PROTECTED] schrieb:
Quoting Michael Gerz
<[EMAIL PROTECTED]>:
Abdelrazak Younes schrieb:
Other candidates for the docking:
- The find&replace dialog
- The spellchecker dialog
Those two are _very_ user-unfriendly; for example, you often have to
move them arou
Am Sonntag, 1. April 2007 11:20 schrieb Abdelrazak Younes:
> So Georg, what's next on this front?
Concerning the input method I don't have an overview. Concerning the LaTeX
export I did start to develop a patch (attached), but it is completely
broken currently. I'll continue to work (slowly) on
Georg Baum wrote:
If you enter accents via the kmap mechanism they will not produce a single
precomposed character (e.g. é), but a combining pair (e.g. e + '). IMHO we
should use the precomposed form if it does exist. The attached patch
implements that, and also converts to precomposed form whe
[EMAIL PROTECTED] schrieb:
Quoting Michael Gerz <[EMAIL PROTECTED]>:
Abdelrazak Younes schrieb:
Other candidates for the docking:
- The find&replace dialog
- The spellchecker dialog
Those two are _very_ user-unfriendly; for example, you often have to
move them around to see the text u
If you enter accents via the kmap mechanism they will not produce a single
precomposed character (e.g. é), but a combining pair (e.g. e + '). IMHO we
should use the precomposed form if it does exist. The attached patch
implements that, and also converts to precomposed form when reading from a
f
Marc Flerackers wrote:
Abdelrazak Younes wrote:
Hi Marc,
As you seem to know what you are doing, may I ask you to test current
SVN instead? If you'd prefer a snapshot a of source tree I can send
this to you privately. But installing SVN is no big deal really.
TortoiseSVN especially is prett
On Sun, Apr 01, 2007 at 09:50:34AM +0200, Abdelrazak Younes wrote:
> Uwe Stöhr wrote:
> >Attached is my patch to fix bug 3215 and bug 3390. After testing out the
> >different possible solutions my patch uses a simple solution: When
> >keepaspectratio is checken, the width and height have the same
岩見昌範 wrote:
Hi, every LyX developpers.
It is a long time. I'm Iwami.
This is the patch for supporting an input method.
It refers to an opinion the other day and only
Painter and GuiWorkArea were changed.
It comes to be able to perform the input of CJK now.
OK Iwami, I've checked in a modified
Stefan Schimanski wrote:
Nearly forgot it:
I hereby grant permission to licence my contributions to LyX under the
Gnu General Public Licence, version 2 or later.
Thanks.
Uwe, as you did that a number of times already, could you please add
Stefan and Iwami to the Credits?
Thanks in advance
Hi, Mr Abdel & lyx developpers.
Of course, the following conditions are admitted.
"I hereby grant permission to licence my contributions to LyX under the
Gnu General Public Licence, version 2 or later."
Thanks.
--
M. Iwami
Nearly forgot it:
I hereby grant permission to licence my contributions to LyX under
the Gnu General Public Licence, version 2 or later.
Schimmi
PGP.sig
Description: Signierter Teil der Nachricht
53 matches
Mail list logo