OSDN Git Service

MacGui: Initial implementation of drag and drop in the presets drawer.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 7 Mar 2008 19:43:17 +0000 (19:43 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 7 Mar 2008 19:43:17 +0000 (19:43 +0000)
commit7b01b728ae35d36590909188f5f69ce1a174466d
treee029033629f262bf0e0f37037bb8c71bcd82e35f
parent964c5720ddad506ce07c239b9c1c267a8b30e6df
MacGui: Initial implementation of drag and drop in the presets drawer.
- Allows drag and drop arrangement of custom user presets
- Does not allow reordering of built in presets.
- Sorting of presets now done only by type ie. built in and custom user.
- Provides functionality for future nested presets and drag and drop arranging.
- Subclasses the presets outline view for better control over drag and drop behavior

git-svn-id: svn://localhost/HandBrake/trunk@1334 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.h
macosx/Controller.mm
macosx/English.lproj/MainMenu.xib
macosx/HBPresets.m