diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-15 12:04:36 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-15 12:04:36 +0000 |
commit | 89c1a27700dff50d7c8c1cf76196abbec69f9024 (patch) | |
tree | 8d20f5a00ac09050e2010af3db0546b3f2e19374 /Resources/Plists | |
parent | 6ca2488a6679f574368a5b7475875f410cb7ec69 (diff) | |
download | sequelpro-89c1a27700dff50d7c8c1cf76196abbec69f9024.tar.gz sequelpro-89c1a27700dff50d7c8c1cf76196abbec69f9024.tar.bz2 sequelpro-89c1a27700dff50d7c8c1cf76196abbec69f9024.zip |
• Quicklook support
- used embedded icon image via cid and mime type image/tiff
- sql view now wraps long lines
- improved general stability
- QL now runs on main thread
note: there're still some issues for which QL crashed mostly due NSAutoReleasePool releases - more investigations are needed; most of this issues are releted to long lines, icon caching, releasing ...
Diffstat (limited to 'Resources/Plists')
-rw-r--r-- | Resources/Plists/Sequel Pro QLGenerator-Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Resources/Plists/Sequel Pro QLGenerator-Info.plist b/Resources/Plists/Sequel Pro QLGenerator-Info.plist index 59418aad..9fb710ab 100644 --- a/Resources/Plists/Sequel Pro QLGenerator-Info.plist +++ b/Resources/Plists/Sequel Pro QLGenerator-Info.plist @@ -50,13 +50,13 @@ <key>CFPlugInUnloadFunction</key> <string></string> <key>QLNeedsToBeRunInMainThread</key> - <false/> + <true/> <key>QLPreviewHeight</key> <integer>280</integer> <key>QLPreviewWidth</key> <integer>600</integer> <key>QLSupportsConcurrentRequests</key> - <false/> + <true/> <key>QLThumbnailMinimumSize</key> <real>17</real> </dict> |