diff options
author | rowanbeentje <rowan@beent.je> | 2012-08-01 00:17:54 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-08-01 00:17:54 +0000 |
commit | e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4 (patch) | |
tree | dd125ddd17a68d07495d8935178f219a4e0e081a /Source/SPConnectionController.h | |
parent | ed16bf078249b4b474a231ba487702f4f7d9a13b (diff) | |
download | sequelpro-e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4.tar.gz sequelpro-e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4.tar.bz2 sequelpro-e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4.zip |
- Remove all BWToolKit elements in the connection view, replacing with standard equivalents and SPSplitView
- Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons
- Improve SPSplitView's handling of delegates set through code
- Update localisable strings
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index be417aea..07899f5d 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -38,10 +38,10 @@ SPSSHTunnel, SPTreeNode, SPFavoritesOutlineView, - SPMySQLConnection + SPMySQLConnection, + SPSplitView #ifndef SP_REFACTOR /* class decl */ ,SPKeychain, - BWAnchoredButtonBar, SPFavoriteNode #endif ; @@ -112,12 +112,9 @@ NSMutableArray *nibObjectsToRelease; IBOutlet NSView *connectionView; - IBOutlet NSSplitView *connectionSplitView; + IBOutlet SPSplitView *connectionSplitView; IBOutlet NSScrollView *connectionDetailsScrollView; IBOutlet NSTextField *connectionInstructionsTextField; -#ifndef SP_REFACTOR - IBOutlet BWAnchoredButtonBar *connectionSplitViewButtonBar; -#endif IBOutlet SPFavoritesOutlineView *favoritesOutlineView; IBOutlet NSWindow *errorDetailWindow; @@ -223,6 +220,7 @@ - (IBAction)showHelp:(id)sender; - (IBAction)updateSSLInterface:(id)sender; - (IBAction)updateKeyLocationFileVisibility:(id)sender; +- (void)updateSplitViewSize; - (void)resizeTabViewToConnectionType:(NSUInteger)theType animating:(BOOL)animate; - (IBAction)sortFavorites:(id)sender; - (IBAction)reverseSortFavorites:(NSMenuItem *)sender; |