core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SymbianSDK.java
Thu, 26 Aug 2010 09:57:08 -0500 timkelly fix bug 11939
Mon, 23 Aug 2010 18:14:52 -0500 wpaul fixed incorrect use of @Override. cleaned up a few warnings. C3_BUILDER_WORK
Thu, 19 Aug 2010 10:49:50 -0500 stechong Added ISymbianSDKFeatures#IS_WINSCW_UDEB_SUPPORTED. C3_BUILDER_WORK
Thu, 05 Aug 2010 15:25:18 -0500 timkelly clean up some TODO comments C3_BUILDER_WORK
Thu, 05 Aug 2010 13:14:00 -0500 timkelly Remove ISymbianSDK#getPrefixFile. You can get this from ISDKBuildInfo#getPrefixFromVariantCfg(). C3_BUILDER_WORK
Mon, 02 Aug 2010 10:36:48 -0500 timkelly fix bug 11762. Fix targettypes for MMP editor to retrieve properly depending on whether build config is SBsv1 or SBSv2. C3_BUILDER_WORK
Wed, 28 Jul 2010 15:19:12 -0500 timkelly Refactor getBuiltInMacros() to be SBSv1 specific. This are the hard-coded macros misc macros we are adding for SBSv1. C3_BUILDER_WORK
Tue, 27 Jul 2010 14:20:13 -0500 stechong Create buildinfo and prefix file on demand to improve performance. C3_BUILDER_WORK
Fri, 23 Jul 2010 11:15:18 -0500 timkelly make default OS version 9.5 if not found in SDK C3_BUILDER_WORK
Thu, 22 Jul 2010 15:18:39 -0500 timkelly remove ISymbianSDK: getSDKVersion(), getName() and related methods. C3_BUILDER_WORK
Thu, 22 Jul 2010 14:02:11 -0500 timkelly fix 11553. For project template filtering, use feature fags. No longer us OS/SDK version or name attribute. C3_BUILDER_WORK
Thu, 15 Jul 2010 23:28:04 -0500 stechong Raptor scanner discovery on top of new Raptor Query API. C3_BUILDER_WORK
Fri, 11 Jun 2010 14:13:49 -0500 timkelly fix NPE for finding variant.cfg when EPOCROOT does not exist C3_BUILDER_WORK
Fri, 11 Jun 2010 12:09:52 -0500 stechong More ISymbianSDK refactoring. C3_BUILDER_WORK
Mon, 07 Jun 2010 20:50:55 -0500 stechong First pass refactoring ISymbianSDK. C3_BUILDER_WORK
Tue, 01 Jun 2010 15:23:53 -0500 timkelly first pass refactoring ICarbideBuildConfiguration, removing implementation of ISymbianBuildContext. C3_BUILDER_WORK
Thu, 27 May 2010 13:45:14 -0500 timkelly fix bug 11353 (uncaught exception when parsing version info from buildinfo.txt)
Thu, 27 May 2010 13:16:19 -0500 timkelly fix bug 11353 (uncaught exception when parsing version info from buildinfo.txt) RCL_2_4
Mon, 17 May 2010 16:11:42 -0500 timkelly Fix problem accidently removing DEBUG targets for ABLD when removing EKA1 support.
Mon, 17 May 2010 09:23:33 -0500 timkelly removing calls to ISymbianSDK#isEKA1(). For 3.0, EKA1 is not supported so any code returing true from isEKA1() is removed.
Wed, 12 May 2010 17:44:08 -0500 timkelly Add SDKCorePlugin.SUPPORTS_SBSV1_BUILDER to enable/disable SBSv1 builder support
Wed, 12 May 2010 12:51:48 -0500 timkelly Remove ABLD support (and support for OS 9.4 and less)
Wed, 31 Mar 2010 16:21:55 -0500 timkelly merge changes for bug 10674 from default RCL_2_4
Mon, 29 Mar 2010 15:56:12 -0500 timkelly bug 10674. Sort sbsv2 configuration names with same platform_target alias prefix. ensure gcce error parser is used for sbsv2 GCCE4 build configs, add a project specific (sbsv2 only) edit box that allows user to append whatever they want to the -c parameter (the build alias). Also, fixed SDK support for TB kits now that TB92SF appears as a prefix rather than a suffix in the buildinfo.txt file.
Thu, 25 Feb 2010 15:40:10 -0600 timkelly set proper SDK version for tb92sf kits. bug 10796. RCL_2_4
Tue, 02 Feb 2010 09:17:13 -0600 timkelly Don't print exception for malformed date in sdk manifest.xml. We don't even use it.
Thu, 28 Jan 2010 13:49:45 -0600 timkelly Fix bug 10591. Support com.nokia.symbian (Symbian^3 SDK ID) so we treat it as it it was S60 5th Ed. RCL_2_4
Thu, 28 Jan 2010 12:35:30 -0600 timkelly Fix bug 10591. Support com.nokia.symbian (Symbian^3 SDK ID) so we treat it as it it was S60 5th Ed.
Mon, 25 Jan 2010 10:46:04 -0600 timkelly Add suppor for tb101sf. Bug 10579. RCL_2_4
Fri, 22 Jan 2010 12:08:32 -0600 timkelly Bug 10344. Selecting wrong target for WINSCW UREL when launching emulator.
Mon, 14 Dec 2009 12:59:27 -0600 Ed Swartz Extract path-manipulation utilities into PathUtils, to correspond with the same classes in EDC.
Fri, 04 Dec 2009 08:30:12 -0600 Ed Swartz Make sure that SBSv2 platform filtering preferences are used when SBSv1 is not enabled.
Wed, 02 Dec 2009 15:02:05 -0600 Ed Swartz Initial round of Unix portability fixes (using HostOS class), and fixes to EPOC engine unit tests.
Wed, 01 Jul 2009 15:49:34 -0500 timkelly Fix bug 9212. Clarify an API.
Thu, 11 Jun 2009 17:14:06 -0500 timkelly fix bug 9032. Only scan SDKs for plugins once for an IDE configuration lifetime.
Tue, 26 May 2009 11:30:03 -0500 timkelly fix bug 8964
Mon, 11 May 2009 13:45:30 -0500 timkelly more tests for binary variation .var file parsing. updated UI text per bug 8794
Mon, 11 May 2009 09:15:26 -0500 timkelly preliminary tests for parsing .var files for Symbian Binary Variation
Mon, 11 May 2009 08:24:35 -0500 timkelly Add preliminary parser support for Symbian Binary Variation support (ported from BSF support). See bug 8796
Thu, 23 Apr 2009 14:52:21 -0500 timkelly fix bug 8711, parse buildinfo.txt for SF TB 91 & 92 kits. RCL_2_0
Fri, 03 Apr 2009 23:33:03 +0100 Deepak Modgil DP tools release version Revision: 200912
less more (0) tip