diff options
author | rowanbeentje <rowan@beent.je> | 2010-08-04 22:24:30 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-08-04 22:24:30 +0000 |
commit | d20d35aedb551516e1974979e8a0048a0ea81cbf (patch) | |
tree | 444f242d8411489960290e60d89b89685a555832 /Resources | |
parent | 71002662ef004b798766906bce9e51ad359e1745 (diff) | |
download | sequelpro-d20d35aedb551516e1974979e8a0048a0ea81cbf.tar.gz sequelpro-d20d35aedb551516e1974979e8a0048a0ea81cbf.tar.bz2 sequelpro-d20d35aedb551516e1974979e8a0048a0ea81cbf.zip |
- Add an initial Sequel Pro QuickLook plugin, written by bibiko, as a build dependency
Diffstat (limited to 'Resources')
9 files changed, 384 insertions, 0 deletions
diff --git a/Resources/English.lproj/SPQLPluginConnectionTemplate.html b/Resources/English.lproj/SPQLPluginConnectionTemplate.html new file mode 100644 index 00000000..cfce367f --- /dev/null +++ b/Resources/English.lproj/SPQLPluginConnectionTemplate.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Connection File</b><br /> +%@ (%@) +</center><br /><br /> +<table> +<tr> +<td align="right">Name: </td><td>%@</td> +</tr> +<tr> +<td align="right">Host: </td><td>%@</td> +</tr> +<tr> +<td align="right">User: </td><td>%@</td> +</tr> +<tr> +<td align="right">Database: </td><td>%@</td> +</tr> +<tr> +<td align="right">Size: </td><td>%@</td> +</tr> +<tr> +<td align="right">Last modified: </td><td>%@</td> +</tr> +<tr> +<td align="right">Auto-connect: </td><td><input type="checkbox" %@ disabled></td> +</tr> +</table> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html b/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html new file mode 100644 index 00000000..c9ad6aa7 --- /dev/null +++ b/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Content Filters File</b><br /><br /> +</center> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html new file mode 100644 index 00000000..73f9f816 --- /dev/null +++ b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Query Favorites File</b><br /><br /> +</center> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html new file mode 100644 index 00000000..fd016891 --- /dev/null +++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; + white-space: nowrap; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro SQL File</b><br /> +size: %@ +</center><br /><br /> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/German.lproj/SPQLPluginConnectionTemplate.html b/Resources/German.lproj/SPQLPluginConnectionTemplate.html new file mode 100644 index 00000000..28d5bbb3 --- /dev/null +++ b/Resources/German.lproj/SPQLPluginConnectionTemplate.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Verbindungsdatei</b><br /> +%@ (%@) +</center><br /><br /> +<table> +<tr> +<td align="right">Name: </td><td>%@</td> +</tr> +<tr> +<td align="right">Host: </td><td>%@</td> +</tr> +<tr> +<td align="right">Benutzer: </td><td>%@</td> +</tr> +<tr> +<td align="right">Datenbank: </td><td>%@</td> +</tr> +<tr> +<td align="right">Größe: </td><td>%@</td> +</tr> +<tr> +<td align="right">Zuletzt geändert: </td><td>%@</td> +</tr> +<tr> +<td align="right">Auto-connect: </td><td><input type="checkbox" %@ disabled></td> +</tr> +</table> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/German.lproj/SPQLPluginContentFiltersTemplate.html b/Resources/German.lproj/SPQLPluginContentFiltersTemplate.html new file mode 100644 index 00000000..34ab2c38 --- /dev/null +++ b/Resources/German.lproj/SPQLPluginContentFiltersTemplate.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Inhaltsfilter-Datei</b><br /><br /> +</center> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html new file mode 100644 index 00000000..412d8ecb --- /dev/null +++ b/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Favoriten-Datei</b><br /><br /> +</center> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/German.lproj/SPQLPluginSQLTemplate.html b/Resources/German.lproj/SPQLPluginSQLTemplate.html new file mode 100644 index 00000000..6c905539 --- /dev/null +++ b/Resources/German.lproj/SPQLPluginSQLTemplate.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; + white-space: nowrap; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro SQL Datei</b><br /> +Größe: %@ +</center><br /><br /> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/Plists/Sequel Pro QLGenerator-Info.plist b/Resources/Plists/Sequel Pro QLGenerator-Info.plist new file mode 100644 index 00000000..aca09b59 --- /dev/null +++ b/Resources/Plists/Sequel Pro QLGenerator-Info.plist @@ -0,0 +1,62 @@ +<?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>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeRole</key> + <string>QLGenerator</string> + <key>LSItemContentTypes</key> + <array> + <string>com.google.code.sequel-pro.spf</string> + <string>com.google.code.sequel-pro.sql</string> + </array> + </dict> + </array> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>com.google.code.sequel-pro.qlgenerator</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> + <key>CFBundleShortVersionString</key> + <string>1</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>CFPlugInDynamicRegisterFunction</key> + <string></string> + <key>CFPlugInDynamicRegistration</key> + <false/> + <key>CFPlugInFactories</key> + <dict> + <key>15621E48-2969-4291-807E-5F0498A9FB70</key> + <string>QuickLookGeneratorPluginFactory</string> + </dict> + <key>CFPlugInTypes</key> + <dict> + <key>5E2D9680-5022-40FA-B806-43349622E5B9</key> + <array> + <string>15621E48-2969-4291-807E-5F0498A9FB70</string> + </array> + </dict> + <key>CFPlugInUnloadFunction</key> + <string></string> + <key>QLNeedsToBeRunInMainThread</key> + <false/> + <key>QLPreviewHeight</key> + <integer>280</integer> + <key>QLPreviewWidth</key> + <integer>600</integer> + <key>QLSupportsConcurrentRequests</key> + <false/> + <key>QLThumbnailMinimumSize</key> + <real>17</real> +</dict> +</plist> |