aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where copying the contents of a TEXT/BLOB field from a custom qu...Max2016-02-101-6/+6
* Fix bundle commands no longer working in popup field editor (and possibly oth...Max2015-10-211-4/+5
* Fix a data corruption issue in custom query editor (fixes #2113)Max2015-05-141-13/+20
* Minimal refactoringMax2015-03-091-1/+1
* Addition to commit 2735e15bMax2015-01-041-17/+14
* Formalize [x release], x = nil; conventionMax2015-01-041-7/+7
* Fix a minor case of "bg thread updating UI"Max2014-12-301-1/+1
* Fix issue #2040Max2014-12-131-0/+6
* Replace some NSDictionaries with literalsMax2014-12-131-20/+14
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-7/+7
* Add cast for [NSApp delegate]Max2014-12-131-3/+3
* Replace boxed integers in code with @ literalsMax2014-12-131-7/+7
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* Add a safety check within [SPCopyTable shouldUseFieldEditorForRow:column:] fo...rowanbeentje2014-06-161-3/+3
* Inverse shift+click sorting for custom queriesMiroslav Zoricak2014-03-051-4/+16
* 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
* 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