[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2008-01-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Wed Jan 23 14:30:28 + 
2008 ---
*** Issue 79941 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2008-01-17 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882


User pl changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Jan 17 09:43:37 + 
2008 ---
code got into SRC680m243 and OOHm2

closing

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2008-01-17 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Thu Jan 17 12:35:01 + 
2008 ---
*** Issue 79138 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

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


User hdu changed the following:

What|Old value |New value

 Assigned to|hdu   |pl





--- Additional comments from [EMAIL PROTECTED] Tue Dec 11 10:28:42 + 
2007 ---
@pl: 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

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


User pl changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Dec 11 10:34:11 + 
2007 ---
verified in CWS aquavcl04

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-24 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882


User pjanik changed the following:

What|Old value |New value

  CC|''|'pjanik,pl'





--- Additional comments from [EMAIL PROTECTED] Wed Oct 24 08:37:16 + 
2007 ---
Philipp: does this mean we have to call repaint in a frequency between all 
repaints as before and the 
current status in aquavcl04?


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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-24 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Wed Oct 24 08:48:27 + 
2007 ---
pjanik: The current state of aquavcl04 is with this performance optimization.
The optimization is not paint the progress anew if the value it shows doesn't
change. This of course also means, that the pulsating effect does not get
updated. The value shown is correct, just it will not be animated anymore while
the value doesn't change.

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-24 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Wed Oct 24 08:56:50 + 
2007 ---
The animation is there if the application is progressing, e.g. 100% in 30s or 
something. Otherwise if the 
application is not calling SetProgressValue often enough we wouldn't have 
animation anyway. Using the 
timer like in the case of the animated button may be a better idea.

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-24 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Wed Oct 24 08:58:46 + 
2007 ---
pl yes. Do we want it to be refreshed for some updates that in fact do not 
change the value?


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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-24 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Wed Oct 24 09:08:13 + 
2007 ---
hdu: the timer possibly will not help much since the application is busy and
probably not yielding, so the timer will not elapse; however this could be tried
out. With the way it was the animation worked sort of, however I think the
performance gain is more important.

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-24 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Wed Oct 24 10:05:05 + 
2007 ---
pl: good point that the app wouldn't be yielding anyway. Another alternative 
would be to ignore non-
changing progress updates only when the last update was too recent. Do we have 
an is-animated flag for 
native widgets yet or would it be a good idea to introduce one?

Regarding performance the fix improves it import by at least a factor of two on 
most applications. Calc is 
an exception if a document contains many sheets (due to gazillions of useless 
Adapting Row Height 
progress bars), but it doesn't get worse.

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-24 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Wed Oct 24 10:07:57 + 
2007 ---
hdu: let's just test the timer, it is easy (just have a look at
salnativewidgets.cxx at the def button), it's a one liner. If it works, then
fine. If not, we can still think about complicated logic involving the last
progress value set time :-)

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Oct 23 11:38:05 + 
2007 ---
Fixed in CWS aquavcl04.

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882
 Issue #|82882
 Summary|Performance: get rid of too many progress bar repaints
   Component|gsl
 Version|680m234
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|hdu
 Reported by|hdu





--- Additional comments from [EMAIL PROTECTED] Tue Oct 23 11:32:36 + 
2007 ---
Profiling the loading of documents shows that repainting the progress bar and 
the subsequent window 
flush often costs more than the actual import. Since most of the repaints are 
pointless because the 
progress value hasn't changed so much that it would cause any visible change 
they can be easily avoided.

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882


User hdu changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Tue Oct 23 14:07:36 + 
2007 ---
Adjusting target milestone to CWS target.

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



[gsl-issues] [Issue 82882] Performance: get rid of to o many progress bar repaints

2007-10-23 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82882





--- Additional comments from [EMAIL PROTECTED] Tue Oct 23 16:11:31 + 
2007 ---
note: this causes fewer repaints, which as a side effect disables the animation
of the scrollbar.

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