aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-08-18 16:05:42 +0000
committerstuconnolly <stuart02@gmail.com>2009-08-18 16:05:42 +0000
commit1685f5628ceefbe4651ba5608484ab0d683b041f (patch)
tree107d4f423fc5a1531675197e32814afd30a4bc7e /Source/TablesList.h
parent59cbcc38ab2b4ec3b4a69ab4e6896a1b7c118dae (diff)
downloadsequelpro-1685f5628ceefbe4651ba5608484ab0d683b041f.tar.gz
sequelpro-1685f5628ceefbe4651ba5608484ab0d683b041f.tar.bz2
sequelpro-1685f5628ceefbe4651ba5608484ab0d683b041f.zip
- The add, rename and copy table sheets should not block the main thread (part of issue #357).
- Improve the consistency of destructive confirmation dialogs by making the remove field and index dialogs default button 'Cancel' with a key equivalent of return. - Disable the remove field button when the currently selected table only has one field, removing the need for the extra check (and subsequent dialog) when the user attempts to remove a field.
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index 390e7ee7..5d721fad 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -116,13 +116,8 @@ enum sp_table_types
- (IBAction)truncateTable:(id)sender;
- (IBAction)togglePaneCollapse:(id)sender;
-// copyTableSheet methods
-- (IBAction)closeCopyTableSheet:(id)sender;
-
// Additional methods
-- (void)removeTable;
- (void)setConnection:(MCPConnection *)theConnection;
-- (void)truncateTable;
- (void)doPerformQueryService:(NSString *)query;
- (void)updateSelection;