diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-30 13:29:49 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-30 13:29:49 +0000 |
commit | 052959a5d7f92a629445deffd990da315da5c856 (patch) | |
tree | c1080bad74547cd2445eb62a2cb3860473fe33e0 /Source/SPNavigatorController.h | |
parent | d6403ef10ff74af3d9ce05ce089055ff102a06eb (diff) | |
download | sequelpro-052959a5d7f92a629445deffd990da315da5c856.tar.gz sequelpro-052959a5d7f92a629445deffd990da315da5c856.tar.bz2 sequelpro-052959a5d7f92a629445deffd990da315da5c856.zip |
• next trial to make getAllKeysOfDbStructure thread safe
• some speed improvements for navigator
- pre-calculate display string for type info to avoid doing it all the time while refreshing the outline view
• suppress double-clicking at a not yet queried db structure if the same connection is querying another structure to avoid accessing the same storage objects from different threads (test)
• reload outline view after filtering in navigator runs in its own thread to avoid blocking SP
• fixed memory leaks while returning [obj copy]
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 061ebd86..6c31b013 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -56,6 +56,8 @@ BOOL ignoreUpdate; BOOL isFiltered; + BOOL isFiltering; + NSImage *connectionIcon; NSImage *databaseIcon; NSImage *tableIcon; |