Fri, 18 Jun 2010 12:03:24 -0500 Prevent duplicate SDKs from getting removed during SDK rescanning; also changed SDK scanning during startup to prevent deadlock. C3_BUILDER_WORK
stechong [Fri, 18 Jun 2010 12:03:24 -0500] rev 1496
Prevent duplicate SDKs from getting removed during SDK rescanning; also changed SDK scanning during startup to prevent deadlock.
Fri, 18 Jun 2010 11:57:32 -0500 Display SDKs with errors in red. C3_BUILDER_WORK
stechong [Fri, 18 Jun 2010 11:57:32 -0500] rev 1495
Display SDKs with errors in red.
Thu, 17 Jun 2010 16:52:50 -0500 fix minimum raptor version C3_BUILDER_WORK
timkelly [Thu, 17 Jun 2010 16:52:50 -0500] rev 1494
fix minimum raptor version
Thu, 17 Jun 2010 15:22:18 -0500 Add more detail to some descriptions
chpeckha [Thu, 17 Jun 2010 15:22:18 -0500] rev 1493
Add more detail to some descriptions
Thu, 17 Jun 2010 14:49:45 -0500 revised splash
fturovic <frank.turovich@nokia.com> [Thu, 17 Jun 2010 14:49:45 -0500] rev 1492
revised splash
Thu, 17 Jun 2010 14:00:47 -0500 Update the SBSv2 filtering pref options from the Raptor alias query (union of all available build configs from Raptor). C3_BUILDER_WORK
timkelly [Thu, 17 Jun 2010 14:00:47 -0500] rev 1491
Update the SBSv2 filtering pref options from the Raptor alias query (union of all available build configs from Raptor). Update the display message for a broken config only in the tree viewer and not in the display name itself (in case user create a config any ways)
Thu, 17 Jun 2010 13:13:02 -0500 added new images for emulator example
fturovic <frank.turovich@nokia.com> [Thu, 17 Jun 2010 13:13:02 -0500] rev 1490
added new images for emulator example
Thu, 17 Jun 2010 13:07:08 -0500 close port on any error
Chad Peckham <chad.peckham@nokia.com> [Thu, 17 Jun 2010 13:07:08 -0500] rev 1489
close port on any error
Thu, 17 Jun 2010 11:41:12 -0500 add back in accidental merge-out of scanjob listener C3_BUILDER_WORK
timkelly [Thu, 17 Jun 2010 11:41:12 -0500] rev 1488
add back in accidental merge-out of scanjob listener
Thu, 17 Jun 2010 10:14:12 -0500 revised mmp pages and images
fturovic <frank.turovich@nokia.com> [Thu, 17 Jun 2010 10:14:12 -0500] rev 1487
revised mmp pages and images
Wed, 16 Jun 2010 23:27:28 -0500 Updated com.nokia.cdt.debug.launch to work with recently refactored ISymbianBuildContext. C3_BUILDER_WORK
stechong [Wed, 16 Jun 2010 23:27:28 -0500] rev 1486
Updated com.nokia.cdt.debug.launch to work with recently refactored ISymbianBuildContext.
Wed, 16 Jun 2010 22:48:39 -0500 Fixed problem where SDK becomes disabled after rescanning. C3_BUILDER_WORK
stechong [Wed, 16 Jun 2010 22:48:39 -0500] rev 1485
Fixed problem where SDK becomes disabled after rescanning.
Wed, 16 Jun 2010 22:40:10 -0500 Updated SDK manager to attempt removing SDK from devicex.xml only when the SDK is originally defined in the file. C3_BUILDER_WORK
stechong [Wed, 16 Jun 2010 22:40:10 -0500] rev 1484
Updated SDK manager to attempt removing SDK from devicex.xml only when the SDK is originally defined in the file.
Wed, 16 Jun 2010 22:25:08 -0500 Updated com.nokia.cdt.debug.cw.symbian to work with recently refactored ISymbianBuildContext. C3_BUILDER_WORK
stechong [Wed, 16 Jun 2010 22:25:08 -0500] rev 1483
Updated com.nokia.cdt.debug.cw.symbian to work with recently refactored ISymbianBuildContext.
Wed, 16 Jun 2010 20:45:09 -0500 Updated reference of SBSv2QueryUtils#queryConfigTargetInfo() to match latest changes. C3_BUILDER_WORK
stechong [Wed, 16 Jun 2010 20:45:09 -0500] rev 1482
Updated reference of SBSv2QueryUtils#queryConfigTargetInfo() to match latest changes.
Wed, 16 Jun 2010 17:27:41 -0500 Commit some changes from Ed, also for USB, return different error for h/w comm error as opposed to where there is no error reported by windows, but the bytes did not get sent to the device (not responding)
Chad Peckham <chad.peckham@nokia.com> [Wed, 16 Jun 2010 17:27:41 -0500] rev 1481
Commit some changes from Ed, also for USB, return different error for h/w comm error as opposed to where there is no error reported by windows, but the bytes did not get sent to the device (not responding)
Wed, 16 Jun 2010 16:53:22 -0500 Add exception handling (SBSv2MinimumVersionException) before trying to query raptor for config info. Min Raptor version is 2.15 C3_BUILDER_WORK
timkelly [Wed, 16 Jun 2010 16:53:22 -0500] rev 1480
Add exception handling (SBSv2MinimumVersionException) before trying to query raptor for config info. Min Raptor version is 2.15
Wed, 16 Jun 2010 15:43:22 -0500 refactor out ABLD-style platform constants into ISBSv1BuildContext from ISymbianBuildContext C3_BUILDER_WORK
timkelly [Wed, 16 Jun 2010 15:43:22 -0500] rev 1479
refactor out ABLD-style platform constants into ISBSv1BuildContext from ISymbianBuildContext
Wed, 16 Jun 2010 13:27:31 -0500 Fix some problems displaying broken configs and broken SDKs in the SDK/Config Tree for SBSv2 C3_BUILDER_WORK
timkelly [Wed, 16 Jun 2010 13:27:31 -0500] rev 1478
Fix some problems displaying broken configs and broken SDKs in the SDK/Config Tree for SBSv2
Wed, 16 Jun 2010 12:09:43 -0500 fix problem with sbsv2 context equals (ignore case on platform and target) C3_BUILDER_WORK
timkelly [Wed, 16 Jun 2010 12:09:43 -0500] rev 1477
fix problem with sbsv2 context equals (ignore case on platform and target)
Wed, 16 Jun 2010 11:49:20 -0500 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
timkelly [Wed, 16 Jun 2010 11:49:20 -0500] rev 1476
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.
Wed, 16 Jun 2010 11:39:35 -0500 minor edits and updated images
fturovic <frank.turovich@nokia.com> [Wed, 16 Jun 2010 11:39:35 -0500] rev 1475
minor edits and updated images
Tue, 15 Jun 2010 23:12:37 -0500 Fixed SDK scanning issues at startup; also fixed Bug 11470. C3_BUILDER_WORK
stechong [Tue, 15 Jun 2010 23:12:37 -0500] rev 1474
Fixed SDK scanning issues at startup; also fixed Bug 11470.
Tue, 15 Jun 2010 16:19:30 -0500 Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com> [Tue, 15 Jun 2010 16:19:30 -0500] rev 1473
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Tue, 15 Jun 2010 10:21:51 -0500 bug 11485 - don't include installed items in check all action
dadubrow [Tue, 15 Jun 2010 10:21:51 -0500] rev 1472
bug 11485 - don't include installed items in check all action
Mon, 14 Jun 2010 13:24:47 -0500 Refactor out BSF/SBV support from SBSv2 Builder data. Create new package for SBSv2Query APIs (moved from builder tests). C3_BUILDER_WORK
timkelly [Mon, 14 Jun 2010 13:24:47 -0500] rev 1471
Refactor out BSF/SBV support from SBSv2 Builder data. Create new package for SBSv2Query APIs (moved from builder tests).
Mon, 14 Jun 2010 12:55:27 -0500 comment out test code
dadubrow [Mon, 14 Jun 2010 12:55:27 -0500] rev 1470
comment out test code
Mon, 14 Jun 2010 12:00:29 -0500 Fixed errors in com.nokia.cdt.debug.cw.symbian due to ISymbianSDK refactoring. C3_BUILDER_WORK
stechong [Mon, 14 Jun 2010 12:00:29 -0500] rev 1469
Fixed errors in com.nokia.cdt.debug.cw.symbian due to ISymbianSDK refactoring.
Mon, 14 Jun 2010 11:07:11 -0500 When scanning system drives for installed SDKs, default SDK version to 5.0 when no SDK version info is available; also updated SDK properties dialog to correctly display SDK version string. C3_BUILDER_WORK
stechong [Mon, 14 Jun 2010 11:07:11 -0500] rev 1468
When scanning system drives for installed SDKs, default SDK version to 5.0 when no SDK version info is available; also updated SDK properties dialog to correctly display SDK version string.
Mon, 14 Jun 2010 10:09:31 -0500 reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com> [Mon, 14 Jun 2010 10:09:31 -0500] rev 1467
reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip