aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerInitializer.m
Commit message (Collapse)AuthorAgeFilesLines
* Improve connection handling and editing:rowanbeentje2012-05-271-1/+5
| | | | | | | | | - Fix long-standing intermittent crashes caused by connection errors after SSH tunnels were established - Fix edits causing keychain -25299 errors (Issue #1340) - Allow changes of favourite type to be saved rather than disassociating the edit from the selection - Fix the favourites view scrolling to the top when there's no selection and connection details are being edited - Fix some issues with automatic naming of connections on connection type change
* Fix implicit cast warnings.stuconnolly2012-05-111-3/+3
|
* - Fix a build warning caused by r3649 changesrowanbeentje2012-05-101-0/+1
| | | | | - Improve debug to catch a structure connection issue
* - Ensure the selected connection is correctly scrolled to on Lion, working ↵rowanbeentje2012-05-101-3/+8
| | | | around animation issues
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-4/+32
|
* - Alter the variable that currentFavorite tracks to the favourite instead ↵rowanbeentje2012-05-021-1/+4
| | | | | | | of a copy of the represented node; this addresses a crash on Lion (Issue #1328) - Clean up variables and initialisers, restore connection keychain ID tracking and setting
* Tidy up.stuconnolly2012-01-241-19/+94
|
* Split out connection controller initialization.stuconnolly2012-01-221-0/+196