aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up.stuconnolly2012-01-281-3/+1
|
* Tidy up.stuconnolly2012-01-241-6/+13
|
* Tidy up.stuconnolly2012-01-231-7/+22
|
* When exporting a single favorite, make the filename the name of the favorite.stuconnolly2012-01-231-1/+3
|
* Split out connection controller initialization.stuconnolly2012-01-221-131/+5
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-7/+26
|
* Favorites import progress.stuconnolly2011-10-021-11/+15
|
* Don't allow newlines in the connection view input fields. Fixes issue #1008.stuconnolly2011-08-071-0/+12
|
* Work on importing favorites.stuconnolly2011-08-011-5/+5
|
* Add the ability to export favorites.stuconnolly2011-06-121-1/+16
|
* Fix exceptions being thrown upon launch.stuconnolly2011-05-141-0/+8
|
* Remove references to deleted image.stuconnolly2011-03-261-1/+3
|
* Expand all tree children to allow the default to be selected.stuconnolly2011-03-191-1/+1
|
* Change categories to class extensions to enable compile time checking of ↵stuconnolly2011-03-191-1/+1
| | | | method implementation.
* Fix issue related to dragging a node to a group node that is being renamed ↵stuconnolly2011-03-131-8/+12
| | | | as well as fix all warnings related to the connection outlinew view.
* Warnings.stuconnolly2011-03-131-8/+8
|
* Fix last used favorite not being remembered.stuconnolly2011-03-121-1/+1
|
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-8/+11
|
* Comments.stuconnolly2011-03-061-3/+3
|
* Fix bug that was incorrectly saving the wrong SSH password to the Keychain.stuconnolly2011-03-051-1/+1
|
* Add support for auto saving expanded items.stuconnolly2011-03-051-1/+6
|
* Fix favorites sorting.stuconnolly2011-02-021-4/+21
|
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-7/+2
|\
| * - Track the keychain ID of the favourite in the connection controller, ↵rowanbeentje2011-01-101-3/+6
| | | | | | | | fixing errors when amending favourites in the connection view and thereafter saving as .spf or duplicating connections
| * - Now the connection process is threaded, remove manual display calls when ↵rowanbeentje2011-01-061-5/+0
| | | | | | | | updating interface details to prevent glitch drawing
| * - Add .crt to certificate/SSL certificate extension listrowanbeentje2011-01-051-2/+2
| |
| * - Fix SSH tunnels for connections with non-Latin characters in their namerowanbeentje2011-01-041-3/+0
| | | | | | | | | | | | - If SSH tunnel password lookups fail, fall back to asking the user for the password - Don't reset keychain IDs across documents if not set; this fixes problems re-saving .spfs or duplicating chains of tabs
* | Fix and enable drag and drop in the connection favorites outline view.stuconnolly2011-01-261-8/+59
| |
* | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-2/+5
|\|
| * - Fix split view overlap on the custom query view cuasing lines on ↵rowanbeentje2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | scrolling/resize; this addresses Issue #929 - Fix split view overlap on the tables list/info pane causing lines on scrolling/resize; this addresses Issue #740 - Add custom resize behaviour for the table content splitview, addressing Issue #543 - Make button bars at the bottom of the window a consistent height - Fix bug with new splitview setup causing tables pane to become narrower with each launch
| * Address Issue #857:rowanbeentje2010-12-201-1/+1
| | | | | | | | | | | | | | | | - Replace master connection and database view split views with full BWSplitViews so controls appear in Interface Builder; use those settings to apply which panes resize, and any max/min constraints - Remove split view delegate code which is no longer necessary after these changes - Fix a bug marking the master database view split view thumb as applying to all DatabaseDocument splits views, fixing cursor issues - Update Connection Controller/BWToolkit split view delegate setup to fix resizing issues
| * - Fix duplicate/parallel connection attempts when double-clicking on the ↵rowanbeentje2010-12-191-3/+4
| | | | | | | | | | | | | | | | selected favourite in the connection outline view; this addresses Issue #924. - Correctly restore the interface after an SSH connection attempt fails - Prevent SSH connections from being started twice, eg via return key followed by a double click
* | Use connection favorite constants.stuconnolly2010-12-131-4/+4
| |
* | Shift some connection methods around.stuconnolly2010-12-131-186/+0
| |
* | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-1/+1
|\|
* | Tidy up.stuconnolly2010-12-111-16/+11
| |
* | Update a connection favorite's name accordingly if it's type is changed.stuconnolly2010-12-081-8/+3
| |
* | Fix crash when deleting a group node.stuconnolly2010-12-061-27/+31
| |
* | Bring outlineview branch up to date with trunk (r2961:2966).stuconnolly2010-12-051-1/+1
|\|
* | Only access Keychain items when necessary.stuconnolly2010-12-051-10/+14
| |
* | Apply new favorites outline view patch.stuconnolly2010-12-051-677/+843
|/
* • fixed issue for saving spf files if sslCertificateFileLocation is nilBibiko2010-11-301-180/+179
| | | | | | | | | • 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
* More constant use.stuconnolly2010-11-111-7/+7
|
* Add SSL favorite constants and use them in the connection controller.stuconnolly2010-11-111-56/+74
|
* Refactor the favorite node class and fix auto-selection of the default or ↵stuconnolly2010-11-111-20/+15
| | | | last used favorite.
* Comments.stuconnolly2010-11-091-2/+2
|
* First changes towards changing the initial connection view's favorites table ↵stuconnolly2010-11-091-194/+57
| | | | 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.
* - Fix problems updating the default favourite pop following the preference ↵rowanbeentje2010-11-041-4/+4
| | | | | | | | changes - this addresses http://spbug.com/l/1774 - Fix reselection of a newly reordered favourite - When reordering favourites downwards, move them to the correct position instead of one position too low
* Rearchitect preferences, including:stuconnolly2010-11-031-1/+1
| | | | | | | | | - Split each preference pane into their own controller (subclass of SPPreferencePane, which is a subclass of NSViewController). - Each preference pane controller conforms to the protocol SPPreferencePaneProtocol to allow the main preference controller to build the toolbar. - Move the preferences upgrade function to it's own file. - Add SPFontPreviewTextField which is based on Colloquy's JVFontPreviewField to allow previewing of the selected font in the tables and editor preference panes. - Update localisable strings files.
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ↵rowanbeentje2010-11-031-1/+1
| | | | | | | | | | | central functionality out of SPTablesList: - Centralise control over table loading, moving it away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Centralise control over the main tab view, moving control away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Simplify and clean up view loading logic - Improve thread safety - Update localisable strings