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
478c85a683 Settings screen clears page cache to refresh the data 2015-04-20 21:32:09 +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
db2c136e4f Fixed taskbar progress at 0% not showing up error indicator 2015-04-20 00:38:15 +02:00
9da97a4762 Tweaked HistoryEntry (renamed variables, invariant culture) 2015-04-20 00:05:34 +02:00
b97abda943 Tweaked window icon size 2015-04-19 23:26:09 +02:00
349c620aa5 Delayed Home page loading to improve perceived performance 2015-04-19 23:25:58 +02:00
162874ada8 Added a (temporary) splash screen 2015-04-19 23:22:46 +02:00
0993f24d56 Implemented the history saving with 0 entries setting 2015-04-19 22:54:26 +02:00
e9de3f93fa Fixed inconsistencies with report data using constants 2015-04-19 22:54:13 +02:00
f80a9eb23b Made the backup window minimized on start 2015-04-19 13:51:15 +02:00
22d97d82b2 Implemented window close timer setting 2015-04-19 13:50:52 +02:00
560cd66654 Fix current directory on app start 2015-04-19 13:50:29 +02:00
91bcf144db Added more settings (close time & history saving) 2015-04-19 13:32:05 +02:00
c47f37c37b Added DisplaySetting class for Settings screen 2015-04-19 13:31:35 +02:00
79f8101de3 Updated HistoryEntry to use number serialization 2015-04-19 13:31:12 +02:00
ac8c0822db Added Number Serialization class 2015-04-19 13:30:42 +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
375896fc29 Implemented saving and loading of settings 2015-04-18 17:44:09 +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
9e30cdc7bc Added an ObservableDictionary 2015-04-18 16:49:50 +02:00
161ef4c220 Added custom DateFormat 2015-04-18 16:49:41 +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
7238e458f7 Added the icon and title to the main window 2015-04-17 20:07:09 +02:00
cb233f6f6e Added an icon, will need to tweak lower resolutions 2015-04-17 19:55:26 +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
891f0f788b Shutdown the program if the main window closes 2015-04-17 17:50:01 +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
9e7a315182 Forgot a file to prev commit 2015-04-17 17:37:31 +02:00
5534ad25bd Passing location name to the history generator 2015-04-17 17:37:12 +02:00
df05265bab Added history entry deletion 2015-04-16 20:00:51 +02:00
67cf7f904c Fixed messagebox string order in backup window 2015-04-16 19:59:55 +02:00
4ccf241a11 Added a basic History page with updated report window 2015-04-16 19:23:46 +02:00
64a38265e5 Added history generating 2015-04-16 19:23:14 +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
8a15051194 Revert "Tweaked compressed file reading method signature"
This reverts commit 59dce81607.
2015-04-16 18:29:58 +02:00
66d3e2d5e2 Fixed collection change trackers saving scheduled without it enabled 2015-04-16 18:02:37 +02:00
92cd2d059e Made scheduled saving optional 2015-04-16 17:57:33 +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