- May 24, 2006
- 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
-
Arthur Coolen authored
resolved conflicts after TreeChanges.
-
Arthur Coolen authored
resolved conflicts after TreeChanges. Added dynamic filling of tabs
-
- May 20, 2006
-
-
John Romein authored
Fixed bug in computation of actual subband number.
-
John Romein authored
NrValidSamplesPerIntegration is now always unsigned short, as specified in DH_Visibilities.
-
- May 19, 2006
-
-
John Romein authored
Use round-robin selectors and limit the number of concurrent communications
-
pompert authored
Additions: -None Mods: -Fix small bug that fired the node insertion event prior to the actual addition
-
pompert authored
Additions: -None Mods: -Made every panel in the OTB use the proper TreeManager class, and in the VIC tree the ParmDB tree is added manually using the new listener structure in the OTDBNodeTreeManager.
-
pompert authored
Removals: -TreeNode now uses a ITreeManager to determine its children and name and so on. TreeManager no longer needed as a seperate package deals with the data source specific stuff...
-
pompert authored
Additions: -TreeNode now uses a TreeManager to determine its children and name and so on.
-
pompert authored
Additions: -All new structure that allows a (sub)tree to be managed on a subsystem basis, like OTDB, ParmDB, etc. -Generic Tree Manager that allows for Tree Model events to be passed on to anyone interested to alter the contents of the tree they want. -ITreeManager that specifies the methods needed by every node in a tree to determine their children, name, etc
-
John Romein authored
added i4complex support
-
- May 18, 2006
-
-
Ruud Overeem authored
Showing only trees with stoptime > now().
-
pompert authored
Additions: - None Mods: - Minor layout tweaks to plot panel
-
pompert authored
Additions: - None Mods: - getStaticOTDBrmi calls > getOTDBrmi (it is static now as well)
-
pompert authored
Additions: - None Mods: - Made the getOTDBrmi method pass on the static connection to OTDB, instead of a potentially dangerous non-static version of it. Removals: -getStaticOTDBrmi no longer necessary
-
pompert authored
Additions: - None Mods: - Modified the Dataset value collection to LinkedList to set data in the plot in the same order as they were added in the data access layer. - Significant better layout of the legend for line plots.
-
pompert authored
Additions: - None Mods: - Modified the Dataset value collection to LinkedList to pass on data in the same order as they were added.
-