aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerVariablesController.m
Commit message (Expand)AuthorAgeFilesLines
* Fix table triggers view not reacting to UI preference changes. Also, move the...Stuart Connolly2017-03-181-5/+25
* Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...Max Lohrmann2017-03-121-10/+6
* Formalize [x release], x = nil; conventionMax2015-01-041-3/+3
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-1/+1
* Add cast for [NSApp delegate]Max2014-12-131-1/+1
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-6/+8
* 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 Save Server Variables List panel sheet to 10.6+ SDKMarius Ursache2013-11-111-20/+15
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-9/+0
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Tidy up.stuconnolly2012-06-041-19/+19
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-9/+3
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-3/+3
* Fix warnings and comments.stuconnolly2011-04-291-2/+2
* fixed compiler warningssqlprodev2011-03-011-1/+2
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Tidy up.stuconnolly2010-10-191-0/+3
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • overall replacement of:Bibiko2010-08-201-1/+1
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-1/+1
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-2/+0
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-0/+2
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-2/+2
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+1
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-1/+27
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-1/+1
* In an aid to split up the functionality of the TableDocument class as well as...stuconnolly2009-11-131-0/+373