Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
6133
for
branches
Timestamp:
05/05/11 13:40:54 (
14 years
ago)
Author:
gkronber
Message:
#1471
: imported generic parts of
DataImporter
from private code base
Location:
branches/HeuristicLab.DataImporter
Files:
245 added
Build.cmd
(added)
HeuristicLab.DataImporter
(added)
HeuristicLab.DataImporter.Backend.Csv
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvExporter.cs
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvExporterView.Designer.cs
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvExporterView.cs
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvExporterView.resx
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvImportCommand.cs
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvImporter.cs
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvImporterView.Designer.cs
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvImporterView.cs
(added)
HeuristicLab.DataImporter.Backend.Csv/CsvImporterView.resx
(added)
HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj
(added)
HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.snk
(added)
HeuristicLab.DataImporter.Backend.Csv/HeuristicLabDataImporterBackendCsvPlugin.cs.frame
(added)
HeuristicLab.DataImporter.Backend.Csv/Properties
(added)
HeuristicLab.DataImporter.Backend.Csv/Properties/AssemblyInfo.frame
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.snk
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLabDataImporterBackendHl2ImporterFormatPlugin.cs.frame
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2Exporter.cs
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2ExporterView.Designer.cs
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2ExporterView.cs
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2ExporterView.resx
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2Importer.cs
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2ImporterCommand.cs
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2ImporterView.Designer.cs
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2ImporterView.cs
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Hl2ImporterView.resx
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Properties
(added)
HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Properties/AssemblyInfo.frame
(added)
HeuristicLab.DataImporter.Command
(added)
HeuristicLab.DataImporter.Command/Aggregation
(added)
HeuristicLab.DataImporter.Command/Aggregation/AggregateCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMaxCommand.cs
(added)
HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMeanCommand.cs
(added)
HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMedianCommand.cs
(added)
HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMinCommand.cs
(added)
HeuristicLab.DataImporter.Command/Aggregation/AggregateWithSumCommand.cs
(added)
HeuristicLab.DataImporter.Command/Aggregation/DeleteRowsWithDuplicateKeyValuesCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewColumnCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewDateTimeColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewDoubleColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewProgrammableColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewStringColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/ChangeColumnCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/ChangeColumnToDateTimeColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/ChangeColumnToDoubleColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/ChangeColumnToStringColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/CreateTimeSeriesColumnsCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/SplitCategorialColumnCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeColumnGroup/SplitDictionaryStyleDataCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/AddNewColumnGroupCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/AlignColumnGroupsCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/DeleteColumnGroupCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/DeleteColumnsWithTooFewValuesCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/MergeColumnGroupsCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/MoveColumnGroupLeftCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/MoveColumnGroupRightCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeDataset/SplitColumnGroupCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues
(added)
HeuristicLab.DataImporter.Command/ChangeValues/BoxCoxTransformationCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/DeleteRowsWithGivenValueCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/FilterCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/FilterMovingAverageCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/FilterMovingMedianCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/FilterSavitzkyGolayCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/LinearTransformationCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/NormalDistributionScalingCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/ScalingBetweenMinAndMaxCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/SearchAndReplaceCommand.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/SearchCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/ChangeValues/SearchWithMatchOperationCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj
(added)
HeuristicLab.DataImporter.Command/HeuristicLab.snk
(added)
HeuristicLab.DataImporter.Command/MissingValues
(added)
HeuristicLab.DataImporter.Command/MissingValues/DeleteRowsWithMissingValuesCommand.cs
(added)
HeuristicLab.DataImporter.Command/MissingValues/FillMissingValueCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/MissingValues/FillMissingValuesWithLinearInterpolation.cs
(added)
HeuristicLab.DataImporter.Command/MissingValues/FillMissingValuesWithMeanCommand.cs
(added)
HeuristicLab.DataImporter.Command/MissingValues/FillMissingValuesWithMedianCommand.cs
(added)
HeuristicLab.DataImporter.Command/MissingValues/FillMissingValuesWithPreviousValuesCommand.cs
(added)
HeuristicLab.DataImporter.Command/Properties
(added)
HeuristicLab.DataImporter.Command/Properties/AssemblyInfo.frame
(added)
HeuristicLab.DataImporter.Command/TimeSeries
(added)
HeuristicLab.DataImporter.Command/TimeSeries/ChangeDateTimeColumnToDoubleColumn.cs
(added)
HeuristicLab.DataImporter.Command/TimeSeries/DeleteNotEquidistantRowsCommand.cs
(added)
HeuristicLab.DataImporter.Command/TimeSeries/EquidistantSamplingCommand.cs
(added)
HeuristicLab.DataImporter.Command/TimeSeries/EquidistantTimeSeriesCommandBase.cs
(added)
HeuristicLab.DataImporter.Command/TimeSeries/FuzzyLinkColumnGroupsCommand.cs
(added)
HeuristicLab.DataImporter.Command/TimeSeries/InterpolateMissingValues.cs
(added)
HeuristicLab.DataImporter.Command/TimeSeries/SetPartOfDateTimeCommand.cs
(added)
HeuristicLab.DataImporter.Command/View
(added)
HeuristicLab.DataImporter.Command/View/AggregationCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/AggregationCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/AggregationCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/BoxCoxTransformationCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/BoxCoxTransformationCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/BoxCoxTransformationCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/ChangeDateTimeCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/ChangeDateTimeCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/ChangeDateTimeCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/FilterCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/FilterCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/FilterCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/FilterSavitzkyGolayCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/FilterSavitzkyGolayCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/LinearTransformationCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/LinearTransformationCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/LinearTransformationCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/MinMaxCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/MinMaxCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/MinMaxCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/NormalDistribuationCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/NormalDistribuationCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/NormalDistribuationCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/ProgrammableColumnCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/ProgrammableColumnCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/ProgrammableColumnCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/SearchAndReplaceCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/SearchAndReplaceCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/SearchAndReplaceCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/SearchCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/SearchCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/SearchCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/SearchWithMatchOperationCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/SearchWithMatchOperationCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/SearchWithMatchOperationCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/ThresholdCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/ThresholdCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/ThresholdCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/TimeBasedCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/TimeBasedCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/TimeBasedCommandView.resx
(added)
HeuristicLab.DataImporter.Command/View/TimeBasedWithoutOffsetCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.Command/View/TimeBasedWithoutOffsetCommandView.cs
(added)
HeuristicLab.DataImporter.Command/View/TimeBasedWithoutOffsetCommandView.resx
(added)
HeuristicLab.DataImporter.Data
(added)
HeuristicLab.DataImporter.Data/Command
(added)
HeuristicLab.DataImporter.Data/Command/AddRowCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/ChangeValueCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/ChangeValuesToNullCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/DeleteColumnCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/DeleteRowsCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/InsertRowCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/PasteValuesCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/RenameColumnCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/RenameColumnGroupCommand.cs
(added)
HeuristicLab.DataImporter.Data/Command/SortCommand.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase
(added)
HeuristicLab.DataImporter.Data/CommandBase/ColumnCommandBase.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/ColumnGroupCommandBase.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/ColumnGroupCommandWithAffectedColumnsBase.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/CommandBase.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/CommandExecutionException.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/CommandViewBase.Designer.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/CommandViewBase.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/DataSetCommandBase.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/DataSetCommandWithAffectedColumnGroupsBase.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/ICommand.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/ICommandGenerator.cs
(added)
HeuristicLab.DataImporter.Data/CommandBase/ViewableCommandInfoAttribute.cs
(added)
HeuristicLab.DataImporter.Data/CommandChain.cs
(added)
HeuristicLab.DataImporter.Data/DataSetState.cs
(added)
HeuristicLab.DataImporter.Data/DateTimeSpan.cs
(added)
HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.csproj
(added)
HeuristicLab.DataImporter.Data/HeuristicLab.snk
(added)
HeuristicLab.DataImporter.Data/Model
(added)
HeuristicLab.DataImporter.Data/Model/ColumnBase.cs
(added)
HeuristicLab.DataImporter.Data/Model/ColumnGroup.cs
(added)
HeuristicLab.DataImporter.Data/Model/DataSet.cs
(added)
HeuristicLab.DataImporter.Data/Model/DateTimeColumn.cs
(added)
HeuristicLab.DataImporter.Data/Model/DoubleColumn.cs
(added)
HeuristicLab.DataImporter.Data/Model/DynamicValueList.cs
(added)
HeuristicLab.DataImporter.Data/Model/ProgrammableColumn.cs
(added)
HeuristicLab.DataImporter.Data/Model/StringColumn.cs
(added)
HeuristicLab.DataImporter.Data/Properties
(added)
HeuristicLab.DataImporter.Data/Properties/AssemblyInfo.frame
(added)
HeuristicLab.DataImporter.Data/View
(added)
HeuristicLab.DataImporter.Data/View/ColumnGroupView.Designer.cs
(added)
HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs
(added)
HeuristicLab.DataImporter.Data/View/ColumnGroupView.resx
(added)
HeuristicLab.DataImporter.Data/View/CommandListViewItem.cs
(added)
HeuristicLab.DataImporter.Data/View/CommandViewDialog.Designer.cs
(added)
HeuristicLab.DataImporter.Data/View/CommandViewDialog.cs
(added)
HeuristicLab.DataImporter.Data/View/CommandViewDialog.resx
(added)
HeuristicLab.DataImporter.Data/View/DataSetView.Designer.cs
(added)
HeuristicLab.DataImporter.Data/View/DataSetView.cs
(added)
HeuristicLab.DataImporter.Data/View/DataSetView.resx
(added)
HeuristicLab.DataImporter.DataProcessor
(added)
HeuristicLab.DataImporter.DataProcessor/Command
(added)
HeuristicLab.DataImporter.DataProcessor/Command/DataBaseCommandBase.cs
(added)
HeuristicLab.DataImporter.DataProcessor/Command/LoadColumnGroupWithSqlStringFromDBCommand.cs
(added)
HeuristicLab.DataImporter.DataProcessor/Command/LoadColumnGroupsFromDBCommand.cs
(added)
HeuristicLab.DataImporter.DataProcessor/Command/ReorderColumnsCommand.cs
(added)
HeuristicLab.DataImporter.DataProcessor/Command/SqlCommandView.Designer.cs
(added)
HeuristicLab.DataImporter.DataProcessor/Command/SqlCommandView.cs
(added)
HeuristicLab.DataImporter.DataProcessor/Command/SqlCommandView.resx
(added)
HeuristicLab.DataImporter.DataProcessor/DataProcessor.cs
(added)
HeuristicLab.DataImporter.DataProcessor/DataProcessorView.Designer.cs
(added)
HeuristicLab.DataImporter.DataProcessor/DataProcessorView.cs
(added)
HeuristicLab.DataImporter.DataProcessor/DataProcessorView.resx
(added)
HeuristicLab.DataImporter.DataProcessor/DbTablesView.Designer.cs
(added)
HeuristicLab.DataImporter.DataProcessor/DbTablesView.cs
(added)
HeuristicLab.DataImporter.DataProcessor/DbTablesView.resx
(added)
HeuristicLab.DataImporter.DataProcessor/ExportDialog.Designer.cs
(added)
HeuristicLab.DataImporter.DataProcessor/ExportDialog.cs
(added)
HeuristicLab.DataImporter.DataProcessor/ExportDialog.resx
(added)
HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj
(added)
HeuristicLab.DataImporter.DataProcessor/HeuristicLab.snk
(added)
HeuristicLab.DataImporter.DataProcessor/HeuristicLabDataImporterDataProcessorApplication.cs
(added)
HeuristicLab.DataImporter.DataProcessor/HeuristicLabDataImporterDataProcessorPlugin.cs.frame
(added)
HeuristicLab.DataImporter.DataProcessor/IExporter.cs
(added)
HeuristicLab.DataImporter.DataProcessor/IImporter.cs
(added)
HeuristicLab.DataImporter.DataProcessor/ImportDialog.Designer.cs
(added)
HeuristicLab.DataImporter.DataProcessor/ImportDialog.cs
(added)
HeuristicLab.DataImporter.DataProcessor/ImportDialog.resx
(added)
HeuristicLab.DataImporter.DataProcessor/ProgressDialog.Designer.cs
(added)
HeuristicLab.DataImporter.DataProcessor/ProgressDialog.cs
(added)
HeuristicLab.DataImporter.DataProcessor/ProgressDialog.resx
(added)
HeuristicLab.DataImporter.DataProcessor/Properties
(added)
HeuristicLab.DataImporter.DataProcessor/Properties/AssemblyInfo.frame
(added)
HeuristicLab.DataImporter.DataProcessor/Properties/DataSources
(added)
HeuristicLab.DataImporter.DataProcessor/Properties/DataSources/HeuristicLab.DataImporter.DbExplorer.Interfaces.DbColumn.datasource
(added)
HeuristicLab.DataImporter.DataProcessor/Properties/Resources.Designer.cs
(added)
HeuristicLab.DataImporter.DataProcessor/Properties/Resources.resx
(added)
HeuristicLab.DataImporter.DataProcessor/Resources
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/Edit_RedoHS.bmp
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/Edit_UndoHL.bmp
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/Edit_UndoHS.bmp
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/Edit_redoHL.bmp
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/OpenSelectedItemHS.BMP
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/RecordHS.bmp
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/SaveAllHS.bmp
(added)
HeuristicLab.DataImporter.DataProcessor/Resources/StopHS.bmp
(added)
HeuristicLab.DataImporter.DataProcessor/ToolStripCheckBox.cs
(added)
HeuristicLab.DataImporter.sln
(added)
HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj
(added)
HeuristicLab.DataImporter/Properties
(added)
HeuristicLab.DataImporter/Properties/AssemblyInfo.frame
(added)
HeuristicLab.DataImporter/UpdateLocalInstallation.cmd
(added)
PreBuildEvent.cmd
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive