OSDN Git Service

SimpleBackup Ver.1.0.0.181
authorTakayoshi Matsuyama <tkys0515@gmail.com>
Tue, 10 Mar 2015 14:09:49 +0000 (23:09 +0900)
committerTakayoshi Matsuyama <tkys0515@gmail.com>
Tue, 10 Mar 2015 14:09:49 +0000 (23:09 +0900)
commitc56e02826b32429bd5662064c8c66254772a03bf
tree318788c1d52893d721eb9387303400cd8ac0a612
parente9db8b2a5b1b0a7b2968610bcce236bdf516c673
SimpleBackup Ver.1.0.0.181
100 files changed:
Main/App.config [new file with mode: 0644]
Main/App.xaml [new file with mode: 0644]
Main/App.xaml.cs [new file with mode: 0644]
Main/Core/Models/BackupState.cs [new file with mode: 0644]
Main/Core/Models/IBackupInfo.cs [new file with mode: 0644]
Main/Core/Models/IBackupSetting.cs [new file with mode: 0644]
Main/Core/Models/IResultInfo.cs [new file with mode: 0644]
Main/Core/Models/ItemMovingDirection.cs [new file with mode: 0644]
Main/Core/Services/FileBackupProgressEventArgs.cs [new file with mode: 0644]
Main/Core/Services/IBackupService.cs [new file with mode: 0644]
Main/Core/Services/IBackupSettingService.cs [new file with mode: 0644]
Main/Core/Services/IClipboardService.cs [new file with mode: 0644]
Main/Core/Services/IUndoRedoService.cs [new file with mode: 0644]
Main/Core/Services/SettingFileEventArgs.cs [new file with mode: 0644]
Main/Core/Utilities/Constants.cs [new file with mode: 0644]
Main/Core/Utilities/HelperExtensions.cs [new file with mode: 0644]
Main/Core/Utilities/Helpers.cs [new file with mode: 0644]
Main/Core/Utilities/IdIndexPair.cs [new file with mode: 0644]
Main/Core/Utilities/PropertyChangeNotificationBase.cs [new file with mode: 0644]
Main/Core/ViewModels/BackupInfoPathType.cs [new file with mode: 0644]
Main/Core/ViewModels/FocusOnGridRowEventArgs.cs [new file with mode: 0644]
Main/Core/ViewModels/IMainWindowViewModel.cs [new file with mode: 0644]
Main/Core/Views/ExDataGridSelectedFirstCellItemChangedEventArgs.cs [new file with mode: 0644]
Main/Core/Views/IMainWindow.cs [new file with mode: 0644]
Main/Core/Views/RelayCommand.cs [new file with mode: 0644]
Main/Documents/HelpDocument.docx [new file with mode: 0644]
Main/Documents/HelpDocument.pdf [new file with mode: 0644]
Main/Lib/Expression/Blend/.NETFramework/v4.5/Libraries/System.Windows.Interactivity.dll [new file with mode: 0644]
Main/Models/BackupInfo.cs [new file with mode: 0644]
Main/Models/BackupSetting.cs [new file with mode: 0644]
Main/Models/BackupSourceType.cs [new file with mode: 0644]
Main/Models/DestinationPathInfo.cs [new file with mode: 0644]
Main/Models/ModelHelper.cs [new file with mode: 0644]
Main/Models/ResultInfo.cs [new file with mode: 0644]
Main/Properties/AssemblyInfo.cs [new file with mode: 0644]
Main/Properties/Resources.Designer.cs [new file with mode: 0644]
Main/Properties/Resources.resx [new file with mode: 0644]
Main/Properties/Settings.Designer.cs [new file with mode: 0644]
Main/Properties/Settings.settings [new file with mode: 0644]
Main/Resources/Images/Activity_16xLG.png [new file with mode: 0644]
Main/Resources/Images/AddVariable_5541.png [new file with mode: 0644]
Main/Resources/Images/ApplicationIcon.ico [new file with mode: 0644]
Main/Resources/Images/Arrow_RedoRetry_16xLG.png [new file with mode: 0644]
Main/Resources/Images/Arrow_UndoRevertRestore_16xLG.png [new file with mode: 0644]
Main/Resources/Images/Copy_6524.png [new file with mode: 0644]
Main/Resources/Images/Cut_6523.png [new file with mode: 0644]
Main/Resources/Images/Delete_black_32x32.png [new file with mode: 0644]
Main/Resources/Images/FileGroup_10135_32x.png [new file with mode: 0644]
Main/Resources/Images/NewFile_6276.png [new file with mode: 0644]
Main/Resources/Images/Open_6529.png [new file with mode: 0644]
Main/Resources/Images/Paste_6520.png [new file with mode: 0644]
Main/Resources/Images/Print_11009.png [new file with mode: 0644]
Main/Resources/Images/StatusAnnotations_Complete_and_ok_32xLG_color.png [new file with mode: 0644]
Main/Resources/Images/StatusAnnotations_Critical_32xLG_color.png [new file with mode: 0644]
Main/Resources/Images/Symbols_Complete_and_ok_32xLG.png [new file with mode: 0644]
Main/Resources/Images/Synchronize_16xLG.png [new file with mode: 0644]
Main/Resources/Images/Warning.png [new file with mode: 0644]
Main/Resources/Images/action_Cancel_16xLG.png [new file with mode: 0644]
Main/Resources/Images/arrow_Down_16xLG.png [new file with mode: 0644]
Main/Resources/Images/arrow_Up_16xLG.png [new file with mode: 0644]
Main/Resources/Images/arrow_all_run_16xLG.png [new file with mode: 0644]
Main/Resources/Images/arrow_run_16xLG.png [new file with mode: 0644]
Main/Resources/Images/document_32xLG.png [new file with mode: 0644]
Main/Resources/Images/flag_16xLG.png [new file with mode: 0644]
Main/Resources/Images/refresh_16xLG.png [new file with mode: 0644]
Main/Resources/Images/save_16xLG.png [new file with mode: 0644]
Main/Resources/Resources.Designer.cs [new file with mode: 0644]
Main/Resources/Resources.ja.resx [new file with mode: 0644]
Main/Resources/Resources.resx [new file with mode: 0644]
Main/Services/BackupService.cs [new file with mode: 0644]
Main/Services/BackupSettingService.cs [new file with mode: 0644]
Main/Services/ClipboardService.cs [new file with mode: 0644]
Main/Services/ResourceService.cs [new file with mode: 0644]
Main/Services/UndoRedoActionSet.cs [new file with mode: 0644]
Main/Services/UndoRedoService.cs [new file with mode: 0644]
Main/Settings.StyleCop [new file with mode: 0644]
Main/SimpleBackup.csproj [new file with mode: 0644]
Main/SimpleBackup.sln [new file with mode: 0644]
Main/SimpleBackupKey.snk [new file with mode: 0644]
Main/ViewModels/BackupInfoPasteInfo.cs [new file with mode: 0644]
Main/ViewModels/BackupInfoViewModel.cs [new file with mode: 0644]
Main/ViewModels/DataGridColumnHeaderBaseViewModel.cs [new file with mode: 0644]
Main/ViewModels/DestinationColumnHeaderViewModel.cs [new file with mode: 0644]
Main/ViewModels/EncodingInfoItemViewModel.cs [new file with mode: 0644]
Main/ViewModels/IndexBackupInfoViewModelPair.cs [new file with mode: 0644]
Main/ViewModels/IsZipArchiveColumnHeaderViewModel.cs [new file with mode: 0644]
Main/ViewModels/LabelColumnHeaderViewModel.cs [new file with mode: 0644]
Main/ViewModels/MainWindowViewModel.cs [new file with mode: 0644]
Main/ViewModels/PasteType.cs [new file with mode: 0644]
Main/ViewModels/ProgressViewModel.cs [new file with mode: 0644]
Main/ViewModels/SourceColumnHeaderViewModel.cs [new file with mode: 0644]
Main/Views/BackupSourceTypeToImageConverter.cs [new file with mode: 0644]
Main/Views/BackupStateToImageConverter.cs [new file with mode: 0644]
Main/Views/ExDataGrid.cs [new file with mode: 0644]
Main/Views/ExDataGridSelectedFirstCellItemBehavior.cs [new file with mode: 0644]
Main/Views/FileFolderDialog.cs [new file with mode: 0644]
Main/Views/MainWindow.xaml [new file with mode: 0644]
Main/Views/MainWindow.xaml.cs [new file with mode: 0644]
Main/Views/VersionInformationWindow.xaml [new file with mode: 0644]
Main/Views/VersionInformationWindow.xaml.cs [new file with mode: 0644]