aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Expand)AuthorAgeFilesLines
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-1/+1
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-1/+1
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-3/+3
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-11/+71
* - Fix selection after adding a new favourite, particularly to an empty favou...rowanbeentje2011-03-221-1/+1
* - Fix exception on startup if no favourites present - I think the previous f...rowanbeentje2011-03-221-7/+3
* - Fix more compiler warningsrowanbeentje2011-03-151-1/+2
* Fix more compiler warnings.stuconnolly2011-03-141-4/+6
* fixed compiler warningssqlprodev2011-03-011-1/+3
* When the user cancels the SSH password prompt, prevent further prompts and al...stuconnolly2011-02-081-2/+14
* - Track the keychain ID of the favourite in the connection controller, fixin...rowanbeentje2011-01-101-3/+6
* - Now the connection process is threaded, remove manual display calls when u...rowanbeentje2011-01-061-5/+0
* - Add .crt to certificate/SSL certificate extension listrowanbeentje2011-01-051-2/+2
* - Fix SSH tunnels for connections with non-Latin characters in their namerowanbeentje2011-01-041-3/+0
* - Fix split view overlap on the custom query view cuasing lines on scrolling...rowanbeentje2010-12-211-1/+1
* Address Issue #857:rowanbeentje2010-12-201-1/+1
* - Fix duplicate/parallel connection attempts when double-clicking on the sel...rowanbeentje2010-12-191-3/+4
* • fixed issue for saving spf files if sslCertificateFileLocation is nilBibiko2010-11-301-180/+179
* More constant use.stuconnolly2010-11-111-7/+7
* Add SSL favorite constants and use them in the connection controller.stuconnolly2010-11-111-56/+74
* Refactor the favorite node class and fix auto-selection of the default or las...stuconnolly2010-11-111-20/+15
* Comments.stuconnolly2010-11-091-2/+2
* First changes towards changing the initial connection view's favorites table ...stuconnolly2010-11-091-194/+57
* - Fix problems updating the default favourite pop following the preference c...rowanbeentje2010-11-041-4/+4
* Rearchitect preferences, including:stuconnolly2010-11-031-1/+1
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-1/+1
* Move SPConnectionController's delegate methods to their own protocol.stuconnolly2010-10-291-0/+3
* 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