OSDN Git Service

Ver.1.0.0.185 Task187 Interface based design
authorTakayoshi Matsuyama <tkys0515@gmail.com>
Wed, 1 Apr 2015 20:14:50 +0000 (05:14 +0900)
committerTakayoshi Matsuyama <tkys0515@gmail.com>
Thu, 2 Apr 2015 20:14:33 +0000 (05:14 +0900)
commitbf9605a7c39717f42961d2566428d676c6dc269f
tree0cbf280e77d72a8727a0b3c8495fd0dbd2d4f8a6
parent02408e6f87897ebc52ccc19fbc40b1a94e6afe35
Ver.1.0.0.185 Task187 Interface based design
131 files changed:
Main/App.config
Main/App.xaml
Main/App.xaml.cs
Main/Bootstrapper.cs [new file with mode: 0644]
Main/Documents/Screenshot.png [new file with mode: 0644]
Main/Properties/AssemblyInfo.cs
Main/Properties/Settings.Designer.cs
Main/Properties/Settings.settings
Main/SimpleBackup.Core/AppInfrastructure/IAppComponent.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/BackupSourceType.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/BackupState.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/IBackupInfo.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/IBackupSetting.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/IDestinationPathInfo.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/IModelFactory.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/IResultInfo.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Models/ItemMovingDirection.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ObjectContainer.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Services/FileBackupProgressEventArgs.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Services/IBackupService.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Services/IBackupSettingService.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Services/IClipboardService.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Services/ISettingsService.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Services/IUndoRedoService.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Services/SettingFileEventArgs.cs [new file with mode: 0644]
Main/SimpleBackup.Core/SimpleBackup.Core.csproj [new file with mode: 0644]
Main/SimpleBackup.Core/SimpleBackupKey.snk [new file with mode: 0644]
Main/SimpleBackup.Core/Utilities/Constants.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Utilities/HelperExtensions.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Utilities/Helpers.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Utilities/IdIndexPair.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Utilities/PropertyChangeNotificationBase.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/BackupInfoPathType.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/FocusOnGridRowEventArgs.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/IBackupInfoViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/IDestinationColumnHeaderViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/ILabelColumnHeaderViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/IMainWindowViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/ISourceColumnHeaderViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/IViewModelFactory.cs [new file with mode: 0644]
Main/SimpleBackup.Core/ViewModels/PasteType.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Views/ExDataGridSelectedFirstCellItemChangedEventArgs.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Views/IFileFolderDialog.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Views/IMainWindow.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Views/IVersionInformationWindow.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Views/IViewFactory.cs [new file with mode: 0644]
Main/SimpleBackup.Core/Views/RelayCommand.cs [new file with mode: 0644]
Main/SimpleBackup.Models/BackupInfo.cs [new file with mode: 0644]
Main/SimpleBackup.Models/BackupSetting.cs [new file with mode: 0644]
Main/SimpleBackup.Models/DestinationPathInfo.cs [new file with mode: 0644]
Main/SimpleBackup.Models/ModelComponent.cs [new file with mode: 0644]
Main/SimpleBackup.Models/ModelFactory.cs [new file with mode: 0644]
Main/SimpleBackup.Models/ResultInfo.cs [new file with mode: 0644]
Main/SimpleBackup.Models/SimpleBackup.Models.csproj [new file with mode: 0644]
Main/SimpleBackup.Models/SimpleBackupKey.snk [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Activity_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/AddVariable_5541.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/ApplicationIcon.ico [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Arrow_RedoRetry_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Arrow_UndoRevertRestore_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Copy_6524.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Cut_6523.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Delete_black_32x32.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/FileGroup_10135_32x.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/NewFile_6276.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Open_6529.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Paste_6520.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Print_11009.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/StatusAnnotations_Complete_and_ok_32xLG_color.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/StatusAnnotations_Critical_32xLG_color.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Symbols_Complete_and_ok_32xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Synchronize_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/Warning.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/action_Cancel_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/arrow_Down_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/arrow_Up_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/arrow_all_run_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/arrow_run_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/document_32xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/flag_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/refresh_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/Images/save_16xLG.png [new file with mode: 0644]
Main/SimpleBackup.Resources/ResourceHelper.cs [new file with mode: 0644]
Main/SimpleBackup.Resources/Resources.Designer.cs [new file with mode: 0644]
Main/SimpleBackup.Resources/Resources.ja.resx [new file with mode: 0644]
Main/SimpleBackup.Resources/Resources.resx [new file with mode: 0644]
Main/SimpleBackup.Resources/SimpleBackup.Resources.csproj [new file with mode: 0644]
Main/SimpleBackup.Resources/SimpleBackupKey.snk [new file with mode: 0644]
Main/SimpleBackup.Services/BackupService.cs [new file with mode: 0644]
Main/SimpleBackup.Services/BackupSettingService.cs [new file with mode: 0644]
Main/SimpleBackup.Services/ClipboardService.cs [new file with mode: 0644]
Main/SimpleBackup.Services/Properties/Settings.Designer.cs [new file with mode: 0644]
Main/SimpleBackup.Services/Properties/Settings.settings [new file with mode: 0644]
Main/SimpleBackup.Services/ServiceComponent.cs [new file with mode: 0644]
Main/SimpleBackup.Services/SettingsService.cs [new file with mode: 0644]
Main/SimpleBackup.Services/SimpleBackup.Services.csproj [new file with mode: 0644]
Main/SimpleBackup.Services/SimpleBackupKey.snk [new file with mode: 0644]
Main/SimpleBackup.Services/UndoRedoActionSet.cs [new file with mode: 0644]
Main/SimpleBackup.Services/UndoRedoService.cs [new file with mode: 0644]
Main/SimpleBackup.Services/app.config [new file with mode: 0644]
Main/SimpleBackup.ViewModels/BackupInfoPasteInfo.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/BackupInfoViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/DataGridColumnHeaderBaseViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/DestinationColumnHeaderViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/EncodingInfoItemViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/IndexBackupInfoViewModelPair.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/IsZipArchiveColumnHeaderViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/LabelColumnHeaderViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/MainWindowViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/ProgressViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/SimpleBackup.ViewModels.csproj [new file with mode: 0644]
Main/SimpleBackup.ViewModels/SimpleBackupKey.snk [new file with mode: 0644]
Main/SimpleBackup.ViewModels/SourceColumnHeaderViewModel.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/ViewModelComponent.cs [new file with mode: 0644]
Main/SimpleBackup.ViewModels/ViewModelFactory.cs [new file with mode: 0644]
Main/SimpleBackup.Views/BackupSourceTypeToImageConverter.cs [new file with mode: 0644]
Main/SimpleBackup.Views/BackupStateToImageConverter.cs [new file with mode: 0644]
Main/SimpleBackup.Views/ExDataGrid.cs [new file with mode: 0644]
Main/SimpleBackup.Views/ExDataGridSelectedFirstCellItemBehavior.cs [new file with mode: 0644]
Main/SimpleBackup.Views/FileFolderDialog.cs [new file with mode: 0644]
Main/SimpleBackup.Views/MainWindow.xaml [new file with mode: 0644]
Main/SimpleBackup.Views/MainWindow.xaml.cs [new file with mode: 0644]
Main/SimpleBackup.Views/SimpleBackup.Views.csproj [new file with mode: 0644]
Main/SimpleBackup.Views/SimpleBackupKey.snk [new file with mode: 0644]
Main/SimpleBackup.Views/VersionInformationWindow.xaml [new file with mode: 0644]
Main/SimpleBackup.Views/VersionInformationWindow.xaml.cs [new file with mode: 0644]
Main/SimpleBackup.Views/ViewComponent.cs [new file with mode: 0644]
Main/SimpleBackup.Views/ViewFactory.cs [new file with mode: 0644]
Main/SimpleBackup.csproj
Main/SimpleBackup.psess [new file with mode: 0644]
Main/SimpleBackup.sln