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

111 Commits

Author SHA1 Message Date
e9de3f93fa Fixed inconsistencies with report data using constants 2015-04-19 22:54:13 +02:00
91bcf144db Added more settings (close time & history saving) 2015-04-19 13:32:05 +02:00
6c09edff86 Fixed Settings UI not updating 2015-04-18 17:58:41 +02:00
1e2e90243a Removed aliased edge mode in Settings screen 2015-04-18 17:50:37 +02:00
d71b7f02f3 Fixed Settings save and reset 2015-04-18 17:43:59 +02:00
28f3ef8d9d Fixed Settings screen bound to wrong data 2015-04-18 17:43:48 +02:00
6ed4ff64c4 Moved the entire settings system to a custom class 2015-04-18 16:51:10 +02:00
524177be37 Added GroupBox template 2015-04-18 11:28:03 +02:00
caaec547a5 Basic Settings page layout with some options 2015-04-17 23:30:09 +02:00
31f5013595 Changed the Show advanced settings checkbox into an expander 2015-04-17 23:29:53 +02:00
d7b960883e Fixed History page width being fixed 2015-04-17 18:05:28 +02:00
8faeae0098 Added file/folder counts to the History page 2015-04-17 18:01:39 +02:00
58e564e9dc Added double-clicking history entries 2015-04-17 17:47:51 +02:00
bb5edb2650 Added datetime to History page with custom format 2015-04-17 17:38:13 +02:00
df05265bab Added history entry deletion 2015-04-16 20:00:51 +02:00
4ccf241a11 Added a basic History page with updated report window 2015-04-16 19:23:46 +02:00
fdfd1c87e1 Fixed data storage not saving if the file didn't exist before 2015-04-15 23:00:26 +02:00
99bff319ec Canceling new location will now remove it from the list 2015-04-13 23:48:21 +02:00
b02ab9b417 Changed Data Storage to use FileUtils and made coll change tracking shorter 2015-04-13 23:16:57 +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
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
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
7dd04a24c4 Added backup and cancel buttons to Drop window and fixed page NPE 2015-04-10 19:25:28 +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
10265fb501 Added IPageShowData call ignore object 2015-04-10 18:32:31 +02:00
4ca77964ac Fixed Backup location list scrollbar interfering with item dragging 2015-04-10 17:31:46 +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
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
95a162f386 Fixed Home page image rendering 2015-04-07 22:59:39 +02:00
272a038604 Added a Home and Settings page with basic information 2015-04-07 18:29:24 +02:00
9913d51b38 Disallowed empty location name 2015-04-05 21:22:31 +02:00
8ff2136e10 Set directory textbox to invalid state if the content is invalid 2015-04-05 18:53:04 +02:00
57d9b355b5 Test commit to make sure the github client actually works >.> 2015-04-05 18:22:01 +02:00
chylex
f771dfb9a5 Fixed locs not saving after editing 2015-04-05 13:08:25 +02:00
chylex
b8e8b6111a Added a red button and slight tint to normal state 2015-04-05 13:02:32 +02:00
chylex
04eec9239b Made the text slightly darker 2015-04-05 02:45:09 +02:00
chylex
fdfcaae02d Added handling for invalid directories 2015-04-05 01:12:19 +02:00
chylex
0eadbfc40a Added Windows Explorer integration 2015-04-05 00:49:50 +02:00
chylex
0f2dbe84e2 Added directory selection dialog to editing page 2015-04-04 23:34:02 +02:00
chylex
820f2f4183 Added advanced options checkbox to editing page + larger buttons 2015-04-04 22:58:40 +02:00
chylex
53e6f49955 Fixed Backup Locations page not updating after edit 2015-04-04 22:05:35 +02:00
chylex
16abb2082f Added Save & Cancel to the editing page 2015-04-04 22:04:53 +02:00
chylex
6892826047 Added Backup Location editing page 2015-04-04 21:51:35 +02:00
chylex
c47e033725 Updated About page to use the resource 2015-04-04 21:50:53 +02:00
chylex
cb2d15bc71 Added interface for passing data to pages 2015-04-04 21:49:40 +02:00
chylex
fd48fc0356 Connected Backup Location list with new data storage 2015-04-04 19:14:13 +02:00
chylex
c084b5adee Moved ListView design into App resources 2015-04-04 19:13:57 +02:00
chylex
55477a16ca Work on Backup Location screen (list colors, padding, drag corrections) 2015-04-04 18:37:28 +02:00
chylex
cb72ab3def Fix drag&drop when holding modifier keys + moving across multiple rows 2015-04-04 15:21:29 +02:00
chylex
f560a80702 Backup Location drag&drop 2015-04-04 14:46:39 +02:00
chylex
4af0622d22 Added basic Backup Location page 2015-04-04 00:20:58 +02:00
chylex
52e4358179 Added page dimensions into app resources 2015-04-03 20:41:50 +02:00
chylex
0b0cc1eb5e Added a border around the window 2015-04-03 20:07:51 +02:00
chylex
2cef6f8bb5 About page with win version detection 2015-04-03 14:21:10 +02:00