2010-08-05 fturovic began work on symbian sdk pref panel and other minor edits
2010-08-05 fturovic added two additional bug fix items
2010-08-05 dadubrow remove unneeded interface method
2010-08-04 timkelly refactoring sbsv2 configuration specific data under ISBSv2BuildContext interfaces (fixes some glitches with prior attempt) C3_BUILDER_WORK
2010-08-04 fturovic added compiler bug fix to 3.0 list
2010-08-04 fturovic updated x86 manual with B-490 and SF wiki
2010-08-04 stechong Updated SDK preference page to make it more portal friendly. C3_BUILDER_WORK
2010-08-04 fturovic BUG 9348 - added context help for Qt pref panel using common eclipse help ID
2010-08-04 dadubrow parse dates and better rss handling
2010-08-03 timkelly remove some old-deprecated methods that are not used anywhere. C3_BUILDER_WORK
2010-08-03 timkelly Remove makefile dependency checks on SBSv2 builder since they don't apply. C3_BUILDER_WORK
2010-08-03 dadubrow ensure sdk mgr for both pref page and portal layer
2010-08-03 timkelly refactor abld arguments tab settings under ISBSV1BuildContext API. WIP to push builder specific settings under their respective ISymbianBuildContext implementation. C3_BUILDER_WORK
2010-08-03 fturovic broken links fixed
2010-08-03 dadubrow better fix for NPE
2010-08-03 dadubrow add pulsar touchpoint code to portal
2010-08-03 dadubrow log errors
2010-08-03 dadubrow add pubdate to rss - when parser works
2010-08-03 timkelly Simplify APIs around error parser ids/arrays. Clarify some comments in API after review with David. C3_BUILDER_WORK
2010-08-03 fturovic changed theme to slate versus carbide. should cure blank welcome page
2010-08-03 stechong Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package. C3_BUILDER_WORK
2010-08-03 dadubrow change title + fix NPE
2010-08-03 timkelly fix typos C3_BUILDER_WORK
2010-08-03 dadubrow Fix possible NPE, report better error, tweaks
2010-08-02 stechong Merge from default. C3_BUILDER_WORK
2010-08-02 stechong Fixed errors caused by latest SDK refactoring. C3_BUILDER_WORK
2010-08-02 timkelly removed- refactored to internal package C3_BUILDER_WORK
2010-08-02 timkelly refactored from public API package. C3_BUILDER_WORK
2010-08-02 timkelly refactoring ISBSv2BuildContext, ISBSv1BuildContext, ISBSv2ConfigQueryData from public to internal package. C3_BUILDER_WORK
2010-08-02 timkelly add @noimplement to some APIs C3_BUILDER_WORK
2010-08-02 timkelly add sbsv2 targettypes test check C3_BUILDER_WORK
2010-08-02 timkelly fix bug 11762. Fix targettypes for MMP editor to retrieve properly depending on whether build config is SBsv1 or SBSv2. C3_BUILDER_WORK
2010-08-02 dadubrow add urls
2010-08-02 dadubrow More portal framework changes:
2010-07-30 timkelly add a since 3.0 tag C3_BUILDER_WORK
2010-07-30 stechong Make sure OS version is never set to 0 when loading SDK from cache. C3_BUILDER_WORK
2010-07-30 timkelly Added API change notes for SDK/Builder related stuff. Added an @since 3.0 tag on API C3_BUILDER_WORK
2010-07-29 timkelly make createContents public so Carbide portal can access SDK Prefs to draw it. C3_BUILDER_WORK
2010-07-29 dadubrow change urls
2010-07-29 dadubrow add portal page layer with sdk prefs
2010-07-29 dadubrow more portal changes - add kits page + pref page links to customize
2010-07-29 fturovic minor edit
2010-07-29 fturovic added views overview and modified css file colors
2010-07-29 timkelly merge from default C3_BUILDER_WORK
2010-07-29 dadubrow move urls to server.properties
2010-07-29 dadubrow move urls to server.properties
2010-07-29 dadubrow more portal changes:
2010-07-29 timkelly add SBSv2QueryTests to the builder test suite. C3_BUILDER_WORK
2010-07-29 timkelly fixing SBSv2QueryTests. C3_BUILDER_WORK
2010-07-29 fturovic removed carbide news page and references
2010-07-28 timkelly only wait 5 seconds for rvct version info. If not found, default to rvct2_2. (This is for abld only) C3_BUILDER_WORK
2010-07-28 timkelly put @since 3.0 on public APIs, where needed C3_BUILDER_WORK
2010-07-28 stechong Updated SDKManager to use SDKCacheUtils for caching SDK info. C3_BUILDER_WORK
2010-07-28 fturovic added latest bug fixes
2010-07-28 fturovic minor edits handling theme references
2010-07-28 fturovic removed carbide theme from product plugin
2010-07-28 ssobek move StopModeMainTab to PlatSim-only launch
2010-07-28 timkelly Refactor getBuiltInMacros() to be SBSv1 specific. This are the hard-coded macros misc macros we are adding for SBSv1. C3_BUILDER_WORK
2010-07-28 timkelly clean up some TODOs C3_BUILDER_WORK
2010-07-28 ssobek move findOrCreatePlatSimConnection() to com.nokia.cdt.internal.debug.launch.ui
2010-07-27 timkelly clean up code by remove EKA1 functionality. Essentially removing dead code as there is no pre-os 9 functionality supported. C3_BUILDER_WORK
2010-07-27 timkelly bug 11535. Remove ROM builder. C3_BUILDER_WORK
2010-07-27 dadubrow add support for multiple layers per page
2010-07-27 fturovic updated copyright dates and fixed some css issues
2010-07-27 ssobek Merge with c2c8b7393fe75b3a352ce1d27171b7687350f573
2010-07-27 ssobek stop mode PlatSim using remote connections; don't overwrite user-chosen PlatSim connection names
2010-07-27 timkelly Remove SBSv2 configuration tab and associated data store. Variants are handled in the configuration creation now and not as a preference after-thought. C3_BUILDER_WORK
2010-07-27 stechong Removed scanJobListener since it's no logner used. C3_BUILDER_WORK
2010-07-27 stechong No longer scan for installable Eclipse plugins in SDKs. C3_BUILDER_WORK
2010-07-27 fturovic changed header color and removed PI TOC link
2010-07-27 fturovic minor edit
2010-07-27 fturovic fixed broken TOC links, updated platform filtering pref panel, and reduced font size of manual
2010-07-27 stechong Create buildinfo and prefix file on demand to improve performance. C3_BUILDER_WORK
2010-07-27 cawthron set discovery.directory to Symbian Foundation update site
2010-07-27 timkelly fix small glitch with clearing sbs cache on rescan C3_BUILDER_WORK
2010-07-27 stechong Update removeCache() to delete corresponding cache file saved to disk; also updated getCacheData() to remember cache loaded from disk. C3_BUILDER_WORK
2010-07-27 timkelly Remove boolean API to force rescan the SBS cache (there was API to do that already) C3_BUILDER_WORK
2010-07-26 timkelly 1) always try to rescan configs that have error messages. 2) remove some dead code C3_BUILDER_WORK
2010-07-26 fturovic removed white background from link items in welcome pages
2010-07-26 timkelly fix text localization problem C3_BUILDER_WORK
2010-07-26 timkelly Fix error message for existing configs in projects that have errors, but were filtered out by filtering prefs. Error message was left off, if there was one. C3_BUILDER_WORK
2010-07-26 timkelly localize scanning message C3_BUILDER_WORK
2010-07-26 timkelly fix refresh button on SBSv2 to rebuild product and aliases list from scratch C3_BUILDER_WORK
2010-07-26 dadubrow refactor to allow better support for multiple layers
2010-07-26 timkelly simplify building of filtered alias lists from sbsv2 filtering prefs. Fix NPE when creating a build config that has errors and not platform or target. C3_BUILDER_WORK
2010-07-26 stechong Updated support for adding/removing missing SDK. C3_BUILDER_WORK
2010-07-26 timkelly Fix problem with sbs config xml parsing. Make sure to trim error message to avoid erroneously adding an error when there is none. Fix problem with adding system includes for variants. C3_BUILDER_WORK
2010-07-23 timkelly C:\c3_dev\hg\carbidecpp>First round of implementing variant build support and properly building projects that contain mi C3_BUILDER_WORK
2010-07-23 fturovic revised remaining welcome page icons for C3
2010-07-23 stechong Make use of system include paths returned by Raptor config query. C3_BUILDER_WORK
2010-07-23 fturovic lightened new icons as they appeared too dark at small sizes
2010-07-23 fturovic updated icon images for some welcome icons
2010-07-23 timkelly make default OS version 9.5 if not found in SDK C3_BUILDER_WORK
2010-07-22 timkelly fix build breaks for removal of ISymbianSDK#getSDKVersion() C3_BUILDER_WORK
2010-07-22 timkelly merge commit C3_BUILDER_WORK
2010-07-22 timkelly fix problem with scanning for product variants when added to the filtering prefs C3_BUILDER_WORK
2010-07-22 fturovic commented out branding image on certain welcome pages
2010-07-22 stechong Fixed link to SDK preference page. C3_BUILDER_WORK
2010-07-22 stechong Make sure we're getting the correct set of macros for each SBSv2 build context. C3_BUILDER_WORK
2010-07-22 stechong Fixed problem where include paths and macros not showing up for SBSv2 targets. C3_BUILDER_WORK
2010-07-22 timkelly remove ISymbianSDK: getSDKVersion(), getName() and related methods. C3_BUILDER_WORK
2010-07-22 timkelly fix 11553. For project template filtering, use feature fags. No longer us OS/SDK version or name attribute. C3_BUILDER_WORK
2010-07-22 wpaul fixed bug #11286.
2010-07-21 timkelly fix some config refresh issues with SDK/Config tree management. Fixed some issues with showing proper configs re: SBSv2 config filtering prefs. C3_BUILDER_WORK
2010-07-21 stechong Updated SDK manager behavior when scanning drives for SDKs. C3_BUILDER_WORK
2010-07-21 stechong Check whether compiler prefix file returned by Raptor query really exist when scanning for compiler macros. C3_BUILDER_WORK
2010-07-21 dadubrow multiple changes:
2010-07-21 fturovic revised system search feature
2010-07-21 timkelly fix NPE, avoid adding a null system include path. C3_BUILDER_WORK
2010-07-21 fturovic renamed files for consistency in naming
2010-07-21 stechong Merge from default. C3_BUILDER_WORK
2010-07-21 timkelly make sure to alaways create configs even if even epoc root is bad. Also, make sure to display broken SDKs in the config tree. C3_BUILDER_WORK
2010-07-21 fturovic removd duplicate items in TOC and updated install extension instructions
2010-07-21 fturovic corrected some misnamed images that prevented their appearance in help system
2010-07-21 dadubrow tweak portal ui
2010-07-20 Chad Peckham fix extension checker items
2010-07-20 Chad Peckham fix extension checker items
2010-07-20 Chad Peckham fix extension checker items
2010-07-20 Chad Peckham fix extension checker items
2010-07-20 fturovic updated Menu section of manual
2010-07-20 Chad Peckham fix extension checker items
2010-07-20 fturovic completed remote debug tutorial
2010-07-20 fturovic minor edits to sync titles across tutorials
2010-07-20 timkelly fix NPEs when SBSv2ConfigQueryData does not exist due to it's EPOCROOT no longer existing (e.g. removing the subst) C3_BUILDER_WORK
2010-07-20 stechong Set error parser IDs based on compiler macros from Raptor config query. C3_BUILDER_WORK
2010-07-19 fturovic added new page to debug on device tutorial with new images
2010-07-19 fturovic revised x86 compiler dates, graphics, CSS, and release notes
2010-07-19 fturovic minor CSS and content changes
2010-07-19 dadubrow add home page url
2010-07-19 dadubrow merge
2010-07-19 dadubrow add mozilla support
2010-07-19 fturovic added 3.0 notes and revised TOC
2010-07-16 dadubrow add url to support page
2010-07-16 dadubrow add portal support for browser page
2010-07-16 fturovic draft of run mode tutorial material
2010-07-16 fturovic minor edits
2010-07-16 fturovic added 2.7 notes
2010-07-16 fturovic added 2.7 bugs list
2010-07-16 fturovic added carbide portal page to TOC
2010-07-16 fturovic added carbide portal page
2010-07-16 dadubrow add install tree node ordering based on augmented xml data
2010-07-16 Ed Swartz Fix for part of bug 11563: show project name when building
2010-07-16 fturovic removed extra chars that prevented tutorials from appearing and removed n-gage link
2010-07-16 dadubrow deprecate IServerData
2010-07-16 dadubrow multiple changes to remote agent installer code:
2010-07-16 dadubrow multiple changes to remote agent installer code:
2010-07-16 stechong Raptor scanner discovery on top of new Raptor Query API. C3_BUILDER_WORK
2010-07-15 fturovic fixed link to dll example
2010-07-15 cawthron use new update site URL for Carbide 2.7 RCL_2_4
2010-07-15 dadubrow Portal tweaks - use standard fonts, etc.
2010-07-14 fturovic revised dll example with new images, TOC, and welcome page
2010-07-14 dadubrow add ranking to portal page extension
2010-07-14 dadubrow more portal
2010-07-14 fturovic Bug 11636 - fixed broken link to symbian foundation
2010-07-14 fturovic Bug 11636 - fixed broken link to symbian foundation RCL_2_4
2010-07-14 dadubrow add utility to open an editor
2010-07-13 fturovic daily merge
2010-07-13 fturovic revised Create New Project tutorial, updated images, TOC, and welcome link
2010-07-13 dadubrow Portal initial commit
2010-07-12 Ed Swartz Merge commit
2010-07-12 Ed Swartz Fix possible NPE
2010-07-12 Ed Swartz Fix bug 11465
2010-07-12 wpaul erged RCL_2_4
2010-07-12 wpaul removed last reference to uiq plugins - fixed 2.7 build. RCL_2_4
2010-07-09 Chad Peckham Fix bug 11592 - mixing executables from variant and non-variant builds in the same SDK is OK
2010-07-09 chpeckha Fix bug 11592 - mixing executables from variant and non-variant builds in the same SDK is OK RCL_2_4
2010-07-09 fturovic revised variables, watchpoints pages with new images, fixed broken links in F1 help too
2010-07-09 fturovic minor edits
2010-07-09 fturovic revised variables view page and added new images
2010-07-09 wpaul merged fix from default for bug #11625. RCL_2_4
2010-07-09 wpaul merged fix from default for bug #10788. RCL_2_4
2010-07-08 fturovic revised version on welcome link RCL_2_4
2010-07-08 cawthron change version from 2.6 to 2.7 RCL_2_4
2010-07-07 dadubrow remove spurious commit
2010-07-07 dadubrow merge
2010-07-07 dadubrow merge
2010-07-07 dadubrow remove unneeded test ui
2010-07-07 Ed Swartz Fix bug where launch configs created from Executables view need to be saved after editing
2010-07-07 dadubrow Bug 11613 import fix from default branch RCL_2_4
2010-07-07 dadubrow 11615 fix potential npe RCL_2_4
2010-07-07 dadubrow 11615 fix potential npe
2010-07-07 fturovic added leavescan deprecation note RCL_2_4
2010-07-07 fturovic changed default theme to slate
2010-07-07 dadubrow Bug 11251 - hold refresh until after name editing RCL_2_4
2010-07-07 dadubrow Bug 11251 - hold refresh until after name editing
2010-07-06 fturovic revised for 2.7 RCL_2_4
2010-07-06 fturovic updated welcome and css file, minor edits RCL_2_4
2010-07-06 fturovic added 2.7 fixed bugs release notes RCL_2_4
2010-07-06 Ed Swartz Merge commit
2010-07-06 Ed Swartz Do not filter by TRK service in run mode, so you can select all possible connections in the launch configuration dialog
2010-07-02 Ed Swartz Fix bug 11324. Prefer *.flm over *.mk/*.meta for the actual extension makefile driver files
2010-07-06 dadubrow Bug 11444 and bug 11599 - for non x86, allow non-exe executables and for attach don't ask for install file
2010-07-06 dadubrow Bug 11444 and bug 11599 - for non x86, allow non-exe executables and for attach don't ask for install file RCL_2_4
2010-07-02 stechong Fix for Bug 11152.
2010-07-02 stechong Fix for Bug 11152. RCL_2_4
2010-07-02 Ed Swartz Fix Java 6-ism
2010-07-02 Ed Swartz Fix bug 11324. Prefer *.flm over *.mk/*.meta for the actual extension makefile driver files RCL_2_4
2010-07-02 Ed Swartz Merge commit
2010-07-02 Ed Swartz Bug 11279: support showing launch wizard if you use debug/run shortcut while Shift is pressed
2010-07-01 stechong Added caching of Raptor query data for aliases, products and configs. C3_BUILDER_WORK
2010-07-01 dadubrow fix potential npe
2010-07-01 dadubrow merge RCL_2_4
2010-07-01 dadubrow fix potential npe RCL_2_4
2010-06-30 dadubrow remove show in explorer/command prompt from editor context menu
2010-06-29 Ed Swartz Catch exceptions thrown by remote connection listener implementations so they don't propagate too high in the call stack. RCL_2_4
2010-06-29 Ed Swartz Allow a null IService to be passed to IConnectionsManager#ensureConnection(), for cases where the service is not known or restricting connections by service is not needed. RCL_2_4
2010-06-29 Ed Swartz Merge commit RCL_2_4
2010-06-29 Ed Swartz Bug 11438: Fix cause for TCFClient.dll crasher. It is a client-side bug caused by not filtering out bad inputs. RCL_2_4
2010-06-30 Ed Swartz Remove temporary USB (TCF) connection and move TCF-related services into Carbide EDC
2010-06-29 Ed Swartz Catch exceptions thrown by remote connection listener implementations so they don't propagate too high in the call stack.
2010-06-29 Ed Swartz Allow a null IService to be passed to IConnectionsManager#ensureConnection(), for cases where the service is not known or restricting connections by service is not needed.
2010-06-29 Ed Swartz Bug 11438: Fix cause for TCFClient.dll crasher. It is a client-side bug caused by not filtering out bad inputs.
2010-06-29 dadubrow fix bug 11255 - see changeset 1345 RCL_2_4
2010-06-29 fturovic swapped carbide theme for slate theme
2010-06-28 timkelly Add Symbian SDKs link for import/project creation. C3_BUILDER_WORK
2010-06-28 timkelly bug 11547. Add "See Symbian SDKs" link to Manage Config Dialog. C3_BUILDER_WORK
2010-06-28 dadubrow merge RCL_2_4
2010-06-28 dadubrow Bug 11222 RCL_2_4
2010-06-28 dadubrow Bug 11222 RCL_2_4
2010-06-25 dadubrow Bug 11222 RCL_2_4
2010-06-28 dadubrow Hide resource configs context menu
2010-06-25 timkelly fix problem with removing product variants. C3_BUILDER_WORK
2010-06-25 dadubrow Bug 11222
2010-06-25 dadubrow Bug 11222
2010-06-25 timkelly fix bug 11556 C3_BUILDER_WORK
2010-06-24 timkelly Update UI for finalizing build config filtering prefs. bug 11285. C3_BUILDER_WORK
2010-06-24 timkelly add selectionListener on Remove Variant button. Only enable when a variant is selected. C3_BUILDER_WORK
2010-06-23 dadubrow don't initialize the catalog viewer if junit is running
2010-06-23 fturovic revised TOC and updated background on title page
2010-06-23 timkelly remove perl not found dialog (only emit to error log). Clean up some text messages. C3_BUILDER_WORK
2010-06-23 fturovic removed 2 line spaces to avoif scrolling in about window
2010-06-23 fturovic revised install extensions view page and added task for same
2010-06-23 fturovic added task for installing extensions
2010-06-23 fturovic adjusted size and position of progress bar and status text in splash
2010-06-23 fturovic reduced to 24-bit color to make splash appear on startup
2010-06-23 fturovic remove old images and add new one with revised pages
2010-06-23 fturovic replace splash again to get it to appear on startup
2010-06-23 stechong Synchronized access to qtSDKList. C3_BUILDER_WORK
2010-06-22 wpaul don't specify branding plugin. RCL_2_4
2010-06-22 wpaul don't specify branding plugin.
2010-06-22 wpaul fixed typo in error message. RCL_2_4
2010-06-22 wpaul fixed typo in error message.
2010-06-22 dadubrow Add main install action to view menu to ensure it's not missed in the toolbar
2010-06-22 dadubrow merge
2010-06-22 dadubrow Bug 11483 use progress dialog instead of workbench window for catalog viewer runnable context
2010-06-22 timkelly Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2. C3_BUILDER_WORK
2010-06-22 stechong Get SBSv2 macros via Raptor query. C3_BUILDER_WORK
2010-06-22 fturovic revised TOC to remove AIF links
2010-06-22 fturovic added team commands image and removed AIF editor pages
2010-06-22 fturovic minor edits to support latest changes to build pages
2010-06-22 fturovic added new images for build projects
2010-06-22 fturovic removed old images for build projects
2010-06-22 fturovic removed dependency tracking page sbsv1-only
2010-06-22 ryall Rename the Symbian OS Data view for now, pending removal.
2010-06-21 wpaul fixed bug #11211. also fixed issue where apply button was active after creating new launch configs from the launch dialog (rather than the wizard).
2010-06-21 wpaul fixed bug #11462.
2010-06-21 timkelly clean up the Manage Configs dialog. When adding a variant, ensure that the selected build alias is selected in the alias combo. C3_BUILDER_WORK
2010-06-21 fturovic minor edits and updates to images
2010-06-21 fturovic moved images from top level images folder
2010-06-21 fturovic removed some leavescan images
2010-06-21 fturovic minor edits and updates for 3.0 release
2010-06-21 fturovic added new images for import bld.inf page
2010-06-21 fturovic removed old images for importing and exporting pages
2010-06-21 wpaul fixed bug #10130. RCL_2_4
2010-06-21 wpaul fixed bug #10130.
2010-06-21 timkelly add initial support for viewing variants in the sdk config tree. refactor some code which initializes sbsv2 contexts. C3_BUILDER_WORK
2010-06-21 chpeckha delete help->open on-device connections menu
2010-06-21 stechong Fixed problem in isUniqueSDKId() that may cause recursive calls. C3_BUILDER_WORK
2010-06-18 timkelly initial commit. add a product variant dialog C3_BUILDER_WORK
2010-06-18 timkelly merge commit C3_BUILDER_WORK
2010-06-18 timkelly Implement variant support for SBSv2 configuration management. Variants aren't selectable, only the global prefs allow you to create variants, if they exist in an SDK. C3_BUILDER_WORK
2010-06-18 stechong Prevent duplicate SDKs from getting removed during SDK rescanning; also changed SDK scanning during startup to prevent deadlock. C3_BUILDER_WORK
2010-06-18 stechong Display SDKs with errors in red. C3_BUILDER_WORK
2010-06-17 timkelly fix minimum raptor version C3_BUILDER_WORK
2010-06-17 chpeckha Add more detail to some descriptions
2010-06-17 fturovic revised splash
2010-06-17 timkelly Update the SBSv2 filtering pref options from the Raptor alias query (union of all available build configs from Raptor). C3_BUILDER_WORK
2010-06-17 fturovic added new images for emulator example
2010-06-17 Chad Peckham close port on any error
2010-06-17 timkelly add back in accidental merge-out of scanjob listener C3_BUILDER_WORK
2010-06-17 fturovic revised mmp pages and images
2010-06-17 stechong Updated com.nokia.cdt.debug.launch to work with recently refactored ISymbianBuildContext. C3_BUILDER_WORK
2010-06-17 stechong Fixed problem where SDK becomes disabled after rescanning. C3_BUILDER_WORK
2010-06-17 stechong Updated SDK manager to attempt removing SDK from devicex.xml only when the SDK is originally defined in the file. C3_BUILDER_WORK
2010-06-17 stechong Updated com.nokia.cdt.debug.cw.symbian to work with recently refactored ISymbianBuildContext. C3_BUILDER_WORK
2010-06-17 stechong Updated reference of SBSv2QueryUtils#queryConfigTargetInfo() to match latest changes. C3_BUILDER_WORK
2010-06-16 Chad Peckham 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)
2010-06-16 timkelly Add exception handling (SBSv2MinimumVersionException) before trying to query raptor for config info. Min Raptor version is 2.15 C3_BUILDER_WORK
2010-06-16 timkelly refactor out ABLD-style platform constants into ISBSv1BuildContext from ISymbianBuildContext C3_BUILDER_WORK
2010-06-16 timkelly Fix some problems displaying broken configs and broken SDKs in the SDK/Config Tree for SBSv2 C3_BUILDER_WORK
2010-06-16 timkelly fix problem with sbsv2 context equals (ignore case on platform and target) C3_BUILDER_WORK
2010-06-16 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
2010-06-16 fturovic minor edits and updated images
2010-06-16 stechong Fixed SDK scanning issues at startup; also fixed Bug 11470. C3_BUILDER_WORK
2010-06-15 Chad Peckham 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.
2010-06-15 dadubrow bug 11485 - don't include installed items in check all action
2010-06-14 timkelly Refactor out BSF/SBV support from SBSv2 Builder data. Create new package for SBSv2Query APIs (moved from builder tests). C3_BUILDER_WORK
2010-06-14 dadubrow comment out test code
2010-06-14 stechong Fixed errors in com.nokia.cdt.debug.cw.symbian due to ISymbianSDK refactoring. C3_BUILDER_WORK
2010-06-14 stechong 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
2010-06-14 Chad Peckham 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
2010-06-14 Chad Peckham clarify a couple of often used messages
2010-06-14 timkelly updates after refactoring ISymbianSDK C3_BUILDER_WORK
2010-06-11 wpaul more cleanup of templates - removing old EKA1 stuff.
2010-06-11 timkelly fix NPE for finding variant.cfg when EPOCROOT does not exist C3_BUILDER_WORK
2010-06-11 stechong More ISymbianSDK refactoring. C3_BUILDER_WORK
2010-06-11 wpaul fixed bug #11302.
2010-06-11 timkelly For IColorProvider on the SDK/Config tree LabelProvider, only check for existence of EPOCROOT in the data provider. C3_BUILDER_WORK
2010-06-11 timkelly Create an SDK with a bad epocroot when a configuration is being loaded but where the SDK is not in the global list. C3_BUILDER_WORK
2010-06-10 timkelly add label provider for SDK Config Tree to show SDK node in red when EPOCROOT does not exist. C3_BUILDER_WORK
2010-06-10 stechong Moved scanning job back to invoking thread for now; disabled rescan button during SDK scanning. C3_BUILDER_WORK
2010-06-10 stechong Disable rescan button during SDK scanning. C3_BUILDER_WORK
2010-06-10 stechong Moved scanning job back to invoking thread for now. C3_BUILDER_WORK
2010-06-10 timkelly merge commit C3_BUILDER_WORK
2010-06-10 timkelly clean up SDK/Config tree by removing SDK Id from display (it's redundant) and also adding text that SDK location does not exist so users can see the config tree and know it won't work (not have it be hidden and users wonder why it's not there) C3_BUILDER_WORK
2010-06-09 dadubrow change context id for frank
2010-06-09 stechong Add SDK version info back to SDK properties dialog; more changes to make table in SDK preference page resizable. C3_BUILDER_WORK
2010-06-09 timkelly prototype work on SBS Config Manager. Not working, just a preview. C3_BUILDER_WORK
2010-06-09 fturovic added context help for Install Extensions view
2010-06-09 fturovic added Install Extension view page and related images and links
2010-06-08 stechong Updated Symbian SDK references in debug launch plugin. C3_BUILDER_WORK
2010-06-08 stechong Made table in SDK preference page resizable based on # of entries. C3_BUILDER_WORK
2010-06-08 stechong Fixed more errors due to ISymbianSDK refactoring. C3_BUILDER_WORK
2010-06-08 stechong Fixed errors in unit tests due to ISymbianSDK refactoring, plus other updates to SDK core and UI plugins. C3_BUILDER_WORK
2010-06-08 Ed Swartz Merge commit
2010-06-08 Ed Swartz Detect SBSv2 error/warning messages which do not start and end on one line (only show first line though)
2010-06-08 fturovic BUG 9370 - added links to connection setup and agent install
2010-06-08 fturovic BUG 9370 - added links to device setup and agent install RCL_2_4
2010-06-08 timkelly merge commit C3_BUILDER_WORK
2010-06-08 timkelly Fixing up bug 11025 to load SBSv2 build contexts for older config names (no project config conversions done). C3_BUILDER_WORK
2010-06-07 timkelly clean up some code as part of displaying configs remvoed from filtering. C3_BUILDER_WORK
2010-06-08 fturovic BUG 9087 / 11424 - removed leavescan references and updated version number to 2.7 RCL_2_4
2010-06-08 fturovic removed references to leavescan from manual
2010-06-08 stechong First pass refactoring ISymbianSDK. C3_BUILDER_WORK
2010-06-04 timkelly 1) Reworking cconfiguration 'id' to be separate from the config display name C3_BUILDER_WORK
2010-06-03 wpaul removed obsolete leavescan plugin. RCL_2_4
2010-06-03 stechong Fixed various issues in new SDK preference page. C3_BUILDER_WORK
2010-06-03 wpaul removed obsolete leavescan plugin.
2010-06-03 wpaul removed obsolete S80 and UIQ icons.
2010-06-03 wpaul removed leavescan references.
2010-06-03 dadubrow back out spurious changes
2010-06-03 dadubrow fix refresh action so data is gotten prior to viewer refresh
2010-06-03 timkelly more work to keep SBSv2 and SBSV1 working after refactoring. I think we are back to functional parity as before the refactoring now. C3_BUILDER_WORK
2010-06-02 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
2010-06-02 timkelly return proper display name for SBSv2 configs until we start using project .cproject data to store config names C3_BUILDER_WORK
2010-06-02 stechong Merge commit. C3_BUILDER_WORK
2010-06-02 stechong New SDK preference page and SDK scanning mechanism; fix for Bug 10634. C3_BUILDER_WORK
2010-06-02 timkelly more ISymbianBuildCOntext refactoring to get SBSv1 & SBSv2 working to origianl state C3_BUILDER_WORK
2010-06-02 timkelly some work to keep SBSv2 alive while refactoring C3_BUILDER_WORK
2010-06-01 timkelly first pass refactoring ICarbideBuildConfiguration, removing implementation of ISymbianBuildContext. C3_BUILDER_WORK
2010-05-28 cawthron copy default branch to C3_BUILDER_WORK branch so they are equal C3_BUILDER_WORK
2010-05-28 Ed Swartz Add temporary "USB (TCF)" connection type for accessing the target-side Symbian TCF agent.
2010-05-28 timkelly merge commit
2010-05-28 timkelly fix 11390
2010-05-28 fturovic added v3.0 whats new items
2010-05-27 timkelly misc test tweaks to get running on hudson.
2010-05-27 timkelly fix bug 11390 RCL_2_4
2010-05-27 timkelly fix bug 11353 (uncaught exception when parsing version info from buildinfo.txt)
2010-05-27 timkelly fix bug 11353 (uncaught exception when parsing version info from buildinfo.txt) RCL_2_4
2010-05-27 fturovic Removed unused images from manual
2010-05-27 fturovic Added copyright and version info to splash screen
2010-05-26 wpaul removed one more reference to the bug reporter feature.
2010-05-26 cawthron remove com.nokia.carbide.bugreport.source
2010-05-26 chpeckha fix missing activity3 - category binding
2010-05-25 chpeckha Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
2010-05-25 fturovic updated graphics for 3.0 beta release
2010-05-25 dadubrow change icon
2010-05-25 wpaul removed capability to hide Qt project creation wizards - they are now disabled in trolltech plugins themselves. RCL_2_4
2010-05-25 wpaul removed capability to hide Qt project creation wizards - they are now disabled in trolltech plugins themselves.
2010-05-25 chpeckha put all symbian build commands under a sub-menu for context menus only to make context menu smaller
2010-05-25 cawthron add discovery folder to com.nokia.carbide.discovery.directory
2010-05-25 wpaul bumped feature versions to 3.0. (bug #10923)
2010-05-25 wpaul add project validation to our launch types as it's not done by CDT with us passing the DONT_CHECK_PROGRAM flag.
2010-05-24 cawthron write .branch.txt to make the new head
2010-05-24 cawthron write .branch.txt to make the new head C3_BUILDER_WORK
2010-05-24 cawthron add branch C3_BUILDER_WORK C3_BUILDER_WORK
2010-05-24 cawthron change discovery.directory to tools.ext.nokia.com
2010-05-24 wpaul removed @Override's from new SBSv2 tests.
2010-05-24 wpaul removed the old project updater.
2010-05-24 wpaul removed unused imports.
2010-05-21 dadubrow only target the carbide perspective with install view to avoid weird redraw problems
2010-05-21 timkelly updated APIs after first review. Added comments to all API for proposed behaviour
2010-05-21 dadubrow Add advanced install menu action to discovery view
2010-05-21 wpaul removed trace32 and nokia trace32 support.
2010-05-20 wpaul removed UIQ template project.
2010-05-20 wpaul removed old crash debugger.
2010-05-20 timkelly merge commit
2010-05-20 timkelly more api changes for sbs query config design
2010-05-19 timkelly first cut of APIs for Raptor config query
2010-05-20 dadubrow move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
2010-05-20 dadubrow move p2 policy code to discovery plugin for now + add system property for disabling unsigned check
2010-05-20 fturovic BUG 10758 - copyright revised date to 2010
2010-05-20 wpaul de-clutter Carbide perspective per bug #10782.
2010-05-19 dadubrow fix bugs, externalize strings, change some labels, add status line
2010-05-19 dadubrow add capabilities pref + p2 restart poilicy change
2010-05-19 timkelly fix bug 11307
2010-05-17 timkelly Fix problem accidently removing DEBUG targets for ABLD when removing EKA1 support.
2010-05-17 cawthron revert old cpp feature, remove add com.nokia.carbide.discovery.ui
2010-05-17 cawthron fix name of com.nokia.carbide.discovery.ui
2010-05-17 dadubrow fix url to directory xml
2010-05-17 cawthron add com.nokia.carbide.discovery.ui
2010-05-17 dadubrow fix potential NPE + add bundle discovery for testing
2010-05-17 dadubrow add url for discovery
2010-05-17 dadubrow add url for discovery
2010-05-17 dadubrow move url to server.properties
2010-05-17 timkelly removing calls to ISymbianSDK#isEKA1(). For 3.0, EKA1 is not supported so any code returing true from isEKA1() is removed.
2010-05-17 dadubrow update discovery view
2010-05-14 dadubrow initial commit
2010-05-14 timkelly re-enable SBSv1 builder via new flag
2010-05-14 Ed Swartz Add more language codes and stifle these unknown language warnings forever (bug 10958)
2010-05-14 Ed Swartz Stop littering Error Log with EPOC engine messages about missing model files.
2010-05-14 Ed Swartz Restore use of SDKManagerRaptorOnly for Linux
2010-05-13 Ed Swartz Use a different drive since tests run on F: now
2010-05-13 Steve Sobek Convert Carbide 2.x source mappings to 3.x mappings
2010-05-13 Steve Sobek Convert Carbide 2.x source mappings to 3.x mappings
2010-05-12 timkelly Add SDKCorePlugin.SUPPORTS_SBSV1_BUILDER to enable/disable SBSv1 builder support
2010-05-12 fturovic reset new splash screen
2010-05-12 timkelly Remove ABLD support (and support for OS 9.4 and less)
2010-05-12 fturovic replace splash with generic splash image
2010-05-11 timkelly adding timing stats. Added a simulated stress test to get idea of timing on how long a full scan would take with 10 SDKs
2010-05-11 timkelly Add first pass of experimental Raptor --query API tests. Some are hard-coded for specific SDK drives. Also use new CommandLuancher.exec (over deprecated one)
2010-05-10 timkelly merge commit
2010-05-10 timkelly fix bug 11255
2010-05-10 fturovic added new brandmark image
2010-05-07 fturovic revise platsim pages RCL_2_4
2010-05-06 timkelly make sbsv2 default in case of builder combo not existing
2010-05-06 timkelly fixed bug 11240 RCL_2_4
2010-05-06 timkelly Fix bug 11240
2010-05-06 fturovic fixed broken TOC link RCL_2_4
2010-05-06 fturovic minor edits RCL_2_4
2010-05-06 fturovic BUG 10894 - added context help to new c++ class wizard RCL_2_4
2010-05-06 fturovic added brandmark name to introBrandingImage option RCL_2_4
2010-05-05 fturovic daily merge RCL_2_4
2010-05-05 fturovic revised 2.6 release notes RCL_2_4
2010-05-05 timkelly Bug 11195 Regression. Avoid having perspective switch dialog dismissed or deadlocked by passing in the active shell RCL_2_4
2010-05-05 timkelly Bug 11195 Regression. Avoid having perspective switch dialog dismissed or deadlocked by passing in the active shell.
2010-05-05 fturovic BUG 11113 - placed new brandmark graphic in correct intro folder RCL_2_4
2010-05-05 fturovic BUG 10056 - commented out hints and tricks link to avoid duplication RCL_2_4
2010-05-04 fturovic revised 2.6 notes RCL_2_4
2010-05-04 timkelly fix bug 11218 RCL_2_4
2010-05-04 timkelly fix bug 11218
2010-05-04 timkelly more fixes from bug 11210 to support saving SBSv2 tab data for old-style SBSv2 config names (i.e. before build alias)
2010-05-04 timkelly Fix bug 11210. NPEs when editing SBSv2 config tab data on old SBSv2 build configs. RCL_2_4
2010-05-03 timkelly fix bug 11210 NPEs when editing old SBSv2 projects
2010-05-03 timkelly Fix problem of not checking if current perspective equals target perspective before prompting to switch perspectives. Also, check if project is Qt Nature and skip if it's a bld.inf import.
2010-05-03 timkelly Fix bug 11195 (Prompt before switching perspectives on project creation) RCL_2_4
2010-05-03 fturovic revised brandmark size and date and converted to png RCL_2_4
2010-05-03 fturovic revised bugs lists for 2.6 RCL_2_4
2010-05-03 timkelly fix bug 11207 RCL_2_4
2010-05-03 timkelly remove dead code
2010-04-30 timkelly fix 11207
2010-04-30 timkelly merge commit
2010-04-30 timkelly fix bug 11195. prompt before switching perspective on Qt/Symbian project creation
2010-04-30 fturovic BUG 11113 - updated copyright image for 3.0
2010-04-30 fturovic BUG 11113 - updated copyright image RCL_2_4
2010-04-29 fturovic updated perl info RCL_2_4
2010-04-29 timkelly fix NPEs related to 11073 RCL_2_4
2010-04-28 timkelly fix text alignment issues with Manage Configurations dialog RCL_2_4
2010-04-28 timkelly fix text alignment issues on Manage Configurations dialog
2010-04-27 fturovic adding index dir to plugin to fix missing index error msgs RCL_2_4
2010-04-27 fturovic BUG 11117 - merged link fix into 3.0
2010-04-27 dadubrow bug 11181
2010-04-27 dadubrow bug 11181 RCL_2_4
2010-04-27 Ed Swartz Merge commit
2010-04-27 Ed Swartz Fix NPEs caused by logging null exception
2010-04-27 timkelly fix bug 11186
2010-04-27 Ed Swartz For PlatSim Stop Mode launch shortcut, skip the first selection page when only one wizard is available.
2010-04-27 Ed Swartz Merge commit RCL_2_4
2010-04-27 Ed Swartz For PlatSim Stop Mode launch shortcut, skip the first selection page when only one wizard is available. RCL_2_4
2010-04-27 timkelly fix 11186 RCL_2_4
2010-04-27 fturovic minor edits to remove platsim reference RCL_2_4
2010-04-27 Ed Swartz Use 3.6 launch configuration APIs
2010-04-27 timkelly glitch on bug 11131. check the new qmake location to avoid adding duplicate Qt SDKs at IDE start-up RCL_2_4
2010-04-27 timkelly glitch on bug 11131. check the new qmake location to avoid adding duplicate Qt SDKs at IDE start-up
2010-04-27 timkelly fix bug 11131
2010-04-27 timkelly merge commit RCL_2_4
2010-04-27 timkelly minor tweaks for bug 11131 after code review RCL_2_4
2010-04-26 timkelly Fix bug 11131 RCL_2_4
2010-04-27 stechong Updated SBSv2Utils#enableSBSv1Support(). RCL_2_4
2010-04-27 stechong Fix for Bug 11073 (Remove SBSv1 as a builder option).
2010-04-27 stechong Fix for Bug 11073 (Remove SBSv1 as a builder option). RCL_2_4
2010-04-26 fturovic minor edits to new conn wizard page RCL_2_4
2010-04-26 Ed Swartz Merge PNP launch wizard changes from 2.6
2010-04-23 Ed Swartz PNP launch wizard changes: make Remote Program text entry into combo viewer with history
2010-04-26 Ed Swartz Final Debug Process dialog changes from code review RCL_2_4
2010-04-26 Ed Swartz Launch wizard: sync project and remote paths but don't thwart actually editing the path; be looser finding a project file matching the user-edited entry RCL_2_4
2010-04-26 Ed Swartz Fix more bugs with host paths appearing in the remote path dropdown; handle MRU behavior correctly when typing RCL_2_4
2010-04-26 Ed Swartz Add tooltips to Debug Process dialog RCL_2_4
2010-04-26 Ed Swartz Merge commit RCL_2_4
2010-04-26 Ed Swartz Fix remote program selector changes: was not properly initializing from project EXE, and MRU logic was not correct. RCL_2_4
2010-04-23 Ed Swartz PNP launch wizard changes: make Remote Program text entry into combo viewer with history RCL_2_4
2010-04-26 timkelly update run.jstack.bat to 2.6 RCL_2_4
2010-04-23 Ed Swartz Fix connection selector defaults
2010-04-23 Ed Swartz Fix NPE
2010-04-23 Ed Swartz Fix NPE and default connection selector case RCL_2_4
2010-04-23 timkelly fix bug 11170. Don't add pkg to sis builder for WINSCW
2010-04-23 timkelly fix bug 11170. Don't add pkg to sis builder for WINSCW. RCL_2_4
2010-04-23 timkelly fix bug 11077 and bug 11033
2010-04-23 timkelly merge commit RCL_2_4
2010-04-23 timkelly fix a sbsv2 config sorting problem RCL_2_4
2010-04-22 timkelly patch for bug 11077 and bug 11033 RCL_2_4
2010-04-23 Ed Swartz David's commit: the connections view was not listening to the changes in connection status, so unless a service changed status, the change in connection status didn?t get updated
2010-04-23 Ed Swartz PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.
2010-04-23 Ed Swartz Fix ConcurrentModificationException when accumulating service testers
2010-04-23 Ed Swartz David's commit: the connections view was not listening to the changes in connection status, so unless a service changed status, the change in connection status didn?t get updated RCL_2_4
2010-04-23 Ed Swartz PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation. RCL_2_4
2010-04-23 Ed Swartz Fix ConcurrentModificationException when accumulating service testers RCL_2_4
2010-04-21 Ed Swartz Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
2010-04-21 dadubrow support for connection status for static connections
2010-04-21 dadubrow support for connection status for static connections RCL_2_4
2010-04-21 stechong Fix for Bug 10757 (Build is not started when "Use default incremental builder" option is set in preferences).
2010-04-21 stechong Fix for Bug 10757 (Build is not started when "Use default incremental builder" option is set in preferences). RCL_2_4
2010-04-20 Ed Swartz Merge commit RCL_2_4
2010-04-20 Ed Swartz Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior. RCL_2_4
2010-04-20 timkelly update sedona templates as part of bug 11049 RCL_2_4
2010-04-20 timkelly merge commit RCL_2_4
2010-04-20 timkelly fix bug 11049. use mifconv prj_extension for SBSv2 GUI projects RCL_2_4
2010-04-20 timkelly merge commit
2010-04-20 timkelly For SBSv2 projects, add SBSV2 macro during bld.inf proprocessing and to build configuration macro cache.
2010-04-20 fturovic merged changes from 2.6 to 3.0
2010-04-20 fturovic revised help ID references for project properties dialog RCL_2_4
2010-04-20 cawthron fix name in com.nokia.carbide.cpp.src-feature/.project
2010-04-20 fturovic revised bugs fixed RCL_2_4
2010-04-19 fturovic BUG 11117 - fixed link to resume debugger page RCL_2_4
2010-04-19 fturovic BUG 11114 - PnP broken link fixed RCL_2_4
2010-04-19 timkelly remove dead code
2010-04-19 timkelly remove dead code RCL_2_4
2010-04-19 timkelly Fix bug 11022. Get rid of dependency on SBS_HOME. RCL_2_4
2010-04-19 timkelly Fix bug 11022. Get rid of dependency on SBS_HOME.
2010-04-16 fturovic adding missing images from last commit RCL_2_4
2010-04-16 fturovic adding missing .ini file to product plugin RCL_2_4
2010-04-16 timkelly update API notes for 2.6
2010-04-16 timkelly updated API notes for new methods for 2.6 RCL_2_4
2010-04-16 timkelly clean up comments
2010-04-16 timkelly little clean-up/refactor after review of bug 11068 RCL_2_4
2010-04-16 timkelly little clean-up/refactor after review of bug 11068
2010-04-16 dadubrow merge
2010-04-16 dadubrow Simplify new IConnectionFactory2
2010-04-16 timkelly fix npe
2010-04-16 timkelly fix npe RCL_2_4
2010-04-16 dadubrow merge RCL_2_4
2010-04-16 dadubrow Simplify new IConnectionFactory2 RCL_2_4
2010-04-16 fturovic minor edits to remote conn pages, updated copyrights, fixed some broken links RCL_2_4
2010-04-15 Chad Peckham Fix bug 10878 RCL_2_4
2010-04-15 Chad Peckham Fix for bug 10878
2010-04-15 timkelly fix bug 11068. make sbsv2 variant appender configuration specific RCL_2_4
2010-04-15 timkelly Fix bug 11068 (part 2). Add dynamic text to dispaly -c command and release tree when variant is applied.
2010-04-15 dadubrow modify IConnectionFactory2
2010-04-15 dadubrow modify IConnectionFactory2 RCL_2_4
2010-04-15 timkelly merge commit
2010-04-15 timkelly Add support for SBSv2 config specific data. Bug 11068.
2010-04-15 Chad Peckham fix event leak bug 11107 RCL_2_4
2010-04-15 Chad Peckham fix event leak bug 11107
2010-04-15 dadubrow add platsim launch plugin as friend
2010-04-15 dadubrow add platsim launch plugin as friend RCL_2_4
2010-04-14 ryall Disable old way for adding show all variables menu item.
2010-04-14 Ed Swartz Fix bug 11067 properly
2010-04-14 Ed Swartz Fix bug 11067 properly RCL_2_4
2010-04-13 wpaul fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
2010-04-13 Ken Ryall Make EDC the default launcher for TRK launch configuration types.
2010-04-13 fturovic merge 2.6 changes to 3.0 docs
2010-04-13 fturovic update index for remote connections changes RCL_2_4
2010-04-12 ryall Merge license changes
2010-04-12 fturovic implemented initial new connection dialog changes RCL_2_4
2010-04-12 Ed Swartz Bug 10968: fix MMP view placement of new SOURCE entries RCL_2_4
2010-04-12 Ed Swartz Bug 10968: Fix MMP view placement of new SOURCE entries
2010-04-12 ryall Cleanup license info.
2010-04-12 Ed Swartz Fix bug 10967 -- accept dash in target filename RCL_2_4
2010-04-12 Ed Swartz Fix bug 10967 -- accept dash in target filename
2010-04-12 fturovic adjusted progress bar on splash upwards RCL_2_4
2010-04-09 dadubrow bug 11035 - mike's ui tweaks for installer tab
2010-04-09 dadubrow merge RCL_2_4
2010-04-09 dadubrow bug 11035 - mike's ui tweaks for installer tab RCL_2_4
2010-04-09 fturovic initial revert to old branding, splash, header image, colors RCL_2_4
2010-04-09 Ed Swartz Fix error parser tests. We were using deprecated APIs. Also, fix some buggy extraction of filenames from linker errors.
2010-04-08 Ed Swartz Don't assume App TRK if service has no value at all for 'is-sys-trk' property RCL_2_4
2010-04-09 Ed Swartz Merge commits 1174, 1175, 1176, 1184, 1185 from default: RCL_2_4
2010-04-09 Ed Swartz Merge commit
2010-04-08 Ed Swartz Don't assume App TRK if service has no value at all for 'is-sys-trk' property
2010-04-08 Ed Swartz Connected service properties need to be propagated just as their statuses are
2010-04-08 Ed Swartz Merge commit
2010-04-08 Ed Swartz Bug 11067: fix some issues with the PNP launch wizard
2010-04-08 Ed Swartz Fix use of PathUtils: do not use new Path() on a Windows format path; this breaks in Linux.
2010-04-08 Ed Swartz Fix issues not disposing listeners in PNP launch wizard
2010-04-08 timkelly Fix bug 11048
2010-04-08 timkelly merge commit RCL_2_4
2010-04-08 timkelly Fix bug 11048 RCL_2_4
2010-04-08 cawthron remove trolltech plugins from cpp feature RCL_2_4
2010-04-08 timkelly merge commit
2010-04-08 timkelly merge commit
2010-04-08 timkelly Fix issue of SBSv2 selected as the builder even it SBSv1 was selected in the combo. Update error parser regression for RVCT license check.
2010-04-08 timkelly Update error parser regression for RVCT license check. RCL_2_4
2010-04-08 Matt Salmo updated build.properties to remove old features
2010-04-08 Matt Salmo updated build.properties file for src and sdk features
2010-04-07 Ed Swartz Merge commit
2010-04-07 Ed Swartz Bug 11013: Don't break binary compatibility (in case someone else uses this)
2010-04-07 Ed Swartz Bug 11013: choose appropriate launch configs when using Run/Debug As... shortcut and show selection when more than one is available.
2010-04-07 Ed Swartz Be sure to show an error if selecting SBSv1 but it is not available.
2010-04-07 Ed Swartz Properly create path for stored bld.inf on Linux host
2010-04-07 Ed Swartz Bug 11013: choose appropriate launch configs when using Run/Debug As... shortcut RCL_2_4
2010-04-07 stechong Improved handling of auto-generated connection name in remote connections wizard. RCL_2_4
2010-04-07 stechong Improved handling of auto-generated connection name in remote connections wizard.
2010-04-07 cawthron write .branch.txt to make new head
2010-04-07 Ed Swartz Add checks for RVCT command line errors and warnings (bug 10045) RCL_2_4
2010-04-07 Ed Swartz Add checks for RVCT command line errors and warnings (bug 10045)
2010-04-06 stechong Updated remote connections wizard. RCL_2_4
2010-04-06 stechong Updated remote connections wizard.
2010-04-05 timkelly For single file compilation under Raptor, make sure to check if anything needs to be appeded to the -c arg value. RCL_2_4
2010-04-05 timkelly merge commit
2010-04-05 timkelly For single file compilation under Raptor, make sure to check if anything needs to be appeded to the -c arg value.
2010-04-05 cawthron add com.nokia.carbide.cpp.core.source to 3.0 test build
2010-04-02 timkelly bug 10674 continuation. Allow SBSv1-style build config names to co-exist with newer SBSv2 configuraiton names that use aliases. This does not use project converstion, just adds the support to differentiate between the two. Also, write new .cproject data to a SBSV2_DATA_ID node (which is not currently read, but to be used for future purposes)
2010-04-02 timkelly bug 10674 continuation. Allow SBSv1-style build config names to co-exist with newer SBSv2 configuraiton names that use aliases. This does not use project converstion, just adds the support to differentiate between the two. Also, write new .cproject data to a SBSV2_DATA_ID node (which is not currently read, but to be used for future purposes) RCL_2_4
2010-04-02 timkelly fix bug 11019 (regression)
2010-04-02 timkelly fix bug 11019 RCL_2_4
2010-04-01 fturovic commit merge RCL_2_4
2010-04-01 fturovic removed file duplicates moved into html dir RCL_2_4
2010-04-01 fturovic cleanup of build properties to fix index not being built RCL_2_4
2010-04-01 Chad Peckham Fix bug 11010 - free descriptor only if get was successful - merge from 3.0 RCL_2_4
2010-04-01 chpeckha fix bug 11010 - free discriptor only if the get was successful
2010-03-31 timkelly merge changes for bug 10674 from default RCL_2_4
2010-03-31 fturovic updated with latest bug fixes for 2.6 RCL_2_4
2010-03-31 timkelly Always cache the platform/target as uppercase, and always return platform and target as uppercase (regression for bug 10674). Fixes problems with building and displaying emulator, as well as discovering GCCE prefix file correctly.
2010-03-30 timkelly Make sure platform names are compared with upper case (bug 10166 - regression when fixing bug 10674)
2010-03-30 timkelly merge commit
2010-03-30 timkelly Make sure to compare against sbsv2 alias name when compareing SymbianBuildContext. Also added some preliminary support to update projects from simple plat/target names to SBSv2 names.
2010-03-30 ryall Add in new files missing from last commit.
2010-03-30 Matt Salmo removed cpp.core.source from src feature
2010-03-30 ryall Added TCP/IP connect type for TCF agents.
2010-03-29 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.
2010-03-26 Matt Salmo added .core back to call for com.nokia.carbide.cpp
2010-03-26 Matt Salmo updated feature.xml for src feature
2010-03-26 fturovic Fixed broken link in Content Help info page and redirected bug reports to Symbian Bugzilla RCL_2_4
2010-03-26 timkelly bug 10674. Add support for long alias names from Carbide.xml (initial support)
2010-03-26 Matt Salmo updated feature.xml for src feature
2010-03-26 Matt Salmo added capability scanner back to featur.xml for src feature
2010-03-25 Matt Salmo removed com.nokia.carbide.cpp.capabilityScanner in src build
2010-03-25 Matt Salmo added com.nokia.carbide.cpp.src-feature
2010-03-25 dadubrow fix errant strings in UI RCL_2_4
2010-03-25 dadubrow fix errant strings in UI
2010-03-25 dadubrow fix errant strings in UI
2010-03-23 fturovic updated link title to 2.6 RCL_2_4
2010-03-22 Chad Peckham remove unused classes RCL_2_4
2010-03-22 Chad Peckham merge last changes from 3.0 RCL_2_4
2010-03-22 chpeckha Update error message when cannot find USB personalities for any or all USB devices.
2010-03-22 chpeckha remove unused classes
2010-03-22 chpeckha remove unused classes
2010-03-22 chpeckha remove unused classes
2010-03-22 chpeckha Clean up error messages.
2010-03-22 chpeckha Increase DMAPI version requirement to v3.8 which is the last PCSuite available. Also attempt to "debounce" the event handling.
2010-03-19 dadubrow 10843 - set in-use status for non-dynamic connections RCL_2_4
2010-03-19 dadubrow 10837 - add missing support for determining trk type RCL_2_4
2010-03-19 dadubrow 10837 - add missing support for determining trk type
2010-03-19 cawthron change version from 2.5.0 to 2.6.0 RCL_2_4
2010-03-19 fturovic updated carbide product plugin for 2.6 RCL_2_4
2010-03-19 fturovic updated carbide manual for 2.6 RCL_2_4
2010-03-19 cawthron remove source feature includes from com.nokia.carbide.cpp.sdk feature
2010-03-15 fturovic BUG 10841 - fixed link on tutorial welcome page to point to new run mode example RCL_2_4
2010-03-15 wpaul removed hardware breakpoint actions.
2010-03-12 jodean Exporting com.nokia.cdt.internal.launch.newwizard for testing purposes
2010-03-12 jodean Export com.nokia.cdt.debug.internal.launch.newwizard package for testing purposes RCL_2_4
2010-03-12 dadubrow merge RCL_2_4
2010-03-12 dadubrow copy in required mylyn code RCL_2_4
2010-03-12 dadubrow copy in required mylyn code
2010-03-12 timkelly fix global carbide debugger prefs read by using proper plugin id for which prefs were written
2010-03-12 timkelly Refactor executables view support extension from com.nokia.carbide.cpp.edc to com.nokia.cdt.debug.common.
2010-03-12 timkelly remove com.nokia.cdt.debugger.common (move to debugger feature)
2010-03-11 timkelly add api analysis launch
2010-03-11 timkelly Refactor source mapping to com.nokia.cdt.debug.common plugin
2010-03-11 timkelly add com.nokia.cdt.debug.common
2010-03-11 cawthron remove bundle-version=3.2.0 from Require-Bundle: org.eclipse.mylyn.commons.ui RCL_2_4
2010-03-11 timkelly Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
2010-03-11 fturovic added Chads known PnP issues to release notes RCL_2_4
2010-03-11 fturovic BUG 80842 - modified release note to only mention pnp for phone RCL_2_4
2010-03-11 fturovic updated TOC for 2.5 pnp titles RCL_2_4
2010-03-11 Chad Peckham Fix for 1 device and 1 personality not matching. Bug 10843. Should also improve bug 10805, but not in the case of multiple devices. RCL_2_4
2010-03-10 dadubrow Fix 10861 RCL_2_4
2010-03-10 dadubrow Fix 10861
2010-03-10 dadubrow 10843 - set in-use status for non-dynamic connections
2010-03-10 dadubrow Fix capitalization of tab title RCL_2_4
2010-03-10 dadubrow Fix capitalization of tab title
2010-03-09 fturovic BUG 10841/10842 revised TOC and Run mode example for PnP RCL_2_4
2010-03-09 chpeckha add some more heuristics for matching DMAPI and UPAPI devices - now works in mass storage mode when only VID/PID is present with no serial number and only one device is connected
2010-03-09 fturovic BUG 10840 - updated release notes RCL_2_4
2010-03-05 Chad Peckham clean up of some warning and todos
2010-03-05 chpeckha merge fixes from 2.5 last commit
2010-03-04 chpeckha Fix 10486 - fixing another bug broke this one - merge from 2.5 branch
2010-03-04 Chad Peckham Make sure we don't remember non-switch status if only one device is connected. Also increase the timeout to get USB personalities seen on some devices. RCL_2_4
2010-03-04 Chad Peckham Fix 10486 - fixing another bug broke this one RCL_2_4
2010-03-04 timkelly Fix bug 10835. RCL_2_4
2010-03-04 timkelly Fix bug 10835. Also fix issue with null String check where elcipse 3.6 complier removes code, assuming it's dead.
2010-03-03 fturovic updated bugs fixed list and features for 2.5 RCL_2_4
2010-03-03 fturovic added build 488 and 489 notes RCL_2_4
2010-03-03 fturovic minor edits RCL_2_4
2010-03-03 fturovic minor edits RCL_2_4
2010-03-03 fturovic minor edits RCL_2_4
2010-03-03 timkelly Fix sbsv2 validation problem where and error is turned into a warning.
2010-03-03 timkelly Fix sbsv2 validation problem where and error is turned into a warning. RCL_2_4
2010-03-03 dadubrow 10823 - if installing and launching from E:, install into E: also
2010-03-03 dadubrow 10823 - if installing and launching from E:, install into E: also RCL_2_4
2010-03-03 dadubrow 10809 - generating warning for missing sis file or missing exe
2010-03-03 dadubrow 10809 - generating warning for missing sis file or missing exe RCL_2_4
2010-03-02 Chad Peckham Change to new PCSuite info site RCL_2_4
2010-03-02 chpeckha Change to new PCSuite web page
2010-03-02 fturovic added note on TRK improvements RCL_2_4
2010-03-02 dadubrow erge
2010-03-02 dadubrow bug 10815 - connection dialog listen to service status change and update status
2010-03-02 dadubrow bug 10815 - connection dialog listen to service status change and update status RCL_2_4
2010-03-02 cawthron merge RCL_2_4
2010-03-02 fturovic removed note on smart installer RCL_2_4
2010-03-02 vasilip Fixed bug 10788 RCL_2_4
2010-03-02 timkelly Clean up some code after review with David D. on bug fix 10742 RCL_2_4
2010-03-02 timkelly merge commit RCL_2_4
2010-03-02 timkelly Clean up some code after review with David D. on bug fix 10742
2010-03-02 timkelly merge commit
2010-03-02 timkelly Update tool tip explaining what the builders are. Fix problem where sbsv2 builder is always selected.
2010-03-01 timkelly Add support to check for SBS_HOME and SBS version when creating projects. RCL_2_4
2010-03-02 dadubrow remove println
2010-03-02 dadubrow remove println RCL_2_4
2010-03-02 dadubrow bug 10804 - add modal dialog behavior
2010-03-02 dadubrow bug 10804 - add modal dialog behavior RCL_2_4
2010-03-01 chpeckha more work with multiple phones attached - merged from 2.5 branch
2010-03-01 dadubrow bug 10808 tweak UI + validation + fix issues with non-carbide project case
2010-03-01 dadubrow bug 10808 tweak UI + validation + fix issues with non-carbide project case RCL_2_4
2010-03-01 timkelly Check for Raptor version # when importing a project. Emit a warning in wizard pages if major version is 0 (i.e. raptor version not detected).
2010-03-01 dadubrow bugs 10806 + 10807 fix problems with program to launch
2010-03-01 dadubrow bugs 10806 + 10807 fix problems with program to launch RCL_2_4
2010-03-01 Chad Peckham more work on multiple phone connections RCL_2_4
2010-03-01 dadubrow Add support for status notification popups and remove ui dependency + use new notification to switch mode
2010-03-01 Matt Salmo removed codescanner from dev/ide/carbidecpp/core RCL_2_4
2010-03-01 dadubrow Add support for status notification popups and remove ui dependency + use new notification to switch mode
2010-02-26 timkelly Set error message in all project wizards (symbian/qt) if SBS_HOME does not exist only if SBSv2 is the builder. Always allow SBSv2 to be a selectable builder.
2010-02-26 dadubrow remove ui dependency + use new notification to switch mode RCL_2_4
2010-02-26 dadubrow Add support for status notification popups RCL_2_4
2010-02-26 stechong Fix for Bug 10741, NPE when saving bld.inf and mmp files.
2010-02-26 stechong Fix for Bug 10741, NPE when saving bld.inf and mmp files. RCL_2_4
2010-02-25 timkelly merge commit RCL_2_4
2010-02-25 timkelly set proper SDK version for tb92sf kits. bug 10796. RCL_2_4
2010-02-25 wpaul fixed bug #10657. RCL_2_4
2010-02-25 fturovic updated icons and launch page content RCL_2_4
2010-02-25 fturovic added emuator help ID URL to Debug As dialog RCL_2_4
2010-02-25 fturovic fixed help ID URLs for Debug As dialog RCL_2_4
2010-02-25 chpeckha turn off debug prints
2010-02-25 fturovic synched 2.5 and 3.0 pages
2010-02-25 fturovic file sync with changes in 2.5
2010-02-25 fturovic BUG 10758 - revised copyright date
2010-02-25 chpeckha Changes to fix bugs 10618 10714 10731 10759 10580 merged from 2.5 branch
2010-02-25 fturovic added additional links to TOC RCL_2_4
2010-02-25 timkelly Add support for qmke command provider extension. RCL_2_4
2010-02-25 timkelly Add support for qmake command provider extension. sets -spec when projects are created and when qmake is invoked on a .pro file
2010-02-24 fturovic updated TOC to point to new pages RCL_2_4
2010-02-24 fturovic draft upload of new launch config pages and images RCL_2_4
2010-02-24 fturovic BUG 10786 - added help context IDs for new launch config dialogs RCL_2_4
2010-02-24 Chad Peckham Changes to fix bugs 10618 10714 10731 10759 10580 RCL_2_4
2010-02-23 dadubrow bug 10786 - fix and add help context ids
2010-02-23 dadubrow bug 10786 - fix and add help context ids RCL_2_4
2010-02-23 dadubrow bug 10773 - fix initial text of finish button + tweak width of other settings dialog to wrap text
2010-02-23 dadubrow bug 10773 - fix initial text of finish button + tweak width of other settings dialog to wrap text RCL_2_4
2010-02-23 dadubrow fix bug recognizing sys trk for version 3.2.5+
2010-02-23 dadubrow fix bug recognizing sys trk for version 3.2.5+ RCL_2_4
2010-02-23 dadubrow better fix NPE when connection id is null (found with traceviewer)
2010-02-23 dadubrow better fix for null connection id RCL_2_4
2010-02-23 dadubrow fix NPE when connection id is null (found with traceviewer) RCL_2_4
2010-02-22 dadubrow make multiple reconnect a noop RCL_2_4
2010-02-22 dadubrow make multiple reconnect a noop
2010-02-22 Ed Swartz Merge commit
2010-02-22 Ed Swartz Avoid initial PCCS discovery dialog on non-Win32 systems
2010-02-19 timkelly Fix bug 10756
2010-02-19 timkelly Fix bug 10756 RCL_2_4
2010-02-19 wpaul fixed bug #10720. cleaned up imports. RCL_2_4
2010-02-19 wpaul fixed bug #10720. cleaned up imports.
2010-02-19 cawthron move buildtags.txt from com.nokia.carbide.cpp plugin to com.nokia.carbide.cpp feature
2010-02-18 fturovic minor editorial revisions RCL_2_4
2010-02-18 wpaul update to work with Helios and CDT 7.0.
2010-02-18 dadubrow Fix UI glitch
2010-02-18 dadubrow merge RCL_2_4
2010-02-18 dadubrow Fix UI glitch RCL_2_4
2010-02-18 fturovic revised some text and copyright date RCL_2_4
2010-02-18 dadubrow Fix typo
2010-02-18 dadubrow Fix typo RCL_2_4
2010-02-18 fturovic additions and revisions to tasks and ref pages and images RCL_2_4
2010-02-18 fturovic reordered TOC entries to fix PI issue RCL_2_4
2010-02-18 dadubrow reorder launch shortcuts
2010-02-18 dadubrow reorder launch shortcuts RCL_2_4
2010-02-18 dadubrow New launch wizard UI tweaks based on demo feedback
2010-02-18 dadubrow New launch wizard UI tweaks based on demo feedback RCL_2_4
2010-02-17 John Dean Fixes bug 10733. In Registry.getConnectedServices(IConnection), return empty collection instead of null. Use isEmpty() instead of == null for caller conditionals
2010-02-17 John Dean Backed out changeset 1dc37cfc99cd
2010-02-17 John Dean In Registry.getConnectedServices(IConnection), return empty collection instead of null. Use isEmpty() instead of == null for caller conditionals
2010-02-17 John Dean Merging heads RCL_2_4
2010-02-17 John Dean In Registry.getConnectedServices(IConnection), return empty collection instead of null. Use isEmpty() instead of == null for caller conditionals RCL_2_4
2010-02-17 timkelly add in Resource logging with Qt SDK is added (lost during merge from default) RCL_2_4
2010-02-17 timkelly fix bothced build.properties that broke build
2010-02-17 dadubrow remove trace status from reconcile logic
2010-02-17 dadubrow Fix bug 10725 -- jam more UI code into syncExec RCL_2_4
2010-02-17 wpaul cleanup dependencies. trying to fix lite builds.
2010-02-16 timkelly merge commit
2010-02-16 timkelly add plugin.xml to build.properites.
2010-02-16 dadubrow externalize strings
2010-02-16 timkelly merge commit RCL_2_4
2010-02-16 timkelly add plugin.xml to build properties for new sdk load extension RCL_2_4
2010-02-16 dadubrow externalize strings RCL_2_4
2010-02-16 dadubrow remove trace status from reconcile logic RCL_2_4
2010-02-16 dadubrow add new button to new launch wizard connection dialog
2010-02-16 dadubrow add new button to new launch wizard connection dialog RCL_2_4
2010-02-16 Ed Swartz Fix bug 10725 -- jam more UI code into syncExec
2010-02-16 Ed Swartz Fix bug 10725 -- jam more UI code into syncExec
2010-02-15 dadubrow ui tweaks to new launch wizard
2010-02-15 dadubrow ui tweaks to new launch wizard RCL_2_4
2010-02-15 dadubrow remove unnecessary commented code RCL_2_4
2010-02-15 dadubrow merge commit
2010-02-15 dadubrow new launch wizard implementation
2010-02-15 Chad Peckham Fix bug 10618
2010-02-15 dadubrow merge commit RCL_2_4
2010-02-15 dadubrow new launch wizard implementation RCL_2_4
2010-02-15 Chad Peckham Fix bug 10618 RCL_2_4
2010-02-15 timkelly Added for bug fix 10681. Merged from default. RCL_2_4
2010-02-15 timkelly Fix bug 10681. Merge from default. RCL_2_4
2010-02-12 fturovic revised manual reference pages and images RCL_2_4
2010-02-12 wpaul removed unneeded dependencies on ATF
2010-02-12 timkelly add comments for new code under bug 10681.
2010-02-12 timkelly merge commit
2010-02-12 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.
2010-02-11 fturovic daily merge RCL_2_4
2010-02-11 fturovic revised bld.inf pages and images RCL_2_4
2010-02-11 Chad Peckham PnP for switching USB personalities. Bug 10604.
2010-02-11 Chad Peckham PnP development for switching USB personalities. Bug 10604. RCL_2_4
2010-02-11 fturovic daily merge RCL_2_4
2010-02-11 fturovic revision of concept section of manual pages and images RCL_2_4
2010-02-11 dadubrow honor current connection id in ensureConnection
2010-02-11 dadubrow honor current connection id in ensureConnection RCL_2_4
2010-02-11 dadubrow merge commit
2010-02-11 dadubrow fix potential ConcurrentModificationException
2010-02-11 timkelly add QtSDKUtils. Use to read/write pref values from Qt global and project preferences.
2010-02-11 dadubrow fix potential ConcurrentModificationException RCL_2_4
2010-02-11 dadubrow Fix deadlock when the Select Connection dialog is up, user plugs in a device, and the Remote Connections view is shown RCL_2_4
2010-02-11 timkelly Fix Bug 10467 - Carbide features cannot be used if SBS hangs or is corrupt RCL_2_4
2010-02-11 timkelly merge commit
2010-02-11 timkelly Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
2010-02-11 timkelly Move qt-sdk detection from sdk core to the nokia qt core/ui plugins. Early loading is not working for these changes.
2010-02-10 timkelly merge commit
2010-02-10 timkelly Timout SBSv2 version check if sbs hangs (bug 10467)
2010-02-10 timkelly First working for qt-sdk auto-detection and setting qt-sdk default per project with config change listener
2010-02-11 Ed Swartz Fix deadlock when the Select Connection dialog is up, user plugs in a device, and the Remote Connections view is shown
2010-02-10 fturovic revised creating dll project info and images RCL_2_4
2010-02-10 fturovic daily merge RCL_2_4
2010-02-10 fturovic daily merge RCL_2_4
2010-02-10 fturovic revised debugging a program steps and images RCL_2_4
2010-02-10 fturovic updated creating a launch config page and images RCL_2_4
2010-02-10 fturovic updated build project images and text RCL_2_4
2010-02-10 fturovic updated creating new projects example RCL_2_4
2010-02-10 Chad Peckham Fix for TCFServer life-cycle issues bug 10621 RCL_2_4
2010-02-10 dadubrow better initialization and validation in debugrunprocess dialog RCL_2_4
2010-02-10 Chad Peckham Fix TCFServer life-cycle issues bug 10621
2010-02-10 dadubrow ongoing new launch wizard RCL_2_4
2010-02-10 dadubrow fix java6-ism RCL_2_4
2010-02-09 dadubrow new wizard initial commit RCL_2_4
2010-02-09 dadubrow Fix bug - remove listeners on dispose
2010-02-09 dadubrow Fix bug - remove listeners on dispose RCL_2_4
2010-02-09 timkelly make com.trolltech* plugins optional
2010-02-09 timkelly Run QtPropertyTester
2010-02-09 timkelly First pass for read/write of Qt global/local preferences
2010-02-08 fturovic daily merge
2010-02-08 fturovic BUG 10603 - removed unused sophia images
2010-02-08 fturovic BUG 10603 - removed extra sophia image files RCL_2_4
2010-02-05 dadubrow 10658 - fix up launch config when ensureConnection returns RCL_2_4
2010-02-05 dadubrow 10658 - fix up launch config when ensureConnection returns
2010-02-05 dadubrow update since tags to 2.5 RCL_2_4
2010-02-05 dadubrow update since tags to 2.5
2010-02-05 dadubrow bug 10493 - only test one service for each physical connection RCL_2_4
2010-02-05 dadubrow merge commit RCL_2_4
2010-02-05 dadubrow 10625 - add missing change to pnp backport RCL_2_4
2010-02-05 dadubrow 10493 - add missing change to pnp backport RCL_2_4
2010-02-04 dadubrow bug 10493 - only test one service for each physical connection
2010-02-04 fturovic daily merge
2010-02-04 fturovic merging 2.5 changes into 3.0
2010-02-03 fturovic daily merge RCL_2_4
2010-02-03 fturovic revised link to Carbide SDK to point to new Overview page RCL_2_4
2010-02-03 fturovic added overview page to SDK manual so link on welcome did nto lead to a dead end cover page RCL_2_4
2010-02-03 timkelly update to Carbide 2.5 EXE name RCL_2_4
2010-02-03 dadubrow don't show dialog for unit tests RCL_2_4
2010-02-03 dadubrow don't show dialog for unit tests
2010-02-03 wpaul merged fix for bug #10641. RCL_2_4
2010-02-03 wpaul removed unused dependencies to facilite Carbide LITE builds.
2010-02-03 wpaul better fix for bug #10641.
2010-02-02 timkelly Fix rvct compiler parser bug 10525 RCL_2_4
2010-02-02 fturovic daily merge RCL_2_4
2010-02-02 fturovic revised buug fixes for 2.5 RCL_2_4
2010-02-02 timkelly merge commit
2010-02-02 timkelly Fix rvct compiler parser bug 10525
2010-02-02 dadubrow update javadoc RCL_2_4
2010-02-02 dadubrow update javadoc
2010-02-02 timkelly Don't add \epoc32\include to MMP for GUI template if APP_LAYER_SYSTEMINLCUDES is already defined.
2010-02-02 timkelly Don't print exception for malformed date in sdk manifest.xml. We don't even use it.
2010-02-02 Chad Peckham fix build
2010-02-02 wpaul plugin dependency cleanup.
2010-02-02 wpaul fixed bug #10641.
2010-02-02 Chad Peckham Made HANDLEs more generic. They all are derived from one type in APIs. Added opening/closing of UPAPI.
2010-02-01 cawthron move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository RCL_2_4
2010-02-01 cawthron move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
2010-02-01 wpaul removed unused dependency.
2010-02-01 timkelly remove testViewDataThreading (add prefix of XXX to function name). It's running into deadlock on Hudson frequently causing nightly builds not to be posted. RCL_2_4
2010-02-01 fturovic daily merge
2010-02-01 fturovic updated to 3.0 version info
2010-02-01 fturovic BUG 9748 - reworked text on link to clarify where info is
2010-02-01 fturovic daily merge RCL_2_4
2010-02-01 fturovic BUG 9748 - reworked text on link to clarify where info is RCL_2_4
2010-02-01 dadubrow (no commit message) RCL_2_4
2010-02-01 dadubrow backport hostside pnp RCL_2_4
2010-02-01 dadubrow backport hostside pnp RCL_2_4
2010-02-01 dadubrow backport hostside pnp RCL_2_4
2010-02-01 dadubrow tweaks to new discovery error dialog and calling code
2010-02-01 timkelly Fix bug 10450. Merge from default. RCL_2_4
2010-02-01 timkelly Don't make hasSTDCPPSupport API. Review fixes for bug 10460.
2010-02-01 timkelly Add STDCPP keyword and targettype support. Bug 10460.
2010-01-29 Chad Peckham fix where prerequisites checked and no errors
2010-01-29 Chad Peckham merge commit
2010-01-29 Chad Peckham Handle prerequisites - bug 10486
2010-01-29 Chad Peckham Add dialog to notify user of discovery agents not loaded because prerequisites not satisfied. Bug 10486
2010-01-29 dadubrow Show connections view when new connection is added
2010-01-29 dadubrow remove unused dependency
2010-01-28 timkelly merge commit RCL_2_4
2010-01-28 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
2010-01-28 timkelly Fix 10622. Always add epco32\include to search paths when preprocessing varint HRH RCL_2_4
2010-01-28 fturovic changed color from light gray to blue RCL_2_4
2010-01-28 timkelly merge commit
2010-01-28 timkelly Fix bug 10591. Support com.nokia.symbian (Symbian^3 SDK ID) so we treat it as it it was S60 5th Ed.
2010-01-28 timkelly Fix 10622. Always add epco32\include to search paths when preprocessing varint HRH
2010-01-28 fturovic BUG 9748 - renamed anchors and updated link to them RCL_2_4
2010-01-28 Ed Swartz Merge commit
2010-01-28 Ed Swartz Fix crash when environment contains non-standard variable settings
2010-01-27 wpaul don't show question dialog when junit is running RCL_2_4
2010-01-27 wpaul don't show question dialog when junit is running
2010-01-27 rsaid Replaced overloading createControl() with overloading createBuildoptionsGroup()
2010-01-27 rsaid merge commit RCL_2_4
2010-01-27 rsaid Removed the overloading of createControl() and replaced it by overloading createBuildOptiionsGroup() RCL_2_4
2010-01-27 rsaid Overloaded createBuildOptinsGroup() instead of createControl() RCL_2_4
2010-01-27 timkelly merge commit RCL_2_4
2010-01-25 timkelly Fix bug 10488. Don't add platform_paths.hrh to S60 includes if it does not exist. (merge from default) RCL_2_4
2010-01-26 wpaul removed Sophia support. RCL_2_4
2010-01-26 fturovic daily head merge
2010-01-26 fturovic BUG 6324 - revised image to show blackflag in selection dialog
2010-01-26 fturovic BUG 6324 - updated image 2 to show blackflag in selection dialog RCL_2_4
2010-01-26 wpaul removed Sophia support.
2010-01-26 wpaul removed Sophia support.
2010-01-26 wpaul removed Sophia support.
2010-01-26 wpaul removed Sophia support.
2010-01-26 fturovic BUG 10603 - some additional sophia references removed RCL_2_4
2010-01-26 fturovic BUG 10603 - removed sophia text references from 3.0
2010-01-26 fturovic daily head merge RCL_2_4
2010-01-26 fturovic BUG 10603 - pulled sophia text references from manual, some images may still contain references RCL_2_4
2010-01-26 fturovic updated for 3.0
2010-01-25 timkelly Fix bug 10488. Don't add platform_paths.hrh to S60 includes if it does not exist.
2010-01-25 timkelly Add suppor for tb101sf. Bug 10579. RCL_2_4
2010-01-25 timkelly Fix bug 10391
2010-01-25 timkelly Fix bug 10391 RCL_2_4
2010-01-25 fturovic daily merge RCL_2_4
2010-01-25 fturovic fixed broken links RCL_2_4
2010-01-25 fturovic BUG 10443 - updated for 2.5 RCL_2_4
2010-01-25 timkelly Fix issues found with bug 10344. RCL_2_4
2010-01-22 fturovic BUG 8648 - revised images and remote connection info RCL_2_4
2010-01-22 fturovic BUG 8648 - revised images and remote connection info RCL_2_4
2010-01-22 fturovic BUG 10590 - removed link pointing to carbide migration pdf RCL_2_4
2010-01-22 fturovic BUG 10590 - updated link for coding preferences RCL_2_4
2010-01-22 timkelly Bug 10344. Selecting wrong target for WINSCW UREL when launching emulator.
2010-01-22 timkelly Bug 10344. Selecting wrong target for WINSCW UREL when launching emulator.
2010-01-22 cawthron set version to v2.5.0 RCL_2_4
2010-01-21 Ed Swartz Merge commit
2010-01-20 Ed Swartz Merge commit
2010-01-19 Ed Swartz Allow cancellation of long project scanning processes (found when looking at #10318 and #10533)
2010-01-21 fturovic merge again RCL_2_4
2010-01-21 fturovic daily merge RCL_2_4
2010-01-21 fturovic revised release notes RCL_2_4
2010-01-21 fturovic more v2.5 updates RCL_2_4
2010-01-21 fturovic more v2.5 updates RCL_2_4
2010-01-21 timkelly Scan for QtCore.dll rather than QtCore.lib for WINSCW (WINSCW UREL won't have .lib). This is needed so someone can build a debug configuration and have it output to the UREL folder for debugging emulator on UREL.
2010-01-20 dadubrow tweak dialog for ensureConnection
2010-01-19 dadubrow Bug 10558 - add dialog for ensureConnection
2010-01-19 Ed Swartz Merge commit
2010-01-19 Ed Swartz Add buffering to cache files to fix bug #10318 and bug #10533
2010-01-18 timkelly Fix bug 10467. Raptor startup issues when raptor crashes or hangs. RCL_2_4
2010-01-18 fturovic updated workarounds and bugs for 2.5 RCL_2_4
2010-01-18 fturovic head merge RCL_2_4
2010-01-18 fturovic additional 2.5 version updates RCL_2_4
2010-01-18 wpaul don't show mmp changed dialog when junit tests are running. RCL_2_4
2010-01-18 fturovic updated spalsh screen to 2.5 RCL_2_4
2010-01-18 fturovic daily merge RCL_2_4
2010-01-15 fturovic fixed spelling error in page RCL_2_4
2010-01-15 fturovic updated to version 2.5 and copyright 2010 RCL_2_4
2010-01-15 fturovic updated to version 2.5 and copyright 2010 RCL_2_4
2010-01-15 fturovic updated version info to 2.5 and copyrigh t0 2010 RCL_2_4
2010-01-15 fturovic updated new features in compiler manual RCL_2_4
2010-01-14 fturovic initial draft of compiler b187 information RCL_2_4
2010-01-14 fturovic updated links in Qt docs RCL_2_4
2010-01-11 fturovic BUG 10446 - Corrected spelling in mmp editor file RCL_2_4
2010-01-15 dadubrow terminate the debug session when connection becomes disconnected
2010-01-15 Ed Swartz Merge rev 768 from default (fix for bug #10519) RCL_2_4
2010-01-15 dadubrow don't unset current when in-use
2010-01-15 Ed Swartz Fix #10519, exception in MMP parser when encountering a Makefile
2010-01-15 cawthron add release notes about WINSCW compiler 3.2.5 build 487 RCL_2_4
2010-01-14 wpaul don't show mmp changed dialog when junit tests are running.
2010-01-14 dadubrow update javadoc
2010-01-14 dadubrow updated set and reset current depending on ready state
2010-01-14 dadubrow updated set and reset current depending on ready state
2010-01-13 dadubrow Refactor API and related from default connection to current + update heuristics
2010-01-13 dadubrow Refactor API and related from default connection to current + update heuristics
2010-01-13 dadubrow Refactor API and related from default connection to current + update heuristics
2010-01-13 Ed Swartz Change 'default' to 'current' in Remote Connections and status widget UI
2010-01-13 dadubrow modify IConnectionsManager and IClientServiceSiteUI2 apis + document in relnotes
2010-01-13 dadubrow Make setting default part of reconciler responsibility
2010-01-12 Ed Swartz Select the default connection when opening the Remote Connections view from the selector widget.
2010-01-12 Ed Swartz Catch any exception from a discovery agent so it doesn't kill the Remote Connections view
2010-01-11 dadubrow set the value from the selection
2010-01-08 dadubrow merge commit
2010-01-08 dadubrow fix bug with storing id for default connection
2010-01-07 dadubrow add sys trk checking for usb only and use with reconciler
2010-01-07 cawthron add com.nokia.carbide.remoteConnections.discovery.pccs
2010-01-07 dadubrow Remove @Override tags
2010-01-06 dadubrow Externalize strings
2010-01-06 dadubrow Add connection status reconciliation + fixes + tweaks
2010-01-06 Ed Swartz Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
2010-01-06 Ed Swartz Fix NPE when creating launch config manually
2010-01-06 Ed Swartz Don't log exception to console when sbs[.bat] cannot be found.
2010-01-05 cawthron bug 10458 - change version from 2.3 to 2.4 in cpp feature and plugin RCL_2_4
2010-01-05 Ed Swartz Fix filesystem caching performance as in bug #10318
2010-01-05 Ed Swartz Improve startup performance by recreating SPN view in a Job
2010-01-05 Ed Swartz Improve performance of missing SDK test by only checking a few configurations
2010-01-05 Ed Swartz Fix bug in checking drive in EPOCROOT on Linux
2010-01-05 Ed Swartz Split test for debuggability and restrict # of contexts per SDK to 4 to improve speed
2010-01-04 fturovic BUG 10333 - added note on using check for updates before running install new software RCL_2_4
2010-01-04 dadubrow Context menu tweaks
2010-01-04 fturovic updated note on Qt from 2.0 to correct version 1.6 RCL_2_4
2009-12-30 Ed Swartz Fix bug 7888
2009-12-30 Ed Swartz Set the other columns as explicitly using the default font, to work around the previous issue (but still pack columns, for consistency).
2009-12-30 Ed Swartz Bold font applies to entire row in Windows, so we need to pack columns when default changes.
2009-12-30 Ed Swartz In Remote Connections view, wire up indication of default connection and menu item for switching it.
2009-12-30 Ed Swartz Improve error checking and messages when default connection is inappropriate or no connections exist.
2009-12-30 Ed Swartz Fix up some issues found when using the random connected service provider. Also, move validation checks of IClientServiceSiteUI2 into a method of that interface, since we need to handle the case where the default connection is currently incompatible.
2009-12-30 Ed Swartz Wire up default connections in the core for #10418.
2009-12-29 Ed Swartz Initial work for bug #10418
2009-12-29 Ed Swartz Update comment about #10381
2009-12-29 Ed Swartz Fix bug 10381
2009-12-29 Ed Swartz Fix alignment of News Reader status widget to match the Connection Status one
2009-12-29 Ed Swartz More work to unify the behavior of the Remote Connections status and the News Reader status widgets (bug #10411).
2009-12-29 Ed Swartz Update UI for Remote Connections status widget and News Reader to behave the same (bug #10411)
2009-12-18 Ed Swartz Merge commit
2009-12-18 Ed Swartz Show in-use/not-in-use connection status icon, until real IConnectedStatus is available.
2009-12-18 dadubrow fix test
2009-12-18 dadubrow add test discovery agent
2009-12-18 dadubrow remove when not in use
2009-12-18 Ed Swartz Externalize strings
2009-12-18 Ed Swartz Change Raptorizing fix for bug #10290
2009-12-18 Ed Swartz Merge commit
2009-12-18 Ed Swartz Add bubble popup when dynamic connection added or removed
2009-12-18 Ed Swartz Enable connection name is set before firing listeners that might show it
2009-12-18 dadubrow update package name in schema
2009-12-18 dadubrow add logic for disconnect and reconnect
2009-12-18 Ed Swartz Attach listener to connection name changes, rename Device -> Connection
2009-12-18 Ed Swartz Update for IConnectionStatus changes
2009-12-18 Ed Swartz Fix connection listeners bug
2009-12-18 Ed Swartz Merge commit
2009-12-18 Ed Swartz Checkpoint commit
2009-12-18 Ed Swartz Adapt to package changes
2009-12-18 Ed Swartz Merge commit
2009-12-17 Ed Swartz Initial device status widget
2009-12-18 dadubrow rename connection status to avoid having to qualify when using with service status in same module
2009-12-18 dadubrow make disconnect api based on new connection interface
2009-12-18 dadubrow rename internal api package to internal.api
2009-12-17 dadubrow Add support for dynamic connections
2009-12-17 dadubrow more changes to remote connections for discovery + load extensions
2009-12-17 timkelly update to 2.4 RCL_2_4
2009-12-17 timkelly update to 3.0
2009-12-16 Ed Swartz Merge commit
2009-12-16 Ed Swartz Template setup fixes for #10290
2009-12-16 Ed Swartz Look for sbs or sbs.bat under SBS_HOME/bin first, instead of only looking at the PATH.
2009-12-16 Ed Swartz Some fixes to avoid rescanning and re-warning when sbs/sbs.bat cannot be found.
2009-12-16 Ed Swartz Detect errors from broken Perl scripts
2009-12-16 wpaul fixed bug #10282.
2009-12-16 wpaul fixed bug #10282. RCL_2_4
2009-12-16 dadubrow Changes to remote connections
2009-12-16 dadubrow Changes to remote connections
2009-12-16 dadubrow updated release notes with info about IConnectionsManager
2009-12-14 Ed Swartz Merge commit
2009-12-14 Ed Swartz Extract path-manipulation utilities into PathUtils, to correspond with the same classes in EDC.
2009-12-14 timkelly Fix bug 10166. Use rvct.h as fallback for rvct tools preinclude RCL_2_4
2009-12-14 timkelly rollback last commit on CarbideLanguageData.java. Those changes not needed.
2009-12-14 timkelly merge commit
2009-12-14 timkelly merge commit
2009-12-14 timkelly Fix bug 10166. Use rvct.h as fallback for rvct tools preinclude
2009-12-11 Ed Swartz Fixes for #10354 (Linux & remote connections). Provide appropriate status for TRK/Tracing when remote connection not impemented. Do not provide installer data for now either.
2009-12-11 Ed Swartz More bug #10363 fixes
2009-12-10 Ed Swartz Initial fixes for bug #10363 (Browse... button behavior)
2009-12-10 Ed Swartz Merge commit
2009-12-10 Ed Swartz Initial fixes for bug #10363 (Browse... button behavior)
2009-12-10 Ed Swartz Refactor the *.pkg file resourceset gathering to avoid fixing the same bug 12 times
2009-12-09 Ed Swartz Fix more path conversion issues with Symbian launch
2009-12-10 timkelly Add S60 5.2 support. RCL_2_4
2009-12-10 timkelly Add S60 5.2 support.
2009-12-10 timkelly Fix bug 10269. RCL_2_4
2009-12-10 timkelly Fix bug 10269. Bad exception thrown for unknown keyword (comment in this case)
2009-12-09 Ed Swartz Merge commit
2009-12-09 Ed Swartz Avoid loading TRK/TCF related connected services outside Win32 since there are no native libraries to support these yet.
2009-12-09 Ed Swartz Trap and report errors failing to load non-available native libraries.
2009-12-09 Ed Swartz Fix more path conversion issues with Symbian launch
2009-12-09 dadubrow Bug 10343 - ensure tcf plugin is loaded RCL_2_4
2009-12-09 dadubrow Bug 10343 - ensure tcf plugin is loaded
2009-12-09 fturovic fixed broken whats new page in welcome RCL_2_4
2009-12-09 Ed Swartz Use canonical capitalization of epoc32, PLATFORM, TARGET, etc. for SIS building
2009-12-09 Ed Swartz Use maximum 8 build configs for tests
2009-12-09 Ed Swartz Add utility used in EpocEnginHelper
2009-12-09 Ed Swartz Fix more Linux path conversions in EpocEngineHelper
2009-12-09 Ed Swartz Use String, not IPath, for URL
2009-12-09 Ed Swartz Ignore devices.xml in test when it can't exist
2009-12-09 Ed Swartz For Linux, fix another case sensitivty check so resource change listener works
2009-12-08 Ed Swartz For now, disable help compiler for Raptor in Linux, since build scripts are still Win32-centric
2009-12-08 fturovic updated release notes for 2.4 RCL_2_4
2009-12-08 fturovic updated bugs fixed list RCL_2_4
2009-12-08 Ed Swartz Until #10334 is fixed, make Javadoc match the actual working behavior
2009-12-08 Ed Swartz Fix capitalization of library for Qt devkit support detection
2009-12-08 Ed Swartz Fix Qt plugin version references in more places
2009-12-08 Ed Swartz Clarify usage of API for #10334
2009-12-07 Ed Swartz A missed part of the Raptor-only UI changes: don't show SBSv1/SBSv2 selector when only SBSv2 is available.
2009-12-07 Ed Swartz Merge commit
2009-12-07 Ed Swartz Add missing @noimplement tag to ISDKManager, which was already documented in release notes
2009-12-07 timkelly don't scan SDKs when JUnit is running
2009-12-07 timkelly merge commit
2009-12-07 timkelly update to 1.6.0 qt plugins
2009-12-04 Ed Swartz Merge commit
2009-12-04 Ed Swartz Another stab at Win32-type path detection that works for both Win32 and Unix
2009-12-04 Ed Swartz Adjust some unit test fixes for Win32
2009-12-04 Ed Swartz Only test at most 8 build contexts from an SDK.
2009-12-04 Ed Swartz More portability fixes for Linux.
2009-12-04 Ed Swartz Other error parser fixes caused by the CDT change. Also make the test generate some more JUnit-friendly error messages.
2009-12-04 Ed Swartz Move constant about minimum file timestamp resolution into FileUtils
2009-12-04 Ed Swartz Make sure dynamic platforms are reported in alphabetical order to appease tests (and be consistent between Windows and Unix)
2009-12-04 Ed Swartz Fix some error parser unit tests. A trailing colon was being included in several source files.
2009-12-04 Ed Swartz Add utility to create IPath from a possibly Win32 string (since this won't parse properly in Unix)
2009-12-04 Ed Swartz More Linux porting changes. Use HostOS.EXE_EXT to select the Win32 ".exe" suffix in executable filenames.
2009-12-04 Ed Swartz Fix SBSv2 SDK filtering.
2009-12-04 Ed Swartz Make sure that SBSv2 platform filtering preferences are used when SBSv1 is not enabled.
2009-12-03 Ed Swartz Detect help compiler as a Perl script as well as a .bat file. Clean up some iteration patterns as well.
2009-12-04 rsaid Added UIDs to the controls RCL_2_4
2009-12-04 rsaid Added UIDs to the controls
2009-12-04 rsaid Added UIDs to the controls
2009-12-04 rsaid Added UIDs to the controls RCL_2_4
2009-12-04 rsaid Added uid for the "Remote Process to launch" control RCL_2_4
2009-12-04 rsaid Added UID to the "Remote Process to Launch" control
2009-12-04 rsaid Added UIDs to the controls
2009-12-04 rsaid Added UIDs to the controls RCL_2_4
2009-12-04 rsaid Added UIDs for the Debugger Tab widgets RCL_2_4
2009-12-04 rsaid Added UIDs for the Debugger Tab widgets
2009-12-03 rsaid Added NLS "none localized string" comments to the new lines
2009-12-03 rsaid Added UIDs for the host group RCL_2_4
2009-12-03 rsaid Override createControl() to add UIDs to the widgets RCL_2_4
2009-12-03 timkelly update to Qt 1.6.0 RCL_2_4
2009-12-03 Ed Swartz Merge commit
2009-12-02 Ed Swartz Unit test fixes for Win32
2009-12-02 Ed Swartz Initial round of Unix portability fixes (using HostOS class), and fixes to EPOC engine unit tests.
2009-12-02 Ed Swartz Initial changes to ensure the UI shows SBSv1 support only when supported.
2009-12-02 Ed Swartz Initial work to support an ISDKManager implementation that only understands SBSv2 (meaning, no devices.xml support).
2009-12-02 Ed Swartz More UID3 case fixing.
2009-12-02 Ed Swartz Ensure uid3 is lowercase in templates.
2009-12-02 Ed Swartz Add utilities useful for isolating Win32/Unix differences
2009-12-02 Ed Swartz Update templates to use lowercase versions of UID3-derived filenames, as generated by Raptor.
2009-12-03 fturovic daily merge RCL_2_4
2009-12-01 fturovic repeat removal of migrate page content links RCL_2_4
2009-12-01 fturovic removed migrate page in welcome as links were no longer valid RCL_2_4
2009-11-20 fturovic BUG 9913 - updated version number in welcome link RCL_2_4
2009-11-16 fturovic minor edits RCL_2_4
2009-11-16 fturovic updated about bout version to 2.4 RCL_2_4
2009-12-02 dadubrow add uids to main tab
2009-12-01 rsaid Added UIDs to the widgets
2009-11-30 Ed Swartz Merged remote changes
2009-11-16 Ed Swartz Remove hard dependency on Qt plugins; make their resolution optional. Without this, most of Carbide fails to load if any Qt plugin is missing.
2009-11-16 Ed Swartz Refactor checks for Qt project nature into one place.
2009-11-16 Ed Swartz Avoid displaying error dialogs in JUnit mode.
2009-11-16 Ed Swartz Add tests for invalid filename capitalization or missing files in CopyFiles process.
2009-11-16 Ed Swartz Fix NPE when passing a null filter, which is marked as allowed.
2009-11-16 Ed Swartz Fix template and font filename capitalization
2009-11-20 cawthron BUG 9913 - updated version number in welcome link, commit for Frank RCL_2_4
2009-11-17 timkelly merge bug 9052 from default RCL_2_4
2009-11-17 timkelly merge commit
2009-11-17 timkelly Fix PKG part for bug 9052.
2009-11-16 wpaul merged changes from the 2_4 branch.
2009-11-13 wpaul extend exception/panic support - fixes bug #10063. RCL_2_4
2009-11-13 stechong Exposed package com.nokia.carbide.internal.cpp.epoc.engine.model.mmp for ATF.
2009-11-13 stechong Exposed package com.nokia.carbide.internal.cpp.epoc.engine.model.mmp for ATF. RCL_2_4
2009-11-13 stechong Merge commit.
2009-11-13 stechong Added more exported packages and access methods to various MMP editor classes for ATF.
2009-11-13 stechong Added more exported packages and access methods to various MMP editor classes for ATF. RCL_2_4
2009-11-12 Ed Swartz Replace internal HTMLDOMImplementationImpl with XML DOM
2009-11-12 Matt Salmo updated versions for 2.4.0 RCL_2_2
2009-11-10 stechong Fix for Bug 9852. RCL_2_4
2009-11-10 stechong Fix for Bug 9852.
2009-11-10 fturovic updated version number to 2.4 RCL_2_4
2009-11-10 timkelly Fix merge to RCL_2_4 for bug 9997. RCL_2_4
2009-11-09 timkelly Merge bug 9788 from default to RCL_2_4 RCL_2_4
2009-11-09 timkelly Merge Carbide bugs 9997 & 10086 from default. RCL_2_4
2009-11-06 john dean 3 merged from RCL_2_4
2009-11-06 john dean 3 Removed/added refactored class name which was missing in last commit RCL_2_4
2009-11-06 john dean 3 Standardized class and method naming after code review RCL_2_4
2009-11-05 john dean 3 Created access to all runtime LaunchCreationWizard, pages and widgets. Added getTableViewer() to the pages with a TableViewer. LaunchCreationWizard itself is now generated by a factory class whose factory is replacable at runtime allowing the ATF to inject it own LaunchCreationWizard and maintain a runtime instance for testing purposes. Resolves bug 10117. RCL_2_4
2009-11-04 cawthron write .branch.txt to make the new head RCL_2_2
2009-11-04 cawthron write .branch.txt to make the new head RCL_2_4
2009-11-04 cawthron add branch RCL_2_4 RCL_2_4
2009-11-03 cawthron revert version number back to 2.3 RCL_2_2
2009-11-03 timkelly clearer warning message (bug 9997)
2009-11-02 timkelly tweak warning message for project root at root.
2009-11-02 timkelly Remove file counting (too slow performance on slow drive connections). See bug 9997.
2009-10-30 fturovic minor edits to updating page RCL_2_2
2009-10-30 fturovic revised update carbide page and images to cover changes in P2 updating RCL_2_2
2009-10-30 fturovic updated version number to 2.4 RCL_2_2
2009-11-02 cawthron revert back to having com.trolltech features in com.nokia.carbide.cpp-feature
2009-10-30 timkelly merge commit
2009-10-30 timkelly Fix bug 9997. Warn against using project root at root && > 20,000 files exist under that root.
2009-10-30 Steve Sobek format code style lines so external and internal versions match
2009-10-29 cawthron move com.nokia.carbide.cpp.edc.source to com.nokia.carbide.cpp.sdk-feature/feature.xml
2009-10-29 Matt Salmo removed com.trolltech from com.nokia.carbide.cpp-feature
2009-10-29 timkelly refactored sdk & bld inf import scriptable classes
2009-10-28 timkelly fix SF bug 392. Set max build jobs to 50.
2009-10-26 fturovic minor edits RCL_2_2
2009-10-23 fturovic BUG 10060 - appended labels to error throwing links in Codescanner manual index RCL_2_2
2009-10-23 fturovic BUG 10060 - appended labels to error throwing links in Carbide manual index RCL_2_2
2009-10-23 timkelly initial implementation of scripting extension & Symbian SDK list retrieval and basic bld.inf project import.
2009-10-22 fturovic added bullet on raptor single file compiles RCL_2_2
2009-10-22 fturovic BUG 9740 - revised update text for cdk installation RCL_2_2
2009-10-21 timkelly merge commit
2009-10-21 timkelly fix bug 9788. build-time check for PKG format change for Qt 4.6
2009-10-21 cawthron remove config.ini, use config.ini generated by product build
2009-10-21 timkelly fix bug 9788. Qt 4.6 now only generates on PKG file per project (using macros) so add PKG file to build configs accordingly.
2009-10-21 timkelly add qt project imports
2009-10-20 cawthron change update site to carbide23 RCL_2_2
2009-10-19 fturovic final update to public bug and release note pages RCL_2_2
2009-10-12 ssobek back out Symbian block until we can block Qt profile editor from by default putting Symbian info outside the Symbian block RCL_2_2
2009-10-12 fturovic branch merge RCL_2_2
2009-10-12 fturovic fixed some typos in pref and launch config views RCL_2_2
2009-10-12 cawthron enable p2 update site UI
2009-10-12 cawthron enable p2 update site UI RCL_2_2
2009-10-12 fturovic updated css file for crash debugger RCL_2_2
2009-10-12 fturovic revised copyright info on title page for crash debugger docs RCL_2_2
2009-10-09 cawthron add Symbian Foundation build scripts
2009-10-07 Steve Sobek Fixed adding TrollTech Qt code style named "Qt" RCL_2_2
2009-10-07 fturovic branch merge RCL_2_2
2009-10-07 fturovic updated css files to include SFO style additions RCL_2_2
2009-10-07 Steve Sobek Qt templates should have rss file being built in symbian block RCL_2_2
2009-10-07 Steve Sobek Added TrollTech Qt Code Style (named "Qt). RCL_2_2
2009-10-06 fturovic updated release note link on welcome page RCL_2_2
2009-10-05 fturovic branch merge RCL_2_2
2009-10-05 fturovic BUG 9887 - revised CDK docs with improved import binary project with linked content steps with additional images RCL_2_2
2009-10-05 john dean 3 adding schema/ to bin.includes so that launch extensions can load
2009-10-05 john dean 3 Adding schema/ to bin.includes so that launch extensions can load RCL_2_2
2009-09-29 stechong Updated to handle double quote when generating "Mark Read" link; fix for Bug 9888. RCL_2_2
2009-09-29 stechong Updated to handle double quote when generating "Mark Read" link; fix for Bug 9888.
2009-09-29 cawthron change version to 3.0.0
2009-09-29 Matt Salmo updated feauture/build properties for com.nokia.carbide.cpp.sdk
2009-09-28 Matt Salmo updated feauture/build properties for com.nokia.carbide.cpp.sdk RCL_2_2
2009-09-24 dadubrow fix capitalization RCL_2_2
2009-09-24 dadubrow fix capitalization
2009-09-23 fturovic updated about box version number
2009-09-23 fturovic BUG 9854 - edited plugin.properties torevise version number to 2.3 RCL_2_2
2009-09-21 Chad Peckham merge heads
2009-09-21 Chad Peckham add different logging to send & recieve messages so we can see the messages better in debug version
2009-09-21 Chad Peckham modify how we determine if the TCFServer process creator is still alive - this will help in killing orphan TCFServer processes on startup
2009-09-21 timkelly Carbide 2.3.0 changes for ISDKManager
2009-09-21 timkelly Carbide 2.3.0 changes for ISDKManager RCL_2_2
2009-09-21 timkelly Manually merge in changeset 501:c39dede7ad37 from default. RCL_2_2
2009-09-21 timkelly fix bugs 7659 & 9755
2009-09-17 cawthron set version to 1.0.0.qualifier for ATF plugins RCL_2_2
2009-09-17 cawthron set version to 1.0.0.qualifier for ATF plugins
2009-09-17 cawthron remove version from Carbide.c++ Update Site label RCL_2_2
2009-09-17 cawthron change version to 2.3 RCL_2_2
2009-09-17 ryall Change name to "Classic"
2009-09-17 fturovic minor correction to image RCL_2_2
2009-09-17 fturovic BUG #9797 - updated setup instructions to import using Binary Project with Linked Content versus Source Project RCL_2_2
2009-09-15 fturovic added draft support for new features and bug fixes RCL_2_2
2009-09-15 fturovic revised splash, welcome, welcome text to 3.0
2009-09-15 fturovic revised splash, welcome, and welcome text for 2.3 RCL_2_2
2009-09-15 fturovic revised splash, welcome, welcome text for 3.0 RCL_2_2
2009-09-09 Matt Salmo changed 2.2 to 3.0
2009-09-09 Matt Salmo write .branch.txt to make new head
2009-09-09 Matt Salmo write .branch.txt to make new head RCL_2_2
2009-09-09 Matt Salmo add branch RCL_2_2 RCL_2_2
2009-09-09 fturovic daily merge
2009-09-08 fturovic updated Main page of launch config tables and images
2009-09-08 timkelly Fix Bug 9787 - Carbide gets its SDK list out of sync with devices.xml
2009-09-04 fturovic updated css to better match book.css
2009-09-03 fturovic BUG 9737 - fixed some additional broken links in index and TOC
2009-09-03 timkelly fix bug 9769 (problem importing with SBV tries to extend itself)
2009-09-02 Chad Peckham minor changes to project files
2009-09-02 Chad Peckham Debug logging changes
2009-09-02 Chad Peckham Debug logging changes
2009-09-02 Chad Peckham Decrease TCFServer response timeout to 10 seconds
2009-09-02 fturovic removed unused pages and images for watchpoints, variables, and expressions
2009-09-02 fturovic BUG 9741 - updated images for updating steps
2009-09-02 fturovic BUG 9749 - added better description of how users can get the CDK
2009-08-31 fturovic BUG 9751 - re-arranged TOC to bring subjects under Overview
2009-08-31 fturovic BUG 9750 - removed edition references
2009-08-31 fturovic updated bugs fixed list and release notes
2009-08-28 fturovic BUG 9740 - added missing description to table
2009-08-28 fturovic BUG 9723 - Revised SBSv2 image and added description to table
2009-08-28 fturovic BUG 9744 - updated versions in legal page
2009-08-28 fturovic BUG 9748 - revised version number and link
2009-08-27 dadubrow additional checks to avoid swt exceptions when early finish wizard and proxy set incorrectly
2009-08-27 timkelly revert commit to plugin.xml, was accidental commit
2009-08-27 timkelly fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
2009-08-27 wpaul removed assert.
2009-08-27 cawthron print java.home RCL_2_1
2009-08-27 dadubrow fix some thread synchronization problems caused when proxy is incorrect
2009-08-26 fturovic BUG 9705/9706 - Fixed broken TOC links to removed pages
2009-08-25 Chad Peckham Fix for bug 9652
2009-08-25 dadubrow removing an assert that always triggers when creating new projects
2009-08-24 cawthron remove defaultEnablement org.eclipse.equinox.p2.ui.sdk.classicUpdate from cpp/plugin.xml for SYMSEE
2009-08-20 fturovic fixed broken links in index and TOC
2009-08-20 dadubrow Bug 9676 - protect access of cahce object from dispose on separate thread
2009-08-19 timkelly Disable sbsv2 compilation (turned on accidentally)
2009-08-19 timkelly new API added to ICarbideProjectInfo
2009-08-19 timkelly bug 9622, add agrs to sbsv2 command-line edit field
2009-08-18 wpaul fix build config change listener - related to bug #9644.
2009-08-18 wpaul fix build config change listener - related to bug #9644.
2009-08-18 timkelly revert last two commits for bug 9642. A different fix is needed.
2009-08-18 timkelly extra null check for fix from bug 9642
2009-08-18 timkelly bug 9642. Apply drive spec of project for bitmaps defined with full path (i.e. /epoc32/....)
2009-08-17 duane cawthron update from Symbian Foundation build team RCL_2_1
2009-08-14 ryall Break out launch types from delegates
2009-08-14 dadubrow add category for P2 Update UI enablement through capabilities pref page + commented out extension for showing capabilities pref page
2009-08-14 timkelly fix makmake error parser tests, add remainder of error parser tests missing from the builder full test suite.
2009-08-14 dadubrow Bug 9552 - enable classic update UI and disable the 2 p2 commands from the help menu using capabilities
2009-08-13 wpaul fixed bug #'s 9624, 9625 and 9626.
2009-08-13 timkelly fixed GCCE error parser & tests to work with CDT 6.0 changes.
2009-08-13 wpaul fixed bug #9283.
2009-08-13 dadubrow Bug 9619 - make sure saving model in main thread
2009-08-13 wpaul fixed bug #9332.
2009-08-13 wpaul cleaned up imports.
2009-08-13 stechong Updated bug reporter to use ProxyUtils class from com.nokia.cpp.utils.core plugin to retrieve proxy data.
2009-08-13 stechong Updated news reader to use ProxyUtils class from com.nokia.cpp.utils.core plugin to retrieve proxy data.
2009-08-13 ryall Hide the new CDT group launch for now.
2009-08-12 timkelly merge commit
2009-08-12 timkelly makmake error parser regression tests (reference data). Fix bug 9620, NPE when adding bogus path to PRJ_MMPFILES in bld.inf.
2009-08-12 Chad Peckham merge change for EDC from carbidecpp35
2009-08-12 dadubrow Fix a remote connections test and remove another obsolete test from suite
2009-08-12 fturovic daily merge
2009-08-12 fturovic updated URL to point to symbian foundation in about box
2009-08-12 Chad Peckham fix bug 9582
2009-08-12 Chad Peckham fix bug 9582
2009-08-12 Chad Peckham fix bug 9582 RCL_2_1
2009-08-12 Chad Peckham fix bug 9582. RCL_2_1
2009-08-12 dadubrow Add ProxyUtils and use in TRK package installer
2009-08-12 wpaul merged
2009-08-12 wpaul merged from 2_1 branch.
2009-08-11 dadubrow Bug 9601 - need writable project description to modify config data, but additional call to setProjectDescription is superfluous and causes exception due to recursive call to setProjectDescription
2009-08-11 stechong Updated news reader to use proxy data provided by Eclipse when creating http connections; fix for Bug 9564.
2009-08-11 Chad Peckham merge RCL_2_1
2009-08-11 Chad Peckham Merge from 2.2 branch RCL_2_1
2009-08-11 fturovic daily merge
2009-08-11 fturovic additional broken lins fixed and one image re-added to manual
2009-08-11 fturovic updated bugs fixed for 2.2
2009-08-11 fturovic updated release notes for 2.2
2009-08-11 wpaul fixed 2.1.1 build. RCL_2_1
2009-08-11 dadubrow SF bugzilla 221 - delete cleanup object before returning non NULL createError
2009-08-11 Steve Sobek Bug 9556 Welcome Tab > Opens as a view in the Carbide perspective rather than a maximized tab
2009-08-11 timkelly fix about box, bug 9554.
2009-08-11 dadubrow Bug 9592 - fix formatter id - seems to no longer need leading undersocre
2009-08-11 dadubrow avoid possible NPE when closing connection wizard
2009-08-11 john dean 3 Merge from HEAD. Support for automated tests to select a process for an attach to process launch configuration without using the UI. RCL_2_1
2009-08-11 john dean 3 Updated after code review. Modified attribute check for efficiency and hardened OSProcess selection using OSProcess.parseProcess()
2009-08-10 fturovic merge done
2009-08-10 fturovic lets try telling mercurial that the files are really really gone
2009-08-10 fturovic removed duplicate pages, unused images, and fixed links to same
2009-08-10 timkelly merge commit
2009-08-10 timkelly Bug 9566. Serialize the saving of Carbide project data and Carbide launguage data. New CDT 6.0 thorws exception if not done.
2009-08-10 john dean 3 To support automated testing, added new attach to process launch configuration setting to support silently setting the process to attach to without displaying the process chooser dialog.
2009-08-07 dadubrow merge commit
2009-08-07 dadubrow Bug 9569 - only mark buffer dirty when editor is dirty
2009-08-07 fturovic merge
2009-08-07 fturovic Updated image to show missing option
2009-08-07 ryall Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
2009-08-07 wpaul fixed executables view merge problems - bug #'s 9562, 9568, 9571.
2009-08-07 fturovic replaced Ganymede with Galileo name
2009-08-07 Chad Peckham Turn keepalive back on to be compatible with 2.0.x releases.
2009-08-03 ryall Build for Eclipse 3.5 and CDT 6.0.
2009-07-31 timkelly merge build breaks from Austin/dev/ide/carbidecpp35/MCL_carbidecpp35. Made to build with Eclipse 3.5 and CDT 6.0.
2009-07-31 cawthron update batch file and README for Symbian Foundation build RCL_2_1
2009-07-30 fturovic Updated release notes for Eclipse 3.5, CDT 6.0, and Java 6.0 changes
2009-07-30 cawthron do not use SF_build repository RCL_2_1
2009-07-30 cawthron add Symbian Foundation build scripts RCL_2_1
2009-07-29 dadubrow [Bug 9514] Fix NPE
2009-07-28 dadubrow don't rely on all services reporting in-use together for UI to show connection in use
2009-07-28 dadubrow Return a copy of data
2009-07-28 timkelly Don't use internal platsim name (moved to Session.java)
2009-07-28 timkelly Don't use platstim keyword. Moved to internal (under Session.java) RCL_2_1
2009-07-24 wpaul removed debug non-xip option. RCL_2_1
2009-07-24 fturovic minor 2.2 updates to visible text in product
2009-07-24 fturovic updated splash screen for 2.2
2009-07-23 cawthron set version to 2.1.1 RCL_2_1
2009-07-23 cawthron set version to 2.2.0
2009-07-23 cawthron write .branch.txt to make the new head
2009-07-23 cawthron write .branch.txt to make the new head RCL_2_1
2009-07-23 cawthron add branch RCL_2_1 RCL_2_1
2009-07-22 wpaul updated contents of the Symbian OS data view.
2009-07-22 wpaul fixed location of debugger directory for debug builds (no change for regular Carbide release builds).
2009-07-22 stechong Updated CodeScanner release notes for version 2.1.3
2009-07-22 chpeckha fix bug 9433 - also some logging changes
2009-07-16 cawthron add 2.1 to update site name - Carbide.c++ 2.1 Update Site
2009-07-13 fturovic updated bug fixes for final 2.1
2009-07-10 dadubrow [Bug 9220] Add deprecated tags for internal implementation classes
2009-07-09 timkelly refactor SBVModelFactory to internal package.
2009-07-09 timkelly API fixes per bug 9220
2009-07-09 timkelly refactoring SBVModelFactort to internal package
2009-07-09 timkelly refactor from public API (this is internal)
2009-07-08 stechong Added missing @since tags; fix for Bug 9220.
2009-07-08 stechong Added missing @since tags; fix for Bug 9220.
2009-07-08 stechong Added missing @since tags; fix for Bug 9220.
2009-07-08 stechong Added missing @since tags; fix for Bug 9220.
2009-07-06 stechong merge commit
2009-07-06 stechong Updated for version 2.1.3
2009-07-06 cawthron change update site folder from carbide211 to carbide 21
2009-07-02 fturovic merge with Duane changes
2009-07-02 fturovic minor edits to dependency tracking page
2009-07-02 cawthron change update site to carbide211
2009-07-02 timkelly merge commit
2009-07-02 timkelly fix bug 9320
2009-07-01 fturovic merge tims changes
2009-07-01 fturovic [bug 9352] added emulation item, removed outdated paragraph, and converted auto to automatic
2009-07-01 fturovic moved UID and PI notes to right column of welcome page
2009-07-01 timkelly Fix bug 9212. Clarify an API.
2009-07-01 fturovic merge
2009-07-01 fturovic [bug 9349] fixed broken link in XML file
2009-07-01 fturovic [bug 9345] Revised text to bold and revised new feature icons
2009-07-01 fturovic [bug 9252] revised link on setup page
2009-07-01 timkelly add clean command to icon makefiles
2009-07-01 dadubrow [Bug 9392] Filter connection types with no compatible services from settings wizard (unless editing a connection of that type)
2009-07-01 timkelly add clean command to actually delete mif file
2009-07-01 dadubrow [Bug 8934] Ensure we create the devices.xml at the same location where we try to read it. Refactor copied method so single method called from SDKManager in core by SDKPreferencePage in ui. Ensure errors are reported in error log. Show dialog when unable to add SDK.
2009-06-30 fturovic merged
2009-06-30 fturovic [bug 9369] removed sales link from page
2009-06-30 fturovic [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
2009-06-30 fturovic [bug 9367] Added test item to list and updated image to include test submenu
2009-06-30 timkelly add a deprecated API in CarbideCPPBuilder
2009-06-30 timkelly Fix API break, add back in generateAbldMakefileIfNecessary(ICarbideBuildConfiguration, CarbideCommandLauncher, IPath, boolean), but leave deprecated.
2009-06-30 fturovic merged Tims changes
2009-06-30 fturovic [bug 9366] melded TOC with menu options shown in manual
2009-06-29 fturovic bug 9343 fixed broken link
2009-06-29 fturovic minor edits to fix possessive error
2009-06-29 fturovic updated banner version to 2.1
2009-06-30 timkelly add documentation and hook up tray dialog for abld deps tracking query (bug 9227)
2009-06-30 timkelly initial commit
2009-06-29 timkelly tweak text of dependency tracking query dialog
2009-06-29 cawthron change version from 2.0 to 2.0.4 on carbidehelp.nokia.com RCL_2_0
2009-06-29 dadubrow [Bug 9335] Optimize checking for duplicate problem markers on the same resource + remove sleep and instead ensure unique creation time using internal platform apis
2009-06-29 fturovic merge
2009-06-29 fturovic added Dependency Tracking page to TOC with related context help update as well
2009-06-29 timkelly localize strings for new prefx checkbox
2009-06-29 timkelly add query dialog to promt user whether or not to allow carbid eto track dependencies (over existing abld-generated makefiles)
2009-06-29 timkelly initial commit
2009-06-26 fturovic replaced ampersand in title that caused build issues
2009-06-26 fturovic minor edits
2009-06-26 fturovic fixed bug 9326 by clarifying option choices and updating image
2009-06-26 fturovic compared css files and merged as necessary
2009-06-26 fturovic Fixed bug 9252 by updating link to point to FN site for hover help library plug-ins
2009-06-26 fturovic creating new project task needed reordering and updated images
2009-06-25 fturovic updated Diagnostic pref image
2009-06-25 fturovic merge
2009-06-25 fturovic minor edits to bring compiler manual in sync with latest release
2009-06-25 timkelly Fix OS version for chnange in SDK
2009-06-24 fturovic merge
2009-06-24 fturovic Merge SDK Support page with Working with SDKs and cleaned up broken links and references to deleted page
2009-06-24 fturovic updated Step color to match Symbian Yellow #FDCB2F
2009-06-24 fturovic removed empty Carbide Tools page and updated links and TOC
2009-06-24 fturovic added note to Hover Help bullet on downloading Developer Libraries for specific SDKs
2009-06-24 fturovic updated release date
2009-06-24 timkelly update test for plat macros to use newer SDK (S60 5th ed.)
2009-06-24 fturovic merge
2009-06-23 fturovic updated release notes, bug fixes, and TOC to showinternal versions for tghe SymSee layoouts
2009-06-24 dadubrow [Bug 8556] C-escape multi line copyright in#defines
2009-06-24 dadubrow move string utility function into utils class
2009-06-23 timkelly put better assert failure message
2009-06-23 fturovic Updated H1 image color to SFO orange
2009-06-23 fturovic Added TRK improvements
2009-06-23 Steve Sobek Bug 9328 - Import parses MMP files that are not selected, for each configuration selected
2009-06-22 fturovic merged
2009-06-22 fturovic added keywords to Build COnfig, Macros, and Project Settings property pages
2009-06-22 fturovic added keywords to Codescanner property page
2009-06-22 timkelly add parameter to import utils to select between builds (sbsv1 or sbsv2)
2009-06-22 fturovic Updated web resource links to point to SFO now
2009-06-22 fturovic Updated links to point to SFO instead of FN as well as minor edits
2009-06-22 fturovic Minor edits to message strings for clarity
2009-06-22 fturovic Build Options added to index
2009-06-22 fturovic Build Options context help added
2009-06-22 fturovic Updated New Launch Config and Launch Config Main pages
2009-06-22 dadubrow [Bug 9322] Set help ID on control, not contents
2009-06-22 dadubrow [Bug 9282] Add creation stats reporting
2009-06-19 timkelly fix a restore defaults glitch
2009-06-19 timkelly add initial engineering support for SBSv2 single file compilation.
2009-06-19 dadubrow Turn off reference project tests until someone begins working on UI designer code since they need to be updated to work with latest versions of SDKs on build server.
2009-06-18 stechong Fix for Bug 8513.
2009-06-18 fturovic BRANDING minor edits to color settings to match SFO colors
2009-06-18 fturovic minor edits to release notes
2009-06-18 fturovic Removed period from discover customization option
2009-06-18 fturovic merge
2009-06-18 fturovic minor edits
2009-06-18 fturovic BUG 7946 - replaced Thunk with Chunk
2009-06-18 timkelly Fix bug 9310. Fix save problem with Platform Filter Prefs (sbsv2) and add Restore / Apply buttons.
2009-06-17 fturovic added note on Carbide extensions section in property dialogs
2009-06-17 fturovic moved and updated page with category wizard page
2009-06-17 fturovic added keywords to diagnostic log pref panel
2009-06-17 fturovic added new launch config wizard item to release notes
2009-06-17 fturovic BRANDING - updated splash to use official symbian colors
2009-06-17 fturovic updated body font to Verdana as per sfo guidelines
2009-06-17 fturovic updated release notes and bug fixes for 2.1
2009-06-16 fturovic argh, merge
2009-06-16 fturovic merge again, sigh
2009-06-16 fturovic merge
2009-06-16 fturovic commit debugger changes
2009-06-16 fturovic Added indexing option to Carbide preferences page and updated image
2009-06-15 fturovic Added additional keywords to Carbide.c++ pref panel
2009-06-16 dadubrow [Bug 9230] Don't force rebuilding cache unless pref is set to index only mmps from build
2009-06-16 dadubrow [Bug 9230] Get parent folder of rss/aif and not top level so we can still honor the index only build mmps pref + restore and deprecate original source root method since it was API and create a new one to use with pref behavior
2009-06-16 dadubrow merge
2009-06-15 dadubrow Don't get hrh file timestamps more than once per second
2009-06-15 timkelly fix bug 9268 (merge commit)
2009-06-15 timkelly fix bug 9268
2009-06-15 timkelly fix bug 9268
2009-06-15 wpaul fixed several problems with default launch values causing the apply button to become enabled when nothing had chaned - fixes bug #9275.
2009-06-15 wpaul merged
2009-06-15 wpaul fixed problem with my last commit - fixes bug #9276.
2009-06-15 dadubrow cosmetic change - add more margin to second group box
2009-06-12 fturovic merge
2009-06-12 fturovic Updated some broken links for Launch Configurations
2009-06-12 dadubrow [Bug 9230] Only create source roots for build components, overridable by pref
2009-06-12 dadubrow [Bug 9230] Only create source roots for build components, overridable by pref
2009-06-12 fturovic Bug#7946 - Edited OS Data view tooltips
2009-06-12 fturovic merge
2009-06-12 fturovic Added keywords to Preprocess pref panel
2009-06-12 fturovic merge
2009-06-12 fturovic Added keywords to SDK Pref and Platform Filtering preference panels
2009-06-11 timkelly added new API notes for ISymbianSDK
2009-06-11 timkelly fix bug 9032. Only scan SDKs for plugins once for an IDE configuration lifetime.
2009-06-11 wpaul merged
2009-06-11 wpaul fixed a couple of problems where the apply button on the launch config dialog would become enabled by mistake.
2009-06-11 fturovic Added missing Launch Types header page and revised TOC entry
2009-06-11 fturovic Added new Launch Category section to New Launch Configuration wizard page
2009-06-11 fturovic Added keywords to Carbide.c++ pref panel
2009-06-11 fturovic Added keywords to Build pref panel
2009-06-11 stechong Added test interface methods to access INF/MMP editor view models.
2009-06-09 fturovic Added keywords to Codescanner preference panel
2009-06-09 fturovic Added keywords to News Reader pref panel
2009-06-09 fturovic Added keywords to UI Designer preference panel
2009-06-09 fturovic Added additional filter terms to System Search pref panel
2009-06-09 fturovic Added missing properties page containing filter definitions
2009-06-09 fturovic Added keywords for Hover Help pref panel filtering
2009-06-09 fturovic Added keywords for pref panel filtering
2009-06-09 fturovic Added keywords to pref panel for filtering
2009-06-08 stechong Updated getErrorMessage() methods for accessing error messages from various INF and MMP editor pages.
2009-06-08 wpaul fixed bug #9235.
2009-06-08 wpaul merged
2009-06-08 wpaul added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
2009-06-04 Steve Sobek Added similiarly worded pointers between 2 versions of plugin_customization.ini
2009-06-04 timkelly fix bug 9221. When calculating the project root, don't use sourcepaths that don't exist
2009-06-04 wpaul merged
2009-06-04 wpaul added Carbide Extensions project property page (bug #9218).
2009-06-04 fturovic bug 8630 - updated TOC path as well
2009-06-04 fturovic merge
2009-06-04 fturovic bug 8630 - revised page and images to clarify MMP file creation
2009-06-04 wpaul merged
2009-06-03 wpaul minor cleanup.
2009-06-03 wpaul removed unnecessary context launch stuff and fixed up some warnings.
2009-06-03 wpaul fixed NPE if DE were to fail to load a symbol file.
2009-06-03 wpaul removed unnecesssary context launch code. cleaned up for easier platsim integration.
2009-06-03 wpaul cleaned up how we locate and load cwnative.dll and de.exe.
2009-06-03 fturovic merge heads
2009-06-03 fturovic changed TOC entry to Launch types
2009-06-02 dadubrow Add refresh logging to core resources plugin
2009-06-02 wpaul merged
2009-06-02 wpaul executables view changes
2009-06-01 timkelly fix bug 9142. Fix PRODUCT_INCLUDE macros problems with deps tracking on cpp.exe
2009-05-28 timkelly fix bug 9188
2009-05-27 timkelly fix bug 9168
2009-05-27 stechong Added testing interface methods to access error messages from various pages of the INF and MMP editor.
2009-05-26 timkelly fix bug 8964
2009-05-22 cawthron update from Frank who says there were some duplicates
2009-05-21 timkelly fix error parser bug 9091
2009-05-21 timkelly removed unused file
2009-05-21 timkelly Use LinkedHashMap instead of Map to preserve build include order.
2009-05-21 fturovic updated run mode cheatsheet
2009-05-21 fturovic minor edits to cheatsheets
2009-05-21 fturovic merged heads
2009-05-21 fturovic removed composite setting from new cheatsheets
2009-05-20 timkelly use base platform name when calling bldmake bldfiles (rather than potential variant name)
2009-05-20 timkelly cleanup some API/javadoc. Add API changes for SBV support.
2009-05-20 Chad Peckham [Bug 9031] set source roots at actual source root based on new cdt pref
2009-05-20 timkelly merge commit
2009-05-20 timkelly clean up imports
2009-05-20 stechong Merge commit
2009-05-20 stechong Improved test of saving to feed cache.
2009-05-20 stechong Fix for Bug 9092.
2009-05-20 dadubrow back out unwanted change in EpocEngineHelper.java
2009-05-20 dadubrow merge commit
2009-05-20 dadubrow merge commmit
2009-05-20 dadubrow Turn on test extensions using remoteconnections.tests env var
2009-05-20 fturovic added install remote agents cheatsheet
2009-05-19 fturovic added new remote connection cheatsheet
2009-05-19 timkelly Make sure abld commands use proper platform name, dependent on whether or not it's a Symbian Binary Variation.
2009-05-19 dadubrow [Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
2009-05-19 dadubrow [Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
2009-05-19 dadubrow [Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
2009-05-19 timkelly 1) Add EpocEngineHelper#hasFeatureVariantKeyword(...)
2009-05-19 timkelly trim MD5 has name to get ride of whitespace
2009-05-18 fturovic merged heads again
2009-05-18 fturovic Bug 9033 - added mmp file selection description to importing projects page
2009-05-18 stechong Changed default MMP selection pattern in the bld.inf import wizard; fix for Bug 9033.
2009-05-18 stechong Updated news reader feed manager test cases.
2009-05-15 timkelly updates for SBV support to build and compile with proper platform name and makefile. Updates to refactor support to get MD5 from build target mmp.
2009-05-15 timkelly merge changes
2009-05-14 timkelly turn off dump (accidental checkin)
2009-05-14 stechong Disabled caching in Java URLConnection when fetching feedlisting file from server.
2009-05-14 fturovic bug 8066 - revised image and option description for dynamic variants
2009-05-13 timkelly add new method for new API in ISymbianSDK
2009-05-12 stechong Added testing interface for various widgets, dialogs and wizards associated with INF and MMP editors.
2009-05-12 timkelly when adding prefix file for indexer and preprocessor for build, make sure to add the .var prefix file if different from the default.
2009-05-12 timkelly Fix message properties for new SBV parser stuff. Connect SBVPlatform hierarchy from the SBVCatalog.
2009-05-12 timkelly add support to add BUILD_INCLUDE system paths defined from build variants to project configurations.
2009-05-12 fturovic merge tim's changes to local
2009-05-12 fturovic merged splash change
2009-05-07 fturovic revised splash screen for 2.1
2009-05-12 timkelly more parsing and unit test support for binary variant parsing. all keywords now supported.
2009-05-11 timkelly more tests for binary variation .var file parsing. updated UI text per bug 8794
2009-05-11 timkelly preliminary tests for parsing .var files for Symbian Binary Variation
2009-05-11 timkelly Add preliminary parser support for Symbian Binary Variation support (ported from BSF support). See bug 8796
2009-05-07 timkelly Add support for getting the Symbian Binary Variation name for variant builds. Bug 8793.
2009-05-06 timkelly add FEATUREVARIANT MMP keyword, bug 8793
2009-04-29 cawthron add second line to about box for SymSEE build number
2009-04-29 cawthron add second line to about box for SymSEE build number RCL_2_0
2009-04-29 cawthron merge heads
2009-04-29 cawthron add second line to about box for SymSEE build number
2009-04-29 fturovic bug 8619 - revised text to make updater page more generic and allow for future changes
2009-04-29 fturovic minor edits
2009-04-28 fturovic bug 8806 revision for 2.0.4 RCL_2_0
2009-04-28 fturovic bug 8806 initial update
2009-04-27 Dan Podwall merge RCL_2_0 to MCL RCL_2_0
2009-04-27 Dan Podwall merge from RCL_2_0 to MCL
2009-04-25 cawthron merge heads from Austin sync
2009-04-24 tzelaw Copyright notice
2009-04-24 tzelaw Overhaul of RCOMP/GCCE error parsing to fix 8901:
2009-04-24 fturovic merged with Tims last change RCL_2_0
2009-04-24 fturovic added final bugs fixed for 2.0.4 RCL_2_0
2009-04-23 timkelly fix bug 8711, parse buildinfo.txt for SF TB 91 & 92 kits. RCL_2_0
2009-04-23 fturovic revised more header images RCL_2_0
2009-04-23 fturovic revised header image to not be transparent RCL_2_0
2009-04-23 fturovic removed excess border on splash screen RCL_2_0
2009-04-23 fturovic removed excess white space aroudn splash RCL_2_0
2009-04-23 timkelly fix bug 8914. endless sdk refresh when devices.xml is empty or has xml format error RCL_2_0
2009-04-22 Dan Podwall fix bug 8933, typo in developer library view title RCL_2_0
2009-04-22 fturovic bug 8923 fix, added note on proxy settings RCL_2_0
2009-04-22 fturovic minor edits, updated header image RCL_2_0
2009-04-22 fturovic added Carbide tool page with TOC entry RCL_2_0
2009-04-21 timkelly merge changes for bug 8902 from RCL_2_0 to default
2009-04-21 timkelly merge franks changes with mine RCL_2_0
2009-04-21 timkelly update cdk api docs for changes to bug 8902. RCL_2_0
2009-04-21 timkelly Fix again for bug 8902. Give direct access to BuildArgumentsInfo class and deprecate IBuildArgumentsInfo. RCL_2_0
2009-04-21 fturovic reverted to original Carbide splash screen RCL_2_0
2009-04-21 fturovic merged heads
2009-04-21 fturovic removed splash screen commit
2009-04-21 fturovic reverted to original Carbide splash screen
2009-04-21 stechong Removed remote connections from UI thread during Carbide startup; fix for Bug 8917. RCL_2_0
2009-04-20 timkelly merge from default. Fix for bug 8902. RCL_2_0
2009-04-20 timkelly Fix bug 8902. Add api to set SBSv1 build args.
2009-04-20 ssobek fixed Bug 8850 "Errors in the .pkg file are not marked in the editor." RCL_2_0
2009-04-16 stechong Updated JUnit tests for Bug 8890. RCL_2_0
2009-04-16 stechong Fix for Bug 8890. RCL_2_0
2009-04-15 fturovic removed all references to non-existent Register Details view
2009-04-15 fturovic removed all references to non-existent Register Details view
2009-04-14 Steve Sobek Fix TOC XML in hopes that 2.1 will build & carefully formatted lots of lines for readability.
2009-04-14 fturovic fixed broken closing tags
2009-04-14 tzelaw Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
2009-04-14 fturovic added IAD rules to pref page, updated TOC RCL_2_0
2009-04-14 timkelly deprecated api for bug 7351
2009-04-14 timkelly deprecate public API for new one that uses progress monitor (bug 7351)
2009-04-13 timkelly fix bug 7351, improve performance when cancelling a 'Build All COnfigurations'
2009-04-13 fturovic bug 8628 - fixed TOC and other links to point to On-device conn wizard RCL_2_0
2009-04-13 fturovic bugz 8642 - updated Remote Conn images RCL_2_0
2009-04-13 timkelly fix bug 8478 (again, now for symbian foundation structure)
2009-04-13 timkelly fix bug 8478 (again, now for symbian foundation structure) RCL_2_0
2009-04-13 fturovic merged Stevens changes into local RCL_2_0
2009-04-10 fturovic added final bugs for 2.0.4 release RCL_2_0
2009-04-13 stechong Specifies acceptable content types in connection request header; fix for Bug 8775. RCL_2_0
2009-04-10 dadubrow fix getFilterText in tester for overview tab case RCL_2_0
2009-04-09 stechong Fix for Bug 8705. RCL_2_0
2009-04-09 fturovic updated welcome section of manual, bug fixes, and TOC
2009-04-08 stechong Added JUnit test cases for Bug 8282. RCL_2_0
2009-04-08 wpaul merged RCL_2_0
2009-04-08 wpaul the rest of the fix for bug #8694 RCL_2_0
2009-04-08 ssobek Use Trolltech QT v1.5.0 plugins. RCL_2_0
2009-04-07 wpaul merged RCL_2_0
2009-04-07 wpaul fixed bug #8282 RCL_2_0
2009-04-07 timkelly Fix bug 8478, for middleware path change RCL_2_0
2009-04-07 fturovic removed license page and TOC entry for 2.1
2009-04-07 fturovic removed license page and TOC entry RCL_2_0
2009-04-07 fturovic removed license page and TOC entry RCL_2_0
2009-04-07 fturovic added info on IAD custom rules RCL_2_0
2009-04-07 fturovic merged heads RCL_2_0
2009-04-07 fturovic updated release date RCL_2_0
2009-04-07 chpeckha Fix make files and dependencies to fix build
2009-04-07 dadubrow [Bug 8811] Don't track feature use by ui designer wizard since editors are tracking usage RCL_2_0
2009-04-07 dadubrow [Bug 8811] Only track feature for first and last open editor. RCL_2_0
2009-04-07 dadubrow [Bug 8811] Only track feature for first and last open editor. RCL_2_0
2009-04-06 Chad Peckham merge two heads
2009-04-06 Chad Peckham add TCF native folders
2009-04-06 chpeckha Commit changes for 2.1.0
2009-04-06 chpeckha committing to 2.1.0
2009-04-06 dan podwall forcing head for RCL_2_0 RCL_2_0
2009-04-06 dan podwall forcing head for RCL_2_0
2009-04-06 dan podwall merge from RCL_2_0 to default
2009-04-06 dadubrow [Bug 8297] add description column to remote connections view with long description of status and move in-use UI to connection rather than displaying on each service - use blue color for in-use status text rather than yellow RCL_2_0
2009-04-06 timkelly fix bug 8804, add unit tests
2009-04-06 timkelly fix bug 8804
2009-04-06 timkelly Add tests for regressing bug 8804.
2009-04-06 dan podwall merge
2009-04-06 dan podwall merge on RCL_2_0
2009-04-06 timkelly fix bug 8804 RCL_2_0
2009-04-06 dadubrow Modifying autotest behavior from connection settings page such that for each time the user request testing, test at most 3 times with success ending autotesting RCL_2_0
2009-04-06 stechong Updated CodeScanner release notes for v2.1.2 RCL_2_0
2009-04-06 stechong Updated CodeScanner release notes for v2.1.2 RCL_2_0
2009-04-06 fturovic updated sdk readme page
2009-04-06 dadubrow Modifying autotest behavior from connection settings page such that for each time the user request testing, test at most 3 times with success ending autotesting
2009-04-06 dadubrow removing unneeded extension
2009-04-03 fturovic revised background image for welcome pages in Carbide theme
2009-04-03 fturovic revised background image for welcome pages in Carbide theme
2009-04-03 cawthron put branch name in .branch.txt
2009-04-03 cawthron put branch name in .branch.txt RCL_2_0
2009-04-03 cawthron merge 2 heads on default branch
2009-04-03 fturovic added IAD rules to CS manual
2009-04-03 fturovic added IAD rules to CS manual
2009-04-03 stechong EMF model files for CSConfig. RCL_2_0
2009-04-03 stechong Added support for IAD rules; fix for Bug 8251. RCL_2_0
2009-04-03 stechong Added support for IAD rules; fix for Bug 8251. RCL_2_0
2009-04-03 cawthron build Carbide 2.0.4 and 2.1.0 RCL_2_0
2009-04-03 cawthron build Carbide 2.0.4 and 2.1.0
2009-04-02 fturovic updated release notes and bugs fixed for 2.0.4 RCL_2_0
2009-04-02 fturovic updated release notes and bugs fixed for 2.1
2009-04-02 fturovic updated splash screen to 2.1.0
2009-04-02 fturovic updated welcome note and page title to 2.1.0
2009-04-02 fturovic updated welcome pages and note to 2.0.4 RCL_2_0
2009-04-02 fturovic updated splash for 2.0.4 RCL_2_0
2009-04-02 Frank Turovich added DS_Store to hgignore list
2009-04-02 Frank Turovich updated splash screen for 2.0.4
2009-04-02 cawthron add branch RCL_2_0 RCL_2_0
2009-04-01 timkelly Don't build src inot leavscan any more becuase we build source jars from the parent feature
2009-04-01 dadubrow [Bug 8691] Add code to allow access to functional testing of SymbianOSView from automation.utils plugin
2009-04-01 wpaul fixed bug #8694
2009-03-27 timkelly merge in SFO CDK doc changes.
2009-03-27 timkelly new image for CDK
2009-03-27 timkelly remove image
2009-03-27 timkelly new images for CDK docs
2009-03-27 timkelly Update to describe how SFO CDK works - image no longer applies to CDK.
2009-03-27 timkelly Update to describe how SFO CDK works
2009-03-27 timkelly Update to describe how SFO CDK works
2009-03-26 dadubrow add .hgignore
2009-03-25 dan podwall merged Warren's copyright updates
2009-03-25 wpaul added copyright
2009-03-25 timkelly commit the merge
2009-03-25 timkelly add feature.properties to bin for build
2009-03-25 dadubrow merge commit
2009-03-25 dadubrow Add epl copyright
2009-03-25 timkelly add proper include to insure source build is done.
2009-03-25 stechong Updated copyright.
2009-03-25 cawthron new
2009-04-25 cawthron remove files to sync London from Austin
2009-04-03 Deepak Modgil DP tools release version Revision: 200912
(0) tip