core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/AbstractSDKManager.java
Thu, 26 Aug 2010 16:06:13 -0500 timkelly make sure to remove cache from disk when deleting an sdk or it will show up on refresh
Thu, 26 Aug 2010 13:25:57 -0500 stechong Fix for Bug 11908 [SDK - Add/delete/re-scan an sdk the filtering configurations are not updated automatically].
Thu, 19 Aug 2010 16:56:56 -0500 stechong Updated SDK manager to write SDK cache to disk whenever SDK list gets updated. C3_BUILDER_WORK
Wed, 18 Aug 2010 13:58:10 -0500 timkelly add paramater to allow cache to be deleted or not when a refresh is done (you don't want to delete the cache on disk in the case of Symbian SDKs b/c C3_BUILDER_WORK
Tue, 17 Aug 2010 15:50:47 -0700 timkelly more Linux related fixes C3_BUILDER_WORK
Wed, 11 Aug 2010 14:32:13 -0500 stechong Removed SDKCacheUtils type from public API. C3_BUILDER_WORK
Thu, 05 Aug 2010 15:32:59 -0500 timkelly put back Version getSBSv2Version(boolean forceScan) in ISDKManager. Tracebuilder uses it, and could be an important API. C3_BUILDER_WORK
Thu, 05 Aug 2010 14:33:29 -0500 timkelly refactoring ISDKManager - removing unnecessary API C3_BUILDER_WORK
Fri, 30 Jul 2010 13:10:27 -0500 stechong Make sure OS version is never set to 0 when loading SDK from cache. C3_BUILDER_WORK
Wed, 28 Jul 2010 17:10:59 -0500 timkelly only wait 5 seconds for rvct version info. If not found, default to rvct2_2. (This is for abld only) C3_BUILDER_WORK
Wed, 28 Jul 2010 16:48:09 -0500 stechong Updated SDKManager to use SDKCacheUtils for caching SDK info. C3_BUILDER_WORK
Tue, 27 Jul 2010 14:59:12 -0500 stechong No longer scan for installable Eclipse plugins in SDKs. C3_BUILDER_WORK
Mon, 26 Jul 2010 12:02:37 -0500 stechong Updated support for adding/removing missing SDK. C3_BUILDER_WORK
Thu, 22 Jul 2010 15:18:39 -0500 timkelly remove ISymbianSDK: getSDKVersion(), getName() and related methods. C3_BUILDER_WORK
Wed, 21 Jul 2010 16:13:43 -0500 stechong Updated SDK manager behavior when scanning drives for SDKs. C3_BUILDER_WORK
Thu, 01 Jul 2010 16:36:11 -0500 stechong Added caching of Raptor query data for aliases, products and configs. C3_BUILDER_WORK
Fri, 18 Jun 2010 12:03:24 -0500 stechong Prevent duplicate SDKs from getting removed during SDK rescanning; also changed SDK scanning during startup to prevent deadlock. C3_BUILDER_WORK
Thu, 17 Jun 2010 16:52:50 -0500 timkelly fix minimum raptor version C3_BUILDER_WORK
Thu, 17 Jun 2010 11:41:12 -0500 timkelly add back in accidental merge-out of scanjob listener C3_BUILDER_WORK
Wed, 16 Jun 2010 22:48:39 -0500 stechong Fixed problem where SDK becomes disabled after rescanning. C3_BUILDER_WORK
Wed, 16 Jun 2010 22:40:10 -0500 stechong Updated SDK manager to attempt removing SDK from devicex.xml only when the SDK is originally defined in the file. C3_BUILDER_WORK
Wed, 16 Jun 2010 16:53:22 -0500 timkelly Add exception handling (SBSv2MinimumVersionException) before trying to query raptor for config info. Min Raptor version is 2.15 C3_BUILDER_WORK
Wed, 16 Jun 2010 11:49:20 -0500 timkelly first pass on implementing Raptor query mechanism to construct SBSv2 contexts. Will likely introduce some instability for SBSv2, but should have no impact on SBSv1: WIP. C3_BUILDER_WORK
Tue, 15 Jun 2010 23:12:37 -0500 stechong Fixed SDK scanning issues at startup; also fixed Bug 11470. C3_BUILDER_WORK
Fri, 11 Jun 2010 12:09:52 -0500 stechong More ISymbianSDK refactoring. C3_BUILDER_WORK
Thu, 10 Jun 2010 12:15:36 -0500 stechong Moved scanning job back to invoking thread for now. C3_BUILDER_WORK
Mon, 07 Jun 2010 20:50:55 -0500 stechong First pass refactoring ISymbianSDK. C3_BUILDER_WORK
Wed, 02 Jun 2010 18:27:30 -0500 stechong Updated SDK manager to make sure scan job is not already running before scheduling it; also default OS version to 9.5 if buildinfo.txt is missing from an SDK. C3_BUILDER_WORK
Wed, 02 Jun 2010 17:08:00 -0500 stechong New SDK preference page and SDK scanning mechanism; fix for Bug 10634. C3_BUILDER_WORK
Thu, 04 Mar 2010 11:33:34 -0600 timkelly Fix bug 10835. Also fix issue with null String check where elcipse 3.6 complier removes code, assuming it's dead.
Fri, 12 Feb 2010 09:56:50 -0600 timkelly Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
Wed, 10 Feb 2010 13:00:21 -0600 timkelly Timout SBSv2 version check if sbs hangs (bug 10467)
Tue, 05 Jan 2010 18:36:01 -0600 Ed Swartz Don't log exception to console when sbs[.bat] cannot be found.
Tue, 05 Jan 2010 11:23:50 -0600 Ed Swartz Fix filesystem caching performance as in bug #10318
Mon, 14 Dec 2009 12:59:27 -0600 Ed Swartz Extract path-manipulation utilities into PathUtils, to correspond with the same classes in EDC.
Wed, 02 Dec 2009 14:39:17 -0600 Ed Swartz Initial work to support an ISDKManager implementation that only understands SBSv2 (meaning, no devices.xml support).
less more (0) tip