Commit Graph

134 Commits

Author SHA1 Message Date
cca150418b Set remote statistics. 2019-12-07 19:54:27 +00:00
SilasLaspada
e64736ec89 Remove unused variables
Fixes some warnings when compiling
2019-11-14 20:24:19 -07:00
SilasLaspada
6a78eef442 Comment out unused variables
Fixes a few warnings when compiling.
2019-11-14 11:45:33 -07:00
8827dd1895 Protect against null mode pages. Fixes #243 2019-10-26 02:21:41 +01:00
c37477c9fb Make everything compile with .NET Core 2.2. 2019-10-25 23:20:16 +01:00
f5fbb646f3 Remove braces from project files that seems to make some msbuilds fail. 2019-09-19 17:56:30 +01:00
44a4fab381 Update dependencies. 2019-09-19 15:02:21 +01:00
d088cf66ea Fix compiling .NET 4.5 using .NET Core msbuild. 2019-09-13 19:46:29 +01:00
e70269670e Fix detection of .NET Core. 2019-07-15 15:33:46 +01:00
5cd72cc738 Set GTK+ GUI as a separate project. 2019-07-14 00:32:23 +01:00
337c4967c9 Remove RIPEMD160. 2019-07-13 23:08:50 +01:00
beec952762 Update server endpoint to https://www.discimagechef.app 2019-05-26 00:45:34 +01:00
ffa44c5621 Do not show geometry on image-info over a tape image. 2019-05-02 19:41:49 +01:00
33f0e86597 Enable resuming tapes. 2019-05-01 23:21:16 +01:00
f79b809322 Update more dependencies. 2019-04-24 08:04:18 +01:00
421ce1574b Make some values in FileEntryInfo nullable to indicate the underlying filesystem cannot represent them. 2019-04-22 23:06:47 +01:00
af4c798483 Start line chart at first height. 2019-04-22 02:14:32 +01:00
928ba6726e Only draw the parts of LineChart that need to be drawn. 2019-04-22 02:07:05 +01:00
51fa3767e4 Reduce maximum speeds for media scan line chart. 2019-04-22 02:06:48 +01:00
b3ed9537af Remove spurious debug line. 2019-04-22 01:28:53 +01:00
3e98e8ffda Draw a speed chart on media scan in GUI. 2019-04-22 01:09:06 +01:00
8ab5851570 Add line chart custom control. 2019-04-22 01:08:21 +01:00
d078b84d39 Fix GUI accessing thread in dump. 2019-04-21 22:15:39 +01:00
6471e6e95e Change GUI accessing thread in dump. 2019-04-21 21:48:26 +01:00
294ebe89dd Use a block map in media scan in the GUI. 2019-04-21 16:40:16 +01:00
b0efcddd25 Add a block map (a colored grid where each block can be one or more blocks in the grid). 2019-04-21 16:39:51 +01:00
e2d745db4a Adds a colored grid control. 2019-04-21 12:46:42 +01:00
db8fbb708c Show media scan in GUI inside a tab. 2019-04-21 11:12:03 +01:00
9e719a176c Fix formatting on frmDump design. 2019-04-21 11:04:36 +01:00
bd717038ca Show progress in media scan GUI. 2019-04-21 11:02:38 +01:00
5dd3903005 Update media scan GUI error times via events. 2019-04-21 01:54:06 +01:00
a800ddb0ab Update media scan GUI block times via events. 2019-04-21 01:42:38 +01:00
d31bd8117f Run media scan in a background thread in GUI. 2019-04-21 01:28:47 +01:00
66108773d2 Allow MediaScan to be aborted. 2019-04-21 00:59:01 +01:00
9052ea80f4 Make media scanning non-static. 2019-04-21 00:11:27 +01:00
993c839751 Run dump in GUI as a background thread updating the interface. 2019-04-20 23:08:07 +01:00
d18690b0e1 Show sidecar creation progress in GUI. 2019-04-20 20:46:00 +01:00
14c815e703 Allow sidecar creation to be aborted in GUI. 2019-04-20 19:44:57 +01:00
8bcf346653 Make Sidecar class abortable. 2019-04-20 19:21:00 +01:00
c06f738ca9 Make Sidecar class non-static. 2019-04-20 18:11:02 +01:00
bc8052f0ae Centralize abort for dumpers 2019-04-20 16:40:12 +01:00
b5162fd4be Move common dumper fields to Dump class. 2019-04-20 13:23:58 +01:00
138830652d Move all dumpers to Dump class. 2019-04-19 18:54:25 +01:00
b0426c4335 Create dump class. 2019-04-19 18:21:18 +01:00
eff0274b3a Show subdirectories in GUI. 2019-04-19 14:55:31 +01:00
1cf6549036 Add filesystem namespaces. 2019-04-17 00:11:28 +01:00
1ce8669ace Add VideoNow media types. 2019-02-11 20:05:00 +00:00
6b1aeb6cbb Move image and sector verification methods to new interfaces. 2019-01-20 22:24:15 +00:00
640c57b87a Move optical disc exclusive methods to new interfaces. 2019-01-20 20:11:10 +00:00
75d99ac3bf Ignore warnings of fields not set. 2019-01-05 20:46:30 +00:00