1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2025-05-16 01:34:08 +02:00
Commit Graph

69 Commits

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