From 48d02b7080cadc507b1e7897c54ce2a8cf149acf Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 4 Nov 2009 01:15:53 +0000 Subject: - Add task support to all the main interface views - Improve task support on previously supported views - Use a threaded task load for all initial table loads - Support threaded task loads for table content loads, reloads, sorts, and filters - Improve upon previous threaded task loads by minimising view updates and supporting updates of the existing data arrays where valid --- Source/SPConstants.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.m') diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 5e88ab0d..21b9bfe7 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -117,3 +117,4 @@ NSString *SPQueryFavoriteReplacesContent = @"QueryFavoriteReplacesConten NSString *SPQueryHistory = @"queryHistory"; NSString *SPQueryHistoryReplacesContent = @"QueryHistoryReplacesContent"; NSString *SPQuickLookTypes = @"QuickLookTypes"; +NSString *SPTableChangedNotification = @"SPTableSelectionChanged"; -- cgit v1.2.3