aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Expand)AuthorAgeFilesLines
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* - Update SSH connections to pick up custom ports configured in SSH config fi...rowanbeentje2010-10-061-1/+1
* When the user cancels a conenction attempt, which subsequently results in an ...stuconnolly2010-10-061-4/+12
* Tweak favourites sorting from r2696, fixing exceptions when no sort type is s...rowanbeentje2010-09-261-2/+2
* - Correctly sort connection favourites upon startup for both the connection a...stuconnolly2010-09-261-12/+18
* - Implement support for MySQL over SSL for both TCP/IP and Socket connection...rowanbeentje2010-09-131-38/+186
* - Alter the connection view layout, moving the connection details forms into...rowanbeentje2010-09-091-1/+32
* - Add a further UI hint in the form of a accessory view to the SSH key locat...rowanbeentje2010-09-081-7/+10
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-0/+61
* - Make another couple of strings localisable, and tweak layout of CREATE ind...rowanbeentje2010-08-011-2/+2
* - Make SSH titlebar strings and preferences' favourite "Last Used" menu item...rowanbeentje2010-08-011-2/+2
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-181-1/+1
* As the initial MySQL connection is now threaded, start the current tab's prog...stuconnolly2010-07-071-1/+21
* Further improvements to the threaded initial MySQL connection, which was acci...stuconnolly2010-07-071-34/+86
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-100/+170
* Enable manual sorting of connection favourites in the preferences, which will...stuconnolly2010-07-051-46/+68
* Various improvements to default connection favorites handling, including:stuconnolly2010-07-031-36/+49
* - Tweak initial window load to select the correct favourite, also applying f...rowanbeentje2010-06-051-3/+3
* Fixed Reversed Sort Order menu itemmltownsend2010-06-021-1/+1
* Added sorting of the favorites in the connection panel. Will use the same so...mltownsend2010-06-011-3/+158
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* - Fix Connection splitview resizing to affect the underlying view (and so co...rowanbeentje2010-05-251-2/+5
* Initial implementation of tabs:rowanbeentje2010-05-231-33/+33
* Rework alert sheets:rowanbeentje2010-05-091-8/+5
* Only attempt to check or set the max allowed packet if there is an active con...stuconnolly2010-04-231-2/+4
* Fix an issue whereby choosing to edit the selected favourite in the connectio...stuconnolly2010-04-201-1/+2
* - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by...rowanbeentje2010-03-311-0/+2
* Add support for selecting the triggers view as the default in the general pre...stuconnolly2010-03-251-1/+1
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-1/+2
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-181-0/+16
* • Connection Controller ViewBibiko2010-03-161-0/+17
* - Fix exception on duplication of table source rows that haven't been saved ...rowanbeentje2010-03-071-1/+1
* - When editing favourites from the connection screen, fix an exception when ...rowanbeentje2010-03-071-1/+1
* Trim leading and trailing whitespace and newlines from the host and SSH host ...stuconnolly2010-01-211-0/+6
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-4/+5
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-29/+29
* Move connection type constants to SPConstants.stuconnolly2009-11-151-23/+23
* - Enforce display of a number of interface elements while the main thread is...rowanbeentje2009-11-121-0/+5
* Make the 'insufficient connection details' dialogs sheets.stuconnolly2009-11-111-2/+2
* Change the main window's non-connected/connecting state title to 'Sequel Pro'...stuconnolly2009-11-111-2/+13
* Replace hard coded occurrences of preference key DefaultFavorite with a const...stuconnolly2009-10-291-1/+1
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-15/+16
* • changed Error Detail HUD window for the connection manager slightly:Bibiko2009-10-131-0/+2
* - Preserve the "host" field for other connection types when socket connectio...rowanbeentje2009-10-111-7/+8
* Missing SVN properties.stuconnolly2009-10-091-1/+1
* • changed routine for opening SPF filesBibiko2009-10-061-0/+7
* • while a connection will be initialized via a SPF file disable the possibi...Bibiko2009-09-231-0/+4
* • due to new minimum size of the connection pane rearranged help buttonBibiko2009-08-281-1/+2
* Give the connection view's split view maximum and minimum sizes.stuconnolly2009-08-281-2/+15
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-281-6/+38