1
0
Fork 0
Commit Graph

69 Commits

Author SHA1 Message Date
chylex 871f6873dc Fixed hidden files in destination root dir 2015-05-17 19:13:55 +02:00
chylex c837025c92 Profiled backup runner and optimized it a bit 2015-05-17 19:13:44 +02:00
chylex edd560d10e Added profiling to backup runner and tweaked debug logging 2015-05-17 15:17:36 +02:00
chylex 850ac74dbd Fixed hidden file search in backup runner 2015-05-17 15:16:58 +02:00
chylex 69c0ffec8b Reorganized and cleaned up Utils namespace 2015-05-17 00:53:43 +02:00
chylex b0388b4037 Added a caution icon with tooltip to bad Location directory, added double-clicking Location 2015-05-16 18:22:04 +02:00
chylex aecdcfc68f Properly tested history gen, removed the TODOs 2015-05-16 17:01:58 +02:00
chylex d0f718c157 Hopefully, probably, maybe fixed the entire IO for history gen and data storage 2015-05-16 16:57:35 +02:00
chylex 5f13a0bc9c Added a couple TODOs 2015-05-16 12:54:16 +02:00
chylex 25ec9fb832 Fixed history file being overwritten by multiple instances of the process 2015-05-16 00:24:13 +02:00
chylex 40d49179de Reworked history file saving to support multiple files at the same time 2015-05-16 00:21:58 +02:00
chylex 6b5d627205 Fixed lang file errors 2015-05-06 19:23:07 +02:00
chylex 2964326b26 Last code analysis tweaks 2015-05-04 20:33:17 +02:00
chylex 1040e693b4 Addressed code analysis again 2015-05-04 19:02:00 +02:00
chylex 11ed0f5940 Fixed invalid characters in history filenames not being handled 2015-05-01 15:34:19 +02:00
chylex 51d3e45586 Everything should be translateable now 2015-05-01 15:19:58 +02:00
chylex bf956de18e Added translation support for app errors and reports 2015-05-01 14:40:41 +02:00
chylex 80cf01319a Addressed some concerns by code analysis 2015-04-30 16:35:12 +02:00
chylex 9ebfc40810 Fix root entries when backing up drives 2015-04-29 23:55:01 +02:00
chylex f914bdf4d7 Added backup support for entire drives 2015-04-29 20:46:08 +02:00
chylex faf8180ee5 I forgot how structs work >.> 2015-04-27 00:41:34 +02:00
chylex 65ccb4cba4 Added a -noreport flag to program arguments 2015-04-27 00:30:33 +02:00
chylex 9ad72761d9 Actually properly fixed history entry limiter & moved it out 2015-04-21 23:43:06 +02:00
chylex 9b92dd75a4 Fixed history entry limiter directory 2015-04-21 23:29:25 +02:00
chylex f8fa87c981 Implemented history entry limiter 2015-04-21 23:09:55 +02:00
chylex 5cd6e4d460 Implemented date format setting 2015-04-20 21:30:19 +02:00
chylex 48b65ad997 Did some code analysis tips, removed app.config 2015-04-20 00:42:50 +02:00
chylex 9da97a4762 Tweaked HistoryEntry (renamed variables, invariant culture) 2015-04-20 00:05:34 +02:00
chylex e9de3f93fa Fixed inconsistencies with report data using constants 2015-04-19 22:54:13 +02:00
chylex 79f8101de3 Updated HistoryEntry to use number serialization 2015-04-19 13:31:12 +02:00
chylex 5534ad25bd Passing location name to the history generator 2015-04-17 17:37:12 +02:00
chylex 4ccf241a11 Added a basic History page with updated report window 2015-04-16 19:23:46 +02:00
chylex f255d70f84 Fixed history entry order 2015-04-16 19:22:25 +02:00
chylex fd7ca18cff Fixed backup report not adding new line to key=value pairs 2015-04-16 19:12:30 +02:00
chylex bad72a9e9b Made HistoryEntry xaml-friendly 2015-04-16 17:56:44 +02:00
chylex dc39b0df31 Added value search into backup report 2015-04-16 17:56:20 +02:00
chylex 725c7d65d9 Added a history generator 2015-04-16 17:56:11 +02:00
chylex ae442ba523 Added a key=value pair into backup reports 2015-04-16 17:00:08 +02:00
chylex 38f2fd7401 Fixed backup screwing up in folders with non-backed up entries 2015-04-15 20:49:30 +02:00
chylex 6b103b33a2 Serialization of history entries 2015-04-14 00:03:52 +02:00
chylex 91bcaaf917 Added an empty history entry class 2015-04-13 23:17:11 +02:00
chylex 5349b4d05f Moved DataStorage and ExplorerIntegration into Data namespace 2015-04-13 22:58:52 +02:00
chylex 3c6018372a Fixed ExplorerIntegration not removing the entire tree 2015-04-13 20:38:12 +02:00
chylex eff7fee850 Implemented the settings into Explorer Integration 2015-04-13 20:37:56 +02:00
chylex 857e2d0b8b Added compatibility layer for Win XP/Vista 2015-04-13 15:32:29 +02:00
chylex 4ef1942a6a Tweak report formatting and words 2015-04-12 23:05:03 +02:00
chylex 26ea4f90b1 Added run info class, multiple sources and debug report 2015-04-12 23:04:47 +02:00
chylex c65973bb3f Moved Explorer Integration to location IDs instead of text 2015-04-10 18:33:21 +02:00
chylex 8793f43eda Made data storage partial 2015-04-10 18:31:54 +02:00
chylex 0a3af2dff8 Code analysis cleanups #1
Disposing FileStreams and dialogs correctly
Added some parameter checking and fixed some parameter names
Added StringComparison and CultureInfo to string and date functions
Made StringDictionarySerializer static
2015-04-07 23:10:59 +02:00