PuffinPlot issue tracker

Bug: a88/038

ID : 03884b03-af90-4b0b-b5c3-ff6942e0b787
Short name : a88/038
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Thu, 30 Jul 2009 04:19:50 +0000
Target : 1.0
Summary : Allow range selection for long cores [100]

Comment: --------- Comment ---------
ID: 20590f22-1672-4d71-8ddc-ab3452a00517
Short name: a88/038/205
From: Pontus Lurcock <pont@talvi.net>
Date: Thu, 30 Jul 2009 04:19:50 +0000

Long cores really need to be on a par with discrete suites in terms
of multiple sample selection. Unfortunately a standard JSlider can't
do this; there are third-party range sliders available but
implementing my own is probably the easiest, since I don't actually
need much functionality. Most intuitive way would probably two
adjacent vertical strips, one showing the `pointer' (current sample),
the other the range (if any).

Comment: --------- Comment ---------
ID: e3b4ceb8-5ed4-4717-b3f5-5c45d350ae07
Short name: a88/038/e3b
From: Pontus Lurcock <pont@talvi.net>
Date: Fri, 31 Jul 2009 06:38:29 +0000

Implemented almost as specified: pointer is overlain on range selection
rather than being adjacent. User holds shift to perform a range 
selection.