Switch to Webkit wrapper that starts/stops backend
This commit is contained in:
parent
01e66b647a
commit
532a3b219f
26 changed files with 1344 additions and 53 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
*.lock
|
||||||
|
*~.nib
|
||||||
|
DerivedData/
|
||||||
|
build/
|
||||||
|
*.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
# NB: also, whitelist the default ones, some projects need to use these
|
||||||
|
!default.pbxuser
|
||||||
|
!default.mode1v3
|
||||||
|
!default.mode2v3
|
||||||
|
!default.perspectivev3
|
||||||
|
*.xccheckout
|
||||||
|
xcuserdata/
|
||||||
|
*.moved-aside
|
||||||
|
Open Media Library.app
|
||||||
|
Open Media Library.dmg
|
||||||
|
miredo*.pkg
|
2
English.lproj/InfoPlist.strings
Normal file
2
English.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
465
English.lproj/MainMenu.xib
Normal file
465
English.lproj/MainMenu.xib
Normal file
|
@ -0,0 +1,465 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
|
||||||
|
<data>
|
||||||
|
<int key="IBDocument.SystemTarget">1060</int>
|
||||||
|
<string key="IBDocument.SystemVersion">15C27e</string>
|
||||||
|
<string key="IBDocument.InterfaceBuilderVersion">7706</string>
|
||||||
|
<string key="IBDocument.AppKitVersion">1404.23</string>
|
||||||
|
<string key="IBDocument.HIToolboxVersion">807.20</string>
|
||||||
|
<dictionary class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||||
|
<string key="com.apple.InterfaceBuilder.CocoaPlugin">7706</string>
|
||||||
|
<string key="com.apple.WebKitIBPlugin">7706</string>
|
||||||
|
</dictionary>
|
||||||
|
<array key="IBDocument.IntegratedClassDependencies">
|
||||||
|
<string>NSCustomObject</string>
|
||||||
|
<string>NSMenu</string>
|
||||||
|
<string>NSMenuItem</string>
|
||||||
|
<string>NSView</string>
|
||||||
|
<string>NSWindowTemplate</string>
|
||||||
|
<string>WebView</string>
|
||||||
|
</array>
|
||||||
|
<array key="IBDocument.PluginDependencies">
|
||||||
|
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string>com.apple.WebKitIBPlugin</string>
|
||||||
|
</array>
|
||||||
|
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||||
|
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
||||||
|
<integer value="1" key="NS.object.0"/>
|
||||||
|
</object>
|
||||||
|
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1048">
|
||||||
|
<object class="NSCustomObject" id="1021">
|
||||||
|
<string key="NSClassName">NSApplication</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSCustomObject" id="1014">
|
||||||
|
<string key="NSClassName">FirstResponder</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSCustomObject" id="1050">
|
||||||
|
<string key="NSClassName">NSApplication</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSMenu" id="649796088">
|
||||||
|
<string key="NSTitle">AMainMenu</string>
|
||||||
|
<array class="NSMutableArray" key="NSMenuItems">
|
||||||
|
<object class="NSMenuItem" id="694149608">
|
||||||
|
<reference key="NSMenu" ref="649796088"/>
|
||||||
|
<string key="NSTitle">Open Media Library</string>
|
||||||
|
<string key="NSKeyEquiv"/>
|
||||||
|
<int key="NSKeyEquivModMask">1048576</int>
|
||||||
|
<int key="NSMnemonicLoc">2147483647</int>
|
||||||
|
<object class="NSCustomResource" key="NSOnImage" id="35465992">
|
||||||
|
<string key="NSClassName">NSImage</string>
|
||||||
|
<string key="NSResourceName">NSMenuCheckmark</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSCustomResource" key="NSMixedImage" id="502551668">
|
||||||
|
<string key="NSClassName">NSImage</string>
|
||||||
|
<string key="NSResourceName">NSMenuMixedState</string>
|
||||||
|
</object>
|
||||||
|
<string key="NSAction">submenuAction:</string>
|
||||||
|
<reference key="NSTarget" ref="110575045"/>
|
||||||
|
<object class="NSMenu" key="NSSubmenu" id="110575045">
|
||||||
|
<string key="NSTitle">Open Media Library</string>
|
||||||
|
<array class="NSMutableArray" key="NSMenuItems">
|
||||||
|
<object class="NSMenuItem" id="632727374">
|
||||||
|
<reference key="NSMenu" ref="110575045"/>
|
||||||
|
<string key="NSTitle">Quit Open Media Library</string>
|
||||||
|
<string key="NSKeyEquiv">q</string>
|
||||||
|
<int key="NSKeyEquivModMask">1048576</int>
|
||||||
|
<int key="NSMnemonicLoc">2147483647</int>
|
||||||
|
<reference key="NSOnImage" ref="35465992"/>
|
||||||
|
<reference key="NSMixedImage" ref="502551668"/>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<string key="NSName">_NSAppleMenu</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMenuItem" id="302598603">
|
||||||
|
<reference key="NSMenu" ref="649796088"/>
|
||||||
|
<string key="NSTitle">Format</string>
|
||||||
|
<string key="NSKeyEquiv"/>
|
||||||
|
<int key="NSMnemonicLoc">2147483647</int>
|
||||||
|
<reference key="NSOnImage" ref="35465992"/>
|
||||||
|
<reference key="NSMixedImage" ref="502551668"/>
|
||||||
|
</object>
|
||||||
|
<object class="NSMenuItem" id="586577488">
|
||||||
|
<reference key="NSMenu" ref="649796088"/>
|
||||||
|
<string key="NSTitle">View</string>
|
||||||
|
<string key="NSKeyEquiv"/>
|
||||||
|
<int key="NSKeyEquivModMask">1048576</int>
|
||||||
|
<int key="NSMnemonicLoc">2147483647</int>
|
||||||
|
<reference key="NSOnImage" ref="35465992"/>
|
||||||
|
<reference key="NSMixedImage" ref="502551668"/>
|
||||||
|
</object>
|
||||||
|
<object class="NSMenuItem" id="713487014">
|
||||||
|
<reference key="NSMenu" ref="649796088"/>
|
||||||
|
<string key="NSTitle">Window</string>
|
||||||
|
<string key="NSKeyEquiv"/>
|
||||||
|
<int key="NSKeyEquivModMask">1048576</int>
|
||||||
|
<int key="NSMnemonicLoc">2147483647</int>
|
||||||
|
<reference key="NSOnImage" ref="35465992"/>
|
||||||
|
<reference key="NSMixedImage" ref="502551668"/>
|
||||||
|
</object>
|
||||||
|
<object class="NSMenuItem" id="448692316">
|
||||||
|
<reference key="NSMenu" ref="649796088"/>
|
||||||
|
<string key="NSTitle">Help</string>
|
||||||
|
<string key="NSKeyEquiv"/>
|
||||||
|
<int key="NSMnemonicLoc">2147483647</int>
|
||||||
|
<reference key="NSOnImage" ref="35465992"/>
|
||||||
|
<reference key="NSMixedImage" ref="502551668"/>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<string key="NSName">_NSMainMenu</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSWindowTemplate" id="972006081">
|
||||||
|
<int key="NSWindowStyleMask">15</int>
|
||||||
|
<int key="NSWindowBacking">2</int>
|
||||||
|
<string key="NSWindowRect">{{50, 50}, {1024, 768}}</string>
|
||||||
|
<int key="NSWTFlags">1954021376</int>
|
||||||
|
<string key="NSWindowTitle">Open Media Library</string>
|
||||||
|
<string key="NSWindowClass">NSWindow</string>
|
||||||
|
<nil key="NSViewClass"/>
|
||||||
|
<nil key="NSUserInterfaceItemIdentifier"/>
|
||||||
|
<object class="NSView" key="NSWindowView" id="439893737">
|
||||||
|
<reference key="NSNextResponder"/>
|
||||||
|
<int key="NSvFlags">256</int>
|
||||||
|
<array class="NSMutableArray" key="NSSubviews">
|
||||||
|
<object class="WebView" id="274634769">
|
||||||
|
<reference key="NSNextResponder" ref="439893737"/>
|
||||||
|
<int key="NSvFlags">274</int>
|
||||||
|
<set class="NSMutableSet" key="NSDragTypes">
|
||||||
|
<string>Apple HTML pasteboard type</string>
|
||||||
|
<string>Apple PDF pasteboard type</string>
|
||||||
|
<string>Apple PICT pasteboard type</string>
|
||||||
|
<string>Apple URL pasteboard type</string>
|
||||||
|
<string>Apple Web Archive pasteboard type</string>
|
||||||
|
<string>NSColor pasteboard type</string>
|
||||||
|
<string>NSFilenamesPboardType</string>
|
||||||
|
<string>NSStringPboardType</string>
|
||||||
|
<string>NeXT RTFD pasteboard type</string>
|
||||||
|
<string>NeXT Rich Text Format v1.0 pasteboard type</string>
|
||||||
|
<string>NeXT TIFF v4.0 pasteboard type</string>
|
||||||
|
<string>WebURLsWithTitlesPboardType</string>
|
||||||
|
<string>public.png</string>
|
||||||
|
<string>public.url</string>
|
||||||
|
<string>public.url-name</string>
|
||||||
|
</set>
|
||||||
|
<string key="NSFrameSize">{1024, 768}</string>
|
||||||
|
<reference key="NSSuperview" ref="439893737"/>
|
||||||
|
<reference key="NSWindow"/>
|
||||||
|
<reference key="NSNextKeyView"/>
|
||||||
|
<string key="FrameName"/>
|
||||||
|
<string key="GroupName"/>
|
||||||
|
<object class="WebPreferences" key="Preferences">
|
||||||
|
<string key="Identifier"/>
|
||||||
|
<dictionary class="NSMutableDictionary" key="Values">
|
||||||
|
<integer value="12" key="WebKitDefaultFixedFontSize"/>
|
||||||
|
<integer value="12" key="WebKitDefaultFontSize"/>
|
||||||
|
<integer value="1" key="WebKitMinimumFontSize"/>
|
||||||
|
</dictionary>
|
||||||
|
</object>
|
||||||
|
<bool key="UseBackForwardList">YES</bool>
|
||||||
|
<bool key="AllowsUndo">YES</bool>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<string key="NSFrameSize">{1024, 768}</string>
|
||||||
|
<reference key="NSSuperview"/>
|
||||||
|
<reference key="NSWindow"/>
|
||||||
|
<reference key="NSNextKeyView" ref="274634769"/>
|
||||||
|
</object>
|
||||||
|
<string key="NSScreenRect">{{0, 0}, {1680, 1027}}</string>
|
||||||
|
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
|
||||||
|
<bool key="NSWindowIsRestorable">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSCustomObject" id="976324537">
|
||||||
|
<string key="NSClassName">OMLAppDelegate</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSCustomObject" id="755631768">
|
||||||
|
<string key="NSClassName">NSFontManager</string>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||||
|
<array key="connectionRecords">
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBActionConnection" key="connection">
|
||||||
|
<string key="label">terminate:</string>
|
||||||
|
<reference key="source" ref="1050"/>
|
||||||
|
<reference key="destination" ref="632727374"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">449</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBOutletConnection" key="connection">
|
||||||
|
<string key="label">delegate</string>
|
||||||
|
<reference key="source" ref="1021"/>
|
||||||
|
<reference key="destination" ref="976324537"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">495</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBOutletConnection" key="connection">
|
||||||
|
<string key="label">window</string>
|
||||||
|
<reference key="source" ref="976324537"/>
|
||||||
|
<reference key="destination" ref="972006081"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">532</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBOutletConnection" key="connection">
|
||||||
|
<string key="label">webView</string>
|
||||||
|
<reference key="source" ref="976324537"/>
|
||||||
|
<reference key="destination" ref="274634769"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">534</int>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||||
|
<array key="orderedObjects">
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">0</int>
|
||||||
|
<array key="object" id="0"/>
|
||||||
|
<reference key="children" ref="1048"/>
|
||||||
|
<nil key="parent"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-2</int>
|
||||||
|
<reference key="object" ref="1021"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string key="objectName">File's Owner</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-1</int>
|
||||||
|
<reference key="object" ref="1014"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string key="objectName">First Responder</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-3</int>
|
||||||
|
<reference key="object" ref="1050"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string key="objectName">Application</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">29</int>
|
||||||
|
<reference key="object" ref="649796088"/>
|
||||||
|
<array class="NSMutableArray" key="children">
|
||||||
|
<reference ref="713487014"/>
|
||||||
|
<reference ref="694149608"/>
|
||||||
|
<reference ref="586577488"/>
|
||||||
|
<reference ref="302598603"/>
|
||||||
|
<reference ref="448692316"/>
|
||||||
|
</array>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">19</int>
|
||||||
|
<reference key="object" ref="713487014"/>
|
||||||
|
<array class="NSMutableArray" key="children"/>
|
||||||
|
<reference key="parent" ref="649796088"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">56</int>
|
||||||
|
<reference key="object" ref="694149608"/>
|
||||||
|
<array class="NSMutableArray" key="children">
|
||||||
|
<reference ref="110575045"/>
|
||||||
|
</array>
|
||||||
|
<reference key="parent" ref="649796088"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">57</int>
|
||||||
|
<reference key="object" ref="110575045"/>
|
||||||
|
<array class="NSMutableArray" key="children">
|
||||||
|
<reference ref="632727374"/>
|
||||||
|
</array>
|
||||||
|
<reference key="parent" ref="694149608"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">136</int>
|
||||||
|
<reference key="object" ref="632727374"/>
|
||||||
|
<reference key="parent" ref="110575045"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">295</int>
|
||||||
|
<reference key="object" ref="586577488"/>
|
||||||
|
<array class="NSMutableArray" key="children"/>
|
||||||
|
<reference key="parent" ref="649796088"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">371</int>
|
||||||
|
<reference key="object" ref="972006081"/>
|
||||||
|
<array class="NSMutableArray" key="children">
|
||||||
|
<reference ref="439893737"/>
|
||||||
|
</array>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">372</int>
|
||||||
|
<reference key="object" ref="439893737"/>
|
||||||
|
<array class="NSMutableArray" key="children">
|
||||||
|
<reference ref="274634769"/>
|
||||||
|
</array>
|
||||||
|
<reference key="parent" ref="972006081"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">375</int>
|
||||||
|
<reference key="object" ref="302598603"/>
|
||||||
|
<array class="NSMutableArray" key="children"/>
|
||||||
|
<reference key="parent" ref="649796088"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">420</int>
|
||||||
|
<reference key="object" ref="755631768"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">490</int>
|
||||||
|
<reference key="object" ref="448692316"/>
|
||||||
|
<array class="NSMutableArray" key="children"/>
|
||||||
|
<reference key="parent" ref="649796088"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">494</int>
|
||||||
|
<reference key="object" ref="976324537"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">533</int>
|
||||||
|
<reference key="object" ref="274634769"/>
|
||||||
|
<reference key="parent" ref="439893737"/>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<dictionary class="NSMutableDictionary" key="flattenedProperties">
|
||||||
|
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="136.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="29.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="295.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="371.IBPersistedLastKnownCanvasPosition">{528, 398}</string>
|
||||||
|
<string key="371.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="371.IBWindowTemplateEditedContentRect">{{386, 241}, {640, 480}}</string>
|
||||||
|
<integer value="1" key="371.NSWindowTemplate.visibleAtLaunch"/>
|
||||||
|
<string key="372.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="375.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="420.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="490.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="494.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="533.IBPluginDependency">com.apple.WebKitIBPlugin</string>
|
||||||
|
<string key="56.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
<string key="57.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
</dictionary>
|
||||||
|
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
|
||||||
|
<nil key="activeLocalization"/>
|
||||||
|
<dictionary class="NSMutableDictionary" key="localizations"/>
|
||||||
|
<nil key="sourceID"/>
|
||||||
|
<int key="maxID">534</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||||
|
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">OMLAppDelegate</string>
|
||||||
|
<string key="superclassName">NSObject</string>
|
||||||
|
<dictionary class="NSMutableDictionary" key="outlets">
|
||||||
|
<string key="webView">WebView</string>
|
||||||
|
<string key="window">NSWindow</string>
|
||||||
|
</dictionary>
|
||||||
|
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
|
||||||
|
<object class="IBToOneOutletInfo" key="webView">
|
||||||
|
<string key="name">webView</string>
|
||||||
|
<string key="candidateClassName">WebView</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBToOneOutletInfo" key="window">
|
||||||
|
<string key="name">window</string>
|
||||||
|
<string key="candidateClassName">NSWindow</string>
|
||||||
|
</object>
|
||||||
|
</dictionary>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<string key="majorKey">IBProjectSource</string>
|
||||||
|
<string key="minorKey">../OMLAppDelegate.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<array class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">WebView</string>
|
||||||
|
<string key="superclassName">NSView</string>
|
||||||
|
<dictionary class="NSMutableDictionary" key="actions">
|
||||||
|
<string key="goBack:">id</string>
|
||||||
|
<string key="goForward:">id</string>
|
||||||
|
<string key="makeTextLarger:">id</string>
|
||||||
|
<string key="makeTextSmaller:">id</string>
|
||||||
|
<string key="makeTextStandardSize:">id</string>
|
||||||
|
<string key="reload:">id</string>
|
||||||
|
<string key="reloadFromOrigin:">id</string>
|
||||||
|
<string key="stopLoading:">id</string>
|
||||||
|
<string key="takeStringURLFrom:">id</string>
|
||||||
|
<string key="toggleContinuousSpellChecking:">id</string>
|
||||||
|
<string key="toggleSmartInsertDelete:">id</string>
|
||||||
|
</dictionary>
|
||||||
|
<dictionary class="NSMutableDictionary" key="actionInfosByName">
|
||||||
|
<object class="IBActionInfo" key="goBack:">
|
||||||
|
<string key="name">goBack:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="goForward:">
|
||||||
|
<string key="name">goForward:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="makeTextLarger:">
|
||||||
|
<string key="name">makeTextLarger:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="makeTextSmaller:">
|
||||||
|
<string key="name">makeTextSmaller:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="makeTextStandardSize:">
|
||||||
|
<string key="name">makeTextStandardSize:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="reload:">
|
||||||
|
<string key="name">reload:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="reloadFromOrigin:">
|
||||||
|
<string key="name">reloadFromOrigin:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="stopLoading:">
|
||||||
|
<string key="name">stopLoading:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="takeStringURLFrom:">
|
||||||
|
<string key="name">takeStringURLFrom:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="toggleContinuousSpellChecking:">
|
||||||
|
<string key="name">toggleContinuousSpellChecking:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBActionInfo" key="toggleSmartInsertDelete:">
|
||||||
|
<string key="name">toggleSmartInsertDelete:</string>
|
||||||
|
<string key="candidateClassName">id</string>
|
||||||
|
</object>
|
||||||
|
</dictionary>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<string key="majorKey">IBFrameworkSource</string>
|
||||||
|
<string key="minorKey">WebKit.framework/Headers/WebView.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<int key="IBDocument.localizationMode">0</int>
|
||||||
|
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
|
||||||
|
<bool key="IBDocument.previouslyAttemptedUpgradeToXcode5">NO</bool>
|
||||||
|
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||||||
|
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
|
||||||
|
<integer value="4600" key="NS.object.0"/>
|
||||||
|
</object>
|
||||||
|
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||||
|
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||||
|
<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
|
||||||
|
<string key="NSMenuCheckmark">{12, 12}</string>
|
||||||
|
<string key="NSMenuMixedState">{10, 2}</string>
|
||||||
|
</dictionary>
|
||||||
|
</data>
|
||||||
|
</archive>
|
61
OML/Images.xcassets/AppIcon.appiconset/Contents.json
Normal file
61
OML/Images.xcassets/AppIcon.appiconset/Contents.json
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "mac",
|
||||||
|
"size" : "16x16",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "mac",
|
||||||
|
"size" : "16x16",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "32x32",
|
||||||
|
"idiom" : "mac",
|
||||||
|
"filename" : "icon_32x32.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "mac",
|
||||||
|
"size" : "32x32",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "128x128",
|
||||||
|
"idiom" : "mac",
|
||||||
|
"filename" : "icon_128x128.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "mac",
|
||||||
|
"size" : "128x128",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "256x256",
|
||||||
|
"idiom" : "mac",
|
||||||
|
"filename" : "icon_256x256.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "mac",
|
||||||
|
"size" : "256x256",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "mac",
|
||||||
|
"size" : "512x512",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "mac",
|
||||||
|
"size" : "512x512",
|
||||||
|
"scale" : "2x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
BIN
OML/Images.xcassets/AppIcon.appiconset/icon_128x128.png
Normal file
BIN
OML/Images.xcassets/AppIcon.appiconset/icon_128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
OML/Images.xcassets/AppIcon.appiconset/icon_256x256.png
Normal file
BIN
OML/Images.xcassets/AppIcon.appiconset/icon_256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
OML/Images.xcassets/AppIcon.appiconset/icon_32x32.png
Normal file
BIN
OML/Images.xcassets/AppIcon.appiconset/icon_32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
19
OMLAppDelegate.h
Normal file
19
OMLAppDelegate.h
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
//
|
||||||
|
// OMLAppDelegate.h
|
||||||
|
// OML
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Cocoa/Cocoa.h>
|
||||||
|
#import <WebKit/WebKit.h>
|
||||||
|
#include "WebStorageManagerPrivate.h"
|
||||||
|
#include "WebPreferencesPrivate.h"
|
||||||
|
|
||||||
|
@interface OMLAppDelegate : NSObject <NSApplicationDelegate> {
|
||||||
|
NSWindow *window;
|
||||||
|
IBOutlet WebView *webView;
|
||||||
|
}
|
||||||
|
|
||||||
|
@property (assign) IBOutlet NSWindow *window;
|
||||||
|
@property (nonatomic, retain) IBOutlet WebView *webView;
|
||||||
|
|
||||||
|
@end
|
88
OMLAppDelegate.m
Normal file
88
OMLAppDelegate.m
Normal file
|
@ -0,0 +1,88 @@
|
||||||
|
//
|
||||||
|
// OMLAppDelegate.m
|
||||||
|
// OML
|
||||||
|
//
|
||||||
|
|
||||||
|
#import "OMLAppDelegate.h"
|
||||||
|
|
||||||
|
|
||||||
|
@interface WebPreferences (WebPreferencesPrivate)
|
||||||
|
- (void)_setLocalStorageDatabasePath:(NSString *)path;
|
||||||
|
- (void) setLocalStorageEnabled: (BOOL) localStorageEnabled;
|
||||||
|
@end
|
||||||
|
|
||||||
|
@implementation OMLAppDelegate
|
||||||
|
|
||||||
|
@synthesize window;
|
||||||
|
@synthesize webView;
|
||||||
|
|
||||||
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
|
||||||
|
|
||||||
|
NSFileManager *fileManager = [[NSFileManager alloc] init];
|
||||||
|
NSString *basePath = [@"~/Library/Application Support/Open Media Library" stringByExpandingTildeInPath];
|
||||||
|
BOOL exists;
|
||||||
|
|
||||||
|
if ([fileManager fileExistsAtPath:basePath isDirectory: &exists] && exists) {
|
||||||
|
NSTask *task = [[NSTask alloc] init];
|
||||||
|
task.launchPath = [basePath stringByAppendingString:@"/ctl"];
|
||||||
|
task.arguments = @[@"start"];
|
||||||
|
[task launch];
|
||||||
|
|
||||||
|
NSString* dbPath = [WebStorageManager _storageDirectoryPath];
|
||||||
|
|
||||||
|
WebPreferences* prefs = [webView preferences];
|
||||||
|
//[prefs _setLocalStorageDatabasePath:[basePath stringByAppendingString:@"/localStorage"]];
|
||||||
|
|
||||||
|
NSString* localDBPath = [prefs _localStorageDatabasePath];
|
||||||
|
|
||||||
|
// PATHS MUST MATCH!!!! otherwise localstorage file is erased when starting program
|
||||||
|
if( [localDBPath isEqualToString:dbPath] == NO) {
|
||||||
|
[prefs setAutosaves:YES]; //SET PREFS AUTOSAVE FIRST otherwise settings aren't saved.
|
||||||
|
// Define application cache quota
|
||||||
|
static const unsigned long long defaultTotalQuota = 10 * 1024 * 1024; // 10MB
|
||||||
|
static const unsigned long long defaultOriginQuota = 5 * 1024 * 1024; // 5MB
|
||||||
|
[prefs setApplicationCacheTotalQuota:defaultTotalQuota];
|
||||||
|
[prefs setApplicationCacheDefaultOriginQuota:defaultOriginQuota];
|
||||||
|
|
||||||
|
[prefs setWebGLEnabled:YES];
|
||||||
|
[prefs setFullScreenEnabled:YES];
|
||||||
|
[prefs setOfflineWebApplicationCacheEnabled:YES];
|
||||||
|
|
||||||
|
[prefs setDatabasesEnabled:YES];
|
||||||
|
//[prefs setDeveloperExtrasEnabled:[[NSUserDefaults standardUserDefaults] boolForKey: @"developer"]];
|
||||||
|
|
||||||
|
[prefs _setLocalStorageDatabasePath:dbPath];
|
||||||
|
[prefs setLocalStorageEnabled:YES];
|
||||||
|
|
||||||
|
[webView setPreferences:prefs];
|
||||||
|
}
|
||||||
|
|
||||||
|
NSString *htmlPath = [basePath stringByAppendingString:@"/openmedialibrary/static/html/load.html"];
|
||||||
|
|
||||||
|
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:htmlPath]]];
|
||||||
|
} else {
|
||||||
|
NSTask *task = [[NSTask alloc] init];
|
||||||
|
NSString *resourcesPath = [[NSBundle mainBundle] resourcePath];
|
||||||
|
task.launchPath = @"/usr/bin/python";
|
||||||
|
task.arguments = @[[resourcesPath stringByAppendingString:@"/install.py"]];
|
||||||
|
[task launch];
|
||||||
|
NSString *htmlPath = [resourcesPath stringByAppendingString:@"/install.html"];
|
||||||
|
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:htmlPath]]];
|
||||||
|
}
|
||||||
|
[window setContentView: webView];
|
||||||
|
}
|
||||||
|
|
||||||
|
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender {
|
||||||
|
NSString *basePath = [@"~/Library/Application Support/Open Media Library" stringByExpandingTildeInPath];
|
||||||
|
NSTask *task = [[NSTask alloc] init];
|
||||||
|
task.launchPath = [basePath stringByAppendingString:@"/ctl"];
|
||||||
|
task.arguments = @[@"stop"];
|
||||||
|
[task launch];
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)app {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
32
Open Media Library-Info.plist
Normal file
32
Open Media Library-Info.plist
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>English</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.openmedialibrary.oml</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>Open Media Library</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LSApplicationCategoryType</key>
|
||||||
|
<string>public.app-category.education</string>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
|
<key>NSMainNibFile</key>
|
||||||
|
<string>MainMenu</string>
|
||||||
|
<key>NSPrincipalClass</key>
|
||||||
|
<string>NSApplication</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -1,26 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>Open Media Library</string>
|
|
||||||
<key>CFBundleGetInfoString</key>
|
|
||||||
<string>Open Media Library</string>
|
|
||||||
<key>CFBundleIconFile</key>
|
|
||||||
<string>Open Media Library.icns</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>com.openmedialibrary.app</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>Open Media Library</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>APPL</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>0.0.1</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>OML</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>0.0.20140804</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
|
@ -1,17 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
cd "`dirname "$0"`"
|
|
||||||
BASE="$HOME/Library/Application Support/Open Media Library"
|
|
||||||
if [[ ! -e "/usr/sbin/miredo" ]]; then
|
|
||||||
open -W ../Resources/miredo-osx-v1.2.6-beta2.pkg
|
|
||||||
fi
|
|
||||||
if [[ -e "$BASE" ]]; then
|
|
||||||
if [[ -e "$HOME/Library/LaunchAgents/com.openmedialibrary.loginscript.plist" ]]; then
|
|
||||||
launchctl start com.openmedialibrary.loginscript
|
|
||||||
open "$BASE/openmedialibrary/static/html/load.html"
|
|
||||||
else
|
|
||||||
"$BASE/ctl" open
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
python install.py "$BASE" &
|
|
||||||
open ../Resources/static/install.html
|
|
||||||
fi
|
|
Binary file not shown.
Binary file not shown.
327
Open Media Library.xcodeproj/project.pbxproj
Normal file
327
Open Media Library.xcodeproj/project.pbxproj
Normal file
|
@ -0,0 +1,327 @@
|
||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 46;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
256AC3DA0F4B6AC300CF3369 /* OMLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* OMLAppDelegate.m */; };
|
||||||
|
791EE74F1BE8227600927063 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
|
||||||
|
7922C2E71BE7808F00A980DF /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7922C2E61BE7808F00A980DF /* Images.xcassets */; };
|
||||||
|
7922C2E91BE7B05E00A980DF /* install.py in Resources */ = {isa = PBXBuildFile; fileRef = 7922C2E81BE7B05E00A980DF /* install.py */; };
|
||||||
|
7922C2EC1BE7B98B00A980DF /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 7922C2EA1BE7B98B00A980DF /* index.html */; };
|
||||||
|
7922C2ED1BE7B98B00A980DF /* js in Resources */ = {isa = PBXBuildFile; fileRef = 7922C2EB1BE7B98B00A980DF /* js */; };
|
||||||
|
7922C2EF1BE7BA7B00A980DF /* install.html in Resources */ = {isa = PBXBuildFile; fileRef = 7922C2EE1BE7BA7B00A980DF /* install.html */; };
|
||||||
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
||||||
|
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
|
||||||
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
||||||
|
A8D6687C132D9AB300C9B726 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8D6687B132D9AB300C9B726 /* WebKit.framework */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||||
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
||||||
|
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
||||||
|
1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||||
|
256AC3D80F4B6AC300CF3369 /* OMLAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OMLAppDelegate.h; sourceTree = "<group>"; };
|
||||||
|
256AC3D90F4B6AC300CF3369 /* OMLAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OMLAppDelegate.m; sourceTree = "<group>"; };
|
||||||
|
256AC3F00F4B6AF500CF3369 /* Open Media Library_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Open Media Library_Prefix.pch"; sourceTree = "<group>"; };
|
||||||
|
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||||
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
||||||
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
||||||
|
7922C2E61BE7808F00A980DF /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = OML/Images.xcassets; sourceTree = "<group>"; };
|
||||||
|
7922C2E81BE7B05E00A980DF /* install.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = install.py; sourceTree = "<group>"; };
|
||||||
|
7922C2EA1BE7B98B00A980DF /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
|
||||||
|
7922C2EB1BE7B98B00A980DF /* js */ = {isa = PBXFileReference; lastKnownFileType = folder; path = js; sourceTree = "<group>"; };
|
||||||
|
7922C2EE1BE7BA7B00A980DF /* install.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = install.html; sourceTree = "<group>"; };
|
||||||
|
7976F9141BE815D60026875C /* WebPreferencesPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPreferencesPrivate.h; sourceTree = "<group>"; };
|
||||||
|
7976F9151BE815D60026875C /* WebStorageManagerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebStorageManagerPrivate.h; sourceTree = "<group>"; };
|
||||||
|
8D1107310486CEB800E47090 /* Open Media Library-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Open Media Library-Info.plist"; sourceTree = "<group>"; };
|
||||||
|
8D1107320486CEB800E47090 /* Open Media Library.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Open Media Library.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
A8D6687B132D9AB300C9B726 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
8D11072E0486CEB800E47090 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
||||||
|
A8D6687C132D9AB300C9B726 /* WebKit.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
080E96DDFE201D6D7F000001 /* Classes */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
256AC3D80F4B6AC300CF3369 /* OMLAppDelegate.h */,
|
||||||
|
256AC3D90F4B6AC300CF3369 /* OMLAppDelegate.m */,
|
||||||
|
);
|
||||||
|
name = Classes;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
||||||
|
);
|
||||||
|
name = "Linked Frameworks";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
|
||||||
|
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
|
||||||
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
|
||||||
|
A8D6687B132D9AB300C9B726 /* WebKit.framework */,
|
||||||
|
);
|
||||||
|
name = "Other Frameworks";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
8D1107320486CEB800E47090 /* Open Media Library.app */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
29B97314FDCFA39411CA2CEA /* OML */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
080E96DDFE201D6D7F000001 /* Classes */,
|
||||||
|
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
||||||
|
29B97317FDCFA39411CA2CEA /* Resources */,
|
||||||
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
||||||
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
||||||
|
);
|
||||||
|
name = OML;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
7976F9151BE815D60026875C /* WebStorageManagerPrivate.h */,
|
||||||
|
7976F9141BE815D60026875C /* WebPreferencesPrivate.h */,
|
||||||
|
256AC3F00F4B6AF500CF3369 /* Open Media Library_Prefix.pch */,
|
||||||
|
29B97316FDCFA39411CA2CEA /* main.m */,
|
||||||
|
);
|
||||||
|
name = "Other Sources";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
7922C2EE1BE7BA7B00A980DF /* install.html */,
|
||||||
|
7922C2EA1BE7B98B00A980DF /* index.html */,
|
||||||
|
7922C2EB1BE7B98B00A980DF /* js */,
|
||||||
|
7922C2E81BE7B05E00A980DF /* install.py */,
|
||||||
|
7922C2E61BE7808F00A980DF /* Images.xcassets */,
|
||||||
|
8D1107310486CEB800E47090 /* Open Media Library-Info.plist */,
|
||||||
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
||||||
|
1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
|
||||||
|
);
|
||||||
|
name = Resources;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
|
||||||
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
|
||||||
|
);
|
||||||
|
name = Frameworks;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
8D1107260486CEB800E47090 /* Open Media Library */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Open Media Library" */;
|
||||||
|
buildPhases = (
|
||||||
|
8D1107290486CEB800E47090 /* Resources */,
|
||||||
|
8D11072C0486CEB800E47090 /* Sources */,
|
||||||
|
8D11072E0486CEB800E47090 /* Frameworks */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = "Open Media Library";
|
||||||
|
productInstallPath = "$(HOME)/Applications";
|
||||||
|
productName = OML;
|
||||||
|
productReference = 8D1107320486CEB800E47090 /* Open Media Library.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
LastUpgradeCheck = 0640;
|
||||||
|
};
|
||||||
|
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Open Media Library" */;
|
||||||
|
compatibilityVersion = "Xcode 3.2";
|
||||||
|
developmentRegion = English;
|
||||||
|
hasScannedForEncodings = 1;
|
||||||
|
knownRegions = (
|
||||||
|
English,
|
||||||
|
Japanese,
|
||||||
|
French,
|
||||||
|
German,
|
||||||
|
Base,
|
||||||
|
);
|
||||||
|
mainGroup = 29B97314FDCFA39411CA2CEA /* OML */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
8D1107260486CEB800E47090 /* Open Media Library */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
8D1107290486CEB800E47090 /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
7922C2EC1BE7B98B00A980DF /* index.html in Resources */,
|
||||||
|
7922C2ED1BE7B98B00A980DF /* js in Resources */,
|
||||||
|
7922C2E91BE7B05E00A980DF /* install.py in Resources */,
|
||||||
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
||||||
|
7922C2EF1BE7BA7B00A980DF /* install.html in Resources */,
|
||||||
|
7922C2E71BE7808F00A980DF /* Images.xcassets in Resources */,
|
||||||
|
791EE74F1BE8227600927063 /* MainMenu.xib in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
8D11072C0486CEB800E47090 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
8D11072D0486CEB800E47090 /* main.m in Sources */,
|
||||||
|
256AC3DA0F4B6AC300CF3369 /* OMLAppDelegate.m in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXVariantGroup section */
|
||||||
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
089C165DFE840E0CC02AAC07 /* English */,
|
||||||
|
);
|
||||||
|
name = InfoPlist.strings;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
1DDD58150DA1D0A300B32029 /* English */,
|
||||||
|
);
|
||||||
|
name = MainMenu.xib;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXVariantGroup section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
C01FCF4B08A954540054247B /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
GCC_DYNAMIC_NO_PIC = NO;
|
||||||
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||||
|
GCC_MODEL_TUNING = G5;
|
||||||
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "Open Media Library_Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "Open Media Library-Info.plist";
|
||||||
|
INSTALL_PATH = "$(HOME)/Applications";
|
||||||
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
||||||
|
PRODUCT_NAME = "Open Media Library";
|
||||||
|
SDKROOT = macosx;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
C01FCF4C08A954540054247B /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
|
GCC_MODEL_TUNING = G5;
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "Open Media Library_Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "Open Media Library-Info.plist";
|
||||||
|
INSTALL_PATH = "$(HOME)/Applications";
|
||||||
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
||||||
|
PRODUCT_NAME = "Open Media Library";
|
||||||
|
SDKROOT = macosx;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
C01FCF4F08A954540054247B /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
PREBINDING = NO;
|
||||||
|
SDKROOT = macosx;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
C01FCF5008A954540054247B /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
PREBINDING = NO;
|
||||||
|
SDKROOT = macosx;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Open Media Library" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
C01FCF4B08A954540054247B /* Debug */,
|
||||||
|
C01FCF4C08A954540054247B /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Open Media Library" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
C01FCF4F08A954540054247B /* Debug */,
|
||||||
|
C01FCF5008A954540054247B /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
||||||
|
}
|
7
Open Media Library.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
Open Media Library.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Workspace
|
||||||
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "self:/Users/open/oml/OML_app/Open Media Library.xcodeproj">
|
||||||
|
</FileRef>
|
||||||
|
</Workspace>
|
7
Open Media Library_Prefix.pch
Normal file
7
Open Media Library_Prefix.pch
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
//
|
||||||
|
// Prefix header for all source files of the 'OML' target in the 'OML' project
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifdef __OBJC__
|
||||||
|
#import <Cocoa/Cocoa.h>
|
||||||
|
#endif
|
7
README
7
README
|
@ -1,6 +1,5 @@
|
||||||
Open Media Library OS X Launcher and Installer
|
Open Media Library OS X Launcher and Installer
|
||||||
|
|
||||||
place "Open Media Library.app" into /Applications
|
- Build in XCode and export "Open Media Library.app" into this folder
|
||||||
|
- Get latest miredo package from https://github.com/bit/miredo-osx/releases
|
||||||
On first launch it will install Open Media Library for each user.
|
- Create .dmg file running ./build.sh
|
||||||
Later you can use it to start or open Open Media Library.
|
|
||||||
|
|
239
WebPreferencesPrivate.h
Normal file
239
WebPreferencesPrivate.h
Normal file
|
@ -0,0 +1,239 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2005, 2007 Apple Computer, Inc. All rights reserved.
|
||||||
|
*
|
||||||
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
* modification, are permitted provided that the following conditions
|
||||||
|
* are met:
|
||||||
|
*
|
||||||
|
* 1. Redistributions of source code must retain the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer.
|
||||||
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
|
* documentation and/or other materials provided with the distribution.
|
||||||
|
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
|
||||||
|
* its contributors may be used to endorse or promote products derived
|
||||||
|
* from this software without specific prior written permission.
|
||||||
|
*
|
||||||
|
* THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
|
||||||
|
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
* DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
|
||||||
|
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#import <WebKit/WebPreferences.h>
|
||||||
|
#import <Quartz/Quartz.h>
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
WebKitEditableLinkDefaultBehavior,
|
||||||
|
WebKitEditableLinkAlwaysLive,
|
||||||
|
WebKitEditableLinkOnlyLiveWithShiftKey,
|
||||||
|
WebKitEditableLinkLiveWhenNotFocused,
|
||||||
|
WebKitEditableLinkNeverLive
|
||||||
|
} WebKitEditableLinkBehavior;
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
WebTextDirectionSubmenuNeverIncluded,
|
||||||
|
WebTextDirectionSubmenuAutomaticallyIncluded,
|
||||||
|
WebTextDirectionSubmenuAlwaysIncluded
|
||||||
|
} WebTextDirectionSubmenuInclusionBehavior;
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
WebKitEditingMacBehavior,
|
||||||
|
WebKitEditingWinBehavior,
|
||||||
|
WebKitEditingUnixBehavior
|
||||||
|
} WebKitEditingBehavior;
|
||||||
|
|
||||||
|
extern NSString *WebPreferencesChangedNotification;
|
||||||
|
extern NSString *WebPreferencesRemovedNotification;
|
||||||
|
|
||||||
|
@interface WebPreferences (WebPrivate)
|
||||||
|
|
||||||
|
// Preferences that might be public in a future release
|
||||||
|
|
||||||
|
- (BOOL)isDNSPrefetchingEnabled;
|
||||||
|
- (void)setDNSPrefetchingEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)developerExtrasEnabled;
|
||||||
|
- (void)setDeveloperExtrasEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)authorAndUserStylesEnabled;
|
||||||
|
- (void)setAuthorAndUserStylesEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)applicationChromeModeEnabled;
|
||||||
|
- (void)setApplicationChromeModeEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)usesEncodingDetector;
|
||||||
|
- (void)setUsesEncodingDetector:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)respectStandardStyleKeyEquivalents;
|
||||||
|
- (void)setRespectStandardStyleKeyEquivalents:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)showsURLsInToolTips;
|
||||||
|
- (void)setShowsURLsInToolTips:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)textAreasAreResizable;
|
||||||
|
- (void)setTextAreasAreResizable:(BOOL)flag;
|
||||||
|
|
||||||
|
- (PDFDisplayMode)PDFDisplayMode;
|
||||||
|
- (void)setPDFDisplayMode:(PDFDisplayMode)mode;
|
||||||
|
|
||||||
|
- (BOOL)shrinksStandaloneImagesToFit;
|
||||||
|
- (void)setShrinksStandaloneImagesToFit:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)automaticallyDetectsCacheModel;
|
||||||
|
- (void)setAutomaticallyDetectsCacheModel:(BOOL)automaticallyDetectsCacheModel;
|
||||||
|
|
||||||
|
- (BOOL)webArchiveDebugModeEnabled;
|
||||||
|
- (void)setWebArchiveDebugModeEnabled:(BOOL)webArchiveDebugModeEnabled;
|
||||||
|
|
||||||
|
- (BOOL)localFileContentSniffingEnabled;
|
||||||
|
- (void)setLocalFileContentSniffingEnabled:(BOOL)localFileContentSniffingEnabled;
|
||||||
|
|
||||||
|
- (BOOL)offlineWebApplicationCacheEnabled;
|
||||||
|
- (void)setOfflineWebApplicationCacheEnabled:(BOOL)offlineWebApplicationCacheEnabled;
|
||||||
|
|
||||||
|
- (BOOL)databasesEnabled;
|
||||||
|
- (void)setDatabasesEnabled:(BOOL)databasesEnabled;
|
||||||
|
|
||||||
|
- (BOOL)localStorageEnabled;
|
||||||
|
- (void)setLocalStorageEnabled:(BOOL)localStorageEnabled;
|
||||||
|
|
||||||
|
- (BOOL)isWebSecurityEnabled;
|
||||||
|
- (void)setWebSecurityEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)allowUniversalAccessFromFileURLs;
|
||||||
|
- (void)setAllowUniversalAccessFromFileURLs:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)allowFileAccessFromFileURLs;
|
||||||
|
- (void)setAllowFileAccessFromFileURLs:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)zoomsTextOnly;
|
||||||
|
- (void)setZoomsTextOnly:(BOOL)zoomsTextOnly;
|
||||||
|
|
||||||
|
- (BOOL)javaScriptCanAccessClipboard;
|
||||||
|
- (void)setJavaScriptCanAccessClipboard:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)isXSSAuditorEnabled;
|
||||||
|
- (void)setXSSAuditorEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)experimentalNotificationsEnabled;
|
||||||
|
- (void)setExperimentalNotificationsEnabled:(BOOL)notificationsEnabled;
|
||||||
|
|
||||||
|
- (unsigned)pluginAllowedRunTime;
|
||||||
|
- (void)setPluginAllowedRunTime:(unsigned)allowedRunTime;
|
||||||
|
|
||||||
|
- (BOOL)isFrameFlatteningEnabled;
|
||||||
|
- (void)setFrameFlatteningEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)isSpatialNavigationEnabled;
|
||||||
|
- (void)setSpatialNavigationEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
// zero means do AutoScale
|
||||||
|
- (float)PDFScaleFactor;
|
||||||
|
- (void)setPDFScaleFactor:(float)scale;
|
||||||
|
|
||||||
|
- (int64_t)applicationCacheTotalQuota;
|
||||||
|
- (void)setApplicationCacheTotalQuota:(int64_t)quota;
|
||||||
|
|
||||||
|
- (int64_t)applicationCacheDefaultOriginQuota;
|
||||||
|
- (void)setApplicationCacheDefaultOriginQuota:(int64_t)quota;
|
||||||
|
|
||||||
|
- (WebKitEditableLinkBehavior)editableLinkBehavior;
|
||||||
|
- (void)setEditableLinkBehavior:(WebKitEditableLinkBehavior)behavior;
|
||||||
|
|
||||||
|
- (WebKitEditingBehavior)editingBehavior;
|
||||||
|
- (void)setEditingBehavior:(WebKitEditingBehavior)behavior;
|
||||||
|
|
||||||
|
- (WebTextDirectionSubmenuInclusionBehavior)textDirectionSubmenuInclusionBehavior;
|
||||||
|
- (void)setTextDirectionSubmenuInclusionBehavior:(WebTextDirectionSubmenuInclusionBehavior)behavior;
|
||||||
|
|
||||||
|
// Used to set preference specified in the test via LayoutTestController.overridePreference(..).
|
||||||
|
// For use with DumpRenderTree only.
|
||||||
|
- (void)_setPreferenceForTestWithValue:(NSString *)value forKey:(NSString *)key;
|
||||||
|
|
||||||
|
// If site-specific spoofing is enabled, some pages that do inappropriate user-agent string checks will be
|
||||||
|
// passed a nonstandard user-agent string to get them to work correctly. This method might be removed in
|
||||||
|
// the future when there's no more need for it.
|
||||||
|
- (BOOL)_useSiteSpecificSpoofing;
|
||||||
|
- (void)_setUseSiteSpecificSpoofing:(BOOL)newValue;
|
||||||
|
|
||||||
|
// WARNING: Allowing paste through the DOM API opens a security hole. We only use it for testing purposes.
|
||||||
|
- (BOOL)isDOMPasteAllowed;
|
||||||
|
- (void)setDOMPasteAllowed:(BOOL)DOMPasteAllowed;
|
||||||
|
|
||||||
|
- (NSString *)_ftpDirectoryTemplatePath;
|
||||||
|
- (void)_setFTPDirectoryTemplatePath:(NSString *)path;
|
||||||
|
|
||||||
|
- (void)_setForceFTPDirectoryListings:(BOOL)force;
|
||||||
|
- (BOOL)_forceFTPDirectoryListings;
|
||||||
|
|
||||||
|
- (NSString *)_localStorageDatabasePath;
|
||||||
|
- (void)_setLocalStorageDatabasePath:(NSString *)path;
|
||||||
|
|
||||||
|
- (BOOL)acceleratedDrawingEnabled;
|
||||||
|
- (void)setAcceleratedDrawingEnabled:(BOOL)enabled;
|
||||||
|
|
||||||
|
- (BOOL)canvasUsesAcceleratedDrawing;
|
||||||
|
- (void)setCanvasUsesAcceleratedDrawing:(BOOL)enabled;
|
||||||
|
|
||||||
|
- (BOOL)acceleratedCompositingEnabled;
|
||||||
|
- (void)setAcceleratedCompositingEnabled:(BOOL)enabled;
|
||||||
|
|
||||||
|
- (BOOL)showDebugBorders;
|
||||||
|
- (void)setShowDebugBorders:(BOOL)show;
|
||||||
|
|
||||||
|
- (BOOL)showRepaintCounter;
|
||||||
|
- (void)setShowRepaintCounter:(BOOL)show;
|
||||||
|
|
||||||
|
- (BOOL)webAudioEnabled;
|
||||||
|
- (void)setWebAudioEnabled:(BOOL)enabled;
|
||||||
|
|
||||||
|
- (BOOL)webGLEnabled;
|
||||||
|
- (void)setWebGLEnabled:(BOOL)enabled;
|
||||||
|
|
||||||
|
- (BOOL)accelerated2dCanvasEnabled;
|
||||||
|
- (void)setAccelerated2dCanvasEnabled:(BOOL)enabled;
|
||||||
|
|
||||||
|
- (BOOL)paginateDuringLayoutEnabled;
|
||||||
|
- (void)setPaginateDuringLayoutEnabled:(BOOL)flag;
|
||||||
|
|
||||||
|
- (BOOL)memoryInfoEnabled;
|
||||||
|
- (void)setMemoryInfoEnabled:(BOOL)enabled;
|
||||||
|
|
||||||
|
- (BOOL)hyperlinkAuditingEnabled;
|
||||||
|
- (void)setHyperlinkAuditingEnabled:(BOOL)enabled;
|
||||||
|
|
||||||
|
// Other private methods
|
||||||
|
- (void)_postPreferencesChangesNotification;
|
||||||
|
+ (WebPreferences *)_getInstanceForIdentifier:(NSString *)identifier;
|
||||||
|
+ (void)_setInstance:(WebPreferences *)instance forIdentifier:(NSString *)identifier;
|
||||||
|
+ (void)_removeReferenceForIdentifier:(NSString *)identifier;
|
||||||
|
- (NSTimeInterval)_backForwardCacheExpirationInterval;
|
||||||
|
+ (CFStringEncoding)_systemCFStringEncoding;
|
||||||
|
+ (void)_setInitialDefaultTextEncodingToSystemEncoding;
|
||||||
|
+ (void)_setIBCreatorID:(NSString *)string;
|
||||||
|
|
||||||
|
+ (void)setWebKitLinkTimeVersion:(int)version;
|
||||||
|
|
||||||
|
// For WebView's use only.
|
||||||
|
- (void)willAddToWebView;
|
||||||
|
- (void)didRemoveFromWebView;
|
||||||
|
|
||||||
|
// Full screen support is dependent on WebCore/WebKit being
|
||||||
|
// compiled with ENABLE_FULLSCREEN_API.
|
||||||
|
- (void)setFullScreenEnabled:(BOOL)flag;
|
||||||
|
- (BOOL)fullScreenEnabled;
|
||||||
|
|
||||||
|
- (void)setAsynchronousSpellCheckingEnabled:(BOOL)flag;
|
||||||
|
- (BOOL)asynchronousSpellCheckingEnabled;
|
||||||
|
|
||||||
|
- (void)setUsePreHTML5ParserQuirks:(BOOL)flag;
|
||||||
|
- (BOOL)usePreHTML5ParserQuirks;
|
||||||
|
|
||||||
|
@end
|
50
WebStorageManagerPrivate.h
Normal file
50
WebStorageManagerPrivate.h
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2005, 2007 Apple Computer, Inc. All rights reserved.
|
||||||
|
*
|
||||||
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
* modification, are permitted provided that the following conditions
|
||||||
|
* are met:
|
||||||
|
*
|
||||||
|
* 1. Redistributions of source code must retain the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer.
|
||||||
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
|
* documentation and/or other materials provided with the distribution.
|
||||||
|
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
|
||||||
|
* its contributors may be used to endorse or promote products derived
|
||||||
|
* from this software without specific prior written permission.
|
||||||
|
*
|
||||||
|
* THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
|
||||||
|
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
* DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
|
||||||
|
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
extern NSString * const WebStorageDirectoryDefaultsKey;
|
||||||
|
extern NSString * const WebStorageDidModifyOriginNotification;
|
||||||
|
|
||||||
|
@class WebSecurityOrigin;
|
||||||
|
|
||||||
|
@interface WebStorageManager : NSObject
|
||||||
|
|
||||||
|
+ (WebStorageManager *)sharedWebStorageManager;
|
||||||
|
|
||||||
|
// Returns an array of WebSecurityOrigin objects that have LocalStorage.
|
||||||
|
- (NSArray *)origins;
|
||||||
|
|
||||||
|
- (void)deleteAllOrigins;
|
||||||
|
- (void)deleteOrigin:(WebSecurityOrigin *)origin;
|
||||||
|
|
||||||
|
- (void)syncLocalStorage;
|
||||||
|
- (void)syncFileSystemAndTrackerDatabase;
|
||||||
|
|
||||||
|
static NSString* _storageDirectoryPath();
|
||||||
|
+ (NSString *)_storageDirectoryPath;
|
||||||
|
|
||||||
|
@end
|
2
build.sh
2
build.sh
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
name="Open Media Library"
|
name="Open Media Library"
|
||||||
tmp="${name}.tmp.dmg"
|
tmp="${name}.tmp.dmg"
|
||||||
dmg="${name}.dmg"
|
dmg="${name}.dmg"
|
||||||
tmpdir=`mktemp -d -t oml`
|
tmpdir=`mktemp -d -t oml`
|
||||||
cp -r "${name}.app" "$tmpdir/"
|
cp -r "${name}.app" "$tmpdir/"
|
||||||
|
cp -r miredo*.pkg "$tmpdir/"
|
||||||
ln -s /Applications "$tmpdir/Applications"
|
ln -s /Applications "$tmpdir/Applications"
|
||||||
rm -rf "$dmg" "$tmp"
|
rm -rf "$dmg" "$tmp"
|
||||||
hdiutil create -srcfolder "$tmpdir" -volname "$name" -format UDZO "$tmp"
|
hdiutil create -srcfolder "$tmpdir" -volname "$name" -format UDZO "$tmp"
|
||||||
|
|
|
@ -5,6 +5,7 @@ from contextlib import closing
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
import time
|
||||||
import tarfile
|
import tarfile
|
||||||
import urllib2
|
import urllib2
|
||||||
import SimpleHTTPServer
|
import SimpleHTTPServer
|
||||||
|
@ -13,7 +14,7 @@ from threading import Thread
|
||||||
|
|
||||||
|
|
||||||
PORT = 9841
|
PORT = 9841
|
||||||
static_dir = os.path.normpath(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..', 'Resources', 'static'))
|
static_dir = os.path.normpath(os.path.abspath(os.path.dirname(__file__)))
|
||||||
|
|
||||||
|
|
||||||
class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
||||||
|
@ -85,9 +86,11 @@ class Install(Thread):
|
||||||
self.status["progress"] = 1
|
self.status["progress"] = 1
|
||||||
with open('config/release.json', 'w') as fd:
|
with open('config/release.json', 'w') as fd:
|
||||||
json.dump(release, fd, indent=2)
|
json.dump(release, fd, indent=2)
|
||||||
os.system("./ctl install_launcher")
|
self.status = {"installation finished. starting...": True}
|
||||||
self.status = {"done": True}
|
os.system("./ctl start &")
|
||||||
|
time.sleep(1)
|
||||||
self.httpd.shutdown()
|
self.httpd.shutdown()
|
||||||
|
|
||||||
|
|
||||||
def download(self, url, filename):
|
def download(self, url, filename):
|
||||||
dirname = os.path.dirname(filename)
|
dirname = os.path.dirname(filename)
|
||||||
|
@ -111,9 +114,11 @@ class Install(Thread):
|
||||||
data = json.load(u)
|
data = json.load(u)
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if len(sys.argv) == 1:
|
if len(sys.argv) == 1:
|
||||||
target = os.path.join(os.curdir, 'openmedialibrary')
|
target = os.path.expanduser("~/Library/Application Support/Open Media Library")
|
||||||
elif len(sys.argv) != 2:
|
elif len(sys.argv) != 2:
|
||||||
print "usage: %s [target]" % sys.argv[0]
|
print "usage: %s [target]" % sys.argv[0]
|
||||||
sys.exit(1)
|
sys.exit(1)
|
|
@ -6,6 +6,7 @@ function load() {
|
||||||
};
|
};
|
||||||
ws.onerror = function(event) {
|
ws.onerror = function(event) {
|
||||||
ws.close();
|
ws.close();
|
||||||
|
setTimeout(load, 500);
|
||||||
};
|
};
|
||||||
ws.onclose = function(event) {
|
ws.onclose = function(event) {
|
||||||
setTimeout(load, 500);
|
setTimeout(load, 500);
|
||||||
|
@ -25,7 +26,7 @@ function update() {
|
||||||
setTimeout(update, 1000);
|
setTimeout(update, 1000);
|
||||||
} else {
|
} else {
|
||||||
document.getElementById('status').innerHTML = "done";
|
document.getElementById('status').innerHTML = "done";
|
||||||
load();
|
setTimeout(load, 500);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
xhr.onerror = function() {
|
xhr.onerror = function() {
|
11
main.m
Normal file
11
main.m
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
//
|
||||||
|
// main.m
|
||||||
|
// OML
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
int main(int argc, char *argv[])
|
||||||
|
{
|
||||||
|
return NSApplicationMain(argc, (const char **) argv);
|
||||||
|
}
|
Loading…
Reference in a new issue