aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-49/+47
* merge SPExportController (part of #2789)Max2018-01-201-5/+2692
* Add a 24-hour-format export filename token.Michael Rog2017-08-071-9/+10
* * move some duplicate code into it's own methodMax2015-11-201-14/+22
* Hand ServerSupport instance to exportersMax2015-11-201-0/+2
* Store the last export settings using the new "export settings" formatMax2015-11-151-55/+28
* Allow import of saved export settings (in export dialog)Max2015-11-071-29/+44
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-1/+1
* Change how the custom filename pattern in export dialog is handledMax2015-10-121-8/+21
* Add some debug code for an exception I haven't seen beforeMax2015-10-011-2/+8
* Fix a crash that could occur when cancelling an export (fixes #2192)Max2015-08-021-2/+17
* Add some info which might help a bit with debugging threading issuesMax2015-07-021-1/+1
* Fix some minor compiler warningsMax2015-02-031-0/+1
* Change some code formattingMax2015-01-061-33/+38
* Formalize [x release], x = nil; conventionMax2015-01-041-6/+6
* Reformatting code for modern ObjCMax2014-12-131-15/+15
* 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
* Updated Change Export Directory panel sheet to 10.6+ SDKMarius Ursache2013-11-111-18/+8
* Cleaned up Sending 'const NSString *' to parameter of type 'NSString *' disca...Marius Ursache2013-11-091-3/+3
* Issue #1717: Custom query export validation only needs to know the number of ...stuconnolly2013-05-111-1/+2
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-19/+16
* Issue #1495: Fix crash on export after the table list is refreshed due to the...stuconnolly2012-12-171-1/+2
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-2/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* Export tidy up.stuconnolly2012-05-251-2/+2
* Remove unused method.stuconnolly2012-04-011-22/+0
* Improve the availability of the table name token on the custom export filenam...stuconnolly2012-04-011-113/+21
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-9/+8
* When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-141-0/+1
* Set the previously used export filename and path when the export dialog is op...stuconnolly2011-09-291-23/+43
* Improve custom query result export menu item validation to prevent triggering...stuconnolly2011-09-131-1/+1
* - Prevent export and indexes controller awakeFromNib: routines from being ru...rowanbeentje2011-08-251-2/+9
* Tidy up.stuconnolly2011-08-241-2/+7
* During an SQL export, if the structure is disabled also uncheck the include D...stuconnolly2011-08-171-0/+5
* SQL export: Disable the 'include drop syntax option' when the structure optio...stuconnolly2011-07-261-0/+2
* Add Sparkle to credits.stuconnolly2011-07-101-2/+2
* Add the option to the SQL export view as to whether or not the AUTO_INCREMENT...stuconnolly2011-07-101-0/+2
* * Fixes a spacing issue in Duplicate DB Sheetdmoagx2011-07-061-1/+1
* When refreshing the export dialog's table list, preserve the user's current s...stuconnolly2011-05-071-2/+38
* Implement a large number of minor fixes and improvements to export functional...rowanbeentje2011-05-071-19/+108
* Add some constants.stuconnolly2011-04-291-6/+10
* - Fix more warningsrowanbeentje2011-03-141-11/+11
* fixed compiler warningssqlprodev2011-03-011-2/+2
* - Fix issues restoring the filename or advanced views in the export interfac...rowanbeentje2011-01-241-0/+2
* Apply a tweaked version of a patch by Aaron Linville (http://www.linville.org...rowanbeentje2010-12-051-2/+16
* Complete the implementation of supporting MySQL's XML schema format when expo...stuconnolly2010-11-051-0/+17
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-67/+47
* Minor export controller init change.stuconnolly2010-10-211-1/+1