From d14a032b6d2ea3c75f46b977e62afc958ae29db2 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 25 Sep 2009 14:09:27 +0000 Subject: =?UTF-8?q?=E2=80=A2=20re-enabled=20field=20editor's=20QuickLook?= =?UTF-8?q?=20for=2010.6=20-=20This=20is=20up=20to=20now=20a=20kind=20of?= =?UTF-8?q?=20a=20'hack'=20since=20SP=20will=20be=20compiled=20against=20S?= =?UTF-8?q?DK10.5=20but=20if=20SP=20runs=20on=2010.6=20it'll=20use=20code?= =?UTF-8?q?=20from=20a=2010.6=20framework.=20-=20Under=2010.6=20full=20scr?= =?UTF-8?q?een=20mode=20is=20available=20and=20QL=20does=20run=20in=20its?= =?UTF-8?q?=20own=20run=20loop=20ie=20now=20it's=20non-modal=20-=20Changed?= =?UTF-8?q?=20the=20way=20of=20removing=20temp=20files;=20now=20all=20file?= =?UTF-8?q?s=20will=20be=20deleted=20while=20closing=20the=20sheet=20to=20?= =?UTF-8?q?fix=20issues=20if=20the=20user=20double-click=20at=20the=20QL?= =?UTF-8?q?=20item=20and=20the=20called=20app=20was=20too=20slow=20-=20thi?= =?UTF-8?q?s=20ended=20up=20in=20getting=20the=20message=20'File=20not=20f?= =?UTF-8?q?ound'=20-=20Changed=20default=20container=20extension=20for=20i?= =?UTF-8?q?mages=20since=20'pict'=20isn't=20support=20under=2064bit=2010.6?= =?UTF-8?q?;=20now=20SP=20makes=20usage=20of=20'icns'=20=E2=80=A2=C2=A0out?= =?UTF-8?q?sourced=20QuickLook=20types=20(show=20as=20pull=20down=20menu)?= =?UTF-8?q?=20to=20SP's=20preference=20plist.=20(up=20to=20now=20only=20'p?= =?UTF-8?q?ower=20users'=20can=20change=20that=20type=20list=20via=20a=20P?= =?UTF-8?q?roperty=20List=20editor)=20=E2=80=A2=20enhanced=20the=20caching?= =?UTF-8?q?=20behaviour=20of=20the=20sheet=20editor=20in=20terms=20of=20tr?= =?UTF-8?q?iggering=20a=20refresh=20if=20the=20text=20content=20was=20chan?= =?UTF-8?q?ged=20(this=20fixes=20the=20issue=20that=20it=20could=20happen?= =?UTF-8?q?=20that=20binary=20data=20were=20interpreted=20as=20text=20data?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/PreferenceDefaults.plist | 83 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'Resources') diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist index 4f127c88..825a093d 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -106,5 +106,88 @@ PrintImagePreviews + QuickLookTypes + + + MenuLabel + Image + Extension + icns + treatAsText + + + + MenuLabel + Sound (m4a) + Extension + m4a + treatAsText + + + + MenuLabel + Sound (mp3) + Extension + mp3 + treatAsText + + + + MenuLabel + Sound (linear) + Extension + wav + treatAsText + + + + MenuLabel + Movie (mov) + Extension + mov + treatAsText + + + + MenuLabel + PDF + Extension + pdf + treatAsText + + + + MenuLabel + HTML + Extension + html + treatAsText + + + + MenuLabel + Word Document + Extension + doc + treatAsText + + + + MenuLabel + Word Document (xml) + Extension + docx + treatAsText + + + + MenuLabel + RTF + Extension + rtf + treatAsText + + + -- cgit v1.2.3