- May 29, 2006
-
-
Ruud Overeem authored
Merge MAC-CS1-branch with HEAD.
-
Arthur Coolen authored
Changes for BBS panels
-
pompert authored
Removed PlotGroup instance variable as it is no longer present in the Plotter package
-
- May 26, 2006
-
-
John Romein authored
Copy itsOptions in copy constructor
-
John Romein authored
argv is not const
-
- May 24, 2006
-
-
wierenga authored
Fix some minor bugs in the RegisterState class. Now the state of all registers is properly reported.
-
pompert authored
Additions: -Initial versions of support classes to help implement the SAS/OTB ParmDB plotter
-
pompert authored
Additions: -modifyPlot/updateData methods throughout the structure to support altering a plot's dataset and meta information. Mods: -Sync with source code Removals: -PlotGroup is deemed SAS/OTB specific and therefore no longer fits in the generic plotter project.
-
pompert authored
Additions: -modifyPlot/updateData methods throughout the structure to support altering a plot's dataset and meta information. PlotSGTImpl will be able to handle this in a future version. Mods: -None Removals: -PlotGroup is deemed SAS/OTB specific and therefore no longer fits in the generic plotter project.
-
pompert authored
Additions: -updateData method to adhere to new IPlotDataAccess version Mods: -None
-
zwart authored
made size signed int
-
zwart authored
fixed bug in maptime2index
-
zwart authored
moved setOutPolicy to AH
-
zwart authored
Commandline arguments shouldn't be const
-
zwart authored
Broadcast commandline arguments when using mpi. The standard doesn't say if they should be broadcast by MPI_Init or the user.
-
zwart authored
Changed interface of TH_MPI::initMPI. Now the correct commandline arguments are returned.
-
wierenga authored
New registerstate state machine.
-
wierenga authored
Implemented new defintion and behaviour of RegisterState states.
-
wierenga authored
Add new images. These run at 196 MHz.
-
- May 23, 2006
-
-
John Romein authored
Removed Observation.ChanWidth, which can be derived from Observation.SampleRate and Observation.NChannels.
-
pompert authored
Additions: -None Mods: -Updated javadoc
-
pompert authored
Additions: -None Mods: -Modified the retrieveData/exportData methods throughout the Plotter to accept an Object instead of a String[] to support passing on data sets etc. This is more practical than limiting this variable to a String[].
-
pompert authored
Additions: -None Mods: -Modified the retrieveData method to accept an Object instead of a String[]
-
pompert authored
Additions: -None Mods: -Modified the setContent argument as the caller now passes on a UserObject of a TreeNode instead of the TreeNode.
-
pompert authored
Additions: -None Mods: -Modified the setNewRootNode argument from String[] to Object to support more possible types of user arguments
-
pompert authored
Additions: -None Mods: -Modified the getRootNode argument from String[] to Object to support more possible types of user arguments
-
Arthur Coolen authored
PopupMenu added all changed conform dynamic panels panelhelper made singleton
-
Ger van Diepen authored
Make its output correct if run without log4cplus
-
Ger van Diepen authored
Fixed problems found while running test programs. Added a few tests.
-
- May 22, 2006
-
-
John Romein authored
protect TH_MPI:: calls with #ifdef HAVE_MPI
-
pompert authored
Additions: -None Mods: -Altered the setContent methods to cast the TreeNode.getUserObject() now being passed to them by ResultBrowserPanel. the UserObject can be jOTDBnode or jParmDBnode, etc.
-
pompert authored
Additions: -None Mods: -Altered the defineChildsForNode method to set the childsDefined boolean in the parmDBnode to true to prevent infinite loops -modified the constructor for child treenodes to include the full name in the TreeNode.name variable.
-
pompert authored
Additions: -None Mods: -Altered the getPanels and isKey methods to check if a given key is present in the front of the treenode name being passed to it.
-
pompert authored
Additions: -None Mods: -Altered the changeTreeSelection to accept TreeNodes instead of jOTDBnodes. Since all TreeNodes carry getNames() and isLeaf() methods, it is possible to do this generically.
-
Arthur Coolen authored
placeholder for OLAP configuration panel
-
Arthur Coolen authored
placeholder for Generic Observation setup panel
-
Arthur Coolen authored
added comment
-
Arthur Coolen authored
changed conform new interface
-
Arthur Coolen authored
Keeps track of pannels that should be dynamicly placed in a tab window in the browser, based upon the name (This should later ofcourse be obtained from the database...)
-
Arthur Coolen authored
Interface for panels that should be able to give to tabs in browsers in a dymanic way
-