1
0
Fork 0
Commit Graph

270 Commits

Author SHA1 Message Date
chylex 51d3e45586 Everything should be translateable now 2015-05-01 15:19:58 +02:00
chylex bf956de18e Added translation support for app errors and reports 2015-05-01 14:40:41 +02:00
chylex afdf935ab2 Finished translation support for Backup Edit screen 2015-04-30 18:51:47 +02:00
chylex eb0b5ab053 Work on translation support for Backup screens 2015-04-30 18:26:15 +02:00
chylex 80cf01319a Addressed some concerns by code analysis 2015-04-30 16:35:12 +02:00
chylex 0daa4b1633 And somehow I deleted data context 2015-04-30 13:35:26 +02:00
chylex ee562f1d0e Forgot to add the hint... 2015-04-30 13:18:20 +02:00
chylex 72b036e669 Added translation support for History screen 2015-04-30 13:12:19 +02:00
chylex 63f16428f7 Added an Expander style 2015-04-30 13:02:30 +02:00
chylex cd23e78076 Fixed textbox padding and button layout (snap and margin) 2015-04-30 12:14:44 +02:00
chylex 41b7d396f5 Fixed button width 2015-04-30 12:14:22 +02:00
chylex 988dbed794 Fixed debug having optimizations on 2015-04-30 00:37:22 +02:00
chylex 3cf1a2a7bb Added a -nohide flag to start a backup without minimizing 2015-04-30 00:27:09 +02:00
chylex 3cd44c0992 Added a drive backup warning 2015-04-30 00:24:39 +02:00
chylex 9ebfc40810 Fix root entries when backing up drives 2015-04-29 23:55:01 +02:00
chylex f914bdf4d7 Added backup support for entire drives 2015-04-29 20:46:08 +02:00
chylex a9e66b47bc Fixed drive names in drag&drop 2015-04-29 20:45:15 +02:00
chylex b266ba9c69 Localized the About screen 2015-04-29 18:29:39 +02:00
chylex 3e747f25ff Made some translation keys shorter 2015-04-29 17:40:23 +02:00
chylex e229e42acd Fixed canceling changed settings on switch 2015-04-29 17:30:39 +02:00
chylex edb41f648b Fixed UI not updating when changing language and date format 2015-04-29 17:27:01 +02:00
chylex 72f55ef045 Added UI reset for main window and pages 2015-04-29 17:26:39 +02:00
chylex a64f4574a6 Added binding updating extension method 2015-04-29 17:25:55 +02:00
chylex 33a1eb079a Test translations (cs) 2015-04-28 19:17:48 +02:00
chylex b1ee22331e Localized main menu buttons 2015-04-28 19:17:40 +02:00
chylex 6434bcc511 Missed a caption of a Settings screen message 2015-04-28 19:06:39 +02:00
chylex 35da6a253a Translated Settings screen messages 2015-04-28 19:04:11 +02:00
chylex 654e31ea43 Language supports strings with dynamic numbers + added docs 2015-04-28 19:04:01 +02:00
chylex 2a715905f9 Localized DisplaySetting and more strings in Settings screen 2015-04-28 18:36:51 +02:00
chylex 9e372bfcb3 Added param objects to languages 2015-04-28 18:36:15 +02:00
chylex 4e1ffbe5af Fix language not changing dynamically 2015-04-27 18:45:28 +02:00
chylex dfd8838fa2 Fix language selection in Settings screen 2015-04-27 18:45:07 +02:00
chylex 86bf55cd88 Test language added (cs) 2015-04-27 18:44:56 +02:00
chylex 516377cb30 Added a test translated name to Settings screen 2015-04-27 18:04:10 +02:00
chylex 7163ee2cd7 Added language to settings handler 2015-04-27 18:03:57 +02:00
chylex 8305be2f86 Added a Language class with temp english file 2015-04-27 18:03:47 +02:00
chylex f489601166 Made a generic find function for SettingsData 2015-04-27 17:08:21 +02:00
chylex faf8180ee5 I forgot how structs work >.> 2015-04-27 00:41:34 +02:00
chylex 87f08891fc Removed loading data from registry (deprecated) 2015-04-27 00:38:33 +02:00
chylex 65ccb4cba4 Added a -noreport flag to program arguments 2015-04-27 00:30:33 +02:00
chylex 776871f4be Added tooltips to all settings 2015-04-27 00:29:12 +02:00
chylex dc50e373d5 Implemented custom Explorer integration label 2015-04-27 00:16:10 +02:00
chylex 1a0916da15 Moved Settings label style to a resource 2015-04-27 00:15:57 +02:00
chylex de37c489eb Push updated csproj with HistoryUtils 2015-04-21 23:43:58 +02:00
chylex 5facc50ff0 Added a history entry limiter warning to the Settings screen 2015-04-21 23:43:21 +02:00
chylex 9ad72761d9 Actually properly fixed history entry limiter & moved it out 2015-04-21 23:43:06 +02:00
chylex 9b92dd75a4 Fixed history entry limiter directory 2015-04-21 23:29:25 +02:00
chylex f8fa87c981 Implemented history entry limiter 2015-04-21 23:09:55 +02:00
chylex 87955366bc Fix Settings screen cancel button not reloading unsaved options 2015-04-21 23:02:51 +02:00
chylex c86f3c36e0 Add History Entry amount setting to the Settings screen 2015-04-21 23:02:34 +02:00
chylex 478c85a683 Settings screen clears page cache to refresh the data 2015-04-20 21:32:09 +02:00
chylex 5cd6e4d460 Implemented date format setting 2015-04-20 21:30:19 +02:00
chylex 48b65ad997 Did some code analysis tips, removed app.config 2015-04-20 00:42:50 +02:00
chylex db2c136e4f Fixed taskbar progress at 0% not showing up error indicator 2015-04-20 00:38:15 +02:00
chylex 9da97a4762 Tweaked HistoryEntry (renamed variables, invariant culture) 2015-04-20 00:05:34 +02:00
chylex b97abda943 Tweaked window icon size 2015-04-19 23:26:09 +02:00
chylex 349c620aa5 Delayed Home page loading to improve perceived performance 2015-04-19 23:25:58 +02:00
chylex 162874ada8 Added a (temporary) splash screen 2015-04-19 23:22:46 +02:00
chylex 0993f24d56 Implemented the history saving with 0 entries setting 2015-04-19 22:54:26 +02:00
chylex e9de3f93fa Fixed inconsistencies with report data using constants 2015-04-19 22:54:13 +02:00
chylex f80a9eb23b Made the backup window minimized on start 2015-04-19 13:51:15 +02:00
chylex 22d97d82b2 Implemented window close timer setting 2015-04-19 13:50:52 +02:00
chylex 560cd66654 Fix current directory on app start 2015-04-19 13:50:29 +02:00
chylex 91bcf144db Added more settings (close time & history saving) 2015-04-19 13:32:05 +02:00
chylex c47f37c37b Added DisplaySetting class for Settings screen 2015-04-19 13:31:35 +02:00
chylex 79f8101de3 Updated HistoryEntry to use number serialization 2015-04-19 13:31:12 +02:00
chylex ac8c0822db Added Number Serialization class 2015-04-19 13:30:42 +02:00
chylex 6c09edff86 Fixed Settings UI not updating 2015-04-18 17:58:41 +02:00
chylex 1e2e90243a Removed aliased edge mode in Settings screen 2015-04-18 17:50:37 +02:00
chylex 375896fc29 Implemented saving and loading of settings 2015-04-18 17:44:09 +02:00
chylex d71b7f02f3 Fixed Settings save and reset 2015-04-18 17:43:59 +02:00
chylex 28f3ef8d9d Fixed Settings screen bound to wrong data 2015-04-18 17:43:48 +02:00
chylex 6ed4ff64c4 Moved the entire settings system to a custom class 2015-04-18 16:51:10 +02:00
chylex 9e30cdc7bc Added an ObservableDictionary 2015-04-18 16:49:50 +02:00
chylex 161ef4c220 Added custom DateFormat 2015-04-18 16:49:41 +02:00
chylex 524177be37 Added GroupBox template 2015-04-18 11:28:03 +02:00
chylex caaec547a5 Basic Settings page layout with some options 2015-04-17 23:30:09 +02:00
chylex 31f5013595 Changed the Show advanced settings checkbox into an expander 2015-04-17 23:29:53 +02:00
chylex 7238e458f7 Added the icon and title to the main window 2015-04-17 20:07:09 +02:00
chylex cb233f6f6e Added an icon, will need to tweak lower resolutions 2015-04-17 19:55:26 +02:00
chylex d7b960883e Fixed History page width being fixed 2015-04-17 18:05:28 +02:00
chylex 8faeae0098 Added file/folder counts to the History page 2015-04-17 18:01:39 +02:00
chylex 891f0f788b Shutdown the program if the main window closes 2015-04-17 17:50:01 +02:00
chylex 58e564e9dc Added double-clicking history entries 2015-04-17 17:47:51 +02:00
chylex bb5edb2650 Added datetime to History page with custom format 2015-04-17 17:38:13 +02:00
chylex 9e7a315182 Forgot a file to prev commit 2015-04-17 17:37:31 +02:00
chylex 5534ad25bd Passing location name to the history generator 2015-04-17 17:37:12 +02:00
chylex df05265bab Added history entry deletion 2015-04-16 20:00:51 +02:00
chylex 67cf7f904c Fixed messagebox string order in backup window 2015-04-16 19:59:55 +02:00
chylex 4ccf241a11 Added a basic History page with updated report window 2015-04-16 19:23:46 +02:00
chylex 64a38265e5 Added history generating 2015-04-16 19:23:14 +02:00
chylex f255d70f84 Fixed history entry order 2015-04-16 19:22:25 +02:00
chylex fd7ca18cff Fixed backup report not adding new line to key=value pairs 2015-04-16 19:12:30 +02:00
chylex 8a15051194 Revert "Tweaked compressed file reading method signature"
This reverts commit 59dce81607.
2015-04-16 18:29:58 +02:00
chylex 66d3e2d5e2 Fixed collection change trackers saving scheduled without it enabled 2015-04-16 18:02:37 +02:00
chylex 92cd2d059e Made scheduled saving optional 2015-04-16 17:57:33 +02:00
chylex bad72a9e9b Made HistoryEntry xaml-friendly 2015-04-16 17:56:44 +02:00
chylex dc39b0df31 Added value search into backup report 2015-04-16 17:56:20 +02:00
chylex 725c7d65d9 Added a history generator 2015-04-16 17:56:11 +02:00
chylex ae442ba523 Added a key=value pair into backup reports 2015-04-16 17:00:08 +02:00