Timeline
3/7/2008:
- 11:50 Changeset [127] by
-
- branches/eraser6/Eraser/TaskDataSelectionForm.Designer.cs
- branches/eraser6/Eraser/TaskDataSelectionForm.cs
- branches/eraser6/Eraser/TaskDataSelectionForm.resx
- branches/eraser6/Eraser/TaskPropertiesForm.Designer.cs
- branches/eraser6/Eraser/TaskPropertiesForm.cs
- branches/eraser6/Eraser/TaskPropertiesForm.resx
First implementation of the New Task dialogs.
- 11:50 Changeset [126] by
-
- branches/eraser6/Eraser.sln
- branches/eraser6/Manager/Manager.cs
- branches/eraser6/Manager/Manager.csproj
- branches/eraser6/Manager/Properties
- branches/eraser6/Manager/Properties/AssemblyInfo.cs
- branches/eraser6/Manager/Task.cs
Added the Eraser Manager DLL project
- 11:49 Changeset [125] by
-
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/MainForm.Designer.cs
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/SchedulerPanel.Designer.cs
- branches/eraser6/Manager
-Standardize: Use Erase Schedule as the title.
-Insert proper Schedule toolbar menu items.
- 09:41 Changeset [124] by
-
- branches/eraser6/Eraser/MainForm.Designer.cs
- branches/eraser6/Eraser/SchedulerPanel.Designer.cs
Prepare the SchedulerPanel? for implementation
- 09:39 Changeset [123] by
-
- branches/eraser6/Eraser/BasePanel.cs
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/SchedulerPanel.cs
Move the Fill call to a path where the Designer won't parse or else it will really mess up the form
- 07:26 Changeset [122] by
-
- branches/eraser6/Eraser/BasePanel.Designer.cs
- branches/eraser6/Eraser/BasePanel.cs
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/SettingsPanel.cs
-Resize the BasePanel? to reflect the height of the default dialog
-Set the BasePanel?'s Dock property as a hint to the panel manager of the MainForm?
- 06:54 Changeset [121] by
-
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/Properties/Resources.Designer.cs
- branches/eraser6/Eraser/Properties/Resources.resx
- branches/eraser6/Resources/Eraser.ico
-Removed the duplicate icon
-Remove unused icon sizes
- 06:52 Changeset [120] by
-
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/MainForm.resx
Added program icons.
- 06:47 Changeset [119] by
-
- branches/eraser6/Eraser/AboutForm.Designer.cs
- branches/eraser6/Eraser/AboutForm.cs
- branches/eraser6/Eraser/AboutForm.resx
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/MainForm.Designer.cs
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/MainForm.resx
- branches/eraser6/Eraser/Properties/Resources.Designer.cs
- branches/eraser6/Eraser/Properties/Resources.resx
- branches/eraser6/Eraser/Resources/AboutDialog.png
Added the About dialog
- 06:19 Changeset [118] by
-
- branches/eraser6/Eraser/SettingsPanel.Designer.cs
First implementation of the Settings dialog
- 06:06 Changeset [117] by
-
- branches/eraser6/Eraser/LightGroup.Designer.cs
Minor tweaks to make the LightGroup? class of higher quality
- 05:18 Changeset [116] by
-
- branches/eraser6/Eraser/MainForm.cs
-Implemented page changing between pages of the main dialog.
-Allow the dialog to add scrollbars if the child control is too large.
- 05:17 Changeset [115] by
-
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/LightGroup.Designer.cs
- branches/eraser6/Eraser/LightGroup.cs
- branches/eraser6/Eraser/LightGroup.resx
Added the LightGroup? class which is meant to act like a GroupBox? but with less visual weight.
- 04:24 Changeset [114] by
-
- branches/eraser6/Eraser/MainForm.Designer.cs
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/MainForm.resx
Update the toolbar code to use the ContextMenuStrip? for toolbar drop downs.
- 04:23 Changeset [113] by
-
- branches/eraser6/Eraser/ToolBar.cs
-Implement toolbar item clicking
-Implement drop-down menus using the standard ContextMenuStrip? since that can be done using the designer
-Place all ToolBarItem? public variables to be properties for future compatibility with the designer
- 02:25 Changeset [112] by
-
- branches/eraser6/Eraser/BasePanel.Designer.cs
- branches/eraser6/Eraser/BasePanel.cs
- branches/eraser6/Eraser/BasePanel.resx
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/SchedulerPanel.Designer.cs
- branches/eraser6/Eraser/SchedulerPanel.cs
- branches/eraser6/Eraser/SettingsPanel.Designer.cs
- branches/eraser6/Eraser/SettingsPanel.cs
- branches/eraser6/Eraser/SettingsPanel.resx
Refactored the dialog inheritance such that each panel will derive from a base BasePanel? for easier management later on
3/5/2008:
- 11:54 Changeset [111] by
-
- trunk/Eraser.sln
- trunk/Eraser.vcproj
- trunk/EraserDll/EraserDll.vcproj
- trunk/EraserUI/EraserUI.vcproj
- trunk/Erasext/Erasext.vcproj
- trunk/Launcher/Launcher.vcproj
- trunk/Verify/Verify.vcproj
- trunk/shared/Shared.vcproj
Added a Standalone Release build configuration.
- 11:51 Changeset [110] by
-
- trunk/EraserDll/Eraser.cpp
- trunk/EraserDll/Eraser.h
Rename the CEraserApp class to CEraserDll since it more accurately reflects the DLL
- 11:49 Changeset [109] by
-
- trunk/EraserDll/resource.h
Removed a conflicting dialog ID in case EraserDll? has to be statically compiled with the main EXE
2/29/2008:
- 13:00 Changeset [108] by
-
- trunk/README.txt
- trunk/bin/Eraser.iss
- trunk/version.h
Changes to release a 5.87 beta 1.
- 12:57 Changeset [107] by
-
- trunk/EraserDoc.cpp
Fixed Schedlog.txt appearing everywhere!
- 12:03 Changeset [106] by
-
- trunk/EraserDll/Eraser.cpp
- trunk/TaskDataPage.cpp
-Allow users to specify the shut-down post-task action only if they are running win2k or later
-Adjust the privileges of the process to shut down the computer, otherwise the shutdown call will fail!
- 11:32 Changeset [105] by
-
- trunk/Launcher/LauncherDlg.cpp
Don't erase the recycle bin contents if the erase was cancelled.
- 11:05 Changeset [104] by
-
- trunk/Eraser.vcproj
Fixed Windows 98 compatibility
2/27/2008:
- 08:45 Changeset [103] by
-
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/SchedulerPanel.Designer.cs
Fixed resizing issues.
- 08:41 Changeset [102] by
-
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/SchedulerPanel.Designer.cs
- branches/eraser6/Eraser/SchedulerPanel.cs
- branches/eraser6/Eraser/SchedulerPanel.resx
Base panels don't work the way I thought it does, lol.
- 08:39 Changeset [101] by
-
- branches/eraser6/Eraser/BasePanel.Designer.cs
- branches/eraser6/Eraser/BasePanel.cs
- branches/eraser6/Eraser/BasePanel.resx
- branches/eraser6/Eraser/Eraser.csproj
- branches/eraser6/Eraser/MainForm.Designer.cs
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/Properties/Resources.resx
- branches/eraser6/Eraser/ToolBar.Designer.cs
- branches/eraser6/Eraser/ToolBar.cs
Added the Base panel for UI screens and the Toolbar control
- 08:15 Changeset [100] by
-
- branches/eraser6/Eraser/MainForm.Designer.cs
- branches/eraser6/Eraser/MainForm.cs
- branches/eraser6/Eraser/Resources/BackgroundLogo.png
- branches/eraser6/Eraser/Resources/ToolbarHelp.png
Draw the logo and add a Help button.
- 08:13 Changeset [99] by
-
- branches/eraser6/Eraser/Properties/Resources.Designer.cs
- branches/eraser6/Eraser/Properties/Settings.Designer.cs
Add the properties.
- 08:02 Changeset [98] by
-
- branches/eraser6/Eraser/Properties/Resources.resx
- branches/eraser6/Eraser/Resources/BackgroundGradient.bmp
- branches/eraser6/Eraser/Resources/ToolbarArrow.png
- branches/eraser6/Eraser/Resources/ToolbarSchedule.png
- branches/eraser6/Eraser/Resources/ToolbarSettings.png
Added the Toolbar bitmaps.
2/25/2008:
- 12:41 Changeset [97] by
-
- branches/eraser6/Resources/Eraser.ico
Use the new Eraser icon which Dennis created.
- 12:40 Changeset [96] by
-
- branches/eraser6/Resources/Source
- branches/eraser6/Resources/Source/nuke_128.psd
- branches/eraser6/Resources/Source/nuke_16.psd
- branches/eraser6/Resources/Source/nuke_24.psd
- branches/eraser6/Resources/Source/nuke_256.psd
- branches/eraser6/Resources/Source/nuke_32.psd
- branches/eraser6/Resources/Source/nuke_48.psd
- branches/eraser6/Resources/Source/nuke_64.psd
- branches/eraser6/Resources/Source/nuke_96.psd
Added source PSDs on behalf of Dennis.
