[Gsdesign-commits] r211 - pkg/gsDesignGUIReview/osx

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 8 09:34:05 CET 2009


Author: wconstan
Date: 2009-12-08 09:34:02 +0100 (Tue, 08 Dec 2009)
New Revision: 211

Modified:
   pkg/gsDesignGUIReview/osx/gsDesignGUI.dmg
Log:
GSDG-37
GSDG-38
GSDG-39
GSDG-61

* Fixed sample size (time to event) event rate / median time roundoff error when switching back and forth between modes by storing a 16 digit precision version behind the scenes and only using that version to convert to the other form prior to display.

* Developed complete QList of QMap functionality where each QMap represents a sorted hash of the current design specifications. The QList serves much like an array in that it contains a potential multitude of designs. Signal-slot and general/utility C++ functionality was written to both store the current design and recall it later via a simple change in the design selector QComboBox.

* Added functionality to delete and create new designs with the click of the +/- buttons, respectively. The user is not allowed to delete a design if it is the only one remaining and a new design always starts from that currently selected.

* During the development of the design storage system some widget objectName properties were (re)specified to conform to a standard or for clarity to the developer. The list of widget objectNames should be considered frozen at this point.

Modified: pkg/gsDesignGUIReview/osx/gsDesignGUI.dmg
===================================================================
(Binary files differ)



More information about the Gsdesign-commits mailing list