[graphics-issues] [Issue 95556] Impress should generate sl ide thumbnails when opening file

2008-11-06 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95556


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Nov  6 21:34:08 + 
2008 ---
close the invalid issue

-
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 95556] Impress should generate sl ide thumbnails when opening file

2008-10-29 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95556


User af changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Wed Oct 29 09:16:41 + 
2008 ---
The thumbnails are created in the same process and thread as, for example, slide
editing.  So if you render thumbnails ahead of time the office becomes
unresponsive.  I think that that is even more annoying, than the pauses when you
scroll through the slide sorter bar.

Rendering previews in a separate thread would be a solution to this problem, but
VCL does not allow that (well, you could use a thread, but had to lock the
global solar mutex when calling into VCL and would therefore still not have
concurrent rendering.)

Additionally the previews are stored in a cache, that in the moment has a size
of 4 GB.  With a document of 200 MB size, that probably has a fairly large
number of slides, you soon reach that limit.  The effect is that unused (i.e.
not visible) previews are reduced in resolution or removed from the cache
altogether.  In that case pre-rendering previews would only waste time.

There still is code in the slide sorter for rendering previews ahead of time:
calling GenericPageCache::InvalidateCache() at apporpriate times might do the
trick.  The drawbacks, however, always outbalanced the advantages.  Therefore it
is currently not used.



-
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 95556] Impress should generate sl ide thumbnails when opening file

2008-10-29 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95556





--- Additional comments from [EMAIL PROTECTED] Wed Oct 29 08:48:37 + 
2008 ---
@wg: You are probably thinking of previews in the task pane.  That looks similar
but on the implementation side that is unrelated.

-
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 95556] Impress should generate sl ide thumbnails when opening file

2008-10-29 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95556


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |af

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Wed Oct 29 08:01:26 + 
2008 ---
Reassigned.
@af: I'm pretty sure we already have an issue about this problem but I cannot
find it. Do you know which Issue fits? Thanks.

-
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 95556] Impress should generate sl ide thumbnails when opening file

2008-10-28 Thread ccheney
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95556
 Issue #|95556
 Summary|Impress should generate slide thumbnails when opening 
|file
   Component|Presentation
 Version|OOo 2.4.1
Platform|Unknown
 URL|https://bugs.launchpad.net/bugs/241518
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|graphicsneedsconfirm
 Reported by|ccheney





--- Additional comments from [EMAIL PROTECTED] Tue Oct 28 16:23:27 + 
2008 ---
The user was loading a presentation that was fairly large (200MB) and noticed
that the thumbnails did not load until they were visible, which means they
showed up as blank for a while until Impress could render them. To fix this
problem either they should be thumbnailed on load or at least slightly before
they are needed to be displayed.

>From the original Ubuntu bug report:

"
Impress does not generate thumbnails for slides in the slide list until the
slide is visible in the list. This causes long freezes while scrolling through
the list, and makes it pretty pointless in the first place, because you can't
just scroll down and click on the slide you want until you have already scrolled
to it and waited for the thumbnail to be created.

This is very, very basic functionality. Impress will never surpass PowerPoint as
long as it has issues like this.
"

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