diff options
author | sr55 <[email protected]> | 2007-09-04 19:40:09 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-04 19:40:09 +0000 |
commit | 130d5bdd07ce316f1bcd5a34ed73c8fdb20a346d (patch) | |
tree | 6793303694874ad67a04cc6c7e8edbf1ca4a7b64 /win/C#/HandBrakeCS.csproj | |
parent | 2ecc15e8442ce439445962aa34b6a36a065b6be7 (diff) |
WinGui:
- Removed update checker window
- Removed debug window (was never implemented)
- Update checking item in file menu now displays a pop-up message box instead.
- Update checker code changed so it is re-usable.
- Top half of the GUI design changed to closer match the MacGui:
- Chapter Selection boxes now change colour to light coral should the range be invalid. This replaces the text warning.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@920 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 4a7145eb9..f9db9f8a6 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -71,12 +71,6 @@ <Compile Include="frmAbout.Designer.cs">
<DependentUpon>frmAbout.cs</DependentUpon>
</Compile>
- <Compile Include="frmDebug.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmDebug.Designer.cs">
- <DependentUpon>frmDebug.cs</DependentUpon>
- </Compile>
<Compile Include="frmDvdInfo.cs">
<SubType>Form</SubType>
</Compile>
@@ -114,10 +108,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmAbout.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmDebug.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmDebug.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="frmDvdInfo.resx">
<SubType>Designer</SubType>
<DependentUpon>frmDvdInfo.cs</DependentUpon>
@@ -151,10 +141,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmSplashScreen.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmUpdate.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmUpdate.cs</DependentUpon>
- </EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
@@ -188,12 +174,6 @@ <Compile Include="frmSplashScreen.Designer.cs">
<DependentUpon>frmSplashScreen.cs</DependentUpon>
</Compile>
- <Compile Include="frmUpdate.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmUpdate.Designer.cs">
- <DependentUpon>frmUpdate.cs</DependentUpon>
- </Compile>
</ItemGroup>
<ItemGroup>
<Content Include="handbrakepineapple.ico" />
|