aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDotExporter.m
Commit message (Expand)AuthorAgeFilesLines
* Move some shared code to the parent classMax2015-11-211-5/+5
* Reorder some code to remove duplicate code and make leaking a NSAutoreleasePo...Max2015-11-201-12/+1
* * move some duplicate code into it's own methodMax2015-11-201-0/+4
* Formalize [x release], x = nil; conventionMax2015-01-041-6/+6
* 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
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* * Composite Foreign Keys will now show all columns in Relation view (workaround)dmoagx2013-04-211-2/+2
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-3/+2
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Fix more gcc warnings.stuconnolly2012-05-091-1/+1
* Ensure the that table constraints are cleared in [SPTableData informationForT...stuconnolly2011-10-081-7/+13
* - Fix more compiler warningsrowanbeentje2011-03-151-1/+2
* Apply a tweaked version of a patch by Aaron Linville (http://www.linville.org...rowanbeentje2010-12-051-2/+4
* - Fix graph language/DOT export hanging - this addresses Issue #916.rowanbeentje2010-12-021-32/+37
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • overall replacement of:Bibiko2010-08-201-19/+17
* Various export enhancements and fixes, including:stuconnolly2010-08-121-4/+8
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-0/+1
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-181-1/+1
* Fix various memory leaks as a result of static analysis.stuconnolly2010-07-061-0/+1
* Remove unsed try/catch exception blocks in all data exporters.stuconnolly2010-05-271-121/+118
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-0/+227