[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2015-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37837

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||chris.sherloc...@gmail.com,
   ||vstuart.fo...@utsa.edu
 Resolution|--- |WORKSFORME

--- Comment #13 from V Stuart Foote  ---
@Björgvin, *

(In reply to Björgvin Ragnarsson from comment #10)
> I tracked a regression down to this commit:
> 
> "commit c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797
> Author: Tomaž Vajngerl 
> Date:   Sat Jul 7 13:07:03 2012 +0200
> 
> Prescale image with Bitmap::Scale to improve quality.
> 
> In OutputDevice, when sending the Bitmap to native renderer, use
> Bitmap::Scale operation to improve quality when doing sub-sampling.
> With this Bitmaps in certain Widgets will look a lot better.
> 
> Cleanup and translate comments, and move sal_Bool to bool in outdev2.cxx"
> 
> 
> 
> This commit improves the quality of the rendering but also adds unnecessary
> rerendering of EPS figures when scrolling.

The outdev code was largely refactored starting Mar/Apr 2014 by Chris S. and
has had a lot of continued work. With current 5.0.2.1 RC1 release I really
don't see much lag on scrolling onto pages with EPS present.

Attachment 58882 for example (a much more complex example of handling EPS
Impress) moves about nicely. And when majority of those EPS are extracted and
pasted into a Writer document--no issues with scrolling in Writer either.

Believe this can be Resolved WFM.  But please reopen if there is a reproducible
test case with current release.

=-ref-=
http://opengrok.libreoffice.org/history/core/include/vcl/outdev.hxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2014-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Whiteboard||bibisected

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2014-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

Björgvin Ragnarsson nifgr...@gmail.com changed:

   What|Removed |Added

 CC||pgle...@gmail.com

--- Comment #12 from Björgvin Ragnarsson nifgr...@gmail.com ---
*** Bug 76945 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2014-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

--- Comment #11 from Jean-Sébastien Gosselin jnsebgosse...@gmail.com ---
Using libreoffice-writer 1:4.2.1-0ubuntu1~saucy1 on Ubuntu 13.10 64 bit and I
am experiencing this bug as well.

Would it be possible to have some details about the current status of this bug
please?

I would be so glad to be able to work efficiently in Writer with a document
containing eps. Currently, I either have to disable graphic display or use png.
I think that having a poor rendering of eps in Writer would be 100 times better
then poor vertical scrolling. I can see why some people may disagree with that
though... I'm talking only for my particular situation.

For example, I find the way Scribus is handling eps quite wonderful honestly.
eps are rendered as a low quality preview (quality can be user defined),
allowing you to move things around really smoothly. It is possible to activate
a Preview mode of the document that will improve the rendering of the eps, but
make the document less responsive.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

Björgvin Ragnarsson nifgr...@gmail.com changed:

   What|Removed |Added

 CC||nifgr...@gmail.com
   Keywords||regression

--- Comment #10 from Björgvin Ragnarsson nifgr...@gmail.com ---
I tracked a regression down to this commit:

commit c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sat Jul 7 13:07:03 2012 +0200

Prescale image with Bitmap::Scale to improve quality.

In OutputDevice, when sending the Bitmap to native renderer, use
Bitmap::Scale operation to improve quality when doing sub-sampling.
With this Bitmaps in certain Widgets will look a lot better.

Cleanup and translate comments, and move sal_Bool to bool in outdev2.cxx



This commit improves the quality of the rendering but also adds unnecessary
rerendering of EPS figures when scrolling.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

Björgvin Ragnarsson nifgr...@gmail.com changed:

   What|Removed |Added

 CC||pi...@gmx.de

--- Comment #9 from Björgvin Ragnarsson nifgr...@gmail.com ---
*** Bug 68031 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

--- Comment #7 from sasha.libreoff...@gmail.com ---
in 4.0.2 on Windows XP 32bit only red frame with two lines of text instead of
picture on second page. No slow down.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

Christopher M. Penalver christopher.m.penal...@gmail.com changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||513980

--- Comment #8 from Christopher M. Penalver christopher.m.penal...@gmail.com 
---
Problem noted in the Description
https://bugs.freedesktop.org/show_bug.cgi?id=37837#c0 reproducible in:
Version 4.0.2.2 (Build ID: 400m0(Build:2))

lsb_release -rd
Description:Ubuntu 13.04
Release:13.04

apt-cache policy libreoffice-writer
libreoffice-writer:
  Installed: 1:4.0.2-0ubuntu1
  Candidate: 1:4.0.2-0ubuntu1
  Version table:
 *** 1:4.0.2-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

--- Comment #5 from sasha.libreoff...@gmail.com ---
reproduced in Version 4.0.2.2 on Fedora (RFR) 64 bit

Separate bug about problems on Windows:
Bug 47458 - [Task] EPS graphics not displayed properly

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

--- Comment #6 from A stgohi-lob...@yahoo.de ---
@Sasha: Can you also confirm this scrolling problem with Windows?  I can't
confirm it on my Windows PC, the scrolling works fine as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

--- Comment #3 from A stgohi-lob...@yahoo.de ---
the scrolling problem is for me not reproducible with LO 4.0.2.2 (Win7 Home,
64bit)

But I can confirm as per Sasha's comment that on page two there is only an
empty square.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2013-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

--- Comment #4 from A stgohi-lob...@yahoo.de ---
Does this issue still persist for you with the latest release of LO?

If not, then I would propose to close this issue, but to open a new bug report
regarding the red square on page two.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2012-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

   Platform|x86 (IA32)  |All
 Status|NEEDINFO|NEW
 CC||sasha.libreoff...@gmail.com

--- Comment #2 from sasha.libreoff...@gmail.com 2012-01-06 01:02:48 UTC ---
reproduced on LibO 3.5.0 beta 1 on Fedora 64 bit
and on Windows just empty square instead of diagram

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37837] VIEWING Writer vertically scrolling in .odt with eps becomes unresponsive for 10+ seconds

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37837

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 12:03:14 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs