aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionHandler.m
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so ↵rowanbeentje2012-07-231-1/+1
| | | | | | | | allow us to remove BWToolKit. Supports constraints and animated collapsible subviews configured in code, fixes crashes and exceptions if a window is closed while animations are taking place or scheduled to take place. - Replace the two vertical splitters in the table list (the filter splitter, and the table info splitter) with SPSplitView implementations as a test - Add a helper method in the new SPDateAdditions
* Merged SP r3710 with Codasqlprodev2012-07-051-0/+24
|
* - Fix loss of connection name/password for SSH connections whn switching ↵rowanbeentje2012-06-051-0/+2
| | | | | | | from an empty selection - Fix a build warning
* - Fix loss of password on certain connection editing actions (type changes, ↵rowanbeentje2012-06-041-0/+1
| | | | localhost/127.0.0.1 auto-type changes)
* - Fix SSH connection error dialog issues where a localised error text ↵rowanbeentje2012-05-271-9/+9
| | | | contained the word "bind".
* Improve connection handling and editing:rowanbeentje2012-05-271-3/+4
| | | | | | | | | - 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
* - Improve handling of MySQL connection cancellation, particularly when ↵rowanbeentje2012-05-261-27/+28
| | | | closing the associated window to prevent crashes
* Bring outline view branch up to date with trunk.stuconnolly2012-04-161-1/+2
|
* Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-26/+45
|
* Tidy up.stuconnolly2012-01-281-3/+5
|
* Split out connection controller initialization.stuconnolly2012-01-221-1/+3
|
* Fix issue related to dragging a node to a group node that is being renamed ↵stuconnolly2011-03-131-4/+13
| | | | as well as fix all warnings related to the connection outlinew view.
* Bring outline view branch up to date with trunk (r3188:r3201).stuconnolly2011-02-201-0/+7
|
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-7/+1
|
* Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-12/+5
|
* Shift some connection methods around.stuconnolly2010-12-131-53/+243
|
* Apply new favorites outline view patch.stuconnolly2010-12-051-0/+245