1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2025-07-25 22:59:02 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
6ebe6729c8 Fixed compat and MainWindow load code 2015-05-06 20:22:24 +02:00
1040e693b4 Addressed code analysis again 2015-05-04 19:02:00 +02:00
78156c626d Fixed file drop on Home pages 2015-05-01 22:14:21 +02:00
9f496aad8c Disabled Frame shortcuts and sounds 2015-05-01 21:42:54 +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
92cd2d059e Made scheduled saving optional 2015-04-16 17:57:33 +02:00
e3b02d1cd1 Optimize data storage by disabling saving if not needed 2015-04-15 18:32:09 +02:00
5349b4d05f Moved DataStorage and ExplorerIntegration into Data namespace 2015-04-13 22:58:52 +02:00
413c800ad6 Fixed canceled page switch changing the active menu btn 2015-04-13 20:42:30 +02:00
25b4fcf670 Added a page switch handler 2015-04-13 17:28:11 +02:00
d65a96135d Disable frame history to optimize RAM usage 2015-04-13 15:06:34 +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
114bd2ec9e Added a Drag&Drop overlay to main window 2015-04-09 21:26:56 +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
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
10c8d1f8be Added AllowDrop to the main window and all pages 2015-04-07 23:00:15 +02:00
chylex
e42a7912c5 Added saving and loading of backup locs to DataStorage 2015-04-05 13:03:54 +02:00
chylex
0eadbfc40a Added Windows Explorer integration 2015-04-05 00:49:50 +02:00
chylex
cb2d15bc71 Added interface for passing data to pages 2015-04-04 21:49:40 +02:00
chylex
d333338e3f Fixed main menu buttons *still* changing state 2015-04-04 02:06:44 +02:00
chylex
02c3d7910f Added page frame and page manager 2015-04-03 14:21:09 +02:00
chylex
b273ca0f8d Initial commit - basic window and main menu design 2015-04-03 01:48:26 +02:00