Ticket #1449 (closed defect: fixed)
Opened 2012-08-30T09:50:47-05:00
Last modified 2012-10-15T13:37:36-05:00
Utilize info from ImageJ context manifest in About dialog
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugins | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1515 |
Description
Recently system information was made available through the ImageJ::getManfiiest() method. We should show some of this information in our AboutBox such as implementation buils and implementation date. Note that the manifest could be null so check for that case in the code that will use it.
Change History
comment:1 Changed 2012-08-30T09:53:34-05:00 by bdezonia
- Blocking 1349 added
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:2 Changed 2012-10-15T13:37:01-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta5
With commit 04bb27ad81a8a9ada2dc59fdfbdc45106e6f6324 some info now in place. Closing this ticket but testing can't be complete until after beta 5 has been released.