aboutsummaryrefslogtreecommitdiffstats
path: root/Source/GeneratePreviewForURL.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-59/+60
* Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-22/+35
* fix various compile warningsAbhi Beckert2016-04-031-2/+2
* * Add QuickLook support for "export settings" filesMax2015-11-151-423/+544
* Change two magic strings into constantsMax2015-10-101-3/+3
* Formalize [x release], x = nil; conventionMax2015-01-041-16/+16
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-1/+1
* Replace boxed integers in code with @ literalsMax2014-12-131-1/+1
* Replace a few other instances with objectOrNilAtIndex:Max2014-08-031-0/+1
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Move the flex parsing function definitions to their own file so they're not d...stuconnolly2013-01-251-13/+2
* * Please note this revision will re-prompt for access to all KeyChain passwor...rowanbeentje2012-11-181-6/+6
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-19/+23
* - Fix more compiler warningsrowanbeentje2011-03-041-2/+7
* Fix more compiler warnings.stuconnolly2011-03-031-1/+1
* fixed compiler warningssqlprodev2011-03-011-2/+1
* • sql QL Bibiko2010-11-161-2/+0
* - Attempt to improve QuickLook crashes by using a pool around the area causi...rowanbeentje2010-11-161-2/+20
* • Quicklook - some minor correctionsBibiko2010-11-151-15/+15
* • Quicklook supportBibiko2010-11-151-65/+57
* - Switch to explicit memory management of strings in the QuickLook plugin wh...rowanbeentje2010-11-151-8/+15
* • tried to improve the release behaviour of the QuickLook Preview GeneratorBibiko2010-11-121-16/+31
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Tidy up.stuconnolly2010-10-191-1/+2
* • Quicklook generatorBibiko2010-08-101-4/+13
* • added first implementation for spfs file QuicklookBibiko2010-08-101-0/+141
* • Quicklook generatorBibiko2010-08-091-2/+29
* • SQL file Quicklook generatorBibiko2010-08-091-54/+58
* • SQL file Quicklook generatorBibiko2010-08-091-62/+86
* • added syntax highlighting for SQL file QuickLook generatorBibiko2010-08-061-5/+70
* • added svn prop Id to GeneratePreview/ThumbnailForURL.mBibiko2010-08-051-263/+141
* - Add an initial Sequel Pro QuickLook plugin, written by bibiko, as a build ...rowanbeentje2010-08-041-0/+347