Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
9bea7c8c
Commit
9bea7c8c
authored
Jun 14, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed Eclipse/VDT plug-in to just VDT plug-in
parent
95d1aad6
Changes
277
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
277 changed files
with
1462 additions
and
1122 deletions
+1462
-1122
LICENSE
LICENSE
+623
-289
about.html
about.html
+14
-8
Txt.java
src/com/elphel/vdt/Txt.java
+3
-3
VDT.java
src/com/elphel/vdt/VDT.java
+3
-3
VerilogUtils.java
src/com/elphel/vdt/VerilogUtils.java
+3
-3
Utils.java
src/com/elphel/vdt/core/Utils.java
+3
-3
ExternalToolLauncher.java
src/com/elphel/vdt/core/launching/ExternalToolLauncher.java
+3
-3
ExternalToolLauncherConfiguration.java
...vdt/core/launching/ExternalToolLauncherConfiguration.java
+3
-3
LaunchCore.java
src/com/elphel/vdt/core/launching/LaunchCore.java
+3
-3
RunningBuilds.java
src/com/elphel/vdt/core/launching/RunningBuilds.java
+3
-3
ToolLogFile.java
src/com/elphel/vdt/core/launching/ToolLogFile.java
+3
-3
VDTConsolePlayback.java
src/com/elphel/vdt/core/launching/VDTConsolePlayback.java
+3
-3
VDTConsoleRunner.java
src/com/elphel/vdt/core/launching/VDTConsoleRunner.java
+3
-3
VDTLaunchConfigurationDelegate.java
...el/vdt/core/launching/VDTLaunchConfigurationDelegate.java
+3
-3
VDTLaunchUtil.java
src/com/elphel/vdt/core/launching/VDTLaunchUtil.java
+3
-3
VDTProgramRunner.java
src/com/elphel/vdt/core/launching/VDTProgramRunner.java
+3
-3
VDTRunner.java
src/com/elphel/vdt/core/launching/VDTRunner.java
+3
-3
VDTRunnerConfiguration.java
...com/elphel/vdt/core/launching/VDTRunnerConfiguration.java
+3
-3
Option.java
src/com/elphel/vdt/core/options/Option.java
+3
-3
OptionsCore.java
src/com/elphel/vdt/core/options/OptionsCore.java
+3
-3
OptionsUtils.java
src/com/elphel/vdt/core/options/OptionsUtils.java
+3
-3
ParamBasedListOption.java
src/com/elphel/vdt/core/options/ParamBasedListOption.java
+3
-3
ParamBasedOption.java
src/com/elphel/vdt/core/options/ParamBasedOption.java
+3
-3
ValueBasedListOption.java
src/com/elphel/vdt/core/options/ValueBasedListOption.java
+3
-3
ValueBasedOption.java
src/com/elphel/vdt/core/options/ValueBasedOption.java
+3
-3
BooleanUtils.java
src/com/elphel/vdt/core/tools/BooleanUtils.java
+3
-3
Checks.java
src/com/elphel/vdt/core/tools/Checks.java
+3
-3
EntityUtils.java
src/com/elphel/vdt/core/tools/EntityUtils.java
+3
-3
Inheritable.java
src/com/elphel/vdt/core/tools/Inheritable.java
+3
-3
NamedEntity.java
src/com/elphel/vdt/core/tools/NamedEntity.java
+3
-3
ToolsCore.java
src/com/elphel/vdt/core/tools/ToolsCore.java
+3
-3
Updateable.java
src/com/elphel/vdt/core/tools/Updateable.java
+3
-3
Config.java
src/com/elphel/vdt/core/tools/config/Config.java
+3
-3
ConfigException.java
src/com/elphel/vdt/core/tools/config/ConfigException.java
+3
-3
AbstractConditionNodeReader.java
...dt/core/tools/config/xml/AbstractConditionNodeReader.java
+3
-3
CommandLinesNodeReader.java
...hel/vdt/core/tools/config/xml/CommandLinesNodeReader.java
+3
-3
ConditionNodeReader.java
...elphel/vdt/core/tools/config/xml/ConditionNodeReader.java
+3
-3
ConditionalStringsNodeReader.java
...t/core/tools/config/xml/ConditionalStringsNodeReader.java
+3
-3
ParamGroupNodeReader.java
...lphel/vdt/core/tools/config/xml/ParamGroupNodeReader.java
+3
-3
ParamNodeReader.java
...com/elphel/vdt/core/tools/config/xml/ParamNodeReader.java
+3
-3
XMLConfig.java
src/com/elphel/vdt/core/tools/config/xml/XMLConfig.java
+3
-3
BuildParamsItem.java
src/com/elphel/vdt/core/tools/contexts/BuildParamsItem.java
+3
-3
Context.java
src/com/elphel/vdt/core/tools/contexts/Context.java
+3
-3
ContextManager.java
src/com/elphel/vdt/core/tools/contexts/ContextManager.java
+3
-3
ContextWithoutCommandLine.java
...el/vdt/core/tools/contexts/ContextWithoutCommandLine.java
+3
-3
InstallationContext.java
...m/elphel/vdt/core/tools/contexts/InstallationContext.java
+3
-3
PackageContext.java
src/com/elphel/vdt/core/tools/contexts/PackageContext.java
+3
-3
ProjectContext.java
src/com/elphel/vdt/core/tools/contexts/ProjectContext.java
+3
-3
AbstractGenerator.java
...m/elphel/vdt/core/tools/generators/AbstractGenerator.java
+3
-3
BuildStampGenerator.java
...elphel/vdt/core/tools/generators/BuildStampGenerator.java
+3
-3
ChosenActionGenerator.java
...phel/vdt/core/tools/generators/ChosenActionGenerator.java
+3
-3
CurrentFileBaseGenerator.java
...l/vdt/core/tools/generators/CurrentFileBaseGenerator.java
+3
-3
CurrentFileGenerator.java
...lphel/vdt/core/tools/generators/CurrentFileGenerator.java
+3
-3
FileListGenerator.java
...m/elphel/vdt/core/tools/generators/FileListGenerator.java
+3
-3
FilteredSourceListGenerator.java
...dt/core/tools/generators/FilteredSourceListGenerator.java
+3
-3
OSNameGenerator.java
...com/elphel/vdt/core/tools/generators/OSNameGenerator.java
+3
-3
ParsersPathGenerator.java
...lphel/vdt/core/tools/generators/ParsersPathGenerator.java
+3
-3
ProjectNameGenerator.java
...lphel/vdt/core/tools/generators/ProjectNameGenerator.java
+3
-3
ProjectPathGenerator.java
...lphel/vdt/core/tools/generators/ProjectPathGenerator.java
+3
-3
SelectedFileGenerator.java
...phel/vdt/core/tools/generators/SelectedFileGenerator.java
+3
-3
SourceListGenerator.java
...elphel/vdt/core/tools/generators/SourceListGenerator.java
+3
-3
StateBaseGenerator.java
.../elphel/vdt/core/tools/generators/StateBaseGenerator.java
+3
-3
StateDirGenerator.java
...m/elphel/vdt/core/tools/generators/StateDirGenerator.java
+3
-3
StateFileGenerator.java
.../elphel/vdt/core/tools/generators/StateFileGenerator.java
+3
-3
StringsGenerator.java
...om/elphel/vdt/core/tools/generators/StringsGenerator.java
+3
-3
ToolNameGenerator.java
...m/elphel/vdt/core/tools/generators/ToolNameGenerator.java
+3
-3
TopModuleNameGenerator.java
...hel/vdt/core/tools/generators/TopModuleNameGenerator.java
+3
-3
TopModulesNameGenerator.java
...el/vdt/core/tools/generators/TopModulesNameGenerator.java
+3
-3
UserNameGenerator.java
...m/elphel/vdt/core/tools/generators/UserNameGenerator.java
+3
-3
ValueGenerator.java
src/com/elphel/vdt/core/tools/generators/ValueGenerator.java
+3
-3
ViewSelectedFileGenerator.java
.../vdt/core/tools/generators/ViewSelectedFileGenerator.java
+3
-3
DesignMenu.java
src/com/elphel/vdt/core/tools/menu/DesignMenu.java
+3
-3
DesignMenuItem.java
src/com/elphel/vdt/core/tools/menu/DesignMenuItem.java
+3
-3
DesignMenuManager.java
src/com/elphel/vdt/core/tools/menu/DesignMenuManager.java
+3
-3
DesignMenuToolItem.java
src/com/elphel/vdt/core/tools/menu/DesignMenuToolItem.java
+3
-3
CommandLinesBlock.java
src/com/elphel/vdt/core/tools/params/CommandLinesBlock.java
+3
-3
ContextInputDefinition.java
.../elphel/vdt/core/tools/params/ContextInputDefinition.java
+3
-3
ControlInterface.java
src/com/elphel/vdt/core/tools/params/ControlInterface.java
+3
-3
EntityUtilsMarkChildren.java
...elphel/vdt/core/tools/params/EntityUtilsMarkChildren.java
+3
-3
FormatProcessor.java
src/com/elphel/vdt/core/tools/params/FormatProcessor.java
+3
-3
ParamGroup.java
src/com/elphel/vdt/core/tools/params/ParamGroup.java
+3
-3
ParamUtils.java
src/com/elphel/vdt/core/tools/params/ParamUtils.java
+3
-3
Parameter.java
src/com/elphel/vdt/core/tools/params/Parameter.java
+3
-3
ParameterContainer.java
src/com/elphel/vdt/core/tools/params/ParameterContainer.java
+3
-3
Syntax.java
src/com/elphel/vdt/core/tools/params/Syntax.java
+3
-3
Tool.java
src/com/elphel/vdt/core/tools/params/Tool.java
+3
-3
ToolException.java
src/com/elphel/vdt/core/tools/params/ToolException.java
+3
-3
ToolSequence.java
src/com/elphel/vdt/core/tools/params/ToolSequence.java
+3
-3
TypeDef.java
src/com/elphel/vdt/core/tools/params/TypeDef.java
+3
-3
AbstractConditonValue.java
...t/core/tools/params/conditions/AbstractConditonValue.java
+3
-3
Comparison.java
...m/elphel/vdt/core/tools/params/conditions/Comparison.java
+3
-3
Condition.java
...om/elphel/vdt/core/tools/params/conditions/Condition.java
+3
-3
ConditionString.java
...hel/vdt/core/tools/params/conditions/ConditionString.java
+3
-3
ConditionUtils.java
...phel/vdt/core/tools/params/conditions/ConditionUtils.java
+3
-3
ConditionValue.java
...phel/vdt/core/tools/params/conditions/ConditionValue.java
+3
-3
ConditionalStringsList.java
.../core/tools/params/conditions/ConditionalStringsList.java
+3
-3
MultiConditionValue.java
...vdt/core/tools/params/conditions/MultiConditionValue.java
+3
-3
NamedConditionalStringsList.java
.../tools/params/conditions/NamedConditionalStringsList.java
+3
-3
ParseError.java
...m/elphel/vdt/core/tools/params/conditions/ParseError.java
+3
-3
StringComparison.java
...el/vdt/core/tools/params/conditions/StringComparison.java
+3
-3
StringConditionParser.java
...t/core/tools/params/conditions/StringConditionParser.java
+3
-3
UpdateableStringsContainer.java
...e/tools/params/conditions/UpdateableStringsContainer.java
+3
-3
ContextParamListRecognizer.java
.../tools/params/recognizers/ContextParamListRecognizer.java
+3
-3
ContextParamRecognizer.java
...core/tools/params/recognizers/ContextParamRecognizer.java
+3
-3
ContextParamRepeaterRecognizer.java
...ls/params/recognizers/ContextParamRepeaterRecognizer.java
+3
-3
DefaultListGeneratorRecognizer.java
...ls/params/recognizers/DefaultListGeneratorRecognizer.java
+3
-3
ParamFormatRecognizer.java
.../core/tools/params/recognizers/ParamFormatRecognizer.java
+3
-3
ParamRecognizer.java
...el/vdt/core/tools/params/recognizers/ParamRecognizer.java
+3
-3
ParamRepeaterRecognizer.java
...ore/tools/params/recognizers/ParamRepeaterRecognizer.java
+3
-3
Recognizer.java
.../elphel/vdt/core/tools/params/recognizers/Recognizer.java
+3
-3
RecognizerResult.java
...l/vdt/core/tools/params/recognizers/RecognizerResult.java
+3
-3
RepeaterRecognizer.java
...vdt/core/tools/params/recognizers/RepeaterRecognizer.java
+3
-3
SimpleGeneratorRecognizer.java
...e/tools/params/recognizers/SimpleGeneratorRecognizer.java
+3
-3
ToolParamRecognizer.java
...dt/core/tools/params/recognizers/ToolParamRecognizer.java
+3
-3
ParamType.java
src/com/elphel/vdt/core/tools/params/types/ParamType.java
+3
-3
ParamTypeBool.java
...com/elphel/vdt/core/tools/params/types/ParamTypeBool.java
+3
-3
ParamTypeEnum.java
...com/elphel/vdt/core/tools/params/types/ParamTypeEnum.java
+3
-3
ParamTypeNumber.java
...m/elphel/vdt/core/tools/params/types/ParamTypeNumber.java
+3
-3
ParamTypeString.java
...m/elphel/vdt/core/tools/params/types/ParamTypeString.java
+3
-3
RunFor.java
src/com/elphel/vdt/core/tools/params/types/RunFor.java
+3
-3
AdapterFactory.java
src/com/elphel/vdt/ui/AdapterFactory.java
+3
-3
MessageUI.java
src/com/elphel/vdt/ui/MessageUI.java
+3
-3
VDTPluginImages.java
src/com/elphel/vdt/ui/VDTPluginImages.java
+3
-3
DesignMenuSelectionDialog.java
src/com/elphel/vdt/ui/dialogs/DesignMenuSelectionDialog.java
+3
-3
DirListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/DirListPromptDialog.java
+3
-3
FileListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/FileListPromptDialog.java
+3
-3
ListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/ListPromptDialog.java
+3
-3
ListPromptModel.java
src/com/elphel/vdt/ui/dialogs/ListPromptModel.java
+3
-3
ListPromptViewer.java
src/com/elphel/vdt/ui/dialogs/ListPromptViewer.java
+3
-3
ModuleSelectionDialog.java
src/com/elphel/vdt/ui/dialogs/ModuleSelectionDialog.java
+3
-3
PackageLocationDialog.java
src/com/elphel/vdt/ui/dialogs/PackageLocationDialog.java
+3
-3
TextPromptDialog.java
src/com/elphel/vdt/ui/dialogs/TextPromptDialog.java
+3
-3
ToolLocationDialog.java
src/com/elphel/vdt/ui/dialogs/ToolLocationDialog.java
+3
-3
VDTErrorDialog.java
src/com/elphel/vdt/ui/dialogs/VDTErrorDialog.java
+3
-3
AbstractToolUITabGroup.java
src/com/elphel/vdt/ui/launching/AbstractToolUITabGroup.java
+3
-3
LaunchShortcut.java
src/com/elphel/vdt/ui/launching/LaunchShortcut.java
+3
-3
MyToolTabGroup.java
src/com/elphel/vdt/ui/launching/MyToolTabGroup.java
+3
-3
OpenVerilogToolsConfigurations.java
...phel/vdt/ui/launching/OpenVerilogToolsConfigurations.java
+3
-3
VDTLaunchMenuDelegate.java
src/com/elphel/vdt/ui/launching/VDTLaunchMenuDelegate.java
+3
-3
XilinxTool1TabGroup.java
src/com/elphel/vdt/ui/launching/XilinxTool1TabGroup.java
+3
-3
ContextOptionsDialog.java
src/com/elphel/vdt/ui/options/ContextOptionsDialog.java
+3
-3
ContextOptionsPage.java
src/com/elphel/vdt/ui/options/ContextOptionsPage.java
+3
-3
ContextPreferenceNode.java
src/com/elphel/vdt/ui/options/ContextPreferenceNode.java
+3
-3
FilteredFileSelector.java
src/com/elphel/vdt/ui/options/FilteredFileSelector.java
+3
-3
OptionsBlock.java
src/com/elphel/vdt/ui/options/OptionsBlock.java
+3
-3
PackageInstallNode.java
src/com/elphel/vdt/ui/options/PackageInstallNode.java
+3
-3
PackageInstallPage.java
src/com/elphel/vdt/ui/options/PackageInstallPage.java
+3
-3
SetupOptionsDialog.java
src/com/elphel/vdt/ui/options/SetupOptionsDialog.java
+3
-3
SetupOptionsManager.java
src/com/elphel/vdt/ui/options/SetupOptionsManager.java
+3
-3
ToolInstallNode.java
src/com/elphel/vdt/ui/options/ToolInstallNode.java
+3
-3
ToolInstallPage.java
src/com/elphel/vdt/ui/options/ToolInstallPage.java
+3
-3
BoolComponent.java
src/com/elphel/vdt/ui/options/component/BoolComponent.java
+3
-3
BrowseableField.java
src/com/elphel/vdt/ui/options/component/BrowseableField.java
+3
-3
ComboComponent.java
src/com/elphel/vdt/ui/options/component/ComboComponent.java
+3
-3
Component.java
src/com/elphel/vdt/ui/options/component/Component.java
+3
-3
DirComponent.java
src/com/elphel/vdt/ui/options/component/DirComponent.java
+3
-3
DirListComponent.java
...com/elphel/vdt/ui/options/component/DirListComponent.java
+3
-3
FileComponent.java
src/com/elphel/vdt/ui/options/component/FileComponent.java
+3
-3
FileListComponent.java
...om/elphel/vdt/ui/options/component/FileListComponent.java
+3
-3
GeneralComponent.java
...com/elphel/vdt/ui/options/component/GeneralComponent.java
+3
-3
LabelComponent.java
src/com/elphel/vdt/ui/options/component/LabelComponent.java
+3
-3
ListComponent.java
src/com/elphel/vdt/ui/options/component/ListComponent.java
+3
-3
ListPromptField.java
src/com/elphel/vdt/ui/options/component/ListPromptField.java
+3
-3
NumberComponent.java
src/com/elphel/vdt/ui/options/component/NumberComponent.java
+3
-3
StringListComponent.java
.../elphel/vdt/ui/options/component/StringListComponent.java
+3
-3
TextComponent.java
src/com/elphel/vdt/ui/options/component/TextComponent.java
+3
-3
LabelFieldEditor.java
...m/elphel/vdt/ui/options/fieldeditor/LabelFieldEditor.java
+3
-3
PackageLocationFieldEditor.java
...dt/ui/options/fieldeditor/PackageLocationFieldEditor.java
+3
-3
SpacerFieldEditor.java
.../elphel/vdt/ui/options/fieldeditor/SpacerFieldEditor.java
+3
-3
ToolLocationFieldEditor.java
...l/vdt/ui/options/fieldeditor/ToolLocationFieldEditor.java
+3
-3
IOption.java
src/com/elphel/vdt/ui/options/project/IOption.java
+3
-3
ListOption.java
src/com/elphel/vdt/ui/options/project/ListOption.java
+3
-3
Option.java
src/com/elphel/vdt/ui/options/project/Option.java
+3
-3
OptionsBlock.java
src/com/elphel/vdt/ui/options/project/OptionsBlock.java
+3
-3
XlinxOptionsBlock.java
src/com/elphel/vdt/ui/options/project/XlinxOptionsBlock.java
+3
-3
XlinxPropertyPage.java
src/com/elphel/vdt/ui/options/project/XlinxPropertyPage.java
+3
-3
LabelFieldEditor.java
src/com/elphel/vdt/ui/preferences/LabelFieldEditor.java
+3
-3
PreferenceConstants.java
src/com/elphel/vdt/ui/preferences/PreferenceConstants.java
+3
-3
PreferenceInitializer.java
src/com/elphel/vdt/ui/preferences/PreferenceInitializer.java
+3
-3
PreferencePage.java
src/com/elphel/vdt/ui/preferences/PreferencePage.java
+3
-3
ScrolledPageContent.java
src/com/elphel/vdt/ui/preferences/ScrolledPageContent.java
+3
-3
TabbedScrolledFieldEditorPreferencePage.java
.../preferences/TabbedScrolledFieldEditorPreferencePage.java
+3
-3
ToolLocationFieldEditor.java
...om/elphel/vdt/ui/preferences/ToolLocationFieldEditor.java
+3
-3
XilinxPathFieldEditor.java
src/com/elphel/vdt/ui/preferences/XilinxPathFieldEditor.java
+3
-3
LaunchConfigurationTab.java
src/com/elphel/vdt/ui/tools/LaunchConfigurationTab.java
+3
-3
ToolUI.java
src/com/elphel/vdt/ui/tools/ToolUI.java
+3
-3
ToolUIManager.java
src/com/elphel/vdt/ui/tools/ToolUIManager.java
+3
-3
AbstractTabComponent.java
src/com/elphel/vdt/ui/tools/params/AbstractTabComponent.java
+3
-3
BoolTabComponent.java
src/com/elphel/vdt/ui/tools/params/BoolTabComponent.java
+3
-3
DirTabComponent.java
src/com/elphel/vdt/ui/tools/params/DirTabComponent.java
+3
-3
FileTabComponent.java
src/com/elphel/vdt/ui/tools/params/FileTabComponent.java
+3
-3
ITabComponent.java
src/com/elphel/vdt/ui/tools/params/ITabComponent.java
+3
-3
ListTabComponent.java
src/com/elphel/vdt/ui/tools/params/ListTabComponent.java
+3
-3
NumberTabComponent.java
src/com/elphel/vdt/ui/tools/params/NumberTabComponent.java
+3
-3
TextTabComponent.java
src/com/elphel/vdt/ui/tools/params/TextTabComponent.java
+3
-3
PromptingResolver.java
src/com/elphel/vdt/ui/variables/PromptingResolver.java
+3
-3
SelectedResourceManager.java
src/com/elphel/vdt/ui/variables/SelectedResourceManager.java
+3
-3
VerilogPrompt.java
src/com/elphel/vdt/ui/variables/VerilogPrompt.java
+3
-3
VerilogResolver.java
src/com/elphel/vdt/ui/variables/VerilogResolver.java
+3
-3
ClearAction.java
src/com/elphel/vdt/ui/views/ClearAction.java
+3
-3
ClearContextAction.java
src/com/elphel/vdt/ui/views/ClearContextAction.java
+3
-3
ClearLocalContextAction.java
src/com/elphel/vdt/ui/views/ClearLocalContextAction.java
+3
-3
ClearLogFiles.java
src/com/elphel/vdt/ui/views/ClearLogFiles.java
+3
-3
ClearProjectStates.java
src/com/elphel/vdt/ui/views/ClearProjectStates.java
+3
-3
ClearStateFiles.java
src/com/elphel/vdt/ui/views/ClearStateFiles.java
+3
-3
ClearToolStates.java
src/com/elphel/vdt/ui/views/ClearToolStates.java
+3
-3
ConsoleView.java
src/com/elphel/vdt/ui/views/ConsoleView.java
+3
-3
ContextsAction.java
src/com/elphel/vdt/ui/views/ContextsAction.java
+3
-3
DesignFlowView.java
src/com/elphel/vdt/ui/views/DesignFlowView.java
+3
-3
DesignMenuModel.java
src/com/elphel/vdt/ui/views/DesignMenuModel.java
+3
-3
GlobalContextsAction.java
src/com/elphel/vdt/ui/views/GlobalContextsAction.java
+3
-3
LocalContextsAction.java
src/com/elphel/vdt/ui/views/LocalContextsAction.java
+3
-3
AbstractOpenWizardAction.java
src/com/elphel/vdt/ui/wizards/AbstractOpenWizardAction.java
+3
-3
AbstractModulePage.java
src/com/elphel/vdt/ui/wizards/module/AbstractModulePage.java
+3
-3
ModuleData.java
src/com/elphel/vdt/ui/wizards/module/ModuleData.java
+3
-3
ModulePort.java
src/com/elphel/vdt/ui/wizards/module/ModulePort.java
+3
-3
ModulePortList.java
src/com/elphel/vdt/ui/wizards/module/ModulePortList.java
+3
-3
ModulePortListViewer.java
...om/elphel/vdt/ui/wizards/module/ModulePortListViewer.java
+3
-3
NewModuleMainPage.java
src/com/elphel/vdt/ui/wizards/module/NewModuleMainPage.java
+3
-3
NewModuleOperation.java
src/com/elphel/vdt/ui/wizards/module/NewModuleOperation.java
+3
-3
NewModuleTemplatePage.java
...m/elphel/vdt/ui/wizards/module/NewModuleTemplatePage.java
+3
-3
NewModuleWizard.java
src/com/elphel/vdt/ui/wizards/module/NewModuleWizard.java
+3
-3
OpenNewModuleWizardAction.java
...phel/vdt/ui/wizards/module/OpenNewModuleWizardAction.java
+3
-3
AbstractProjectPage.java
...om/elphel/vdt/ui/wizards/project/AbstractProjectPage.java
+3
-3
NewProjectMainPage.java
...com/elphel/vdt/ui/wizards/project/NewProjectMainPage.java
+3
-3
NewProjectOperation.java
...om/elphel/vdt/ui/wizards/project/NewProjectOperation.java
+3
-3
NewProjectOptionsPage.java
.../elphel/vdt/ui/wizards/project/NewProjectOptionsPage.java
+3
-3
NewProjectWizard.java
src/com/elphel/vdt/ui/wizards/project/NewProjectWizard.java
+3
-3
OpenNewProjectWizardAction.java
...el/vdt/ui/wizards/project/OpenNewProjectWizardAction.java
+3
-3
ProjectData.java
src/com/elphel/vdt/ui/wizards/project/ProjectData.java
+3
-3
SWTutils.java
src/com/elphel/vdt/util/SWTutils.java
+3
-3
StringPair.java
src/com/elphel/vdt/util/StringPair.java
+3
-3
VerilogParseMultipass.java
src/com/elphel/vdt/util/VerilogParseMultipass.java
+3
-3
BasicInterface.xml
tools/BasicInterface.xml
+3
-3
DesignMenu.xml
tools/DesignMenu.xml
+3
-3
FPGA_project.xml
tools/FPGA_project.xml
+3
-3
Installation.xml
tools/Installation.xml
+3
-3
Remote.xml
tools/SimpleSamples/Remote.xml
+3
-3
Tools.xml
tools/SimpleSamples/Tools.xml
+3
-3
grep.xml
tools/SimpleSamples/grep.xml
+3
-3
CVer.xml.broken
tools/Verilog/CVer.xml.broken
+3
-3
IVerilog.xml
tools/Verilog/IVerilog.xml
+3
-3
ModelSIM.xml.broken
tools/Verilog/ModelSIM.xml.broken
+3
-3
XST.xml.broken
tools/Verilog/XST.xml.broken
+3
-3
ise_bitgen.xml
tools/Xilinx_ISE/ise_bitgen.xml
+3
-3
ise_interface.xml
tools/Xilinx_ISE/ise_interface.xml
+3
-3
ise_launch.xml
tools/Xilinx_ISE/ise_launch.xml
+3
-3
ise_map.xml
tools/Xilinx_ISE/ise_map.xml
+3
-3
ise_ngdbuild.xml
tools/Xilinx_ISE/ise_ngdbuild.xml
+3
-3
ise_par.xml
tools/Xilinx_ISE/ise_par.xml
+3
-3
ise_partgen.xml
tools/Xilinx_ISE/ise_partgen.xml
+3
-3
ise_proto.xml
tools/Xilinx_ISE/ise_proto.xml
+3
-3
ise_trace_map.xml
tools/Xilinx_ISE/ise_trace_map.xml
+3
-3
ise_trace_par.xml
tools/Xilinx_ISE/ise_trace_par.xml
+3
-3
ise_trace_proto.xml
tools/Xilinx_ISE/ise_trace_proto.xml
+3
-3
ise_unisims.xml
tools/Xilinx_ISE/ise_unisims.xml
+3
-3
ise_xst.xml
tools/Xilinx_ISE/ise_xst.xml
+3
-3
vivado_bitstream.xml
tools/Xilinx_Vivado/vivado_bitstream.xml
+3
-3
vivado_interface.xml
tools/Xilinx_Vivado/vivado_interface.xml
+3
-3
vivado_launch.xml
tools/Xilinx_Vivado/vivado_launch.xml
+3
-3
vivado_opt.xml
tools/Xilinx_Vivado/vivado_opt.xml
+3
-3
vivado_opt_phys.xml
tools/Xilinx_Vivado/vivado_opt_phys.xml
+3
-3
vivado_opt_place.xml
tools/Xilinx_Vivado/vivado_opt_place.xml
+3
-3
vivado_opt_power.xml
tools/Xilinx_Vivado/vivado_opt_power.xml
+3
-3
vivado_place.xml
tools/Xilinx_Vivado/vivado_place.xml
+3
-3
vivado_proto.xml
tools/Xilinx_Vivado/vivado_proto.xml
+3
-3
vivado_route.xml
tools/Xilinx_Vivado/vivado_route.xml
+3
-3
vivado_synthesis.xml
tools/Xilinx_Vivado/vivado_synthesis.xml
+3
-3
vivado_test.xml
tools/Xilinx_Vivado/vivado_test.xml
+3
-3
vivado_timing_implemented.xml
tools/Xilinx_Vivado/vivado_timing_implemented.xml
+3
-3
vivado_timing_proto.xml
tools/Xilinx_Vivado/vivado_timing_proto.xml
+3
-3
vivado_timing_summary_implemented.xml
tools/Xilinx_Vivado/vivado_timing_summary_implemented.xml
+3
-3
vivado_timing_summary_proto.xml
tools/Xilinx_Vivado/vivado_timing_summary_proto.xml
+3
-3
vivado_timing_summary_synthesis.xml
tools/Xilinx_Vivado/vivado_timing_summary_synthesis.xml
+3
-3
vivado_timing_synthesis.xml
tools/Xilinx_Vivado/vivado_timing_synthesis.xml
+3
-3
vivado_unisims.xml
tools/Xilinx_Vivado/vivado_unisims.xml
+3
-3
vdt_test.xml
tools/vdt_test.xml
+3
-3
No files found.
LICENSE
View file @
9bea7c8c
This diff is collapsed.
Click to expand it.
about.html
View file @
9bea7c8c
...
...
@@ -10,19 +10,25 @@
<h3>
License
</h3>
<p>
This program
is free software; you can redistribute it and/or modify
<p>
VDT plug-in
is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation
; either version 2
of the License, or
the Free Software Foundation
, either version 3
of the License, or
(at your option) any later version.
</p>
<p>
This program
is distributed in the hope that it will be useful,
<p>
VDT plug-in
is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
</p>
<p>
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</p>
along with this program. If not, see
<a
href=
"http://www.gnu.org/licenses/"
>
http://www.gnu.org/licenses/
</a>
.
</p>
<p>
Additional permission under GNU GPL version 3 section 7:
<br/>
If you modify this Program, or any covered work, by linking or combining it
with Eclipse or Eclipse plugins (or a modified version of those libraries),
containing parts covered by the terms of EPL/CPL, the licensors of this
Program grant you additional permission to convey the resulting work.
{Corresponding Source for a non-source form of such a combination shall
include the source code for the parts of Eclipse or Eclipse plugins used
as well as that of the covered work.}
</p>
</body>
</html>
\ No newline at end of file
</html>
src/com/elphel/vdt/Txt.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/VDT.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/VerilogUtils.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/Utils.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/ExternalToolLauncher.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/ExternalToolLauncherConfiguration.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/LaunchCore.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/RunningBuilds.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/ToolLogFile.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/VDTConsolePlayback.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/VDTConsoleRunner.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/VDTLaunchConfigurationDelegate.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/VDTLaunchUtil.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/VDTProgramRunner.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/VDTRunner.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/launching/VDTRunnerConfiguration.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/options/Option.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/options/OptionsCore.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/options/OptionsUtils.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/options/ParamBasedListOption.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/options/ParamBasedOption.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/options/ValueBasedListOption.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/options/ValueBasedOption.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/BooleanUtils.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/Checks.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/EntityUtils.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/Inheritable.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/NamedEntity.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/ToolsCore.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/Updateable.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/config/Config.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/config/ConfigException.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
...
...
src/com/elphel/vdt/core/tools/config/xml/AbstractConditionNodeReader.java
View file @
9bea7c8c
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* This file is a part of
Eclipse/
VDT plug-in.
*
Eclipse/
VDT plug-in is free software; you can redistribute it and/or modify
* This file is a part of VDT plug-in.
* VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
Eclipse/
VDT plug-in is distributed in the hope that it will be useful,
* VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the