aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* When checking for DB changes during an export, don't refresh the table list, ...stuconnolly2010-09-271-59/+51
* Fix an issue where by an export would fail to begin when the check for databa...stuconnolly2010-09-221-2/+6
* - Before performing an export (except from a dot export), refresh the table l...stuconnolly2010-09-191-46/+106
* - Remember to manually update the export source when updating the UI programm...stuconnolly2010-09-141-7/+19
* Revert the change made in r2536 which prevented the use of exporting the sele...stuconnolly2010-08-171-106/+106
* On the export dialog make sure the tables list is refreshed when switching e...stuconnolly2010-08-151-4/+4
* Various export enhancements and fixes, including:stuconnolly2010-08-121-14/+26
* During a CSV export if the user selects the tab as the separator update the e...stuconnolly2010-07-251-0/+16
* Tidy up SPExportController by splitting out all filename related methods to a...stuconnolly2010-07-251-170/+7
* Make the export dialog a little smarter with regard to the current context. F...stuconnolly2010-07-251-0/+41
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-1/+27
* Make the 'Export' menu item in the 'File' menu behave more like the export co...stuconnolly2010-07-151-8/+0
* When searching for the location of the user's Desktop as the default location...stuconnolly2010-07-091-1/+1
* On the export dialog, for the displayed custom filename don't attempt to appe...stuconnolly2010-07-081-1/+3
* - Make the query info/error display collapsible.stuconnolly2010-07-061-3/+26
* Fix the resizing of the export dialog when the sheet is already accommodating...stuconnolly2010-07-051-0/+14
* Simplify the ease at which export filename tokens can be localised as well as...stuconnolly2010-07-051-9/+13
* - Replace forward slashes with hyphens in export filenames generated from the...stuconnolly2010-07-051-5/+35
* Localise the custom export filename tokens.stuconnolly2010-07-021-15/+13
* Improve the preservation of the selected output path of exports between openi...stuconnolly2010-07-021-4/+2