OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 25 Oct 2008 20:36:04 +0000 (20:36 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 25 Oct 2008 20:36:04 +0000 (20:36 +0000)
commit1e6db24962e3830135634eae1ebb05588c03dcf3
tree1c555cf958f438c87511488d74ea6dd29d918a98
parent0d1ab0e0417d2931b52e2472104edfd1a3fb3a1f
WinGui:
- Nested Presets bar (Built-in presets only)
- Both user and built-in presets are now stored in XML files
- Preset bar now has right-click menu with: Expand All, Collapse All and Delete

Known Issues:
- When a preset is removed, all items in the preset bar with child presets are collapsed.
- Right Click menu only works if the preset was selected before right clicking.

Code is probably a bit buggy so all feedback on this new bar is welcome.

git-svn-id: svn://localhost/HandBrake/trunk@1866 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/C#/Functions/Presets.cs [deleted file]
win/C#/HandBrakeCS.csproj
win/C#/Presets/PresetsHandler.cs [new file with mode: 0644]
win/C#/Presets/preset.cs [new file with mode: 0644]
win/C#/frmAddPreset.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx