aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-04-18 22:46:02 +0000
committerrowanbeentje <rowan@beent.je>2010-04-18 22:46:02 +0000
commitd432919237a6ed22798851a112e8c49e5086b9ed (patch)
treeda254dda343dad711c6d1056cf4ea2a62734c4b5 /Source/TableDocument.h
parent932fdc78e4c6739371edf3629a11a0659beb5c1e (diff)
downloadsequelpro-d432919237a6ed22798851a112e8c49e5086b9ed.tar.gz
sequelpro-d432919237a6ed22798851a112e8c49e5086b9ed.tar.bz2
sequelpro-d432919237a6ed22798851a112e8c49e5086b9ed.zip
- Add a new couldCommitCurrentViewActions method to TableDocument, and standardise current view-commit-checks to use that
- Add checking of that status to history navigation (fixing http://spbug.com/l/127 ) and window closing (fixing http://spbug.com/lr/263 ) - Improve thread safety/deferred actions in TableContent
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index e3598c18..530fa1b4 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -58,7 +58,7 @@
IBOutlet NSSearchField *listFilterField;
- IBOutlet id tableWindow;
+ IBOutlet NSWindow *tableWindow;
IBOutlet id titleAccessoryView;
IBOutlet id titleImageView;
@@ -168,6 +168,7 @@
}
- (BOOL)isUntitled;
+- (BOOL)couldCommitCurrentViewActions;
- (void)initQueryEditorWithString:(NSString *)query;
- (void)initWithConnectionFile:(NSString *)path;