Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update a connection favorite's name accordingly if it's type is changed. | stuconnolly | 2010-12-08 | 1 | -53/+55 |
| | |||||
* | Enable the 'add to favorites' button when the user manually changes a ↵ | stuconnolly | 2010-12-08 | 1 | -1/+4 |
| | | | | connection's type. | ||||
* | When changing the type of an already existing favorite, don't hide ↵ | stuconnolly | 2010-12-08 | 1 | -2/+4 |
| | | | | connection details form view. | ||||
* | When either more than one favorite or a favorite group is selected in the ↵ | stuconnolly | 2010-12-06 | 1 | -4/+12 |
| | | | | connection view, hide the connection details form. | ||||
* | Add description methods to tree node classes to aid debugging. | stuconnolly | 2010-12-05 | 1 | -11/+7 |
| | |||||
* | Bring outlineview branch up to date with trunk (r2961:2966). | stuconnolly | 2010-12-05 | 1 | -8/+14 |
|\ | |||||
* | | Improve menu item validation with regard to making the selected favorite the ↵ | stuconnolly | 2010-12-05 | 1 | -1/+8 |
| | | | | | | | | default. | ||||
* | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -103/+392 |
|/ | |||||
* | • fixed issue for saving spf files if sslCertificateFileLocation is nil | Bibiko | 2010-11-30 | 1 | -0/+9 |
| | | | | | | | | | • SPConnectionController - assign favoritesTable to the correct new class SPFavoriteOutlineView (not a NSTableView) - allowed empty selection for SPFavoriteOutlineView [ this fixes mainly the issue to open spfs files ] - moved double-click action to outlineView:shouldEditTableColumn:tableColumn item: to suppress double-click at a group header - re-enabled navigation through the fav outlineView even if the password field is empty - now if the field is empty the user can simply press TAB key move the focus to that field - this fixes issue 799 • minor code cleaning | ||||
* | Refactor the favorite node class and fix auto-selection of the default or ↵ | stuconnolly | 2010-11-11 | 1 | -8/+10 |
| | | | | last used favorite. | ||||
* | Fix build errors. | stuconnolly | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | First changes towards changing the initial connection view's favorites table ↵ | stuconnolly | 2010-11-09 | 1 | -0/+212 |
list to an outline view in order to support grouping favorites. Future changes include creating a favorites data controller, including migrating favorites storage to their own plist in the app support directory as well as support for grouping favorites. |