- May 22, 2006
-
-
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.
-
pompert authored
Additions: - None Mods: - Modified the Dataset value collection to LinkedList to pass on data in the same order as they were retrieved from ParmDB
-
- May 17, 2006
-
-
pompert authored
Additions: -None Mods: -Improved tree for the ParmDB interface, now properly builds up a tree of unique labels. -Various GUI adjustments to try to make the Plot legend more robust.
-
pompert authored
Additions: -Several data set AxisTypes handling inserted, not yet fully working.
-
Oleg Smirnov authored
-
John Romein authored
Significantly improved speed of memory transposes for particular numbers of stations by reducing the number of cache conflicts.
-
- May 16, 2006
-
-
pompert authored
Changed calls to the jParmFacade to make it load the jParmFacade library in the last minute, so the OTB is usable without the library installed.
-
pompert authored
Adding necessary libraries to the OTB project
-
John Romein authored
Fixed several issues (phase shifting, test signal generation, ...) due to the fact that a second of integration time is not exactly a second of wall time.
-
pompert authored
modified the use of jparmfacade to when its needed instead of constructor
-
pompert authored
Additions: -Improved node structure to support more than just jOTDBnodes. All the tree building is now done in TreeManager, with the JTree node asking for every attribute to that TreeManager if the user walks through the tree. -Initial ParmDB plotter panel and interfaces in SharedVars Mods: -SharedVars is now containing additional static methods/variables that eliminate the need for OTDBrmi to be sent all through the package tree for usage.
-
Ger van Diepen authored
Added length to position for various tokens
-
zwart authored
initMPI check to see if MPI_Init has already been called. now finalize also checks to see if MPI has already been finalized
-
Ger van Diepen authored
Support for date/time in domain specification
-
zwart authored
Now InputSection also works in 1 process
-
zwart authored
Fixed small bug
-