source: trunk/eraser @ 2532

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2532   14 months lowjoel Version bump because we changed the underlying types behind the task list. …
(edit) @2531   14 months lowjoel Remove debug code.
(edit) @2530   14 months lowjoel Fixed parameter ordering; Eraser's context menu erasures will now prompt …
(edit) @2528   14 months lowjoel Clean up the project dependencies.
(edit) @2527   14 months lowjoel Properly implement the recycle bin erasure: do not delete the contents of …
(edit) @2526   14 months lowjoel StrongNameSignatureVerificationEx? has been deprecated. For .NET 4, we need …
(edit) @2525   14 months lowjoel Rebuild all dependencies with .NET 4.0, so that we can run Eraser on a …
(edit) @2524   14 months lowjoel Include the Eraser.Plugins assembly with the installation for plugins to …
(edit) @2523   14 months lowjoel Implement recycle bin erasures according to what Vista and 7 would detect …
(edit) @2522   14 months lowjoel Improve recycle bin support: on drives not using NTFS, Windows stores …
(edit) @2521   14 months lowjoel Just some reorganisation of the code ordering to have settings of the same …
(edit) @2520   14 months lowjoel Fix warnings in the project system.
(edit) @2519   14 months lowjoel Display the erasure targets when opening a task for editing.
(edit) @2518   14 months lowjoel Update copyrights to this year.
(edit) @2517   14 months lowjoel All types in Eraser.DefaultPlugins? can be internal since no one is …
(edit) @2516   14 months lowjoel Update copyrights to this year.
(edit) @2515   14 months lowjoel Set svn:keywords and svn:eol-style on all the source files.
(edit) @2514   14 months lowjoel Normalise .NET project settings across platforms and projects. It probably …
(edit) @2513   14 months lowjoel Remove misleading comment.
(edit) @2512   14 months lowjoel Use an updated build of csgettext.
(edit) @2511   14 months lowjoel Update the string resources for all the projects.
(edit) @2509   14 months lowjoel Redesign the Eraser Plugin framework. - Split the plugin-dependent …
(edit) @2442   15 months lowjoel Instead of allowing GetCompactPath? to be called on a FileSystemObject?, …
(edit) @2441   15 months lowjoel Fix a crash in the .NET 4.0 runtime when we call FindFirstVolumeMountpoint?
(edit) @2437   15 months lowjoel Add preliminary support for detection and installation of .NET 4 as …
(edit) @2418   15 months lowjoel We need to handle a MissingManifestResourceException?: We get this when we …
(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) @2341   19 months lowjoel Fixed an obscure crash when running the unlocker code under Vista SP2 - …
(edit) @2339   19 months lowjoel Fixed initialisation order. The settings panel should be initialised first …
(edit) @2337   19 months lowjoel Supplants r2335: if we still cannot erase the file after 1 retry, throw a …
(edit) @2336   19 months lowjoel Supplants r2335: Do not force a full re-erasure if the file cannot be …
(edit) @2335   19 months lowjoel Allow file unlocking to be done in the actual erasure as well, in addition …
(edit) @2334   19 months lowjoel Fixed compilo introduced in earlier revision.
(edit) @2332   19 months lowjoel Behaviour change: DuplicateHandle? when not provided a handle pointer to …
(edit) @2330   19 months lowjoel Reschedule the task for execution, in addition to just computing the next …
(edit) @2329   19 months lowjoel The exceptions thrown in Eraser.Util are developer-visible and should not …
(edit) @2326   19 months lowjoel The title of the balloon tip should be "Task Completed" and not "Task …
(edit) @2325   19 months lowjoel Use a new build of the library.
(edit) @2324   19 months lowjoel Implemented smart path compaction for the targets in the Task Properties …
(edit) @2323   19 months lowjoel Call our relative-path handling class PathUtil? instead so that we do not …
(edit) @2322   19 months lowjoel Call our relative-path handling class PathUtil? instead so that we do not …
(edit) @2321   19 months lowjoel Do not use the Windows 7.1 SDK toolset - the VS 2010 stock one is fine, I …
(edit) @2320   19 months lowjoel Upgraded to VS2010 projects and WiX 3.5 for futureproofing
(edit) @2319   19 months lowjoel We can use a higher significance level of 0.5; this yields slightly more …
(edit) @2318   19 months lowjoel Fixed display of language names in the Eraser Language selection. This is …
(edit) @2316   19 months lowjoel When obtaining the revision information, if we cannot find SubWCRev, we …
(edit) @2314   19 months lowjoel Fixed monthly schedules, as described in …
(edit) @2313   19 months lowjoel The event handler for the checked changed event for each of the recurring …
(edit) @2312   19 months lowjoel Be explicit about the behaviour of the schedule check boxes. Since we …
(edit) @2309   21 months lowjoel Fixed r2222: Recursive folder deletions should not go into reparse points. …
(edit) @2308   21 months lowjoel Hey, since the if statements above have braces, might as well follow the …
(edit) @2307   21 months lowjoel Sanity check for Progress Manager - Total should not be set below 0.
(edit) @2306   2 years lowjoel Merged revision(s) 2305 from branches/eraser6/6.0: Supplant r2304 for …
(edit) @2300   2 years lowjoel Fixed potential infinite loop when there are no updates to be processed. …
(edit) @2284   2 years lowjoel In the event that the crash report's folder name is not a valid date, just …
(edit) @2283   2 years lowjoel Move the MakeRelativeTo? method and the IsRootedAt? methods to the Path …
(edit) @2282   2 years lowjoel Prevent recursive folder definitions when users use Secure Move to move a …
(edit) @2281   2 years lowjoel Forward-port from Eraser 6.0: Don't allow the UnauthorizedAccessException?
(edit) @2279   2 years lowjoel Fixed crash when starting Eraser from the shell extension.
(edit) @2278   2 years lowjoel Backport from Eraser 6.0: Fixed documentation, adding a new target uses …
(edit) @2276   3 years lowjoel Implement drag&drop for the task properties window as well. Because of …
(edit) @2275   3 years lowjoel Fixed crash at task finish (error introduced in r2268)
(edit) @2274   3 years lowjoel Addresses #385 and supplements r1497: Display the full path as a tooltip …
(edit) @2272   3 years lowjoel Fixed compilo.
(edit) @2271   3 years lowjoel Removed unused strings.
(edit) @2269   3 years lowjoel Forward-port from Eraser 6.0: After r2267 where the Executor runs before …
(edit) @2268   3 years lowjoel Forward-port from Eraser 6.0: Going by the stack principle, since …
(edit) @2267   3 years lowjoel Forward-port from Eraser 6.0: Fix the "Eraser cannot connect to the …
(edit) @2266   3 years lowjoel Removed debug code.
(edit) @2260   3 years lowjoel Forward-port from Eraser 6.0: Remove the Gutmann Lite method as there is …
(edit) @2258   3 years lowjoel Forward-port from Eraser 6.0: As the task schedule currently only has a …
(edit) @2256   3 years lowjoel Forward-port from Eraser 6.0: Fixed the Documentation on Page 17: …
(edit) @2254   3 years lowjoel Forward-port from Eraser 6.0: On pre-Vista OSes, we really only need to …
(edit) @2250   3 years lowjoel Fixed command-line generation error after we passed the parent HWND to the …
(edit) @2247   3 years lowjoel Pass the handle provided by Explorer through the IShellExt interface to …
(edit) @2246   3 years lowjoel Don't enable the timer when constructing. Enable only when we are done.
(edit) @2245   3 years lowjoel Added a DPI-aware version of the about dialog. There are some hacks here …
(edit) @2244   3 years lowjoel Always mark a subtask complete instead of assigning total to progress to …
(edit) @2243   3 years lowjoel Updated the SchedulerPanel? and BasePanel? to be DPI-aware. Addresses #303: …
(edit) @2242   3 years lowjoel Use the VisualStylesRenderer? class to draw the theme parts instead of …
(edit) @2241   3 years lowjoel Implemented Ctrl-Alt-R as a shortcut key to run the selected task.
(edit) @2240   3 years lowjoel Grammar fix.
(edit) @2239   3 years lowjoel Always raise the confirmation dialog to the top so that the user can make …
(edit) @2238   3 years lowjoel Be slightly more intelligent when connecting to a remote instance: …
(edit) @2237   3 years lowjoel Fixed NotSupportedException? when issuing file=path or dir=path commands to …
(edit) @2236   3 years lowjoel Define the eraser erase command that is shorthand for eraser addtask …
(edit) @2235   3 years lowjoel Fixed the display of the addtask help: group logically similar text …
(edit) @2234   3 years lowjoel Remove the querymethods command, display all the registered erasure …
(edit) @2233   3 years lowjoel Allow the user to specify the Name or the GUID of the erasure method, to …
(edit) @2232   3 years lowjoel Make the generation of help text for addtask parameters done by the …
(edit) @2231   3 years lowjoel Implemented disk/partition erasure from the command line: it can be …
(edit) @2230   3 years lowjoel Implemented secure move from the command line: it can be invoked using the …
(edit) @2229   3 years lowjoel Fixed an implementation error where the return code of the ProcessArgument?
(edit) @2228   3 years lowjoel Based on r2226, allow the file and folder erasure target configurers to …
(edit) @2227   3 years lowjoel Do not assume that only one configurer can handle every command …
(edit) @2226   3 years lowjoel Forward port from Eraser 6.0: Remove duplicate entries from the Context …
(edit) @2224   3 years lowjoel Tighten the controls on the Schedule tab to make it look more tightly …
Note: See TracRevisionLog for help on using the revision log.