Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add some NSOutlineView logic to prevent disclosure triangles from ↵ | rowanbeentje | 2012-11-18 | 1 | -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 ↵ | rowanbeentje | 2012-10-08 | 1 | -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 ↵ | rowanbeentje | 2012-10-06 | 1 | -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. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
| | |||||
* | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -0/+13 |
| | |||||
* | Add a new outline view to be used by the connection view so hitting enter ↵ | stuconnolly | 2010-11-10 | 1 | -0/+71 |
doesn't start editing the selected favorite. This will also allow behaviour to be further customised. Fixes issue #892. |