Skip to content
Snippets Groups Projects
  1. May 24, 2006
    • wierenga's avatar
      BugID: 646 · 5c5205ce
      wierenga authored
      Implemented new defintion and behaviour of RegisterState states.
      5c5205ce
    • wierenga's avatar
      bugid:726 · a1effc68
      wierenga authored
      Add new images. These run at 196 MHz.
      a1effc68
  2. May 23, 2006
    • John Romein's avatar
      BugID: 225 · 6a6f11a3
      John Romein authored
      Removed Observation.ChanWidth, which can be derived from Observation.SampleRate
      and Observation.NChannels.
      6a6f11a3
    • pompert's avatar
      BugID: 701 · afac7b91
      pompert authored
      Additions:
      -None
      Mods:
      -Updated javadoc
      afac7b91
    • pompert's avatar
      BugID: 701 · 12d7195d
      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[].
      12d7195d
    • pompert's avatar
      BugID: 701 · 895d2784
      pompert authored
      Additions:
      -None
      Mods:
      -Modified the retrieveData method to accept an Object instead of a String[]
      895d2784
    • pompert's avatar
      BugID: 725 · ef4f2f3f
      pompert authored
      Additions:
      -None
      Mods:
      -Modified the setContent argument as the caller now passes on a UserObject of a TreeNode instead of the TreeNode.
      ef4f2f3f
    • pompert's avatar
      725 · 22a06cd7
      pompert authored
      Additions:
      -None
      Mods:
      -Modified the setNewRootNode argument from String[] to Object to support more possible types of user arguments
      22a06cd7
    • pompert's avatar
      725 · 388ac3a2
      pompert authored
      Additions:
      -None
      Mods:
      -Modified the getRootNode argument from String[] to Object to support more possible types of user arguments
      388ac3a2
    • Arthur Coolen's avatar
      BugID: 604 · a1e7cc97
      Arthur Coolen authored
      PopupMenu added
      all changed conform dynamic panels
      panelhelper made singleton
      a1e7cc97
    • Ger van Diepen's avatar
      BugID: 699 · 17b64a6c
      Ger van Diepen authored
      Make its output correct if run without log4cplus
      17b64a6c
    • Ger van Diepen's avatar
      BugId: 711 · bbc33652
      Ger van Diepen authored
      Fixed problems found while running test programs.
      Added a few tests.
      bbc33652
  3. May 22, 2006
    • John Romein's avatar
      BugID: 225 · 9811772c
      John Romein authored
      protect TH_MPI:: calls with #ifdef HAVE_MPI
      9811772c
    • pompert's avatar
      BugID: 725 · 643659cb
      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.
      643659cb
    • pompert's avatar
      BugID: 725 · 9e6cac81
      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.
      9e6cac81
    • pompert's avatar
      BugID: 725 · 12e065c5
      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.
      12e065c5
    • pompert's avatar
      BugID: 725 · 3f70bc17
      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.
      3f70bc17
    • Arthur Coolen's avatar
      BugID: 604 · fd5b245d
      Arthur Coolen authored
      placeholder for OLAP configuration panel
      fd5b245d
    • Arthur Coolen's avatar
      BugID: 604 · 7ab77e18
      Arthur Coolen authored
      placeholder for Generic Observation setup panel
      7ab77e18
    • Arthur Coolen's avatar
      BugID: 604 · 1640e5f9
      Arthur Coolen authored
      added comment
      1640e5f9
    • Arthur Coolen's avatar
      BugID: 604 · 0809d918
      Arthur Coolen authored
      changed conform new interface
      0809d918
    • Arthur Coolen's avatar
      BugID: 604 · 99186ba2
      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...)
      99186ba2
    • Arthur Coolen's avatar
      BugID: 604 · 9d6a1776
      Arthur Coolen authored
      Interface for panels that should be able to give to tabs in browsers in a dymanic way
      9d6a1776
    • Arthur Coolen's avatar
      BugID: 604 · dbc046d5
      Arthur Coolen authored
      resolved conflicts after TreeChanges.
      dbc046d5
    • Arthur Coolen's avatar
      BugID: 604 · 056d088b
      Arthur Coolen authored
      resolved conflicts after TreeChanges. Added dynamic filling of tabs
      056d088b
  4. May 20, 2006
    • John Romein's avatar
      BugID: 225 · ae1906ec
      John Romein authored
      Fixed bug in computation of actual subband number.
      ae1906ec
    • John Romein's avatar
      BugID: 225 · 19aeebcc
      John Romein authored
      NrValidSamplesPerIntegration is now always unsigned short, as specified in
      DH_Visibilities.
      19aeebcc
  5. May 19, 2006
    • John Romein's avatar
      BugID: 225 · 1062e8cd
      John Romein authored
      Use round-robin selectors and limit the number of concurrent communications
      1062e8cd
    • pompert's avatar
      701 · 873a7518
      pompert authored
      Additions:
      -None
      Mods:
      -Fix small bug that fired the node insertion event prior to the actual addition
      873a7518
    • pompert's avatar
      701 · 0022d3f3
      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.
      0022d3f3
    • pompert's avatar
      701 · cc528f22
      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...
      cc528f22
    • pompert's avatar
      701 · 4d56b3ec
      pompert authored
      Additions:
      -TreeNode now uses a TreeManager to determine its children and name and so on.
      4d56b3ec
    • pompert's avatar
      701 · 5cca6298
      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
      5cca6298
    • John Romein's avatar
      BugID: 225 · b0166aa8
      John Romein authored
      added i4complex support
      b0166aa8
  6. May 18, 2006
    • Ruud Overeem's avatar
      BugID: 664 · f8f35ae7
      Ruud Overeem authored
      Showing only trees with stoptime > now().
      f8f35ae7
    • pompert's avatar
      BugID: 701 · 498cdae4
      pompert authored
      Additions:
      - None
      Mods:
      - Minor layout tweaks to plot panel
      498cdae4
    • pompert's avatar
      701 · 61eae180
      pompert authored
      Additions:
      - None
      Mods:
      - getStaticOTDBrmi calls > getOTDBrmi (it is static now as well)
      61eae180
    • pompert's avatar
      701 · 22a53f43
      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
      22a53f43
    • pompert's avatar
      BugID: 701 · 5c41d69e
      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.
      5c41d69e
    • pompert's avatar
      BugID: 701 · 9e2055eb
      pompert authored
      Additions:
      - None
      Mods:
      - Modified the Dataset value collection to LinkedList to pass on data in the same order as they were added.
      9e2055eb
Loading