aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDataSource.m
Commit message (Collapse)AuthorAgeFilesLines
* 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 all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵rowanbeentje2013-05-211-5/+0
| | | | enable some more
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-3/+3
|
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-2/+1
|
* - In the SPMySQL.framework, separate framework-triggered connections and ↵rowanbeentje2012-10-141-0/+1
| | | | | | | | | disconnections from external actions, and use that separation to perform safer disconnects - When closing a database document, add a new notification, and use that to resolve retain cycles affecting connection processes - Improve connection controller disconnection when the document is closed, fixing crashes, by building on those two features (addresses Issue #1396) - Use some of the new functionality to improve SSH and MySQL connection cancellation, making both cancelable in the interface and making both respond much more quickly
* Connection interface tweaks:rowanbeentje2012-10-091-1/+1
| | | | | | | - When adding a new connection and name editing is entered, accept name changes without validating hostnames etc - When deleting groups of nodes, ensure that passwords for child nodes are correctly removed from the Keychain - Add remove item, rename item, and duplicate item entries to the connection interface gear menu (matching the contextual menu)
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-061-6/+30
| | | | | | | | | | | | | | 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
|
* A few more tweaks for SP r3710 merge with Codasqlprodev2012-07-051-0/+4
|
* Fix gcc warnings.stuconnolly2012-05-091-2/+2
|
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-11/+1
|
* Tidy up.stuconnolly2012-01-241-2/+1
|
* Fix issue related to dragging a node to a group node that is being renamed ↵stuconnolly2011-03-131-0/+7
| | | | as well as fix all warnings related to the connection outlinew view.
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-0/+4
|
* Add support for auto saving expanded items.stuconnolly2011-03-051-0/+93