From 052959a5d7f92a629445deffd990da315da5c856 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 30 Mar 2010 13:29:49 +0000 Subject: =?UTF-8?q?=E2=80=A2=20next=20trial=20to=20make=20getAllKeysOfDbSt?= =?UTF-8?q?ructure=20thread=20safe=20=E2=80=A2=20some=20speed=20improvemen?= =?UTF-8?q?ts=20for=20navigator=20-=20pre-calculate=20display=20string=20f?= =?UTF-8?q?or=20type=20info=20to=20avoid=20doing=20it=20all=20the=20time?= =?UTF-8?q?=20while=20refreshing=20the=20outline=20view=20=E2=80=A2=20supp?= =?UTF-8?q?ress=20double-clicking=20at=20a=20not=20yet=20queried=20db=20st?= =?UTF-8?q?ructure=20if=20the=20same=20connection=20is=20querying=20anothe?= =?UTF-8?q?r=20structure=20to=20avoid=20accessing=20the=20same=20storage?= =?UTF-8?q?=20objects=20from=20different=20threads=20(test)=20=E2=80=A2=20?= =?UTF-8?q?reload=20outline=20view=20after=20filtering=20in=20navigator=20?= =?UTF-8?q?runs=20in=20its=20own=20thread=20to=20avoid=20blocking=20SP=20?= =?UTF-8?q?=E2=80=A2=20fixed=20memory=20leaks=20while=20returning=20[obj?= =?UTF-8?q?=20copy]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPNavigatorController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPNavigatorController.h') 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; -- cgit v1.2.3