|
|
|
@2498
|
14 months |
lowjoel |
We need to skip files which no longer exist after we enumerate them: this …
|
|
|
|
@2497
|
14 months |
lowjoel |
Cache the last returned progress for each erasure target, since our …
|
|
|
|
@2496
|
14 months |
lowjoel |
- Get a copy of the Task Progress property at the start of progress …
|
|
|
|
@2495
|
14 months |
lowjoel |
Fixed exception when the progress dialog is left open and the task …
|
|
|
|
@2494
|
14 months |
lowjoel |
Fixed exception when we are computing a time remaining value but …
|
|
|
|
@2493
|
14 months |
lowjoel |
Make our progress form's progress reporting tolerant to different states …
|
|
|
|
@2492
|
14 months |
lowjoel |
Revert to the old behaviour where assigning an ErasureTargetCollection? its …
|
|
|
|
@2491
|
14 months |
lowjoel |
Behaviour change: Tasks can only be added to one executor at a time.
|
|
|
|
@2490
|
14 months |
lowjoel |
Fixed progress updates for the Scheduler Panel.
|
|
|
|
@2489
|
14 months |
lowjoel |
The tag used for the number of passes should be an array of int.
|
|
|
|
@2488
|
14 months |
lowjoel |
Change the progress updates to be a pull paradigm and not a push paradigm: …
|
|
|
|
@2487
|
14 months |
lowjoel |
- Move the task execution machinery to the Task object, so that Tasks can …
|
|
|
|
@2486
|
14 months |
lowjoel |
Report progress updates by pushing information to the …
|
|
|
|
@2485
|
14 months |
lowjoel |
Replace the UIText property with ToString?(). Fix the resulting compile …
|
|
|
|
@2484
|
14 months |
lowjoel |
- Rename the Task.UIText property to Task.ToString?()
- Remove the …
|
|
|
|
@2483
|
14 months |
lowjoel |
Make the Eraser Settings class a singleton. At the same time, implement a …
|
|
|
|
@2482
|
14 months |
lowjoel |
Store all the Eraser settings at the root node, similar to what Eraser 6.0 …
|
|
|
|
@2481
|
14 months |
lowjoel |
Made Persistently stored lists of strings use the REG_MULTI_SZ native …
|
|
|
|
@2480
|
14 months |
lowjoel |
Fixed the provision of persistent stores for plugins. Assemblies for which …
|
|
|
|
@2479
|
14 months |
lowjoel |
Compile fix.
|
|
|
|
@2478
|
14 months |
lowjoel |
Synchronise the Plugins Rewrite branch with trunk@r2442
|
|
|
|
@2477
|
14 months |
lowjoel |
Fixed crash when opening the Task Data Selection form.
|
|
|
|
@2476
|
14 months |
lowjoel |
The PrngRegistrar? should not try to store the active PRNG's GUID. It …
|
|
|
|
@2475
|
14 months |
lowjoel |
Fixed loading of settings from persistent storage (and the crash at …
|
|
|
|
@2474
|
14 months |
lowjoel |
Do not copy Eraser.Plugins.dll to the Plugins directory, since it would …
|
|
|
|
@2473
|
14 months |
lowjoel |
Make the Settings class compliant with the latest PersistentStore? API. The …
|
|
|
|
@2472
|
14 months |
lowjoel |
Move the ForceUnlockLockedFiles? setting to Eraser.Plugins since it should …
|
|
|
|
@2471
|
14 months |
lowjoel |
Move the Exception types to Eraser.Plugins.
|
|
|
|
@2470
|
14 months |
lowjoel |
Compile fixes.
|
|
|
|
@2469
|
14 months |
lowjoel |
Revert to the stock pages gif since the previous commit accidentally …
|
|
|
|
@2468
|
14 months |
lowjoel |
Instead of pushing events to the client, we will update our Progress …
|
|
|
|
@2467
|
14 months |
lowjoel |
Define the Task interface, and then store a reference to the parent task …
|
|
|
|
@2466
|
14 months |
lowjoel |
Further compile fixes.
|
|
|
|
@2465
|
14 months |
lowjoel |
Further compile fixes.
|
|
|
|
@2464
|
14 months |
lowjoel |
Further compile fixes.
|
|
|
|
@2463
|
14 months |
lowjoel |
Further compile fixes.
|
|
|
|
@2462
|
14 months |
lowjoel |
Move common erasure settings to the Host instance instead of the Manager …
|
|
|
|
@2461
|
14 months |
lowjoel |
Added base class implementations for each of the IRegisterable types.
|
|
|
|
@2460
|
14 months |
lowjoel |
Final set of compile fixes for making the types in Eraser.Plugins …
|
|
|
|
@2459
|
14 months |
lowjoel |
Woops, we do need to declare override since we are going to be inherited …
|
|
|
|
@2458
|
14 months |
lowjoel |
More changes for Eraser.DefaultPlugins?. There are still plenty of build …
|
|
|
|
@2457
|
14 months |
lowjoel |
XML documentation syntax fix.
|
|
|
|
@2456
|
14 months |
lowjoel |
First batch of changes for Eraser.DefaultPlugins?. There are plenty of …
|
|
|
|
@2455
|
15 months |
lowjoel |
Move the default Erase method, Unused Space Erase method and Active PRNG …
|
|
|
|
@2454
|
15 months |
lowjoel |
Fixed quite a few variable references.
|
|
|
|
@2453
|
15 months |
lowjoel |
Remove the Erase On Restart context menu item since users can modify the …
|
|
|
|
@2452
|
15 months |
lowjoel |
Added the IDragAndDropConfigurer interface and allow target configurers to …
|
|
|
|
@2451
|
15 months |
lowjoel |
Added the IDragAndDropConfigurer interface and allow target configurers to …
|
|
|
|
@2450
|
15 months |
lowjoel |
Fixed most broken references to the Extension Point interfaces.
|
|
|
|
@2449
|
15 months |
lowjoel |
Fixed most broken references to the Extension Point interfaces.
|
|
|
|
@2448
|
15 months |
lowjoel |
If we are dealing with builds, make a Build object instead of a download …
|
|
|
|
@2447
|
15 months |
lowjoel |
Revert to the original implementation for GetDisplayedLink?. We should only …
|
|
|
|
@2446
|
15 months |
lowjoel |
When we are printing links, we should link to our download page so that we …
|
|
|
|
@2445
|
15 months |
lowjoel |
Remove the dependency on Eraser.DefaultPlugins? (to try to make it …
|
|
|
|
@2444
|
15 months |
lowjoel |
Remainder of the changes made to only include interfaces in …
|
|
|
|
@2443
|
15 months |
lowjoel |
Made all the extension points in Eraser.Plugins to be interfaces, to be …
|
|
|
|
@2442
|
15 months |
lowjoel |
Instead of allowing GetCompactPath? to be called on a FileSystemObject?, …
|
|
|
|
@2441
|
15 months |
lowjoel |
Fix a crash in the .NET 4.0 runtime when we call FindFirstVolumeMountpoint? …
|
|
|
|
@2440
|
15 months |
lowjoel |
Use the new identifier names defined in Eraser.Plugins.
|
|
|
|
@2439
|
15 months |
lowjoel |
Make all the plugin extension points interfaces. I'll move the rest of the …
|
|
|
|
@2438
|
15 months |
lowjoel |
Rename LoadingPolicy? to PluginLoadingPolicy? to be absolutely clear on the …
|
|
|
|
@2437
|
15 months |
lowjoel |
Add preliminary support for detection and installation of .NET 4 as …
|
|
|
|
@2436
|
15 months |
lowjoel |
Close the Forum Theme branch.
|
|
|
|
@2435
|
15 months |
lowjoel |
Merged the ForumTheme? branch to the website trunk.
|
|
|
|
@2434
|
15 months |
lowjoel |
Fix the link colour of the navigation at the top of the page (below the …
|
|
|
|
@2433
|
15 months |
lowjoel |
Fixed links when we are logging into the ACP.
|
|
|
|
@2432
|
15 months |
lowjoel |
Offset the Hue by 155 so that the blue-themed icons become red-themed …
|
|
|
|
@2431
|
15 months |
lowjoel |
Don't display the h3 with the nice borders inline with thread posts.
|
|
|
|
@2430
|
15 months |
lowjoel |
Oops, left debug code in the source.
|
|
|
|
@2429
|
15 months |
lowjoel |
Fixed the theme font-size switcher code.
|
|
|
|
@2428
|
15 months |
lowjoel |
Allow font-size switching to work with the theme.
|
|
|
|
@2427
|
15 months |
lowjoel |
The entire right style is not needed for the forum.
|
|
|
|
@2426
|
15 months |
lowjoel |
Aligned the header of the page.
|
|
|
|
@2425
|
15 months |
lowjoel |
Okay, got the surrounding theme elements working. The entire forum is now …
|
|
|
|
@2424
|
15 months |
lowjoel |
Let's just add our theme elements first, then modify.
|
|
|
|
@2423
|
15 months |
lowjoel |
Import the stock phpBB3 prosilver theme which we will use as a base for …
|
|
|
|
@2422
|
15 months |
lowjoel |
Create the Forum Themes branch for the website.
|
|
|
|
@2421
|
15 months |
lowjoel |
OK, I forgot I'm not supposed to make the branch folder.
|
|
|
|
@2420
|
15 months |
lowjoel |
Created the Forum Themes branch.
|
|
|
|
@2419
|
15 months |
lowjoel |
Create new branch for website development.
|
|
|
|
@2418
|
15 months |
lowjoel |
We need to handle a MissingManifestResourceException?: We get this when we …
|
|
|
|
@2417
|
15 months |
lowjoel |
Fix a little spillover when we have a full navigation bar (e.g. for …
|
|
|
|
@2416
|
15 months |
lowjoel |
Oops, forgot to check the name of the new VS2010 merge modules.
|
|
|
|
@2415
|
15 months |
lowjoel |
Fix the TargetName? property to be what we want the .exe to be named to fix …
|
|
|
|
@2414
|
15 months |
lowjoel |
Forward-port from Eraser 6.0: Changes made to the Bootstrapper to use the …
|
|
|
|
@2413
|
15 months |
lowjoel |
We should link with the VC2010 merge modules for the C++ Runtime, since we …
|
|
|
|
@2412
|
15 months |
lowjoel |
Implemented alternative implementation for sftp's delete command.
|
|
|
|
@2411
|
15 months |
lowjoel |
Use the new links for the forum and Trac in the website. Also, update the …
|
|
|
|
@2410
|
15 months |
lowjoel |
Add the dumps folder to version control since we need to make sure the …
|
|
|
|
@2409
|
15 months |
lowjoel |
Removed retired contributors.
|
|
|
|
@2408
|
15 months |
lowjoel |
No indexes, follow symlinks for this website. Also, redirect /updates to …
|
|
|
|
@2407
|
15 months |
lowjoel |
Do not define the error logging parameters. We should set these settings …
|
|
|
|
@2406
|
17 months |
lowjoel |
Moved the ProgressManager? classes to Eraser.Plugins since it does form a …
|
|
|
|
@2405
|
17 months |
lowjoel |
Store the error log at the same path for all scripts.
|
|
|
|
@2404
|
17 months |
lowjoel |
Since we can read the output stream for data even when the Download call …
|
|
|
|
@2403
|
17 months |
lowjoel |
When getting HTTP responses, do not fail immediately if we have a response …
|
|
|
|
@2402
|
17 months |
lowjoel |
New 6.0 branch builds should be prefixed with 6.0.10
|
|
|
|
@2401
|
17 months |
lowjoel |
Updated to the LZMA SDK 9.22-beta API.
|
|
|
|
@2400
|
17 months |
lowjoel |
The latest LZMA SDK's library name is LzmaLib?.lib.
|
|
|
|
@2399
|
18 months |
lowjoel |
Archive the documentation for Eraser 5.
|
|
|
|