heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
34 stars 16 forks source link

The ViewHost should cache the last displayed view if the content is set to null #1211

Closed HeuristicLab-Trac-Bot closed 13 years ago

HeuristicLab-Trac-Bot commented 13 years ago

Issue migrated from trac ticket # 1211

milestone: HeuristicLab 3.3.2 | component: MainForm.WindowsForms | priority: medium | resolution: done

2010-09-26 23:45:58: @mkommend created the issue


This ticket is related to #1204 and enables collection views the reuse of the detail view.

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-26 23:48:10: @mkommend changed status from new to accepted

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-26 23:56:46: @mkommend changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-26 23:56:46: @mkommend changed owner from mkommend to swagner

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-26 23:56:46: @mkommend commented


Added cachedView member and refactored source code with r4510.

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 01:11:50: @s-wagner changed status from reviewing to assigned

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 01:11:50: @s-wagner changed owner from swagner to mkommend

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 01:18:30: @mkommend changed status from assigned to accepted

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 01:19:07: @mkommend changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 01:19:07: @mkommend commented


Corrected deregistering of event handlers in the view host with r4511.

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 16:39:48: @mkommend changed status from reviewing to assigned

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 16:39:48: @mkommend commented


The content events are not deregistered on disposed views which causes a memory leak.

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 16:43:54: @mkommend changed status from assigned to accepted

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 16:43:54: @mkommend commented


Deregistered content events before a view is disposed in the ViewHost with r4521.

HeuristicLab-Trac-Bot commented 13 years ago

2010-09-27 16:44:01: @mkommend changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-03 14:18:04: @mkommend commented


In a discussion with swagner it was decided that the whole caching mechanism should be implemented instead of only caching the last displayed view.

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-03 19:23:31: @s-wagner commented


Replying to [comment:9 mkommend]:

In a discussion with swagner it was decided that the whole caching mechanism should be implemented instead of only caching the last displayed view.

Really? Sorry, but I do not remember. I thought, we rather wanted to get rid of cached views? Please let us discuss this again ...

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-12 11:09:45: @mkommend changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-12 11:09:45: @mkommend commented


This ticket will be closed and every further discussion / implementation on the ViewHost must be described in a separate ticket.

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-22 07:59:30: @s-wagner changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-22 07:59:30: @s-wagner removed resolution