ChangeLog for calview ===================== Version 1.15 - 2018-02-13 (EO) ------------------------------ + This is a new major version of this package including a new GNU Public License Text disclaimer required to distribute the SAS source code to the Astronomical Community under the terms of the GNU Public License. The text as it is shown below is the same that has been included in all SAS source code files. ESA (C) 2000-2018 This file is part of ESA's XMM-Newton Scientific Analysis System (SAS). SAS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. SAS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SAS. If not, see . --------------------------------------------------------------------- Version 1.14 - 2013-08-27 (RDS) ------------ + (src/ObservationStartTimeSelector.cc) - allowed date to be changed without a 'return' (SCR-7106) Version 1.13 - 2003-05-06 (GV) ------------ + Re-upload of 1.12 to fix permissions problem. Version 1.12 - 2003-05-02 (GV) ------------ + Fix several occurrences where the conversion from QString to string failed. QString need to be converted to char * via ascii() before a string can be unambiguously constructed (Qt-3.1). SOC-SPR-2434. Version 1.11 - 2003-01-29 (UL) ------------ + brought in line with cal-3.153/caloalutils-1.79 Version 1.10 - 2002-12-04 (GV) ------------ + brought in line with cal-3.152.1 Version 1.9 - 2002-09-16 (GV) ----------- + Updates for gcc 3.x Version 1.8 - 2002-09-10 (GV) ----------- + DEPEND on sas Version 1.7 - 2002-05-13 (GV) ----------- + Updated for param-2.0 Version 1.6 - 2001-11-23 (JBa) ------------ + (doc/calview_description.tex): added '\taskparametersnote' and '\taskserrorsnote' to documentation. Version 1.5 - 2001-11-22 (JBa) ------------ + (doc/calview_description.tex): fixed documentation Version 1.4 - 2001-03-05 (GV) ----------- + (src/calviewGui.cc) enable exceptions around the call to display a calviewable so that calview will not crash if there is an error in the CAL. A message box is displayed instead (SOC-SPR-1920). + (src/calviewGui.cc) start xmgrace in the background so that it becomes possible to have more than one plot visible at the same time (SOC-SPR-1920). + (src/CalviewGui.*) add new function calview_ds to create unique names for the storage of calibration results. Needed to implement the above item. All the datasets are erased when calview exits. + (doc/calview_description.tex) update list of limitations and new developments (both shorter as a consequence of this update). Version 1.3.2 - 2001-01-18 (GV) ------------- + mv ThetaSelector.c ThetaSelector.cc + Allow an unlimited number of sb-viewable levels to be displayed. SOC-SPR-1901. Version 1.3.1 - 2000-10-27 (GV) ------------- + (src/*Selector.cc) add QTips. + (src/CalviewGui.cc) add QTips, improve look of CCF lister. Version 1.3 - 2000-10-05 (GV) ----------- + (src/CalviewGui.cc) add window to display the CCF access log for the last viewable accessed. + (src/CcfLogger.{cc,h}) added to make the above possible. + (src/CalviewGui.cc) under 'CCF' add function to list the contents of the CIF in use. Version 1.2 - 2000-09-22 (GV) ----------- + (src/CalviewGui.cc) use imgdisplay instead of ds9 to display images. Version 1.1.1 - 2000-06-22 (GV) ------------- + (config/calview.info) fill in GROUPS field (SOC-SPR-1479) + (config/Makefile) disalble layout file (was empty), pending solution to the quetion "What does a correct empy layout file look like?" + (src/CalviewGui.cc) set the size of the main window (SOC-SPR-1467). + (doc/calview_description.tex) clarify a number of points, as required by SOC-SPR-1485. + (src/CalviewGui.cc) make use of atexit() to clean up even if calview terminates in error. Version 1.1 - 2000-05-10 (GV) ----------- + layout file was broken. Version 1.0 - 2000-05-05 (GV) ----------- + documentation updated to describe the new selectors (0.14 below) Version 0.15 2000-04-14 (JBa) ------------ + GUI is now a proper qt-based task Version 0.14 2000-03-24 (GV) ------------ + add theta/phi selectors (prototype) + add spectralOrder selector Version 0.13 2000-02-07 (GV) ------------ + can now handle one level of subViewables. Version 0.12 1999-11-29 ------------ + use xmgrace instead of xmgr. Version 0.11 1999-09-04 ------------ + fix misuse of QOBJS in make files. Version 0.10 1999-08-13 ------------ + updated DEPEND + small change for cal 3.15 Version 0.9 1999-08-12 ----------- + port to Qt 2 + complete CAL state editor + improve widget layout + recode CCF pull down menu + update documentation (submitted for approval) Version 0.8 1999-06-08 ----------- + updated DEPEND Version 0.6 1999-05-17 ----------- + energy can be set + vertical layout Version 0.5 ----------- + viewables can now be displayed Version 0.4 1999-04-19 ----------- + output viewables to file + CAL state editor functionality + calview is an SAS task Version 0.2 1999-02-26 ----------- + DEPEND fixed Version 0.1 1999-02-26 ----------- + rough GUI.