aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.m
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-201-1/+564
|\
| * merge SPQueryController (part of #2789)Max2018-01-201-1/+563
|/
* Allow copying lines from query console by using drag-and-drop (part of #2749)Max2017-03-291-39/+46
* Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...Max Lohrmann2017-03-121-7/+2
* * Copying text from the query console without having a database selected coul...Max2015-05-071-7/+10
* Formalize [x release], x = nil; conventionMax2015-01-041-10/+10
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-1/+1
* Reformatting code for modern ObjCMax2014-12-131-4/+4
* Fix spelling errors on method commentHoward P. Logsdon2014-09-171-1/+1
* Resolve #1938: In the query console display the database the query was execut...Stuart Connolly2014-08-281-14/+38
* Move console button and entry generation to occurring non-synchronously when ...rowanbeentje2014-06-231-9/+15
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-1/+2
* 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
* Updated ConsoleLog panel sheet to 10.6 codeMarius Ursache2013-11-111-13/+7
* - Improve thread safety within the console window, triggering draw and view ...rowanbeentje2013-08-261-6/+8
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-65/+65
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-3/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-11/+18
* Fix more gcc warnings.stuconnolly2012-05-091-0/+6
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+2
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3/+1
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-3/+3
* Fix minor copying and saving console view content issues.stuconnolly2012-01-291-15/+22
* When building a string of all console messages, use a copy of the visible mes...stuconnolly2011-10-161-2/+8
* Tidy up console/query controller.stuconnolly2011-09-031-589/+91
* merged latest SP_REFACTOR changessqlprodev2011-08-021-0/+4
* fix accidental code regression in r3309sqlprodev2011-05-191-1/+1
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-40/+101
* * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-101-1/+1
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-1/+1
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-7/+47
* * Fix two untranslatable strings #1006dmoagx2011-03-201-1/+1
* Fix more compiler warnings.stuconnolly2011-03-141-1/+1
* fixed compiler warningssqlprodev2011-03-011-3/+3
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Fix a typo that caused an exception when opening the console.stuconnolly2010-10-201-1/+1
* Tidy up.stuconnolly2010-10-191-11/+11
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Implement threading locking when modifying the query console/controller's log...stuconnolly2010-09-261-0/+11
* • reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; ...Bibiko2010-09-211-0/+1
* • SPTableContentBibiko2010-09-201-108/+147
* • SPTableStructure's source table saves its column widthsBibiko2010-09-101-1/+0
* • overall replacement of:Bibiko2010-08-201-27/+16
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-2/+2
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* Don't append a semi-colon to console messages that are errors.stuconnolly2010-04-041-1/+8
* Localize 'Save As...' button titles on console and process list windows.stuconnolly2010-03-251-2/+2