Bug 162643 - Terribly slow scrolling through dvi files with graphics
Summary: Terribly slow scrolling through dvi files with graphics
Status: RESOLVED WORKSFORME
Alias: None
Product: okular
Classification: Applications
Component: DVI backend (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 13:30 UTC by fexpop
Modified: 2011-12-20 19:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fexpop 2008-05-26 13:30:34 UTC
Version:           0.6.80 (using Devel)
Installed from:    Compiled sources
OS:                Linux

When you scroll through a dvi file with graphics included the scrolling will pause very frequently making it impossible to smoothly read through a document.

Kind regards,

Felix
Comment 1 Albert Astals Cid 2008-05-26 19:39:21 UTC
It would be nice if you could include such a file.
Comment 2 Pino Toscano 2009-05-11 17:14:20 UTC
SVN commit 966599 by pino:

Switch from the sync API to the async one.
Protected the potentially concurred methods using the user mutex.
Removed the manual 'ready' flag and the calculation of the bounding box, as both are done in the core.

This should avoid the block when rendering pages and extracting text from them, and reduce the "slow" feeling esp when invoking external Ghostscript.
BUG: 192284
CCBUG: 162643


 M  +22 -15    generator_dvi.cpp  
 M  +1 -4      generator_dvi.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=966599
Comment 3 Pino Toscano 2009-08-27 12:31:32 UTC
Hi Felix,

would be nice if you could either:
a) attach a DVI document (and its external graphic files, if needed) showing the issue
b) try again with KDE 4.3.0

Thanks
Comment 4 Pino Toscano 2011-01-05 00:00:44 UTC
Hi Felix,

any news about this issue?
Comment 5 fexpop 2011-01-06 10:39:35 UTC
Am 05.01.2011 00:00, schrieb Pino Toscano:
> --- Comment #4 from Pino Toscano<pino kde org>   2011-01-05 00:00:44 ---
> Hi Felix,
>
> any news about this issue?
>
Hi Pino,

I switched all my TeXing to use pdfTex, so I haven't seen any issues for 
a while. I have no objections against closing the bug.

Regards,

Felix
Comment 6 jordonwii 2011-12-20 02:59:15 UTC
This appears to be a duplicate of bug 192284. They are the same with the exception that this bug explicitly mentions .dvi's with graphics whereas the other refers to all .dvi's.
Comment 7 Albert Astals Cid 2011-12-20 19:02:01 UTC
Closing the bug, please reopen if you still find this to be a problem