PuffinPlot issue tracker

Bug: a88/3a1

ID : 3a12d9f6-17e9-448d-a288-ea99225d1fd2
Short name : a88/3a1
Status : open
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Wed, 09 Nov 2011 05:52:54 +0000
Target : 1.5
Summary : Make SampleDataPanel updating more efficient [167]

Comment: --------- Comment ---------
ID: caf565cf-8a4a-4b5b-b0b2-3d6f0d3cf910
Short name: a88/3a1/caf
From: Pontus Lurcock <pont@talvi.net>
Date: Wed, 09 Nov 2011 05:52:54 +0000

At present, SampleDataPanel destroys and recreates all its components
on every update, even if it's just an update to a different sample
within a Suite. Check whether this is taking significant time, and
if so, implement separate sample-update and suite-update functions,
with sample-update just updating the contents of the pre-existing 
components.

Comment: --------- Comment ---------
ID: 6e235b74-a5e2-4b20-8a4c-6565133f8ca6
Short name: a88/3a1/6e2
From: Pontus Lurcock <pont@talvi.net>
Date: Thu, 08 Dec 2011 22:51:51 +0000

Deferring to version 1.1 since at present it's not causing
noticeable problems.