aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Fixed warning on ‘beginSheetForDirectory’Marius Ursache2013-11-101-22/+16
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-1/+1
* Allow opened SQL files to be saved back to the original file, addressing Issu...rowanbeentje2013-09-081-4/+1
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-131-105/+84
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-13/+4
* Issue #1717: Custom query export validation only needs to know the number of ...stuconnolly2013-05-111-0/+10
* - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith...rowanbeentje2013-04-031-9/+13
* - Fix query status and error message title to not always suggest an error ha...rowanbeentje2013-04-011-0/+5
* - Alter the SPComboPopupButton to ignore clicks started in the left-hand par...rowanbeentje2013-04-011-4/+3
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a sin...rowanbeentje2013-03-311-65/+128
* - If date-type fields are cleared, and allow NULLs, save the cell value as N...rowanbeentje2013-03-061-1/+1
* Fix remaining 10.6/7 build warnings.stuconnolly2013-02-171-5/+5
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-9/+11
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-67/+67
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-38/+46
* * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to...dmoagx2013-02-011-1/+1
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-3/+0
* Fix Issue #1527, weird display artifacts when reordering custom query results...rowanbeentje2013-01-221-2/+2
* Minor tidy up.stuconnolly2013-01-111-10/+7
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-1/+2
* Improve connection handling and recovery in general, and specifically to addr...rowanbeentje2012-08-181-0/+6
* - Add linebreak display in the database processes list, preventing display o...rowanbeentje2012-08-061-1/+1
* - Remove BWToolKit from the project, using ibtool to strip out plugin depend...rowanbeentje2012-08-031-4/+0
* - Replace the collapsible BWSplitView on the Query pane with a SPSplitView c...rowanbeentje2012-07-261-50/+14
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+26
* Merged SP r3710 with Codasqlprodev2012-07-051-0/+1
* * Fixes some cases of bad localizabilitydmoagx2012-06-231-7/+14
* - Improve help search updates while typing, adding basic display for no resu...rowanbeentje2012-06-221-5/+11
* - Fix exceptions with certain kinds of help results, for example for most ma...rowanbeentje2012-06-211-31/+6
* - Ensure that help results are returned as strings to try and address issues...rowanbeentje2012-06-201-0/+5
* - Fix some text reselection logic when running all queries, which appears to...rowanbeentje2012-05-311-34/+1
* * Fixes the case of the curious @"es"'sdmoagx2012-05-171-4/+4
* - Fix a number of small memory leaksrowanbeentje2012-04-141-0/+3
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+2
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-3/+1
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-2/+11
* - Fix exceptions caused when resizing custom query columns which don't map t...rowanbeentje2012-03-241-3/+3
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-7/+9
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-65/+64
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-5/+5
* When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-141-162/+202
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-091-1/+1
* • fixed issue for line numbering view if associated textView is scrolled fr...Bibiko2012-01-051-1/+1
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-38/+21
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-051-146/+109
* - Fix editing of binary string values, a regression in r3428; addresses log ...rowanbeentje2011-09-221-0/+3
* Rework linebreak handling in content and custom query result views, as trigge...rowanbeentje2011-09-211-19/+35
* Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* - Clean up undo manager handlingrowanbeentje2011-08-311-0/+7