source: @ 2505

Revision Log Mode:


Legend:

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