[Libreoffice-bugs] [Bug 78529] Editing very slow with big picture on page

2016-09-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

Michael Meeks  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #39 from Michael Meeks  ---
Marking duplicate then - in all probability this is indeed the problem.
Thanks !

*** This bug has been marked as a duplicate of bug 80659 ***

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


[Libreoffice-bugs] [Bug 78529] Editing very slow with big picture on page

2016-09-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

--- Comment #38 from Armin Le Grand (CIB)  ---
Probably double to bug 80659

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


[Libreoffice-bugs] [Bug 78529] Editing very slow with big picture on page

2016-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

--- Comment #36 from Aron Budea  ---
In Windows 7 testing with a fairly recent master build (with enable-symbols),
the situation has improved a lot. I only experienced laggy scrolling with the
following attachments, and the source of that lagginess can be categorized as
follows (based on a bit of simple profiling with Very Sleepy):

1. GdipCreateSolidFill call takes up significant time

-"sample odt file with some images - try to scroll down and up, it's so
slow..."
-"4MB png that does NOT lag on our fast machines"

2. Bitmap::ImplConvertDown and `anonymous namespace'::scalePallete8bit2 calls &
callees eat up a lot of time

-"gif 300dpi grayscale slowsdown writer"


Typing is also slow, except in "sample odt file with some images - try to
scroll down and up, it's so slow...".
No lag with OpenGL rendering.

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


[Libreoffice-bugs] [Bug 78529] Editing very slow with big picture on page

2016-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

--- Comment #35 from Armin Le Grand (CIB)  ---
When it's about bitmap scaling I suppose it's linux only (win and mac do this
in hw). Can someone confirm this (and change the 'Hardware' fields
accordingly)?

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


[Libreoffice-bugs] [Bug 78529] Editing very slow with big picture on page

2016-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||302

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


[Libreoffice-bugs] [Bug 78529] Editing very slow with big picture on page

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

Michael Meeks  changed:

   What|Removed |Added

 CC||armin.le.gr...@me.com

--- Comment #34 from Michael Meeks  ---
Yes; its reasonably well known that our rendering does not cache scaled
versions of bitmaps; or sub-divided polygons or whatever - but re-does the work
each time things are rendered; (in some cases for each mouse-event for
hit-testing etc.).

Armin is the expert wrt. advice on this I think.

-- 
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 78529] Editing very slow with big picture on page

2015-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

--- Comment #33 from Noel Grandin  ---
It's ending up in OutputDevice::ScaleBitmap on every keystroke.
According to alg, this should not be the case - it should be using hardware
scaling.
But I can't follow the vcl paths down below
OutputDevice::DrawTransformedBitmapEx, just too confusing.

-- 
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 78529] Editing very slow with big picture on page

2015-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

Robinson Tryon (qubit)  changed:

   What|Removed |Added

   Keywords||bibisected, perf
 Whiteboard|perf bibisected |

--- Comment #32 from Robinson Tryon (qubit)  ---
Migrating Whiteboard tags to Keywords: (bibisected, perf)

-- 
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 78529] Editing very slow with big picture on page

2015-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

--- Comment #29 from dvcr...@arb.com ---
Created attachment 118007
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118007action=edit
108k PNG that causes Lagginess

We are using very fast machines (i7-4770 CPU @ 3.40GHz with 8GB RAM) and
LibreOffice 4.3.7.2 on Linux (OpenSuse 13.2).

When we open the attached document, and hold down the backspace key at the end
of the text, Libre does not keep up with the deletes, and the deletes continue
after releasing the backspace key.

Note that the embedded image is only 108k.

-- 
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 78529] Editing very slow with big picture on page

2015-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

--- Comment #30 from dvcr...@arb.com ---
Created attachment 118008
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118008action=edit
4MB png that does NOT lag on our fast machines

The bug is not caused solely by the filesize (at least for us). Using the same
fast hardware and software versions, the attached document does not cause a
lag. Repeating a backspace libre keeps up fine.

Note that the image in this document has the same resolution as the last one,
and it is less compressible, so the file size is 4Mb as opposed to 108k.

-- 
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 78529] Editing very slow with big picture on page

2015-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

--- Comment #31 from dvcr...@arb.com ---
I have also tested my lag and no lag documents in 4.4.5 and 5.0.0.5.

I have the same results in 4.4.5 as in 4.2. 

In version 5.0.0.0 backspace no longer continues after releasing, but that is
because a fix was added to libre that throws away excess repeat keys that are
not being serviced.

In 4.4 my machine CPU load gets over 20% doing repeat backspace on the lag
document and it is only 4% on the no lag document.

In 5.0 the cpu load goes over 40% doing repeat backspace on the lag document.

-- 
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 78529] Editing very slow with big picture on page

2015-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

Yousuf (Jay) Philips philip...@hotmail.com changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=60
   ||425

-- 
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 78529] Editing very slow with big picture on page

2015-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

tommy27 ba...@quipo.it changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=87
   ||485

-- 
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 78529] Editing very slow with big picture on page

2014-12-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=82762

-- 
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 78529] Editing very slow with big picture on page

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

CiberSheep cibersh...@gmail.com changed:

   What|Removed |Added

 Attachment #108785|0   |1
is obsolete||

--- Comment #25 from CiberSheep cibersh...@gmail.com ---
Created attachment 109046
  -- https://bugs.freedesktop.org/attachment.cgi?id=109046action=edit
Test files

I have found that:
 when inserting a svg with a pattern in a line writer slowsdown

-- 
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 78529] Editing very slow with big picture on page

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

CiberSheep cibersh...@gmail.com changed:

   What|Removed |Added

 CC||cibersh...@gmail.com

--- Comment #26 from CiberSheep cibersh...@gmail.com ---
Created attachment 109047
  -- https://bugs.freedesktop.org/attachment.cgi?id=109047action=edit
regular stroke svg no problem

Smae stroke as previous attachment but without the pattern (regular stroke
style) gives no problem 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 78529] Editing very slow with big picture on page

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

CiberSheep cibersh...@gmail.com changed:

   What|Removed |Added

 Attachment #109046|Test files  |svg with pattern slows down
description||writer

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #27 from CiberSheep cibersh...@gmail.com ---
Created attachment 109048
  -- https://bugs.freedesktop.org/attachment.cgi?id=109048action=edit
gis 300dpi grayscale slowsdown writer

Also, I tested writer with two gifs. One grayscale indexed, that slowsdown
writer (this attachment) and a 1bit indexed B/W that gives no problmes (see
next attachment)

-- 
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 78529] Editing very slow with big picture on page

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

CiberSheep cibersh...@gmail.com changed:

   What|Removed |Added

 Attachment #109048|gis 300dpi grayscale|gif 300dpi grayscale
description|slowsdown writer|slowsdown writer

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #28 from CiberSheep cibersh...@gmail.com ---
Created attachment 109049
  -- https://bugs.freedesktop.org/attachment.cgi?id=109049action=edit
gif 300dpi 1bit no problem

This gif gives no problem (a bit less quality image). Writer shows it regular
speed

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #24 from CiberSheep cibersh...@gmail.com ---
Comment on attachment 108785
  -- https://bugs.freedesktop.org/attachment.cgi?id=108785
40kb svg slows down writer

Confimed in 4.3.3.3 in Ubuntu 14.04 64bits. 
I had inserted an greyscale image A4@300dpi and it slows down. When I convert
the image to 1bit B/N png @ 200 dpi works well.

Some SVG seem to give a similar problem. From inkscape, optimized...


Intel® 965GM 
Intel® Pentium(R) Dual CPU T2310 @ 1.46GHz × 2

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #23 from CiberSheep cibersh...@gmail.com ---
Created attachment 108785
  -- https://bugs.freedesktop.org/attachment.cgi?id=108785action=edit
40kb svg slows down writer

-- 
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 78529] Editing very slow with big picture on page

2014-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

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

   What|Removed |Added

   Keywords||bisected

--- Comment #22 from Björn Michaelsen bjoern.michael...@canonical.com ---
(This is an automated message.)

It seems that the commit that caused this regression was identified. (Or at
least a commit is suspected as the offending one.)

Thus setting keyword bisected.

-- 
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 78529] Editing very slow with big picture on page

2014-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #21 from Garri g.djavad...@gmail.com ---
(In reply to comment #20)
 The confirmed status is set as NEW. :)

Thank you, Jay! Sorry for the stupid question. :)

-- 
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 78529] Editing very slow with big picture on page

2014-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #19 from Garri g.djavad...@gmail.com ---
Excuse me, what is required to move status to CONFIRMED? Thanks!

-- 
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 78529] Editing very slow with big picture on page

2014-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #20 from Jay Philips philip...@hotmail.com ---
The confirmed status is set as NEW. :)

-- 
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 78529] Editing very slow with big picture on page

2014-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #18 from Garri g.djavad...@gmail.com ---
I can confirm that 2e5167528f7566dd9b000e50fc1610b7bf99132a is a first bad
commit related to the regression in 4.2.x branch. Tested using sample
attachment https://bugs.freedesktop.org/attachment.cgi?id=105237.

The built LO at point of commit 57c54792781cc9befe3a65a97b37fa85f89da0ae really
was not affected by the bug as I reported earlier in bug 80659. (I incorrectly
tested build using another sample and killed 2 days trying to find first bad
commit :))

-- 
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 78529] Editing very slow with big picture on page

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

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=82214

-- 
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 78529] Editing very slow with big picture on page

2014-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

Xisco Faulí aniste...@gmail.com changed:

   What|Removed |Added

 Whiteboard|perf|perf bibisected
 CC||aniste...@gmail.com

-- 
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 78529] Editing very slow with big picture on page

2014-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #17 from Kevin Suo suokunl...@gmail.com ---
Please ignore my comment 14.

I confirm this issue with
master~2014-07-22_02.33.57_LibreOfficeDev_4.4.0.0.alpha0/

* Edit is slow when there is picture;
* Scrolling is also slow;
* When delete the picture, it becomes fast;

This may be a duplicated or related to Bug 80659 - VIEWING: Scrolling becomes
slow when pictures appear, as in version 4.1.0 beta 1 editing is fast and
scrolling is also fast but in the newer version editing and scrolling both
slow.

So I guess the slow editing is caused by the slow scrolling issue

-- 
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 78529] Editing very slow with big picture on page

2014-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

Kevin Suo suokunl...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=80659

-- 
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 78529] Editing very slow with big picture on page

2014-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

Kevin Suo suokunl...@gmail.com changed:

   What|Removed |Added

 CC||suokunl...@gmail.com

--- Comment #14 from Kevin Suo suokunl...@gmail.com ---
I do not reproduce this with verion 4.3.0.2, win xp sp3.
Scrolling and editing is very fast without delay.

My PC is just 2G RAM, 3Ghz CPU.

-- 
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 78529] Editing very slow with big picture on page

2014-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #15 from crys...@seznam.cz ---
@Kevin Suo:
Then it is maybe (?) problem of the 4.2.x series, as wrote @l...@lapont.dk

I've made these tests:

1) on my laptop (4GB RAM, Intel Core i5)
LibreOffice 4.2.4.2 420m0(Build:2)
Linux crysman-U36SD 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

-SLOW!


2) on another desktop (960MB RAM, Pentium D 2.66)
LibreOffice 4.2.3.3
Windows XP SP3

-SLOW!



In both cases I've inserted a 1600x1453px jpeg image
[http://4.bp.blogspot.com/-X0hxdtQm43E/UJ1aRHgW-pI/FJY/GNu3kXJMtOk/s1600/Analog-clock.jpg],
resized it to some 5cm, made 4 copies of that and distributed on page... At
this point it has became incredibly SLOW... :(

-- 
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 78529] Editing very slow with big picture on page

2014-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #16 from crys...@seznam.cz ---
PS: I've tried similar test on the 2) machine in MS Word (ver. 2003) to
compare. It is slow, too, but in an acceptable way. Everything is significantly
faster than in LibreOffice, although not fluent.

-- 
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 78529] Editing very slow with big picture on page

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

crys...@seznam.cz changed:

   What|Removed |Added

 CC||crys...@seznam.cz

--- Comment #9 from crys...@seznam.cz ---
The same here (Xubuntu 14.4). I have an Intel i5 processor, and it is
ridiculously slow :( I am not aware now if previous versions had the same bug
(I had been using OpenOffice back then), but I think that not.

I am also confirming the same behavior on Windows XP platform.

This needs to be fixed, it's a pain and shame - we just let MS Word users to
laugh :(

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #10 from crys...@seznam.cz ---
Actually, Calc has got the same problem. It is not only Writer.

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #11 from Jay Philips philip...@hotmail.com ---
Hi crys...@seznam.cz,

Can you provide a sample document that shows this same behaviour.

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #12 from crys...@seznam.cz ---
Created attachment 102211
  -- https://bugs.freedesktop.org/attachment.cgi?id=102211action=edit
sample odt file with some images - try to scroll down and up, it's so slow...

I've included the sample file.

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #13 from Jay Philips philip...@hotmail.com ---
Hi crys...@seznam.cz,

Thanks for the sample. I also found calc slow in scrolling when there is a
chart on the page with attachment 102219.

-- 
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 78529] Editing very slow with big picture on page

2014-06-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #7 from Michael Stahl mst...@redhat.com ---
*** Bug 80659 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 78529] Editing very slow with big picture on page

2014-06-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #8 from Michael Stahl mst...@redhat.com ---
*** Bug 80659 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 78529] Editing very slow with big picture on page

2014-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Whiteboard|bibisectrequest |perf
 CC||mst...@redhat.com
Version|4.2.4.2 release |4.2.0.4 release

--- Comment #6 from Michael Stahl mst...@redhat.com ---
bibisect range:
3c01203ea657b9a3538f9956591b3d4da5fce6e7..0aa9ced531b8d85ad067c1d156a9708eea628d78

ah... of course it's commit 
2e5167528f7566dd9b000e50fc1610b7bf99132a yet again

-- 
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 78529] Editing very slow with big picture on page

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #5 from l...@lapont.dk ---
This is a new bug that only affects LO versions 4.2.x and over.
It is certanly not a dublicate of bug 60425

-- 
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 78529] Editing very slow with big picture on page

2014-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

--- Comment #4 from Maris Nartiss maris.nart...@gmail.com ---
Same on ~AMD64 Gentoo with LO 4.2.4.2

Looks like a duplicate of Bug 60425

-- 
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 78529] Editing very slow with big picture on page

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78529

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

   Severity|normal  |major
   Priority|medium  |high

-- 
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 78529] Editing very slow with big picture on page

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

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 Whiteboard||bibisectrequest
 CC||jmadero@gmail.com,
   ||michael.me...@collabora.com
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #3 from Jay Philips philip...@hotmail.com ---
Confirmed in Linux Mint with LibO 4.2.4, 4.2.6 and 4.3 beta. Its 4.1.6 and
below are not effected by this. This effects Windows 7 as well.

-- 
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 78529] Editing very slow with big picture on page

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

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Foss f...@openmailbox.org ---
Please provide a test file and after that set the bug back to unconfirmed.
Thanks.

-- 
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 78529] Editing very slow with big picture on page

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

--- Comment #2 from l...@lapont.dk ---
Created attachment 98840
  -- https://bugs.freedesktop.org/attachment.cgi?id=98840action=edit
orgel.odt document width 1.4 MB picture.

Typing is slow when editing this document i LibreOffice 4.2 Writer

-- 
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 78529] Editing very slow with big picture on page

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

l...@lapont.dk changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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