aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* Internal Refactoring: Move MySQL Help viewer into own xib with own controllerMax2018-05-271-514/+17
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-292/+290
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-201-3/+2
|\
| * merge SPQueryController (part of #2789)Max2018-01-201-1/+0
| * merge SPTableContent (part of #2789)Max2018-01-201-1/+1
| * Merge SPDatabaseDocument (part of #2789)Max2018-01-201-1/+1
* | Remove another 2 cases of very strange object notification behavior (code style)Max2018-01-171-2/+11
* | Work around an exception that would occur when changing Query Favorites while...Max2018-01-171-28/+34
|/
* Change some method calls so the custom query view controller gets notified wh...Max2017-05-101-0/+12
* Remove a superfluous ivar and the unholy intermingling of UI and data code it...Max2017-04-181-23/+18
* Move some code to a place where it makes more sense to be (part of #2770)Max2017-04-181-10/+1
* Fix a case of „background thread updating UI“ that could cause an excepti...Max2017-03-311-1/+1
* Remove duplicate setting of sheet title/message.Stuart Connolly2017-03-231-2/+1
* #2414 fix crash hovering mouse over removed table column headerAbhi Beckert2016-06-051-0/+1
* Clarify what the execution time reported by Sequel Pro means (related to #264)Max2016-04-271-6/+13
* fix various compile warningsAbhi Beckert2016-04-031-2/+2
* Add support for CURRENT_TIMESTAMP(n) in default/on update column of DATETIME/...Max2015-11-041-6/+7
* Fix bundle commands no longer working in popup field editor (and possibly oth...Max2015-10-211-4/+5
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-13/+25
* Fix an issue where copying the contents of a TEXT/BLOB field from a custom qu...Max2015-10-121-6/+6
* Make some forgotten strings localizable and add debug code for an exceptionMax2015-09-301-7/+11
* Attempt at fixing a crash when trying to open the field editor sheet and Acce...Max2015-09-101-4/+9
* Add some info which might help a bit with debugging threading issuesMax2015-07-021-1/+1
* 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