From 951330376a7b1e85dea0c44825534a4ab598c100 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 20 Oct 2009 23:45:16 +0000 Subject: Initial work on threaded task, with an implementation of Table Content view data loading: - Removal of AMIndeterminateProgressIndicatorCell, and addition of a custom fork of YRKSpinningProgressIndicator which fixes bugs, adds threaded drawing, and adds a determinate mode. - Addition of a task system within TableDocument, triggering display of a large central progress indicator and stopping the window from being interacted with in any way that would cause a query while the task is running. - Add threaded TableContent content fetching, including use of the new task system and determinate progress bar; make fixes to improve threading stability and interaction. --- Source/SPConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 9e257894..420d1823 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -109,3 +109,5 @@ extern NSString *SPQueryFavorites; extern NSString *SPFavorites; extern NSString *SPTableColumnWidths; extern NSString *SPQueryHistory; +extern NSString *SPDocumentTaskStartNotification; +extern NSString *SPDocumentTaskEndNotification; -- cgit v1.2.3