Commit Graph

30 Commits

Author SHA1 Message Date
ec8b309670 General refactor. 2018-06-20 22:22:21 +01:00
7cba023f84 🐛Fix when stats settings is null, fixes #166. 2018-02-23 09:47:41 +00:00
7ecdd1ae4e Add 'image-info' verb. 2018-01-28 16:05:54 +00:00
cfee0226dd Moved version from Core to Interop. 2017-12-29 01:26:58 +00:00
1aebaca9a9 Add support and command for converting images, fixes #134 2017-12-29 00:46:03 +00:00
380dbad1a0 REFACTOR: Final cleanup of DiscImageChef.Core. 2017-12-23 17:41:23 +00:00
9249a221fc DOCUMENTATION: Added XML documentation to DiscImageChef.Core. 2017-12-23 01:46:08 +00:00
7f829422a8 REFACTOR: All refactor in DiscImageChef.Core. 2017-12-21 23:00:30 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
9883b567ff REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute. 2017-12-21 14:41:38 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
5592f147ac REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
4d886dae25 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
df2fb651e4 REFACTOR: Redundant empty argument list on object creation expression. 2017-12-21 03:18:10 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
9cd9285276 Added list-encodings command. 2017-10-12 22:41:31 +01:00
25d722e66a Use our own version detector. 2017-09-11 02:53:13 +01:00
d4add54b53 Added statistics to underlying operating system version. 2017-09-11 02:05:07 +01:00
6e441ddda1 Implemented "list-devices" command for Linux. 2017-08-21 21:04:44 +01:00
7105fbb333 Store and show statistics for "ls" and "extract-files"
commands.
2017-06-04 23:07:31 +01:00
5ce62b9a9f Added statistics for runtime version. 2017-06-04 02:24:04 +01:00
eca3916891 Added code to submit statistics. 2017-06-03 01:18:36 +01:00
55eb8a2a70 Moved statistics to metadata. 2017-06-03 01:17:55 +01:00
7f68351746 Refactor: Moved media scanning to Core. 2017-05-27 18:58:20 +01:00
ad8bde7eac Refactor: Move Statistics to Core. 2017-05-27 15:24:07 +01:00