[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-05-21 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon May 21 07:49:06 + 
2007 ---
Tested in master src680m212. Closed.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-04-23 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Apr 23 12:00:00 + 
2007 ---
Verified in CWS.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-04-20 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from [EMAIL PROTECTED] Fri Apr 20 08:56:54 + 
2007 ---
AW-WG: Please verify:
- new draw
- draw freeform line
- press F2
- select one of the points on the curve
- on the appearing point edit toolbar, the 'Smooth transition' button should get
selected

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-04-13 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Apr 13 09:45:02 + 
2007 ---
AW: It's a numerical precision problem. I had avoided to change the interactions
for PolyPolygon creations, but changed the model data to the new
double-precision B2DPolygons. AMT we have a mixture between old and new
polygons. This is necessary since we cannot change alla spects at one time, it's
just too much.
So, the created polygons for freeform used the old XPolygon, but
SdrPolyEditView::ImpCheckPolyPossibilities() uses the new one. The vectors at
the control point are correct, but slightly not parallel due to their integer
source.
AW: Thinking about possibilities. ATM it is too expensive to change the
interactions, this would involve changing the selections and all the ld stuff.
This is planned for a later step.
Another possibility would be to force double-precision correctness at type
conversion from XPolygon to B2DPolygon. There, the vectors are created from the
existing integer points. It would be possible to correct them to stand the
double precision criterias of basegfx::tools::getContinuityInPoint(). 
Checking...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-04-13 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631





--- Additional comments from [EMAIL PROTECTED] Fri Apr 13 09:52:23 + 
2007 ---
AW: Conversion is at Polygon at tools and at XPolygon at svx. To not keep it
double, i will change conversions to use the tools Polygon and correct there.
Adding to aw048 and adding tools there...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-04-13 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631





--- Additional comments from [EMAIL PROTECTED] Fri Apr 13 11:42:07 + 
2007 ---
AW: Okay, XPolygon and XPolyPolygon will use Polygon and PolyPolygon from tools
now and no longer have the doubled conversion code. This needs one more
conversion, but the doubled code is dangerous. There were already differences
now. Another reason is that XPolygon and XPolyPolygon is deprecated anyways and
thus this conversion will only be a in-between solution. We will see how long we
need the tools Polygon and PolyPolygon...
AW: Removed differences. Also made constructors for XPolygon, XPolyPolygon,
Polygon and PolyPolygon from B2DPolygon/B2DPolyPolygon classes implicit. HDU
wnated that and i see bo reason against it.
AW: Building...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-04-13 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631





--- Additional comments from [EMAIL PROTECTED] Fri Apr 13 12:31:24 + 
2007 ---
AW: Some occurrences of implicit constructur usages found. Removed some usages
of XPolygons.
AW: Redesigned SdrEditView::ImpDismantleOneObject due to XPolygon usage.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-04-13 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Apr 13 16:49:11 + 
2007 ---
AW: Okay, works well. Checked in tools and svx changes. Rework of
ImpDismantleOneObject checked, too.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-02-26 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631


User wg changed the following:

What|Old value |New value

 Assigned to|wg|aw

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Mon Feb 26 08:36:55 + 
2007 ---
Reproducible. Reassigned.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 74631] freeform line shows wrong point type

2007-02-17 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74631
 Issue #|74631
 Summary|freeform line shows wrong point type
   Component|Drawing
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|wg
 Reported by|regina





--- Additional comments from [EMAIL PROTECTED] Sun Feb 18 00:12:22 + 
2007 ---
Draw a freeform line.
Turn on point edit mode.
Click on any anchor point.
In the points toolbar the type Corner Point is shown. That is wrong. It should
be a smooth transition point. You can easily proof that it is smooth by dragging
a control point.

In OOo2.1 the right type is shown.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]