1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2024-10-16 23:42:45 +02:00
Commit Graph

275 Commits

Author SHA1 Message Date
29b2ce599d Added history list saving and loading 2015-04-16 16:36:41 +02:00
59dce81607 Tweaked compressed file reading method signature 2015-04-16 16:36:04 +02:00
fdfd1c87e1 Fixed data storage not saving if the file didn't exist before 2015-04-15 23:00:26 +02:00
5f7a0df63d Moved exception logging to a static method 2015-04-15 22:52:58 +02:00
f2b3c2050f Disable hosting process for Release configuration 2015-04-15 22:44:14 +02:00
ebf33ac2aa Revert "Changed data storage change tracker to be a structure"
This reverts commit 57eefcb2f1.
2015-04-15 22:43:59 +02:00
57eefcb2f1 Changed data storage change tracker to be a structure 2015-04-15 20:53:10 +02:00
38f2fd7401 Fixed backup screwing up in folders with non-backed up entries 2015-04-15 20:49:30 +02:00
2d9af99808 Fixed binding errors in title bar buttons 2015-04-15 19:00:04 +02:00
c24f58ee01 Fixed current directory when running via explorer integration 2015-04-15 18:51:42 +02:00
c7a66e50db Fixed solution data 2015-04-15 18:45:09 +02:00
e3b02d1cd1 Optimize data storage by disabling saving if not needed 2015-04-15 18:32:09 +02:00
8b8d825f00 Added a runshell and runcompat project configurations 2015-04-15 18:24:33 +02:00
1515b4f3a0 Added gzip compression into FileUtils 2015-04-14 21:20:38 +02:00
6b103b33a2 Serialization of history entries 2015-04-14 00:03:52 +02:00
99bff319ec Canceling new location will now remove it from the list 2015-04-13 23:48:21 +02:00
91bcaaf917 Added an empty history entry class 2015-04-13 23:17:11 +02:00
b02ab9b417 Changed Data Storage to use FileUtils and made coll change tracking shorter 2015-04-13 23:16:57 +02:00
5cbe7da116 Added FileUtils for writing and reading files 2015-04-13 23:14:36 +02:00
5349b4d05f Moved DataStorage and ExplorerIntegration into Data namespace 2015-04-13 22:58:52 +02:00
0f6b05fa24 Added inactive language selection, tweaked settings layout 2015-04-13 20:59:06 +02:00
413c800ad6 Fixed canceled page switch changing the active menu btn 2015-04-13 20:42:30 +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
6489bddfd9 Added first setting + buttons to the page 2015-04-13 20:37:30 +02:00
92861ea03e Message boxes use main window to stay in front 2015-04-13 17:30:36 +02:00
ab8dfb3d07 Removed unnecessary style from Home 2015-04-13 17:28:18 +02:00
25b4fcf670 Added a page switch handler 2015-04-13 17:28:11 +02:00
ac17dbe561 Added a Drag&Drop guide to home page 2015-04-13 16:00:47 +02:00
82f6730daf Windows version name is cached 2015-04-13 15:34:55 +02:00
8814451d71 Marked Vista as not fully compatible, added a warning to context menu guide 2015-04-13 15:34:44 +02:00
857e2d0b8b Added compatibility layer for Win XP/Vista 2015-04-13 15:32:29 +02:00
d65a96135d Disable frame history to optimize RAM usage 2015-04-13 15:06:34 +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
0b2cd0859e Fixed Backup Report window crashing (unknown template) 2015-04-12 23:04:03 +02:00
7dd04a24c4 Added backup and cancel buttons to Drop window and fixed page NPE 2015-04-10 19:25:28 +02:00
4d387c8f9c Added multi-value args and fixed runtime arguments 2015-04-10 19:25:07 +02:00
07264bc23d Move the ignore field, thanks VS for NOT telling me I'm doing it wrong ffs 2015-04-10 18:50:30 +02:00
c65973bb3f Moved Explorer Integration to location IDs instead of text 2015-04-10 18:33:21 +02:00
10265fb501 Added IPageShowData call ignore object 2015-04-10 18:32:31 +02:00
8793f43eda Made data storage partial 2015-04-10 18:31:54 +02:00
4ca77964ac Fixed Backup location list scrollbar interfering with item dragging 2015-04-10 17:31:46 +02:00
849a2131a5 Fixed scrollbar height 2015-04-10 15:39:01 +02:00
812eef9f2f Moved the ScrollViewer template to a style 2015-04-10 15:20:49 +02:00
114bd2ec9e Added a Drag&Drop overlay to main window 2015-04-09 21:26:56 +02:00
0d1ec9bd66 Added a (currently non-functional) window for Drag&Drop 2015-04-09 21:26:39 +02:00
f660b3c6df Renamed Backup pages 2015-04-09 20:35:54 +02:00
0e9e1f2611 Added Drag&Drop events 2015-04-09 20:33:09 +02:00
e4191482e6 Do not compile/use SimpleStyles.xaml 2015-04-08 19:46:21 +02:00