diff options
author | rowanbeentje <rowan@beent.je> | 2009-11-21 22:18:27 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-11-21 22:18:27 +0000 |
commit | 7ead84b0868975752f445d1917bc693a5bf502b7 (patch) | |
tree | 8bb28e0a7b5482fc13276bc192e738d6e9761b8b /Source/TableDocument.h | |
parent | f184235a7f7996e68f4f6548ec8932b289e3d3c1 (diff) | |
download | sequelpro-7ead84b0868975752f445d1917bc693a5bf502b7.tar.gz sequelpro-7ead84b0868975752f445d1917bc693a5bf502b7.tar.bz2 sequelpro-7ead84b0868975752f445d1917bc693a5bf502b7.zip |
- Relocate the table changed notification, allowing table info pane to update early in the change process, but ensure the change notification occurs on the main thread for stability. Added NSNotificationAdditions from the Colloquy project for this.
- Change the design of the progress indicator layer, and tweak task progress for improved feedback and less flickering by correctly updating interface as appropriate, and delaying status changes for a short time. This partially addresses Issue #455.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index db4b48ae..8164746a 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -187,7 +187,7 @@ - (void) showTaskProgressWindow:(NSTimer *)theTimer; - (void) setTaskDescription:(NSString *)description; - (void) setTaskPercentage:(float)taskPercentage; -- (void) setTaskProgressToIndeterminate; +- (void) setTaskProgressToIndeterminateAfterDelay:(BOOL)afterDelay; - (void) endTask; - (void) enableTaskCancellationWithTitle:(NSString *)buttonTitle callbackObject:(id)callbackObject callbackFunction:(SEL)callbackFunction; - (void) disableTaskCancellation; |