aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesOutlineView.m
Commit message (Collapse)AuthorAgeFilesLines
* Move some duplicate code into a new classMax2015-02-141-4/+3
| | | | (This also affects PSMSequelProTabStyle, but see the comment there why it is left unchanged)
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Fix build.stuconnolly2013-02-211-6/+9
|
* - When favorites in the connection view gave no password, no longer set the ↵rowanbeentje2013-02-211-0/+21
| | | | focus to the password field as soon as they're selected; instead, make the password field the next responder for tab keys. This addresses Issue #1555.
* - Fix connection view favourites outline view layout issues on 10.7+ ↵rowanbeentje2013-01-251-7/+15
| | | | following the move to the 10.6 SDK
* - Add some NSOutlineView logic to prevent disclosure triangles from ↵rowanbeentje2012-11-181-0/+7
| | | | displaying on 10.5 for the quick connect item and favourites title; thanks to schlabberdog for both reporting and testing this issue
* - Fix the Quick Connect entry on the connection screen being a drag and ↵rowanbeentje2012-10-081-1/+13
| | | | | | | drop target - Speculative fix for 10.6 & 10.5 connection screen padding/layout issues
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-061-0/+63
| | | | | | | | | | | | | | editing on the connection screen (Issue #1339, Issue #1440): - No longer save changes made to connection favourites as soon as the interface is updated - Alter the interfaace if favourites are editing, offering to save the changes either to the old connection favourite or to a new favourite - Add a "Test connection" button to verify changes before saving - Add a "Quick Connect" entry to the top of the connection view's favourites list so a blank form is always available - Use a custom highlight when editing favourites to show the favourite has changed but is still linked - Reduce the margin on the left-hand side of the connection favourites list to increase the available space - Alter favourite name generation, making it less aggressive when generating names from partial details (eg creating names of just "@") and removing the user - Alter key icon usage to correctly update the button appearance if an SSL or SSH key is selected
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Apply new favorites outline view patch.stuconnolly2010-12-051-0/+13
|
* Add a new outline view to be used by the connection view so hitting enter ↵stuconnolly2010-11-101-0/+71
doesn't start editing the selected favorite. This will also allow behaviour to be further customised. Fixes issue #892.