diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-20 09:10:57 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-20 09:10:57 +0000 |
commit | 79d5e103501c799c22dcb880e33fed0457d6ccd0 (patch) | |
tree | 14f53c3ebf0d4a4c3516680ff63db9437a13e529 /Source/SPDatabaseDocument.h | |
parent | 4ef4c1f288938e8f281dbd238d853926941b570c (diff) | |
download | sequelpro-79d5e103501c799c22dcb880e33fed0457d6ccd0.tar.gz sequelpro-79d5e103501c799c22dcb880e33fed0457d6ccd0.tar.bz2 sequelpro-79d5e103501c799c22dcb880e33fed0457d6ccd0.zip |
• show activity pane for running Bundle process automatically if the process runs longer than 1 sec and hide it if no process runs anymore to inform the user better
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index bcd92d59..3459b9b8 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -65,6 +65,9 @@ IBOutlet NSSearchField *listFilterField; + IBOutlet NSScrollView *tableInfoScrollView; + IBOutlet NSScrollView *activitiesScrollView; + IBOutlet NSView *parentView; IBOutlet id titleAccessoryView; @@ -363,6 +366,7 @@ - (void)handleSchemeCommand:(NSDictionary*)commandDict; - (void)registerActivity:(NSDictionary*)commandDict; - (void)removeRegisteredActivity:(NSInteger)pid; +- (void)setActivityPaneHidden:(NSNumber*)hide; - (NSArray*)runningActivities; - (NSDictionary*)shellVariables; |