[graphics-issues] [Issue 54589] Performance: Reuse slide sorter cache data

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


User wg changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Nov 10 05:43:32 -0800 
2005 ---
Tested in m139. 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 54589] Performance: Reuse slide sorter cache data

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


User wg changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Oct 20 01:20:29 -0700 
2005 ---
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 54589] Performance: Reuse slide sorter cache data

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





--- Additional comments from [EMAIL PROTECTED] Tue Oct 18 02:41:35 -0700 
2005 ---
Fixed a remaining problem of previews not updated after assignment of master
pages by letting PageObjectViewObjectContact::ActionChanged() always invalidate
the preview bitmap in the cache, even when called from PrepareDelete.

Modified file is
/sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxxrev. 
1.10.72.4

-
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 54589] Performance: Reuse slide sorter cache data

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


User af changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Oct 13 00:38:13 -0700 
2005 ---
Fixed.

-
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 54589] Performance: Reuse slide sorter cache data

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


User af changed the following:

  What|Old value |New value

   Assigned to|af|wg

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Oct 13 00:37:50 -0700 
2005 ---
Reassigning.

-
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 54589] Performance: Reuse slide sorter cache data

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


User af changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Oct 12 07:34:32 -0700 
2005 ---
To QA for verification.

-
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 54589] Performance: Reuse slide sorter cache data

2005-09-14 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54589


User af changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 04:43:49 -0700 
2005 ---
Added a PageCacheManager that now manages the lifetime of the preview bitmap
caches.  When a slide sorter is destroyed it keeps its cache alive.  Only when
more than 2 caches are not in use for any one document the oldest of these are
deleted.

Modified files:
/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxxrev. 1.1.2.1
/sd/source/ui/slidesorter/inc/cache/SlsPageCacheManager.hxxrev. 1.1.2.1
/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxxrev. 1.3.334.1
/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxxrev. 1.2.434.1
/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxxrev. 1.2.434.1
/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxxrev. 1.4.334.3
/sd/source/ui/slidesorter/cache/SlsGenericRequestQueue.hxxrev. 1.4.334.3
/sd/source/ui/slidesorter/cache/SlsPageCache.cxxrev. 1.3.374.5
/sd/source/ui/slidesorter/cache/SlsPreviewBitmapFactory2.hxxrev. 1.2.374.1
/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxxrev. 1.7.74.3
/sd/source/ui/slidesorter/cache/makefile.mkrev. 1.2.434.2
/sd/source/ui/slidesorter/controller/SlideSorterController.cxxrev. 1.22.28.1
/sd/source/ui/slidesorter/controller/SlsListener.cxxrev. 1.8.74.1
/sd/source/ui/slidesorter/controller/SlsPageObjectFactory.cxxrev. 1.2.434.1
/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxxrev. 1.2.434.2
/sd/source/ui/slidesorter/inc/controller/SlsPageObjectFactory.hxxrev. 
1.2.434.1
/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxxrev. 1.5.72.2
/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxxrev. 1.4.96.1
/sd/source/ui/slidesorter/inc/view/SlsPageObjectViewObjectContact.hxxrev.
1.8.76.1
/sd/source/ui/slidesorter/model/SlideSorterModel.cxxrev. 1.2.434.1
/sd/source/ui/slidesorter/view/SlideSorterView.cxxrev. 1.11.70.3
/sd/source/ui/slidesorter/view/SlsLayouter.cxxrev. 1.6.76.1
/sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxxrev. 
1.10.72.1


-
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 54589] Performance: Reuse slide sorter cache data

2005-09-14 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54589


User af changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 03:02:00 -0700 
2005 ---
Accepted.

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