| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1717: Custom query export validation only needs to know the number of ... | stuconnolly | 2013-05-11 | 1 | -1/+2 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -19/+16 |
* | Issue #1495: Fix crash on export after the table list is refreshed due to the... | stuconnolly | 2012-12-17 | 1 | -1/+2 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -2/+3 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+21 |
* | Export tidy up. | stuconnolly | 2012-05-25 | 1 | -2/+2 |
* | Remove unused method. | stuconnolly | 2012-04-01 | 1 | -22/+0 |
* | Improve the availability of the table name token on the custom export filenam... | stuconnolly | 2012-04-01 | 1 | -113/+21 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -9/+8 |
* | When exporting a query result as CSV ensure that we're allowing the exporter ... | stuconnolly | 2012-01-14 | 1 | -0/+1 |
* | Set the previously used export filename and path when the export dialog is op... | stuconnolly | 2011-09-29 | 1 | -23/+43 |
* | Improve custom query result export menu item validation to prevent triggering... | stuconnolly | 2011-09-13 | 1 | -1/+1 |
* | - Prevent export and indexes controller awakeFromNib: routines from being ru... | rowanbeentje | 2011-08-25 | 1 | -2/+9 |
* | Tidy up. | stuconnolly | 2011-08-24 | 1 | -2/+7 |
* | During an SQL export, if the structure is disabled also uncheck the include D... | stuconnolly | 2011-08-17 | 1 | -0/+5 |
* | SQL export: Disable the 'include drop syntax option' when the structure optio... | stuconnolly | 2011-07-26 | 1 | -0/+2 |
* | Add Sparkle to credits. | stuconnolly | 2011-07-10 | 1 | -2/+2 |
* | Add the option to the SQL export view as to whether or not the AUTO_INCREMENT... | stuconnolly | 2011-07-10 | 1 | -0/+2 |
* | * Fixes a spacing issue in Duplicate DB Sheet | dmoagx | 2011-07-06 | 1 | -1/+1 |
* | When refreshing the export dialog's table list, preserve the user's current s... | stuconnolly | 2011-05-07 | 1 | -2/+38 |
* | Implement a large number of minor fixes and improvements to export functional... | rowanbeentje | 2011-05-07 | 1 | -19/+108 |
* | Add some constants. | stuconnolly | 2011-04-29 | 1 | -6/+10 |
* | - Fix more warnings | rowanbeentje | 2011-03-14 | 1 | -11/+11 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -2/+2 |
* | - Fix issues restoring the filename or advanced views in the export interfac... | rowanbeentje | 2011-01-24 | 1 | -0/+2 |
* | Apply a tweaked version of a patch by Aaron Linville (http://www.linville.org... | rowanbeentje | 2010-12-05 | 1 | -2/+16 |
* | Complete the implementation of supporting MySQL's XML schema format when expo... | stuconnolly | 2010-11-05 | 1 | -0/+17 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -67/+47 |
* | Minor export controller init change. | stuconnolly | 2010-10-21 | 1 | -1/+1 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | When checking for DB changes during an export, don't refresh the table list, ... | stuconnolly | 2010-09-27 | 1 | -59/+51 |
* | Fix an issue where by an export would fail to begin when the check for databa... | stuconnolly | 2010-09-22 | 1 | -2/+6 |
* | - Before performing an export (except from a dot export), refresh the table l... | stuconnolly | 2010-09-19 | 1 | -46/+106 |
* | - Remember to manually update the export source when updating the UI programm... | stuconnolly | 2010-09-14 | 1 | -7/+19 |
* | Revert the change made in r2536 which prevented the use of exporting the sele... | stuconnolly | 2010-08-17 | 1 | -106/+106 |
* | On the export dialog make sure the tables list is refreshed when switching e... | stuconnolly | 2010-08-15 | 1 | -4/+4 |
* | Various export enhancements and fixes, including: | stuconnolly | 2010-08-12 | 1 | -14/+26 |
* | During a CSV export if the user selects the tab as the separator update the e... | stuconnolly | 2010-07-25 | 1 | -0/+16 |
* | Tidy up SPExportController by splitting out all filename related methods to a... | stuconnolly | 2010-07-25 | 1 | -170/+7 |
* | Make the export dialog a little smarter with regard to the current context. F... | stuconnolly | 2010-07-25 | 1 | -0/+41 |
* | In addition to Gzip compression support when exporting SQL dumps add the abil... | stuconnolly | 2010-07-24 | 1 | -1/+27 |
* | Make the 'Export' menu item in the 'File' menu behave more like the export co... | stuconnolly | 2010-07-15 | 1 | -8/+0 |
* | When searching for the location of the user's Desktop as the default location... | stuconnolly | 2010-07-09 | 1 | -1/+1 |
* | On the export dialog, for the displayed custom filename don't attempt to appe... | stuconnolly | 2010-07-08 | 1 | -1/+3 |
* | - Make the query info/error display collapsible. | stuconnolly | 2010-07-06 | 1 | -3/+26 |
* | Fix the resizing of the export dialog when the sheet is already accommodating... | stuconnolly | 2010-07-05 | 1 | -0/+14 |
* | Simplify the ease at which export filename tokens can be localised as well as... | stuconnolly | 2010-07-05 | 1 | -9/+13 |
* | - Replace forward slashes with hyphens in export filenames generated from the... | stuconnolly | 2010-07-05 | 1 | -5/+35 |
* | Localise the custom export filename tokens. | stuconnolly | 2010-07-02 | 1 | -15/+13 |