Re: Anybody know this code?

2003-07-23 Thread Juergen Vigna
John Levon wrote:
On Tue, Jul 22, 2003 at 05:38:40PM +0200, Andre Poenitz wrote:


What could go wrong after applying the following?


Mouse cursor positioning would be the obvious thing to try. But, it's
already quite broken in current CVS ...
And fixing mouse press positioning problems is even less fun than fiing
update issues :(
Don't you think you shoule slowly start fixing problems than open new
bugs? I mean LyX seems pretty unusable right now and I don't see a fast
way out to a working LyX again.
Obviously there is the developers meeting and if you concentrate
there all is possible (if enough beer is available), as you know :)
Greets,

   Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Mitterstrich 151/A
I-39050 SteineggWeb: http://www.lyx.org/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: Anybody know this code?

2003-07-23 Thread John Levon
On Wed, Jul 23, 2003 at 11:48:50AM +0200, Juergen Vigna wrote:

 Don't you think you shoule slowly start fixing problems than open new
 bugs? I mean LyX seems pretty unusable right now and I don't see a fast
 way out to a working LyX again.

There is no fast way. I'm sure Andre knew what he was doing when he
decided to trash the trunk for a few months. At the very least I'd
bleated about not doing it enough.

regards
john


Re: Anybody know this code?

2003-07-23 Thread Juergen Vigna
John Levon wrote:
On Tue, Jul 22, 2003 at 05:38:40PM +0200, Andre Poenitz wrote:


What could go wrong after applying the following?


Mouse cursor positioning would be the obvious thing to try. But, it's
already quite broken in current CVS ...
And fixing mouse press positioning problems is even less fun than fiing
update issues :(
Don't you think you shoule slowly start fixing problems than open new
bugs? I mean LyX seems pretty unusable right now and I don't see a fast
way out to a working LyX again.
Obviously there is the developers meeting and if you concentrate
there all is possible (if enough beer is available), as you know :)
Greets,

   Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Mitterstrich 151/A
I-39050 SteineggWeb: http://www.lyx.org/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: Anybody know this code?

2003-07-23 Thread John Levon
On Wed, Jul 23, 2003 at 11:48:50AM +0200, Juergen Vigna wrote:

> Don't you think you shoule slowly start fixing problems than open new
> bugs? I mean LyX seems pretty unusable right now and I don't see a fast
> way out to a working LyX again.

There is no fast way. I'm sure Andre knew what he was doing when he
decided to trash the trunk for a few months. At the very least I'd
bleated about not doing it enough.

regards
john


Anybody know this code?

2003-07-22 Thread Andre Poenitz

What could go wrong after applying the following?

Index: insets/insettext.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettext.C,v
retrieving revision 1.443
diff -u -p -r1.443 insettext.C
--- insets/insettext.C  22 Jul 2003 10:12:24 -  1.443
+++ insets/insettext.C  22 Jul 2003 15:03:17 -
@@ -1950,6 +1950,8 @@ void InsetText::resizeLyXText(BufferView
text_.init(bv);
restoreLyXTextState();
 
+#if 0
+   // seems this is not really needed
if (the_locking_inset) {
inset_x = cix(bv) - top_x + drawTextXOffset;
inset_y = ciy() + drawTextYOffset;
@@ -1963,6 +1965,7 @@ void InsetText::resizeLyXText(BufferView
} else {
need_update |= FULL;
}
+#endif
 }

Andre'
 
 
-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Anybody know this code?

2003-07-22 Thread John Levon
On Tue, Jul 22, 2003 at 05:38:40PM +0200, Andre Poenitz wrote:

 What could go wrong after applying the following?

Mouse cursor positioning would be the obvious thing to try. But, it's
already quite broken in current CVS ...

And fixing mouse press positioning problems is even less fun than fiing
update issues :(

john


Re: Anybody know this code?

2003-07-22 Thread Juergen Vigna
Andre Poenitz wrote:
What could go wrong after applying the following?
The cursor x position is probably wrong (inset inside inset).

Greets,

Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Mitterstrich 151/A
I-39050 SteineggWeb: http://www.lyx.org/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._


Anybody know this code?

2003-07-22 Thread Andre Poenitz

What could go wrong after applying the following?

Index: insets/insettext.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettext.C,v
retrieving revision 1.443
diff -u -p -r1.443 insettext.C
--- insets/insettext.C  22 Jul 2003 10:12:24 -  1.443
+++ insets/insettext.C  22 Jul 2003 15:03:17 -
@@ -1950,6 +1950,8 @@ void InsetText::resizeLyXText(BufferView
text_.init(bv);
restoreLyXTextState();
 
+#if 0
+   // seems this is not really needed
if (the_locking_inset) {
inset_x = cix(bv) - top_x + drawTextXOffset;
inset_y = ciy() + drawTextYOffset;
@@ -1963,6 +1965,7 @@ void InsetText::resizeLyXText(BufferView
} else {
need_update |= FULL;
}
+#endif
 }

Andre'
 
 
-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Anybody know this code?

2003-07-22 Thread John Levon
On Tue, Jul 22, 2003 at 05:38:40PM +0200, Andre Poenitz wrote:

> What could go wrong after applying the following?

Mouse cursor positioning would be the obvious thing to try. But, it's
already quite broken in current CVS ...

And fixing mouse press positioning problems is even less fun than fiing
update issues :(

john


Re: Anybody know this code?

2003-07-22 Thread Juergen Vigna
Andre Poenitz wrote:
What could go wrong after applying the following?
The cursor x position is probably wrong (inset inside inset).

Greets,

Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Mitterstrich 151/A
I-39050 SteineggWeb: http://www.lyx.org/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._