aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-6/+6
* Merge SPDatabaseDocument (part of #2789)Max2018-01-201-1/+0
* Merge SPAppController (part of #2789)Max2018-01-201-1/+0
* Fix an issue with autocompletion not suggesting column names (#2507)Max2016-05-161-12/+6
* fix warningsAbhi Beckert2016-04-101-0/+1
* Wrap a repeated call in a simpler methodMax2015-10-251-1/+1
* Add some info which might help a bit with debugging threading issuesMax2015-07-021-1/+1
* Addition to commit 2735e15bMax2015-01-041-14/+14
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+0
* Replace some NSDictionaries with literalsMax2014-12-131-9/+9
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-1/+1
* Add cast for [NSApp delegate]Max2014-12-131-6/+6
* Replace boxed integers in code with @ literalsMax2014-12-131-10/+10
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* Replace a few other instances with objectOrNilAtIndex:Max2014-08-031-1/+1
* 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
* * Changed a query (addressing issue #1687)dmoagx2013-04-241-7/+7
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-9/+9
* - Convert all old .tiff resource images to .png formatrowanbeentje2012-12-211-7/+7
* Replace 1x .tiff graphics with 1x and 2x png Retina graphics.mattlangtree2012-12-121-1/+1
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-3/+3
* - Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariabl...rowanbeentje2012-08-021-0/+5
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* Improve connection keepalive, disconnect, and connection loss after reviewing...rowanbeentje2012-05-151-1/+0
* Rework connection loss handling in SPMySQL, particularly to improve backgroun...rowanbeentje2012-05-081-4/+2
* - Fix an exception when refreshing the navigator viewrowanbeentje2012-03-281-5/+5
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-3/+4
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-19/+17
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-1/+1
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-0/+3
* Small tidy up, mainly the addition of constants.stuconnolly2011-05-051-9/+4
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-1/+17
* - Fix more compiler warningsrowanbeentje2011-03-151-10/+9
* fixed compiler warningssqlprodev2011-03-011-1/+2
* fixed compiler warningssqlprodev2011-03-011-0/+1
* • alias (auto-)completionBibiko2010-11-041-2/+12
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+1
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-2/+2
* * One label was too short in Content Filter Managerdmoagx2010-09-261-12/+12
* • only some minor code cosmeticsBibiko2010-09-171-3/+3
* • fixed bug while closing a tab to remove the connection from NavigatorBibiko2010-08-131-2/+13
* • NavigatorBibiko2010-08-131-8/+57
* • NavigatorBibiko2010-08-131-75/+8
* • reverted changes of refreshing of the Navigator if it is not visibleBibiko2010-08-121-1/+1
* • NavigatorBibiko2010-08-121-11/+18
* • some minor work on NavigatorBibiko2010-08-121-16/+28
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-5/+5