diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-23 09:51:46 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-23 09:51:46 +0000 |
commit | 331d5f6d8a9bbb16089da8522d97d584e9921d73 (patch) | |
tree | 3f6186034703520de310b8a1255acddb1eea03f4 /Source/SPNavigatorController.h | |
parent | e47a76c457528fb2ef9fb20cf0f02d09a488a8a8 (diff) | |
download | sequelpro-331d5f6d8a9bbb16089da8522d97d584e9921d73.tar.gz sequelpro-331d5f6d8a9bbb16089da8522d97d584e9921d73.tar.bz2 sequelpro-331d5f6d8a9bbb16089da8522d97d584e9921d73.zip |
• Navigator
- gather more information
- show infos for proc/func
- improved error handling
- reduced jittering while closing a connection window
- still hidden - if navigator is not visible no navigator code will be executed
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 6895a9f2..def32cba 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -59,11 +59,12 @@ - (IBAction)filterTree:(id)sender; - (IBAction)syncButtonAction:(id)sender; -- (NSString*)tableInfoLabelForIndex:(NSInteger)index; +- (NSString*)tableInfoLabelForIndex:(NSInteger)index ofType:(NSInteger)type; - (void)restoreSelectedItems; - (void)setIgnoreUpdate:(BOOL)flag; - (void)selectPath:(NSString*)schemaPath; - (BOOL)syncMode; +- (void)removeConnection:(NSString*)connectionID; @end |