View Issue Details

IDProjectCategoryView StatusLast Update
0002545JEDI VCSClient (Gui)public2008-11-15 07:25
ReporterschuettecarstenAssigned Toschuettecarsten 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version2.40 RC2 (Client) 
Summary0002545: "module history" in project manager window slow
Descriptionlooks like a "beginUpdate/EndUpdate is missing when the page "module history" in project manager window is cleared when a new module is selected. so deletion takes some seconds if lots of history items are in the list.
TagsNo tags attached.
Fix in JVCS version
Releasedocumentation

Relationships

child of 0002377 closed Releaseinfo: 2.40 gui client issues 

Activities

USchuster

2005-01-24 12:01

manager   ~0006270

Clear doesn't have an Begin-/EndUpdate but that does make it much faster.
Clearing 10000 items needs around 8 s without and 5 s with Begin-/EndUpdate.
For 500 items it takes 0,04 with and 0,13 without - retrieving the history of 500 items will take longer.

I think you mean something other

Currently we have the following sequence:
1.- clear listview
2.- retrieve history items
3.- fill listview (does clear as well)
4.- retrieve labels and add to item for each revision

You would like to remove 1.?

schuettecarsten

2005-01-24 14:09

developer   ~0006274

I've added the lines to ModuleHistoryWindow.pas. What I meant was that the ListView is faster when you cann BeginUpdate before and EndUpdate after Clear.

Issue History

Date Modified Username Field Change
2005-01-24 06:37 schuettecarsten New Issue
2005-01-24 06:38 schuettecarsten Relationship added child of 0002377
2005-01-24 12:01 USchuster Note Added: 0006270
2005-01-24 14:09 schuettecarsten Note Added: 0006274
2005-01-24 14:09 schuettecarsten Status new => assigned
2005-01-24 14:09 schuettecarsten Assigned To => schuettecarsten
2005-04-15 03:24 schuettecarsten Status assigned => resolved
2005-04-15 03:24 schuettecarsten Fixed in Version => 2.40 RC2 (Client)
2005-04-15 03:24 schuettecarsten Resolution open => fixed
2008-11-15 07:25 THuber Status resolved => closed