[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

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


User md changed the following:

What|Old value |New value

Keywords|  |regression





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

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


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Wed Oct 20 07:48:49 + 
2010 ---
verified in cws sb134. The problem from issue 115114 is 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-19 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from s...@openoffice.org Tue Oct 19 07:33:21 + 
2010 ---
*** Issue 115114 has been marked as a duplicate of this 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-19 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Tue Oct 19 07:49:41 + 
2010 ---
fixed as http://hg.services.openoffice.org/cws/sb134/rev/fd777518be3b

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-19 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User sb changed the following:

What|Old value |New value

 Assigned to|sb|msc





--- Additional comments from s...@openoffice.org Tue Oct 19 11:47:37 + 
2010 ---
@msc: please verify

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

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


User sb changed the following:

What|Old value |New value

  Status|VERIFIED  |REOPENED

  Resolution|FIXED |





--- Additional comments from s...@openoffice.org Mon Oct 18 08:17:36 + 
2010 ---
Fix failed for Mac OS X.  If you have documents open while quitting (via
Option-Q etc.), OOo will erroneously consider those documents as
to-be-recovered-after-a-crash upon next start.

The problem is that the new FlushConfiguration is called too early in
Desktop::QueryExit (which is used to terminate OOo only on Mac OS X; other
platforms use other code paths, see issue 114937), before logic elsewhere
(probably triggered by the call to xDesktop-terminate()) cleans up information
stored in the configuration.  The fix appears to be to move the call to
FlushConfiguration down within Desktop::QueryExit, namely

---8---
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -785,7 +785,6 @@
 {
 RTL_LOGFILE_CONTEXT_TRACE( aLog, - store config items );
 utl::ConfigManager::GetConfigManager()-StoreConfigItems();
-FlushConfiguration();
 RTL_LOGFILE_CONTEXT_TRACE( aLog, - store config items );
 }
 catch ( RuntimeException )
@@ -817,6 +816,7 @@
 }
 else
 {
+FlushConfiguration();
 try
 {
 // it is no problem to call DisableOfficeIPCThread() more than once
---8---

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

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


User sb changed the following:

What|Old value |New value

 Assigned to|msc   |sb

  Status|REOPENED  |NEW





--- Additional comments from s...@openoffice.org Mon Oct 18 08:19:22 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

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


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Oct 12 11:17:12 + 
2010 ---
verified in CWS sb133
find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fsb133

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

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


User vitriol changed the following:

What|Old value |New value

  CC|'cd,es,hdu,mav,oc'|'cd,es,hdu,mav,oc,vitriol'





--- Additional comments from vitr...@openoffice.org Mon Oct 11 08:35:32 
+ 2010 ---
Adding me to CC

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-06 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from s...@openoffice.org Wed Oct  6 07:26:21 + 
2010 ---
plus http://hg.services.openoffice.org/cws/sb133/rev/17933879015f

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-06 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User sb changed the following:

What|Old value |New value

 Assigned to|sb|msc





--- Additional comments from s...@openoffice.org Wed Oct  6 09:30:39 + 
2010 ---
@msc: please verify; fix is non-trivial (an additional thread to write
registrymodifications.xcu asynchronously, which needs coordination during
process shutdown), so please check thoroughly for regressions (lost changes to
configuration data, crashes during shutdown, things like that; note that
different platforms execute different code paths in class Desktop during
shutdown, and that a special new kind of shutdown directly after startup has
been introduced with jl's recent modifications to the Extension Manager; all
this needs to be checked)


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-04 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from s...@openoffice.org Mon Oct  4 13:47:58 + 
2010 ---
plus http://hg.services.openoffice.org/cws/sb133/rev/627d9ea842be

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-04 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User md changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |12
  is|  |





--- Additional comments from m...@openoffice.org Mon Oct  4 11:39:45 + 
2010 ---
adding to meta 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-04 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Mon Oct  4 12:20:07 + 
2010 ---
fixed as http://hg.services.openoffice.org/cws/sb133/rev/4013afbf3a42;
re-enabling EnableAsync is left for new issue 114911

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User es changed the following:

What|Old value |New value

  CC|'cd,hdu,mav,oc'   |'cd,es,hdu,mav,oc'





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from e...@openoffice.org Mon Oct  4 09:31:25 + 
2010 ---
*** Issue 114676 has been marked as a duplicate of this 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-10-01 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from s...@openoffice.org Fri Oct  1 07:52:40 + 
2010 ---
When fixing this, support for EnableAsync (aka lazywrite) can also be
implemented again.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-09-30 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User mav changed the following:

What|Old value |New value

  CC|'cd,hdu,oc'   |'cd,hdu,mav,oc'

 Assigned to|mav   |sb





--- Additional comments from m...@openoffice.org Thu Sep 30 10:19:31 + 
2010 ---
mav-sb: Sending to you for investigation as discussed. The most time seems to
be spent in ::configmgr::Components::writeModifications(), triggered by creation
of a new hierarchical content. Since the template initialization creates a lot
of new contents, it is called very often.

It is still a question, why does it work so fast on other platforms. For
example, on Solaris-Intel ( v20z-so6 ) and Linux ( v20z-so4 ) the opening of the
dialog takes about 10s as before.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-09-30 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from s...@openoffice.org Thu Sep 30 11:56:24 + 
2010 ---
@msc:  On which machine can you observe the long delay?

Background:  The old (3.2) configmgr implementation hat an optimization in its
com.sun.star.util.XChangesBatch.commitChanges implementation, to asynchronously
write the modified per-user configuration data.  The new (3.3) configmgr
implementation writes its per-user registrymodifications.xcu file synchronously.
 Installing OOO300_m9 OOo with fresh UserInstallation, starting soffice for the
third time (to get past the first/second start dialogs), doing File - New -
Templates and Documents, Cancel, and File - Exit, results in writing
registrymodifications.xcu 114 times, on both unxlngi6.pro and unxsols4.pro. 
With a really slow harddisk, this could explain the observed delay.  However, on
both v20z-so4 (unxlngi6.pro) and v240-so3 (unxsols4.pro), any delay was hardly
noticeable for me.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-09-30 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from s...@openoffice.org Thu Sep 30 12:24:34 + 
2010 ---
The magic difference apparently is to use Oracle Open Office instead of plain
OOo.  The former probably has more templates, and the delay is indeed clearly
noticeable with it on unxsols4.pro v240-so3 (and slightly noticeable, like the
10s mentioned above on unxlngi6.pro v20z-so4).  The number of writes of
registrymodifications.xcu rises to 771, and temporarily removing the writes from
the code reduces the unxsols4.pro v240-so3 delay to a time similar to the 10s on
unxlngi6.pro v20z-so4.

That is, I will need to add asynchronous writing of registrymodifications.xcu to
the new configmgr implementation.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-09-29 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from m...@openoffice.org Wed Sep 29 08:30:06 + 
2010 ---
Just some measuring :

OOO320 m18 (aka 3.2.1): 10 seconds to open the dialog
OOO330 m6: 240 seconds. 

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates nad Documents d ialog needs too long to open the first time

2010-09-28 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from h...@openoffice.org Tue Sep 28 15:53:50 + 
2010 ---
Created an attachment (id=71876)
callgrind profile of template initialization as .dot file


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates nad Documents d ialog needs too long to open the first time

2010-09-28 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705





--- Additional comments from h...@openoffice.org Tue Sep 28 15:55:57 + 
2010 ---
Created an attachment (id=71877)
callgrind profile of template initialization as PNG


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-09-28 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User hdu changed the following:

What|Old value |New value

  CC|'oc'  |'cd,oc'

 Assigned to|hdu   |mav

 Summary|Templates nad Documents di|Templates and Documents di
|alog needs too long to ope|alog needs too long to ope
|n the first time  |n the first time





--- Additional comments from h...@openoffice.org Tue Sep 28 15:57:40 + 
2010 ---
Please see the attached results of callgrind profiling the scenario.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates and Documents d ialog needs too long to open the first time

2010-09-28 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User hdu changed the following:

What|Old value |New value

  CC|'cd,oc'   |'cd,hdu,oc'





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates nad Documents d ialog needs too long to open the first time

2010-09-27 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705


User oc changed the following:

What|Old value |New value

  CC|''|'oc'





--- Additional comments from o...@openoffice.org Mon Sep 27 07:13:23 + 
2010 ---
CCed: oc

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 114705] Templates nad Documents d ialog needs too long to open the first time

2010-09-23 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114705
 Issue #|114705
 Summary|Templates nad Documents dialog needs too long to open 
|the first time
   Component|framework
 Version|OOO330m8
Platform|Sun
 URL|
  OS/Version|Solaris
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|hdu
 Reported by|msc





--- Additional comments from m...@openoffice.org Thu Sep 23 13:58:36 + 
2010 ---
1. use Solaris Sparc where this issue can be seen best
2. remove your user profile
3. choose FILE / NEW / TEMPLATES AND DOCUMENTS
== there pops up an empty not repainting dialog
On my machine I have to wait 2 minutes until the dialog came up.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org