Commit Graph
13 Commits
Author SHA1 Message Date
Admin ce5ca3750f Added code to find any files that have been moved, basic but for the time being it seems to work well enough. 2020-12-29 23:54:04 -06:00
Admin d554a31051 Patched the rename detection function and had some debug output placed in the FileManager form. 2020-12-16 15:34:42 -06:00
Admin 95766b044f First attempt at finding duplicate files. For now, and possible ever, this process will be a 'best effort' approach, so there will be false positives but this will most likely remain the case for the life of this program. 2020-12-14 22:48:32 -06:00
Admin 06b586d635 Updated the FileManager to reflect more where I think I want to go when comparing snapshots. Added a first try at detecting file renames in the Snapshot object. 2020-12-11 17:32:28 -06:00
Admin 73ede9e367 Started work on a cleaner more focused file manager form. The form will only be used to diff profile group folders, other tasks will be reserved for future forms. 2020-12-09 19:09:34 -06:00
Admin f1a0a5966a Minor tweaks made to the FileViewer to report scanning information. 2020-12-08 14:46:06 -06:00
Admin 27aa247c36 Updated the ProfileManager so that users can change the FolderGroup's name (a very hacky job but it'll do). Hooked up the FileViewers 'Update Databse' button so new files can be commited to the database. 2020-12-07 19:11:05 -06:00
Admin 9f9fdac66a Fixed a duplication bug in the Snapshot Merge function. 2020-12-06 17:08:38 -06:00
Admin d758e42afb Added a function to allow a snapshot object to handle dealing with the diff on its own. 2020-12-05 17:00:08 -06:00
Admin 8a1be37434 Added the first stage of 'diffing' two snapshots. PrimaryFileTreeView now shows what files have been added, modified and deleted. 2020-12-05 16:22:57 -06:00
Admin 2d52886e87 Added some helper functions to make removing files and folders in a Snapshot object easier. 2020-12-03 20:28:24 -06:00
Admin 826d788d9f Introduced a concept of folder depth in the database code, and updated the Snapshot class to take advantage of it. Only working for a 'OneLevel' Folder Group type. 2020-11-18 00:41:17 -06:00
Admin cc3c87cb5d Added a new structor to help make getting file and folder information much easier. 2020-11-13 13:16:06 -06:00