aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Expand)AuthorAgeFilesLines
...
| * Warnings.stuconnolly2011-03-131-8/+8
| * Fix last used favorite not being remembered.stuconnolly2011-03-121-1/+1
| * Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-8/+11
| * Comments.stuconnolly2011-03-061-3/+3
| * Fix bug that was incorrectly saving the wrong SSH password to the Keychain.stuconnolly2011-03-051-1/+1
| * Add support for auto saving expanded items.stuconnolly2011-03-051-1/+6
| * Fix favorites sorting.stuconnolly2011-02-021-4/+21
| * Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-7/+2
| |\
| * | Fix and enable drag and drop in the connection favorites outline view.stuconnolly2011-01-261-8/+59
| * | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-2/+5
| |\ \
| * | | Use connection favorite constants.stuconnolly2010-12-131-4/+4
| * | | Shift some connection methods around.stuconnolly2010-12-131-186/+0
| * | | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-1/+1
| |\ \ \
| * | | | Tidy up.stuconnolly2010-12-111-16/+11
| * | | | Update a connection favorite's name accordingly if it's type is changed.stuconnolly2010-12-081-8/+3
| * | | | Fix crash when deleting a group node.stuconnolly2010-12-061-27/+31
| * | | | Bring outlineview branch up to date with trunk (r2961:2966).stuconnolly2010-12-051-1/+1
| |\| | |
| * | | | Only access Keychain items when necessary.stuconnolly2010-12-051-10/+14
| * | | | Apply new favorites outline view patch.stuconnolly2010-12-051-677/+843
| |/ / /
* | | | - Fix a number of small memory leaksrowanbeentje2012-04-141-0/+1
* | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* | | | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-4/+29
* | | | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-31/+42
* | | | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-1/+1
* | | | - Add the ability to view hidden files in SSH/SSL key selection dialogs; thi...rowanbeentje2011-09-101-12/+25
* | | | merged latest SP_REFACTOR changessqlprodev2011-08-021-0/+2
* | | | - Prevent error bell when using the enter key to initiate a connection when ...rowanbeentje2011-07-271-0/+6
* | | | merging SP_REFACTOR branch with trunksqlprodev2011-05-191-22/+32
* | | | 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