diff options
author | rowanbeentje <rowan@beent.je> | 2012-07-24 01:27:44 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-07-24 01:27:44 +0000 |
commit | a531651aac81aaa89e2c292be7f9273d8b629373 (patch) | |
tree | b1a1bc7891a19d4de9dd1dd31dcf715ed1e5090b /Source/SPDatabaseDocument.h | |
parent | 2c797dd704b29331dfd2704ba48f29792f6f49dd (diff) | |
download | sequelpro-a531651aac81aaa89e2c292be7f9273d8b629373.tar.gz sequelpro-a531651aac81aaa89e2c292be7f9273d8b629373.tar.bz2 sequelpro-a531651aac81aaa89e2c292be7f9273d8b629373.zip |
- Replace the main split view in the main view with a SPSplitView, replacing the anchored button bar and buttons with normal equivalents.
- Make the main split view collapsbile to avoid resize issues with the filter box
- Fix problems with additional drag handles in SPSplitView when one of the views was using flipped coordinates
- Fix problems with manually dragged uncollapses in SPSplitView
- Fix problems instantiating SPSplitView instances on 10.5 (with thanks to schlabberdog)
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 0dd389b8..1f5d16c7 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -31,7 +31,7 @@ @class SPConnectionController, #ifndef SP_REFACTOR /* class forward decls */ -SPProcessListController, SPServerVariablesController, SPUserManager, SPWindowController, +SPProcessListController, SPServerVariablesController, SPUserManager, SPWindowController, SPSplitView, #endif SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPServerSupport, SPCustomQuery, SPDatabaseStructure, SPMySQLConnection; @@ -123,8 +123,7 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS IBOutlet NSTabView *tableTabView; IBOutlet NSTableView *tableInfoTable; - IBOutlet NSSplitView *contentViewSplitter; - IBOutlet id sidebarGrabber; + IBOutlet SPSplitView *contentViewSplitter; IBOutlet NSPopUpButton *encodingPopUp; #endif |